:root,[data-theme=light]{--bg: #f4f5f7;--surface: #ffffff;--text: #191a23;--text-muted: #6b7280;--accent: #2563eb;--accent-text: #ffffff;--accent-soft: rgba(37, 99, 235, .1);--accent-border: rgba(37, 99, 235, .45);--border: #e3e6eb;--field-border: #c8cdd6;--error: #dc2626;--kbd-bg: #eceef1;--shadow: 0 6px 24px rgba(20, 22, 30, .08)}[data-theme=dark]{--bg: #141519;--surface: #1d1e25;--text: #f1f2f4;--text-muted: #9aa0ab;--accent: #7c83ff;--accent-text: #10111a;--accent-soft: rgba(124, 131, 255, .14);--accent-border: rgba(124, 131, 255, .5);--border: #2c2e38;--field-border: #3a3d49;--error: #f87171;--kbd-bg: #2c2e38;--shadow: 0 8px 30px rgba(0, 0, 0, .4)}[data-theme=sand]{--bg: #efe7d9;--surface: #fbf6ec;--text: #3a3127;--text-muted: #8a7b64;--accent: #c2683b;--accent-text: #ffffff;--accent-soft: rgba(194, 104, 59, .12);--accent-border: rgba(194, 104, 59, .5);--border: #e0d4bf;--field-border: #cdbfa6;--error: #c0392b;--kbd-bg: #e7ddc8;--shadow: 0 6px 24px rgba(58, 49, 39, .12)}[data-theme=ocean]{--bg: #0d2730;--surface: #143540;--text: #e7f1f2;--text-muted: #8eb0b6;--accent: #36d6c0;--accent-text: #06231f;--accent-soft: rgba(54, 214, 192, .14);--accent-border: rgba(54, 214, 192, .5);--border: #21454f;--field-border: #2f5862;--error: #ff8f8f;--kbd-bg: #1c4049;--shadow: 0 8px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;transition:background .3s ease,color .3s ease}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.page h1{font-size:2rem;margin:0 0 .25rem}.page p{color:var(--text-muted)}.links{display:flex;gap:1.25rem;margin-top:1.5rem}a{color:var(--accent);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}.intake-root{position:relative;min-height:100vh;background:var(--bg);overflow:hidden}.action-bar{position:fixed;bottom:0;left:0;right:0;z-index:25;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.ab-progress-line{height:4px;background:var(--border)}.ab-progress-fill{height:100%;background:var(--accent);transition:width .4s cubic-bezier(.4,0,.2,1)}.ab-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:660px;margin:0 auto;padding:.75rem 1.5rem}.ab-count{font-size:.85rem;font-weight:600;color:var(--text-muted)}.ab-buttons{display:flex;align-items:center;gap:.6rem}.btn-back{width:42px;height:42px;border-radius:9px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:1.05rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}.btn-back:hover{border-color:var(--accent-border);color:var(--accent)}.screen{height:100dvh}.screen-scroll{height:100%;overflow-y:auto}.screen-center{min-height:100%;display:flex;align-items:center;justify-content:center;padding:3.5rem 1.5rem 8rem}.screen-inner{width:100%;max-width:660px}.step-title{margin:0 0 1.3rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.q-blocks{display:flex;flex-direction:column;gap:2.4rem}.q-block{display:flex;flex-direction:column}.q-title{font-size:clamp(1.3rem,3vw,1.7rem);font-weight:600;line-height:1.34;margin:0;letter-spacing:-.01em}.q-description{margin:.6rem 0 0;color:var(--text-muted);font-size:1.02rem;line-height:1.5}.q-input{margin-top:1.8rem}.q-error{margin:.9rem 0 0;color:var(--error);font-size:.92rem;font-weight:500}.q-actions{display:flex;align-items:center;gap:1rem;margin-top:1.6rem;flex-wrap:wrap}.q-hint{color:var(--text-muted);font-size:.85rem}kbd{background:var(--kbd-bg);border-radius:4px;padding:.1rem .4rem;font-family:inherit;font-size:.8rem;font-weight:600}.btn-ok{background:var(--accent);color:var(--accent-text);border:none;border-radius:9px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .12s ease,filter .15s ease}.btn-ok:hover{filter:brightness(1.07)}.btn-ok:active{transform:scale(.97)}.text-field{width:100%;background:transparent;border:none;border-bottom:2px solid var(--field-border);color:var(--text);font-family:inherit;font-size:1.3rem;padding:.5rem .1rem;outline:none;transition:border-color .18s ease}.text-field::placeholder{color:var(--text-muted);opacity:.6}.text-field:focus{border-bottom-color:var(--accent)}.text-area{resize:vertical;min-height:3.2rem;line-height:1.5}.date-field{font-size:1.15rem}.date-field-wrap{display:flex;flex-direction:column;gap:.5rem}.field-note{margin:0;color:var(--text-muted);font-size:.85rem}.url-list{display:flex;flex-direction:column;gap:.7rem}.url-row{display:flex;align-items:center;gap:.6rem}.url-row .text-field{flex:1}.url-remove{flex-shrink:0;width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:1.1rem;line-height:1;cursor:pointer}.url-remove:hover{color:var(--error);border-color:var(--error)}.url-add{align-self:flex-start;margin-top:.2rem;background:transparent;border:1px dashed var(--field-border);border-radius:8px;padding:.5rem .9rem;color:var(--accent);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer}.url-add:hover{border-color:var(--accent);background:var(--accent-soft)}.choice-list{display:flex;flex-direction:column;gap:.6rem}.choice{display:flex;align-items:center;gap:.8rem;width:100%;text-align:left;background:var(--surface);border:1.5px solid var(--border);border-radius:11px;padding:.85rem 1rem;color:var(--text);font-family:inherit;font-size:1.02rem;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .1s ease}.choice:hover{border-color:var(--accent-border)}.choice:active{transform:scale(.99)}.choice.is-selected{border-color:var(--accent);background:var(--accent-soft)}.choice-label{flex:1}.choice-check{color:var(--accent);font-size:.95rem}.yesno .choice{font-size:1.1rem}.contact-block{display:flex;flex-direction:column;gap:1.4rem}.field-label{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.field-label .text-field{font-size:1.15rem}.file-upload{display:flex;flex-direction:column;gap:1rem}.dropzone{border:2px dashed var(--field-border);border-radius:14px;padding:2.2rem 1.5rem;text-align:center;cursor:pointer;background:var(--surface);transition:border-color .15s ease,background .15s ease}.dropzone:hover,.dropzone.is-over{border-color:var(--accent);background:var(--accent-soft)}.dropzone-icon{font-size:1.6rem}.dropzone-title{margin:.5rem 0 .2rem;font-weight:600}.dropzone-sub{margin:0;color:var(--text-muted);font-size:.92rem}.link-text{color:var(--accent);font-weight:600}.file-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;gap:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.5rem .7rem}.file-thumb{width:42px;height:42px;border-radius:7px;object-fit:cover;flex-shrink:0}.file-thumb-doc{display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-size:.7rem;font-weight:700}.file-meta{display:flex;flex-direction:column;flex:1;min-width:0}.file-name{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:.8rem;color:var(--text-muted)}.file-remove{border:none;background:transparent;color:var(--text-muted);font-size:1.3rem;line-height:1;cursor:pointer;padding:0 .3rem}.file-remove:hover{color:var(--error)}.file-uploading{opacity:.7}.file-uploading .file-size{color:var(--accent)}.qr-trigger{display:inline-flex;align-items:center;gap:.5rem;margin-top:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:.55rem .95rem;color:var(--text);font-family:inherit;font-size:.92rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease}.qr-trigger:hover{border-color:var(--accent-border);color:var(--accent)}.qr-icon{font-size:1.05rem}.qr-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:50;display:flex;align-items:center;justify-content:center;padding:1.5rem}.qr-modal{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem 1.5rem;max-width:360px;width:100%;box-shadow:var(--shadow);text-align:center}.qr-close{position:absolute;top:.6rem;right:.6rem;width:32px;height:32px;border:none;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--text-muted)}.qr-close:hover{color:var(--text)}.qr-title{margin:0 0 .4rem;font-size:1.15rem;font-weight:600}.qr-sub{margin:0 0 1.2rem;color:var(--text-muted);font-size:.92rem}.qr-image{display:flex;align-items:center;justify-content:center;width:220px;height:220px;margin:0 auto;background:#fff;padding:.6rem;border-radius:10px}.qr-image svg{width:100%;height:100%}.qr-loading{color:var(--text-muted);font-size:.9rem}.qr-url{margin:1rem 0 0;font-size:.78rem;color:var(--text-muted);word-break:break-all}.qr-hint{margin:.5rem 0 0;font-size:.85rem;color:var(--accent)}.mu-root{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center}.mu-title{font-size:clamp(1.4rem,4vw,1.8rem);font-weight:700;margin:0 0 .5rem}.mu-body{color:var(--text-muted);margin:0 0 2rem;max-width:24rem;line-height:1.5}.mu-button{display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:var(--accent-text);border-radius:12px;padding:1rem 1.6rem;font-size:1.05rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.mu-error{margin-top:1rem}.mu-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.4rem;color:var(--accent);font-weight:600}.admin-root{min-height:100dvh;padding:2.5rem 1.5rem 4rem;max-width:800px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{margin:0;font-size:1.4rem;font-weight:700}.admin-back-link{color:var(--text-muted);text-decoration:none;font-size:.92rem;font-weight:600}.admin-back-link:hover{color:var(--accent)}.admin-empty{color:var(--text-muted)}.muted{color:var(--text-muted);font-style:italic}.admin-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.admin-account-card{display:flex;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:11px;transition:border-color .15s ease,transform .1s ease}.admin-account-card:hover{border-color:var(--accent-border);transform:translateY(-1px)}.admin-account-card-link{flex:1;display:block;padding:1rem 1.2rem;text-decoration:none;color:var(--text)}.admin-account-card-link:hover{text-decoration:none}.admin-account-card-actions{display:flex;align-items:center;padding:0 .4rem}.admin-acct-name{font-size:1.05rem;font-weight:600;margin-bottom:.3rem}.admin-acct-meta{display:flex;gap:.8rem;font-size:.85rem;color:var(--text-muted);align-items:center}.admin-acct-status{text-transform:capitalize;padding:.15rem .55rem;border-radius:999px;font-weight:600;font-size:.78rem;background:var(--accent-soft);color:var(--accent)}.admin-acct-status.status-submitted{background:#10b98124;color:#10b981}.admin-detail-title{font-size:clamp(1.5rem,4vw,2rem);margin:0 0 .4rem;font-weight:700}.admin-detail-status{color:var(--text-muted);margin:0 0 2rem}.admin-section-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:2rem 0 1rem}.admin-answers{display:flex;flex-direction:column;gap:.7rem;margin:0}.admin-answers>div{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:.85rem 1rem}.admin-answers dt{font-size:.92rem;font-weight:600;color:var(--text-muted);margin-bottom:.4rem}.admin-answers dd{margin:0;font-size:1rem;line-height:1.45;word-break:break-word;color:var(--text)}.admin-files{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.8rem}.admin-files li{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:.6rem;text-align:center;font-size:.85rem}.admin-file-thumb{width:100%;height:100px;object-fit:cover;border-radius:6px;margin-bottom:.4rem;display:block}.admin-file-thumb-doc{display:flex;align-items:center;justify-content:center;background:var(--accent-soft);color:var(--accent);font-weight:700}.admin-file-name{font-weight:600;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-file-size{color:var(--text-muted);font-size:.78rem}.admin-toolbar{display:flex;gap:.6rem;margin-bottom:1.5rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:50;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem 1.5rem;max-width:480px;width:100%;box-shadow:var(--shadow)}.modal-close{position:absolute;top:.6rem;right:.6rem;width:32px;height:32px;border:none;background:transparent;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--text-muted)}.modal-close:hover{color:var(--text)}.modal-title{margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.modal-sub{margin:0 0 1.3rem;color:var(--text-muted);font-size:.92rem;line-height:1.5}.invite-form{display:flex;flex-direction:column;gap:1.2rem}.invite-field{display:flex;flex-direction:column;gap:.35rem}.invite-field>span{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.invite-field .text-field{font-size:1.05rem}.invite-link{display:flex;flex-direction:column;gap:.7rem;background:var(--accent-soft);border-radius:9px;padding:.9rem;margin-bottom:.5rem}.invite-link code{font-family:monospace;font-size:.82rem;word-break:break-all;color:var(--text)}.btn-secondary{background:transparent;border:1px solid var(--border);border-radius:9px;padding:.55rem 1.1rem;color:var(--text);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;align-self:flex-start;margin-top:.3rem}.btn-secondary:hover{border-color:var(--accent-border);color:var(--accent)}.account-root{min-height:100dvh;padding:2.5rem 1.5rem 4rem;max-width:760px;margin:0 auto}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.account-back-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:600}.account-back-link:hover{color:var(--accent)}.account-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;margin:0 0 .4rem}.account-status{color:var(--text-muted);margin:0 0 2rem}.account-section-title{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin:2.2rem 0 1rem}.msg-thread{display:flex;flex-direction:column}.msg-list{display:flex;flex-direction:column;gap:.55rem;min-height:40px;padding:.2rem 0 .4rem}.msg-empty{margin:.4rem 0;text-align:center;font-style:italic;color:var(--text-muted);font-size:.88rem}.msg{display:flex;flex-direction:column;max-width:78%}.msg-self{align-self:flex-end;align-items:flex-end}.msg-other{align-self:flex-start;align-items:flex-start}.msg-bubble{padding:.55rem .85rem;border-radius:18px;line-height:1.4;font-size:.96rem;white-space:pre-wrap;word-break:break-word}.msg-self .msg-bubble{background:var(--accent);color:var(--accent-text);border-bottom-right-radius:6px}.msg-other .msg-bubble{background:var(--surface);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:6px}.msg-time{font-size:.7rem;color:var(--text-muted);margin-top:.2rem;padding:0 .3rem}.msg-error{margin:.4rem 0}.msg-composer{display:flex;align-items:center;gap:.4rem;margin-top:.8rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.3rem .3rem .3rem .4rem}.msg-input{flex:1;border:none;background:transparent;padding:.5rem .7rem;color:var(--text);font-family:inherit;font-size:.95rem;outline:none;min-width:0}.msg-input::placeholder{color:var(--text-muted);opacity:.75}.msg-send{width:36px;height:36px;border-radius:50%;border:none;background:var(--accent);color:var(--accent-text);font-size:1.05rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:filter .12s ease,opacity .12s ease}.msg-send:hover:not(:disabled){filter:brightness(1.08)}.msg-send:disabled{opacity:.35;cursor:default}.thankyou-actions{margin-top:2rem}.thankyou-link{display:inline-block;text-decoration:none}.signup-root{min-height:100dvh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:3rem 1.5rem;max-width:480px;margin:0 auto}.signup-title{font-size:clamp(1.8rem,5vw,2.4rem);font-weight:700;margin:0 0 .6rem}.signup-sub{color:var(--text-muted);font-size:1rem;margin:0 0 .5rem}.signup-body{color:var(--text-muted);margin:0 0 1.8rem;line-height:1.5}.signup-form{display:flex;flex-direction:column;gap:1.2rem}.signup-form .btn-ok{align-self:flex-start}.admin-user-card{background:var(--surface);border:1px solid var(--border);border-radius:9px;padding:.9rem 1rem}.admin-user-name{font-size:1.02rem;font-weight:600;margin-bottom:.25rem}.admin-user-meta{display:flex;gap:.4rem;font-size:.9rem;color:var(--text-muted);flex-wrap:wrap}.admin-filter{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;color:var(--text-muted);cursor:pointer;margin-left:.4rem;-webkit-user-select:none;user-select:none}.admin-filter input{margin:0;cursor:pointer}.admin-account-actions{display:flex;gap:.5rem;margin:0 0 1.6rem;flex-wrap:wrap}.btn-danger{color:var(--error)}.btn-danger:hover{border-color:var(--error);color:var(--error)}.admin-acct-status.status-archived{background:var(--border);color:var(--text-muted)}.admin-account-card.is-archived .admin-account-card-link{opacity:.75}.kebab{position:relative}.kebab-trigger{width:34px;height:34px;border-radius:8px;border:none;background:transparent;color:var(--text-muted);font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .12s ease,color .12s ease}.kebab-trigger:hover,.kebab-trigger[aria-expanded=true]{background:var(--accent-soft);color:var(--accent)}.kebab-menu{position:absolute;top:calc(100% + .3rem);right:0;background:var(--surface);border:1px solid var(--border);border-radius:9px;box-shadow:var(--shadow);min-width:144px;z-index:40;padding:.3rem;display:flex;flex-direction:column;gap:.1rem}.kebab-item{background:transparent;border:none;border-radius:6px;padding:.55rem .8rem;text-align:left;font-family:inherit;font-size:.92rem;font-weight:500;color:var(--text);cursor:pointer}.kebab-item:hover{background:var(--accent-soft)}.kebab-item.is-danger{color:var(--error)}.kebab-item.is-danger:hover{background:#dc26261f}.modal-card-small{max-width:420px}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.2rem}.btn-ok-danger{background:var(--error);color:#fff}.btn-ok-danger:hover{filter:brightness(1.07)}.brand-mark{font-weight:800;letter-spacing:-.02em;color:var(--accent);font-size:1.1rem;margin-bottom:1.5rem}.welcome-title{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;line-height:1.18;letter-spacing:-.02em;margin:0}.welcome-body{margin:1rem 0 0;color:var(--text-muted);font-size:1.1rem;line-height:1.55}.thankyou-icon{width:64px;height:64px;border-radius:50%;background:var(--accent);color:var(--accent-text);display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.4rem}.theme-toggle{position:fixed;top:1.4rem;right:1.4rem;z-index:30}.theme-toggle-btn{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;color:var(--text);font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.theme-toggle-btn:hover{border-color:var(--accent-border)}.theme-menu{position:absolute;top:calc(100% + .5rem);right:0;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:.4rem;display:flex;flex-direction:column;gap:.15rem;min-width:152px}.theme-option{display:flex;align-items:center;gap:.6rem;background:transparent;border:none;border-radius:8px;padding:.5rem .6rem;color:var(--text);font-family:inherit;font-size:.9rem;cursor:pointer;text-align:left}.theme-option:hover{background:var(--accent-soft)}.theme-option.is-active{color:var(--accent);font-weight:600}.theme-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}[data-theme-dot=light]{background:#2563eb}[data-theme-dot=dark]{background:#7c83ff}[data-theme-dot=sand]{background:#c2683b}[data-theme-dot=ocean]{background:#36d6c0}.admin-tabs{display:flex;gap:.4rem;border-bottom:1px solid var(--border);margin:1.4rem 0 0}.admin-tab{position:relative;border:none;background:transparent;padding:.7rem 1rem;font-size:.95rem;font-weight:500;color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.admin-tab:hover{color:var(--text)}.admin-tab.is-active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.admin-tab-count{background:var(--accent-soft);color:var(--accent);border-radius:999px;font-size:.72rem;font-weight:600;padding:.1rem .45rem;min-width:1.4rem;text-align:center}.admin-tab-panel{padding-top:1.2rem}.admin-file-button{display:block;width:100%;background:transparent;border:none;padding:0;cursor:pointer;text-align:center;color:inherit;font:inherit}.admin-file-button:hover .admin-file-thumb{opacity:.92}.admin-file-button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:8px}.scheduled-wrap{display:flex;flex-direction:column;gap:1.2rem}.scheduled-section-title{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600}.scheduled-list{list-style:none;padding:0;margin:.4rem 0 0;display:flex;flex-direction:column;gap:.6rem}.scheduled-list-past .scheduled-item{opacity:.72}.scheduled-item{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:9px;padding:.7rem .9rem .8rem;display:flex;flex-direction:column;gap:.18rem}.scheduled-item.is-canceled{border-left-color:var(--text-muted);opacity:.7}.scheduled-when{font-size:.8rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.scheduled-item.is-canceled .scheduled-when{color:var(--text-muted)}.scheduled-name{font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.scheduled-badge{background:var(--border);color:var(--text-muted);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.1rem .45rem;border-radius:999px}.scheduled-meta{color:var(--text-muted);font-size:.85rem;display:flex;gap:.35rem;flex-wrap:wrap}.scheduled-link{margin-top:.35rem;align-self:flex-start;font-size:.88rem;color:var(--accent);text-decoration:none;font-weight:600}.scheduled-link:hover{text-decoration:underline}.calendly-inline{margin-top:.6rem;min-width:320px;height:700px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--surface)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox-stage{max-width:90vw;max-height:78vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:90vw;max-height:78vh;object-fit:contain;border-radius:6px;box-shadow:0 10px 40px #0006}.lightbox-pdf{width:90vw;height:78vh;border:none;background:#fff;border-radius:6px}.lightbox-doc{background:var(--surface);color:var(--text);border-radius:12px;padding:3rem 2.5rem;text-align:center;min-width:280px}.lightbox-doc-ext{font-size:2.4rem;font-weight:700;color:var(--accent);letter-spacing:.05em;margin-bottom:.6rem}.lightbox-doc-name{font-weight:600;margin-bottom:.4rem;word-break:break-all}.lightbox-doc-hint{color:var(--text-muted);font-size:.88rem}.lightbox-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s ease}.lightbox-close:hover{background:#ffffff38}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:#ffffff1f;color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s ease,opacity .12s ease}.lightbox-nav:hover:not(:disabled){background:#ffffff38}.lightbox-nav:disabled{opacity:.25;cursor:not-allowed}.lightbox-nav-prev{left:1rem}.lightbox-nav-next{right:1rem}.lightbox-footer{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:1rem;background:#0000008c;border:1px solid rgba(255,255,255,.12);padding:.55rem .9rem .55rem 1.1rem;border-radius:999px;color:#fff;max-width:92vw}.lightbox-info{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;min-width:0}.lightbox-name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50vw}.lightbox-pos{font-size:.75rem;color:#ffffffb3}.lightbox-download{white-space:nowrap}@media(max-width:540px){.screen-center{padding:3rem 1.2rem 8rem}.theme-toggle{top:1rem;right:1rem}}
