:root{--paper: #fffef5;--ink: #1a1a2e;--line: rgba(100, 180, 220, .45);--accent: #e91e8c;--border: #2d2d44}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Segoe UI,Tahoma,system-ui,sans-serif;color:var(--ink);background-color:var(--paper);background-image:repeating-linear-gradient(transparent 0,transparent 26px,var(--line) 26px,var(--line) 27px);line-height:1.45}#root{min-height:100vh;padding-bottom:2rem}@media(max-width:767px){#root{padding-left:max(.75rem,env(safe-area-inset-left,0px));padding-right:max(.75rem,env(safe-area-inset-right,0px))}}.paper-card{margin:1rem auto;max-width:28rem;padding:1.1rem 1.25rem;background:#fffef5f0;border:2px solid var(--border);border-radius:3px;box-shadow:4px 4px 0 var(--border)}.paper-card.bad{border-color:#b00020;box-shadow:4px 4px #b00020}.field-hint{margin:.35rem 0 .75rem;font-size:.78rem;color:#555;line-height:1.35}.completion-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1a1a2e73;display:flex;align-items:center;justify-content:center;padding:1rem}.completion-modal{max-width:20rem;width:100%;padding:1.25rem;background:var(--paper);border:2px solid var(--border);border-radius:3px;box-shadow:6px 6px 0 var(--border);text-align:center}.completion-modal .btn{margin-top:1rem}.multi-options{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0 1rem}.multi-options label{display:flex;align-items:flex-start;gap:.5rem;font-size:.95rem;cursor:pointer}.basket-option-disabled{opacity:.5;cursor:not-allowed}.basket-skip-btn{align-self:flex-start;margin-top:.5rem;padding:.45rem .65rem;font-size:.9rem;color:#444;background:transparent;border:1px dashed var(--line, #ccc);border-radius:6px;cursor:pointer}.basket-skip-btn:hover{background:#0000000a}.title{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.muted{margin:0 0 .5rem;font-size:.85rem;color:#555}.input,.select{width:100%;margin:.5rem 0 1rem;padding:.55rem .65rem;font:inherit;border:2px dashed var(--border);border-radius:2px;background:#fff}.btn{display:inline-block;width:100%;padding:.65rem 1rem;font:inherit;font-weight:600;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:var(--accent);color:#fff;box-shadow:3px 3px 0 var(--border)}.btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.answers{list-style:none;margin:0;padding:0}.answers li{display:flex;flex-direction:column;gap:.15rem;padding:.65rem 0;border-bottom:1px dashed var(--line)}.answers li:last-child{border-bottom:none}.answers strong{font-size:.9rem}.answers span{font-size:1rem}.tab-row{display:flex;gap:.5rem;margin:.75rem 1rem 0;flex-wrap:wrap}.tab{flex:1;min-width:5.5rem;padding:.45rem .6rem;font:inherit;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:#fff}.tab.active{background:var(--accent);color:#fff;box-shadow:2px 2px 0 var(--border)}.tab-block{display:block;width:100%;text-align:left;margin-bottom:.35rem}.admin-nav{margin-bottom:1rem}@media(max-width:767px){.admin-nav-desktop{display:none}}.admin-mobile-content-pad{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0px))}.admin-bottom-nav{display:none}@media(max-width:767px){.admin-bottom-nav{display:flex;position:fixed;z-index:50;left:0;right:0;bottom:0;padding:.35rem .25rem calc(.35rem + env(safe-area-inset-bottom,0px));gap:.2rem;justify-content:stretch;background:#fffef5f7;border-top:2px solid var(--border);box-shadow:0 -3px 12px #00000014}}.admin-bottom-nav-btn{flex:1;min-height:44px;min-width:0;padding:.35rem .2rem;font:inherit;font-size:.68rem;font-weight:600;line-height:1.15;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:#fff;color:var(--ink)}.admin-bottom-nav-btn.active{background:var(--accent);color:#fff;box-shadow:2px 2px 0 var(--border)}.people-cards{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem}.people-card{border:2px solid var(--border);border-radius:3px;background:#fff;overflow:hidden;box-shadow:2px 2px 0 var(--border)}.people-card-main{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;min-height:44px;padding:.65rem .75rem;margin:0;font:inherit;text-align:left;cursor:pointer;border:none;background:transparent;color:inherit}.people-card-name{font-weight:700;font-size:.95rem}.people-card-sub{font-size:.82rem;margin:0}.people-card-meta{font-size:.72rem;margin:0;line-height:1.35}.people-card-actions{display:flex;flex-wrap:wrap;gap:.35rem;padding:0 .65rem .65rem}.people-card-btn{flex:1 1 calc(50% - .35rem);min-height:44px;padding:.45rem .5rem;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:#fff}.form-field-narrow-actions{display:flex;flex-wrap:wrap;gap:.4rem}.form-field-narrow-btn{flex:1 1 calc(50% - .4rem);min-height:44px;padding:.4rem .45rem;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:#fff}.form-field-narrow-btn-primary{flex:1 1 100%;background:var(--accent);color:#fff}.admin-field-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;background:var(--paper);padding-bottom:env(safe-area-inset-bottom,0px)}.admin-field-sheet-header{flex-shrink:0;display:flex;justify-content:flex-end;padding:.5rem .65rem;border-bottom:2px solid var(--border);background:#fffef5fa}.admin-field-sheet-close{min-height:44px;padding:.35rem 1rem;font:inherit;font-weight:700;cursor:pointer;border:2px solid var(--border);border-radius:3px;background:#fff}.admin-field-sheet-body{flex:1;overflow:auto;padding:1rem 1.1rem 2rem;-webkit-overflow-scrolling:touch}.table-wrap{overflow-x:auto;margin-top:.5rem}table{width:100%;border-collapse:collapse;font-size:.82rem}th,td{border:1px dashed var(--line);padding:.35rem .3rem;vertical-align:top}.tool-btn{display:inline-block;margin:.1rem .1rem 0 0;padding:.2rem .4rem;font:inherit;font-size:.72rem;cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:2px}code{font-family:ui-monospace,monospace;font-size:.85em;background:#0000000f;padding:.05em .2em;border-radius:2px}
