.login-glass-defs{position:absolute;width:0;height:0;overflow:hidden}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(900px 520px at 12% -10%,var(--grey-300) 0%,transparent 60%),radial-gradient(780px 460px at 90% 0%,var(--grey-200) 0%,transparent 58%),linear-gradient(180deg,var(--grey-100) 0%,var(--grey-300) 100%);background-attachment:fixed}.login-glass-card{--glass-bg: rgba(255, 255, 255, .38);--glass-highlight: rgba(255, 255, 255, .85);position:relative;width:100%;max-width:400px;border-radius:26px;overflow:hidden;isolation:isolate;box-shadow:0 20px 50px #11182738,0 4px 14px #1118271a}.login-glass-card .glass-filter,.login-glass-card .glass-overlay,.login-glass-card .glass-specular{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.login-glass-card .glass-filter{z-index:1;backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);filter:url(#login-glass-distortion)}.login-glass-card .glass-overlay{z-index:2;background:var(--glass-bg)}.login-glass-card .glass-specular{z-index:3;box-shadow:inset 1px 1px 1px var(--glass-highlight),inset -1px -1px 1px #ffffff59;transition:background .3s ease}.login-glass-content{position:relative;z-index:4;padding:2.5rem 2.25rem 2rem;text-align:center}.login-logo{display:block;height:36px;width:auto;margin:0 auto 1.25rem}.login-glass-content .muted{color:var(--grey-600)}.login-glass-content form{text-align:left;margin-top:1.5rem}.login-glass-content label{display:block;margin-bottom:1rem;font-weight:600;font-size:.85rem;color:var(--grey-700)}.login-glass-content input{display:block;width:100%;margin-top:.4rem;padding:.6rem .75rem;font-size:.95rem;font-family:inherit;border:1px solid var(--grey-300);border-radius:10px;background:#ffffff8c;color:var(--grey-900)}.login-glass-content input:focus{outline:none;background:#ffffffd9}.login-glass-content .btn{width:100%;margin-top:.5rem;background:#ffffff73;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);box-shadow:inset 1px 1px 1px #fffc,inset -1px -1px 1px #ffffff40;color:var(--grey-900);border-radius:10px}.login-glass-content .btn:hover:not(:disabled){background:#ffffffad}.login-glass-content .alert-error{display:flex;align-items:flex-start;gap:.55rem;text-align:left;padding:.65rem .85rem;border-radius:10px;background:var(--error-bg);border:1px solid #fecaca;color:var(--error-text);font-size:.85rem;line-height:1.4;animation:alert-in .2s ease}.login-glass-content .alert-icon{flex-shrink:0;width:16px;height:16px;margin-top:1px;color:var(--error-text)}@keyframes alert-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.login-glass-content .alert-error{animation:none}}.login-back-link{display:inline-block;margin-top:1.5rem;padding:0;border:none;background:none;font-family:inherit;font-size:.85rem;color:var(--grey-500);text-decoration:none;cursor:pointer}.login-back-link:hover:not(:disabled){color:var(--grey-900)}.login-back-link:disabled{opacity:.6;cursor:not-allowed}.login-code-hint{margin-top:1.25rem;font-size:.85rem;color:var(--grey-600);line-height:1.5}.login-code-input{text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:.4em}.login-resend-row{display:flex;align-items:center;justify-content:space-between}.login-resend-row .login-back-link{margin-top:1.25rem}@media(prefers-reduced-motion:reduce){.login-glass-card .glass-specular{transition:none}}.glass-defs{position:absolute;width:0;height:0;overflow:hidden}.navbar{--glass-bg: rgba(255, 255, 255, .42);--glass-highlight: rgba(255, 255, 255, .9);position:sticky;top:14px;z-index:50;margin:14px 18px 26px;border-radius:22px;overflow:hidden;isolation:isolate;box-shadow:0 10px 34px #1f293721,0 2px 8px #1f29370f}.glass-filter,.glass-overlay,.glass-specular{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.glass-filter{z-index:1;backdrop-filter:blur(10px) saturate(165%);-webkit-backdrop-filter:blur(10px) saturate(165%);filter:url(#glass-distortion)}.glass-overlay{z-index:2;background:var(--glass-bg)}.glass-specular{z-index:3;box-shadow:inset 1px 1px 1px var(--glass-highlight),inset -1px -1px 1px #fff6;transition:background .3s ease}.glass-content{position:relative;z-index:4;display:flex;align-items:center;gap:1.15rem;padding:.7rem 1.4rem}.navbar-logo{display:block;height:32px;width:auto;flex-shrink:0}.navbar-info{display:flex;align-items:center;gap:.6rem;min-width:0;font-size:.85rem;color:var(--grey-600)}.info-name{font-weight:600;color:var(--grey-900);white-space:nowrap}.info-sep{color:var(--grey-400);flex-shrink:0}.info-item{white-space:nowrap}.info-address{overflow:hidden;text-overflow:ellipsis;min-width:0}.navbar-forms{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.navbar-forms~.navbar-right{margin-left:0}.form-pill{display:flex;align-items:center;gap:.42rem;height:36px;padding:0 .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:#ffffff52;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--grey-700);white-space:nowrap;cursor:pointer;transition:all .2s ease}.form-pill svg{width:16px;height:16px;flex-shrink:0}.form-pill:hover{background:#fff9;color:var(--grey-900)}.form-pill:focus-visible{outline:2px solid var(--grey-500);outline-offset:2px}.form-pill-open{background:var(--grey-800);border-color:var(--grey-800);color:#fff}.form-pill-open:hover{background:var(--grey-700);color:#fff}.form-pill-submitted svg:first-child{color:#2f7a3d}.form-pill-locked{opacity:.55}.form-pill:disabled{cursor:default;opacity:.7}.form-pill-spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--grey-300);border-top-color:var(--grey-700);animation:form-pill-spin .8s linear infinite}@keyframes form-pill-spin{to{transform:rotate(360deg)}}.navbar-right{display:flex;align-items:center;gap:.85rem;margin-left:auto;flex-shrink:0}.navbar-welcome{font-size:.85rem;color:var(--grey-600);white-space:nowrap}.navbar-logout{display:flex;align-items:center;gap:.45rem;height:36px;padding:0 .9rem 0 .75rem;flex-shrink:0;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#ffffff52;color:var(--grey-600);font-family:inherit;font-size:.82rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.navbar-logout svg{width:17px;height:17px;flex-shrink:0}.navbar-logout:hover{background:#fff9;color:var(--grey-900)}.navbar-logout:focus-visible{outline:2px solid var(--grey-500);outline-offset:2px}@media(max-width:720px){.glass-content{flex-wrap:wrap;gap:.75rem}.navbar-info{order:3;width:100%;font-size:.78rem}.navbar-forms{order:4;width:100%;margin-left:0}.form-pill{flex:1;justify-content:center}}@media(prefers-reduced-motion:reduce){.glass-specular{transition:none}.form-pill-spinner{animation:none}}.modal-glass-defs{position:absolute;width:0;height:0;overflow:hidden}.glass-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#11182759;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:modal-backdrop-in .15s ease}.glass-modal-card{--glass-bg: rgba(255, 255, 255, .55);--glass-highlight: rgba(255, 255, 255, .9);position:relative;width:100%;max-width:420px;border-radius:22px;overflow:hidden;isolation:isolate;box-shadow:0 24px 60px #1118274d,0 4px 14px #1118271f;animation:modal-card-in .18s cubic-bezier(.2,.8,.3,1)}.glass-modal-card .glass-filter,.glass-modal-card .glass-overlay,.glass-modal-card .glass-specular{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.glass-modal-card .glass-filter{z-index:1;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);filter:url(#modal-glass-distortion)}.glass-modal-card .glass-overlay{z-index:2;background:var(--glass-bg)}.glass-modal-card .glass-specular{z-index:3;box-shadow:inset 1px 1px 1px var(--glass-highlight),inset -1px -1px 1px #fff6}.glass-modal-content{position:relative;z-index:4;padding:1.75rem 1.75rem 1.5rem}.glass-modal-content h3{color:var(--grey-900);font-size:1.05rem;margin-bottom:.5rem}.glass-modal-content p{color:var(--grey-600);font-size:.9rem;line-height:1.5}.glass-modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1.5rem}.glass-modal-actions .btn{margin:0;width:auto;padding:.5rem 1.1rem;border-radius:10px}.glass-modal-btn-primary{background:#ffffff80;border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);box-shadow:inset 1px 1px 1px #ffffffd9,inset -1px -1px 1px #ffffff40;color:var(--grey-900)}.glass-modal-btn-primary:hover{background:#ffffffb8}.glass-modal-btn-secondary{background:#ffffff42;border:1px solid rgba(255,255,255,.45);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);color:var(--grey-800)}.glass-modal-btn-secondary:hover{background:#ffffff73}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-card-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.glass-modal-backdrop,.glass-modal-card{animation:none}}.deficiency-glass-defs{position:absolute;width:0;height:0;overflow:hidden}.deficiency-form-wrap{width:100%;max-width:720px;margin:0 auto}.deficiency-card{--glass-bg: rgba(255, 255, 255, .4);--glass-highlight: rgba(255, 255, 255, .85);position:relative;border-radius:26px;overflow:hidden;isolation:isolate;box-shadow:0 20px 50px #11182729,0 4px 14px #11182714}.deficiency-card .glass-filter,.deficiency-card .glass-overlay,.deficiency-card .glass-specular{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none}.deficiency-card .glass-filter{z-index:1;backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);filter:url(#deficiency-glass-distortion)}.deficiency-card .glass-overlay{z-index:2;background:var(--glass-bg)}.deficiency-card .glass-specular{z-index:3;box-shadow:inset 1px 1px 1px var(--glass-highlight),inset -1px -1px 1px #ffffff59}.deficiency-content{position:relative;z-index:4;padding:2rem 2.25rem 2.25rem}.deficiency-back{border:none;background:none;padding:0;margin-bottom:1.25rem;font-family:inherit;font-size:.85rem;color:var(--grey-500);cursor:pointer}.deficiency-back:hover{color:var(--grey-900)}.deficiency-header{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--grey-300)}.deficiency-header h2{color:var(--grey-900);font-size:1.15rem;margin:0}.deficiency-file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.deficiency-rows{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1rem}.deficiency-row{display:grid;grid-template-columns:200px 1fr auto auto;gap:.6rem;align-items:start}.deficiency-row-head{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--grey-500)}.deficiency-row select,.deficiency-row textarea{width:100%;box-sizing:border-box;font-size:.9rem;font-family:inherit;border:1px solid var(--grey-300);border-radius:10px;background:#ffffff8c;color:var(--grey-900)}.deficiency-row select{height:40px;padding:0 1.9rem 0 .7rem;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:16px}.deficiency-row textarea{min-height:40px;padding:.55rem .7rem;line-height:1.3;resize:none;overflow:hidden}.deficiency-row select:focus{outline:none;background:#ffffffd9}.deficiency-row textarea:focus{outline:none;border-color:var(--grey-300);background:#ffffffd9}.deficiency-delete,.deficiency-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-top:6px;border:1px solid var(--grey-300);border-radius:10px;background:#ffffff80;backdrop-filter:blur(8px) saturate(150%);-webkit-backdrop-filter:blur(8px) saturate(150%);color:var(--grey-600);font-size:.85rem;cursor:pointer;transition:all .2s ease}@media(hover:hover)and (pointer:fine){.deficiency-delete:hover:not(:disabled),.deficiency-icon-btn:hover:not(:disabled){background:var(--grey-800);border-color:var(--grey-800);color:#fff}}.deficiency-delete:disabled,.deficiency-icon-btn:disabled{opacity:.4;cursor:not-allowed}.deficiency-icon-btn svg{width:17px;height:17px}.deficiency-photo-actions{display:flex;gap:.4rem}.deficiency-preview-btn{position:relative;padding:0;overflow:hidden}.deficiency-preview-thumb{width:100%;height:100%;object-fit:cover;display:block}.deficiency-photo-count{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 3px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--grey-800);color:#fff;font-size:.62rem;font-weight:700;line-height:1}.deficiency-add{display:inline-block;margin-bottom:1.5rem;padding:.5rem .9rem;border:1px dashed var(--grey-400);border-radius:10px;background:transparent;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--grey-700);cursor:pointer;transition:all .2s ease}.deficiency-add:hover{border-style:solid;border-color:var(--grey-600);color:var(--grey-900)}.deficiency-footer{display:flex;align-items:center}.deficiency-autosave-spinner{display:flex;align-items:center;justify-content:center;width:0;height:40px;flex-shrink:0;border:1px solid transparent;border-radius:10px;background:#ffffff80;overflow:hidden;opacity:0;transform:scale(.85);transition:width .25s ease,margin-right .25s ease,opacity .2s ease,transform .2s ease,border-color .2s ease}.deficiency-autosave-spinner.show{width:40px;margin-right:.6rem;opacity:1;transform:scale(1);border-color:var(--grey-300)}.deficiency-autosave-spinner svg{width:18px;height:18px;flex-shrink:0;animation:deficiency-spin .7s linear infinite}@keyframes deficiency-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.deficiency-autosave-spinner svg{animation:none}}.btn.deficiency-submit{display:block;flex:1;min-width:0;background:#ffffff73;border:1px solid rgba(255,255,255,.6);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);box-shadow:inset 1px 1px 1px #fffc,inset -1px -1px 1px #ffffff40;color:var(--grey-900);border-radius:10px;padding:.7rem 1rem;opacity:1}.btn.deficiency-submit:hover:not(:disabled){background:#ffffffad}.deficiency-review-warning{padding:.85rem 1rem;border-radius:12px;background:#b91c1c1a;border:1px solid rgba(185,28,28,.35);color:var(--danger);font-size:.85rem;font-weight:600;line-height:1.45;margin-bottom:1.25rem}.deficiency-required-note{margin:.6rem 0 0;font-size:.78rem;color:var(--grey-500)}.deficiency-review-heading{font-size:.95rem;margin:0 0 .75rem;color:var(--grey-900)}.deficiency-review-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.deficiency-review-item{display:grid;grid-template-columns:160px 1fr auto;gap:.75rem;align-items:start;padding:.7rem .85rem;border:1px solid var(--grey-300);border-radius:10px;background:#ffffff80;font-size:.85rem}.deficiency-review-room{font-weight:700;color:var(--grey-800)}.deficiency-review-desc{color:var(--grey-700);white-space:pre-wrap}.deficiency-review-photos{color:var(--grey-500);white-space:nowrap}.deficiency-signoff-intro{margin:0 0 1.25rem;color:var(--grey-700);font-size:.9rem}.deficiency-signoff-half{display:flex;flex-direction:column;margin-bottom:1.5rem}.deficiency-signoff-half-label{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--grey-500);margin-bottom:.5rem}.deficiency-signature-canvas{width:100%;height:180px;border:1px solid var(--grey-300);border-radius:12px;background:#fff9;touch-action:none;cursor:crosshair;display:block}.deficiency-signature-clear{margin-top:.5rem;border:none;background:none;font-family:inherit;font-size:.8rem;color:var(--grey-500);cursor:pointer;padding:0}.deficiency-signature-clear:hover{color:var(--grey-900)}.btn.deficiency-submit:disabled{opacity:1;background:#fff3;border-color:#ffffff4d;color:var(--grey-400)}.deficiency-success{text-align:center;padding:1rem 0 .5rem}.deficiency-success p{color:var(--grey-800);margin-bottom:1.25rem}.deficiency-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem}.deficiency-photo-thumb{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;border:1px solid var(--grey-300)}.deficiency-photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.deficiency-photo-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:#111827a6;color:#fff;font-size:.7rem;cursor:pointer}.deficiency-photo-remove:hover{background:var(--grey-900)}@media(max-width:620px){.deficiency-row{grid-template-columns:1fr auto auto;grid-template-areas:"room photos delete" "desc desc desc"}.deficiency-row select{grid-area:room}.deficiency-row textarea{grid-area:desc}.deficiency-row .deficiency-photo-actions{grid-area:photos}.deficiency-row .deficiency-delete{grid-area:delete}.deficiency-row-head{display:none}}.client-dashboard{min-height:100vh}.client-dashboard-body{padding:1rem 1.25rem 3rem}.client-dashboard-empty{max-width:720px;margin:4rem auto 0;text-align:center;color:var(--grey-500);font-size:.95rem}*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1f4e79;--primary-dark: #163a5b;--bg: #f4f6f9;--text: #1f2933;--muted: #6b7280;--border: #d9dee5;--danger: #b91c1c;--success-bg: #ecfdf5;--success-text: #047857;--error-bg: #fef2f2;--error-text: #b91c1c;--grey-50: #f9fafb;--grey-100: #f3f4f6;--grey-200: #e5e7eb;--grey-300: #d1d5db;--grey-400: #9ca3af;--grey-500: #6b7280;--grey-600: #4b5563;--grey-700: #374151;--grey-800: #1f2937;--grey-900: #111827}html{height:100%;background:var(--grey-200);overscroll-behavior-y:none}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text);line-height:1.5;min-height:100%;background:radial-gradient(900px 520px at 8% -12%,var(--grey-300) 0%,transparent 62%),radial-gradient(780px 460px at 92% -4%,var(--grey-200) 0%,transparent 58%),linear-gradient(180deg,var(--grey-100) 0%,var(--grey-300) 100%);background-attachment:fixed;overscroll-behavior-y:none}h1,h2,h3{margin-bottom:.5rem}.muted{color:var(--muted)}.card{background:#fff;border:1px solid var(--border);border-radius:26px;padding:1.5rem;margin-bottom:1.5rem}label{display:block;margin-bottom:1rem;font-weight:600;font-size:.9rem}input,select,textarea{display:block;width:100%;margin-top:.35rem;padding:.55rem .7rem;font-size:1rem;font-family:inherit;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus{outline:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.2rem;font-size:.95rem;font-family:inherit;font-weight:600;border:1px solid var(--border);border-radius:10px;cursor:pointer;color:var(--grey-800);background:#fff;box-shadow:0 1px 2px #1f29370f;transition:background .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.btn:hover:not(:disabled){background:var(--grey-50);color:var(--grey-900)}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-small{padding:.32rem .75rem;font-size:.85rem}.btn:not(.glass-modal-btn-primary):not(.glass-modal-btn-secondary):not(.deficiency-submit){background:#ffffff73;border:1px solid var(--grey-300);backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);box-shadow:inset 1px 1px 1px #fffc,inset -1px -1px 1px #ffffff40;color:var(--grey-900)}.btn:not(.glass-modal-btn-primary):not(.glass-modal-btn-secondary):not(.deficiency-submit):hover:not(:disabled){background:#ffffffad;color:var(--grey-900)}.btn-danger{font-weight:700}.alert{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem}.alert-success{background:var(--success-bg);color:var(--success-text)}.alert-error{background:var(--error-bg);color:var(--error-text)}.page-loading{display:flex;justify-content:center;padding:4rem;color:var(--muted)}.public-page{max-width:640px;margin:0 auto;padding:1.5rem 1rem 3rem}.public-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.public-header h1{color:var(--primary);margin:0}.header-link{color:var(--muted);text-decoration:none;font-size:.9rem}.header-link:hover{color:var(--primary)}.admin-shell{min-height:100vh}.admin-tabs{display:flex;gap:.4rem;max-width:1200px;margin:0 auto;padding:0 1.4rem}.admin-tabs-sticky{margin:0 -1.4rem 1.4rem;padding:.15rem 1.4rem;background:transparent;border-bottom:none;max-width:none}.admin-section{scroll-margin-top:4.2rem;padding-top:.2rem}.admin-section+.admin-section{margin-top:2.4rem}.admin-tab{padding:.5rem 1.1rem;border:1px solid var(--border);border-radius:999px;font-size:.88rem;font-weight:600;color:var(--grey-700);text-decoration:none;background:#fff;transition:color .2s ease,background .2s ease,border-color .2s ease}.admin-tab:hover{background:var(--grey-50);color:var(--grey-900)}.admin-tab.active{background:var(--grey-800);color:#fff;border-color:var(--grey-800)}.admin-tab.active:hover{background:var(--grey-900);border-color:var(--grey-900)}.admin-content{padding:.4rem 1.4rem 2rem;max-width:1200px;margin:0 auto}.user-form{max-width:480px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;max-width:680px}.form-grid .field-wide{grid-column:1 / -1}@media(max-width:600px){.form-grid{grid-template-columns:1fr}}.form-actions{display:flex;gap:.5rem}.form-section{margin-top:.4rem}.form-section .field-label{margin:0}.field-hint{display:block;margin-top:.4rem;font-size:.8rem;font-weight:400;line-height:1.4;color:var(--muted)}.password-row{display:flex;gap:.5rem}.password-row input{flex:1;min-width:0}.password-row .btn{flex-shrink:0;white-space:nowrap}.file-input-row{display:flex;align-items:flex-end;gap:.4rem}.file-input-row input[type=file]{flex:1;min-width:0;height:40px;display:flex;align-items:center;padding:0 .7rem}.file-clear-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;padding:0;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--grey-500);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.file-clear-btn:hover{background:var(--grey-50);border-color:var(--grey-300);color:var(--grey-900)}.file-clear-btn svg{width:14px;height:14px}.project-list{list-style:none;margin:.5rem 0 0}.project-list-item{border-bottom:1px solid var(--border)}.project-list-item:last-child{border-bottom:none}.project-list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .4rem;border-radius:8px;cursor:pointer;transition:background .15s ease}.project-list-row:hover,.project-list-item.open .project-list-row{background:var(--grey-50)}.project-list-name{font-weight:600}.project-list-count{flex:1;color:var(--muted);font-size:.85rem}.project-list-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.project-list-chevron{width:18px;height:18px;color:var(--grey-400);flex-shrink:0;transition:transform .2s ease}.project-list-item.open .project-list-chevron{transform:rotate(180deg)}.project-rooms-panel{padding:0 .4rem 1.1rem}.project-rooms-panel>.muted{margin-bottom:.75rem;font-size:.85rem}.project-rooms-builder{margin:0 0 1.25rem;padding-top:1.1rem;border-top:1px solid var(--border)}.field-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:.6rem}.project-rooms-builder .field-label{margin-bottom:.6rem}.inline-form{display:flex;gap:.6rem;align-items:flex-end;flex-wrap:wrap}.inline-form label{flex:1;min-width:130px;margin-bottom:0}.room-list{list-style:none;margin:0 0 .9rem;display:flex;flex-wrap:wrap;gap:.5rem}.room-import-notice{color:var(--success-text)}.room-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .55rem .32rem .75rem;background:var(--grey-100);border:1px solid var(--border);border-radius:999px;font-size:.85rem}.room-chip button{border:none;background:none;color:var(--grey-400);cursor:pointer;font-size:.9rem;line-height:1;padding:0}.room-chip button:hover{color:var(--danger)}.forms-group-heading{margin:1.75rem 0 .5rem;font-size:1rem;color:var(--grey-800)}.forms-group-heading:first-child{margin-top:0}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);white-space:nowrap}th{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.row-actions{display:flex;gap:.4rem;flex-wrap:nowrap;white-space:nowrap}.badge{display:inline-block;margin-left:.4rem;padding:.1rem .45rem;font-size:.7rem;font-weight:700;text-transform:uppercase;background:#e0e7ff;color:#3730a3;border-radius:999px}.directory-toolbar{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.1rem}.directory-search{flex:1;min-width:200px;margin:0}.filter-pills{display:flex;gap:.4rem;flex-wrap:wrap}.filter-pill{padding:.4rem .9rem;border-radius:999px;border:1px solid var(--border);font-size:.85rem;font-weight:600;color:var(--grey-700);cursor:pointer;background:#fff;transition:color .15s ease,background .15s ease,border-color .15s ease}.filter-pill:hover{background:var(--grey-50);color:var(--grey-900)}.filter-pill.active{background:var(--grey-800);color:#fff;border-color:var(--grey-800)}.filter-pill.active:hover{background:var(--grey-900);border-color:var(--grey-900)}.directory-subheading{margin:1.5rem 0 .6rem;font-size:1rem;color:var(--grey-800)}.directory-subheading:first-child{margin-top:0}@media(max-width:700px){.admin-shell{flex-direction:column}.admin-sidebar{width:100%}.admin-content{padding:1.25rem}}.admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.4rem}.admin-stat{background:#fff;border:1px solid var(--border);border-radius:18px;padding:.85rem 1.2rem;display:flex;flex-direction:column;gap:.1rem}.admin-stat-value{font-size:1.5rem;font-weight:700;color:var(--grey-900);font-variant-numeric:tabular-nums;line-height:1.2}.admin-stat-label{font-size:.78rem;font-weight:600;color:var(--grey-500);text-transform:uppercase;letter-spacing:.04em}@media(max-width:700px){.admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:start}.admin-two-col .card{margin-bottom:0}@media(max-width:940px){.admin-two-col{grid-template-columns:1fr}}.import-collapse{margin-top:1.2rem;border-top:1px solid var(--border);padding-top:1rem}.import-collapse>summary{cursor:pointer;font-size:.88rem;font-weight:600;color:var(--grey-600);list-style:none;display:flex;align-items:center;gap:.4rem}.import-collapse>summary::-webkit-details-marker{display:none}.import-collapse>summary:before{content:"";width:7px;height:7px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(-45deg);transition:transform .15s ease;flex-shrink:0}.import-collapse[open]>summary:before{transform:rotate(45deg)}.import-collapse>summary:hover{color:var(--grey-900)}.import-collapse>*:not(summary){margin-top:.8rem}.form-badges{display:inline-flex;gap:.35rem}.form-badge{display:inline-block;padding:.14rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:var(--grey-400);background:var(--grey-100);border:1px solid var(--border);white-space:nowrap}.form-badge.done{color:#226330;background:#e5f3e8;border-color:#bfdec7}.form-detail-row>td{background:var(--grey-50);padding:0}.form-detail{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.9rem}.form-detail-meta{display:flex;flex-wrap:wrap;gap:.3rem 1.2rem;font-size:.82rem;color:var(--grey-500)}.form-detail-items{margin:0;padding-left:1.3rem;display:flex;flex-direction:column;gap:.85rem}.form-detail-item::marker{font-weight:700;color:var(--grey-500)}.form-detail-room{font-weight:700;font-size:.9rem;color:var(--grey-900)}.form-detail-desc{margin:.2rem 0 0;font-size:.9rem;color:var(--grey-700);white-space:pre-wrap}.form-detail-photos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.form-detail-photos img{width:76px;height:76px;object-fit:cover;border-radius:10px;border:1px solid var(--border);background:#fff;display:block}.form-detail-signature{border-top:1px solid var(--border);padding-top:.7rem}.form-detail-signature img{display:block;max-height:64px;margin-top:.3rem}
