:root{--bg:#fff;--text:#1a1a1a;--accent:#3aa856;--border:#e5e4e7;color:var(--text);font:16px/145% system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0}:root{--bg:#fff;--surface:#fff;--text:#1a1a1a;--text-muted:#6b6b6b;--border:#e5e4e7;--accent:#14b657;--accent-ring:#14b65740;--active-bg:#3a3a3a;--active-text:#f5f5f5;--shadow-sm:2px 5px 15px #00000014;--shadow-md:3px 5px 15px #0000001f;--icon-shadow:2px 5px 15px #00000029;--font-sans:-apple-system, "Segoe UI", Roboto, system-ui, sans-serif;--radius:10px}body{font-family:var(--font-sans);color:var(--text)}.icon-circle{border:2px solid var(--text);cursor:pointer;width:48px;height:48px;box-shadow:var(--icon-shadow);background:#ffffff8c;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:flex}.icon-circle:hover{background:var(--active-bg);border-color:var(--active-bg);transform:scale(1.08)}.icon-circle img,.icon-circle svg{object-fit:contain;width:55%;height:55%}.icon-circle:hover img,.icon-circle:hover svg{filter:invert()brightness(2)}.icon-circle.active{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring), var(--icon-shadow)}.nav-rail{border:1.5px solid var(--border);box-shadow:var(--shadow-sm);z-index:1;background:#ffffff8c;border-radius:999px;flex-direction:column;gap:.6rem;padding:.75rem .55rem;display:flex;position:fixed;top:50%;left:1.5rem;transform:translateY(-50%)}.nav-rail-item{align-items:center;text-decoration:none;display:flex;position:relative}.nav-rail-item:hover .nav-rail-icon{background:var(--active-bg);border-color:var(--active-bg);transform:scale(1.08)}.nav-rail-item:hover .nav-rail-icon img{filter:invert()brightness(2)}.nav-rail-label{white-space:nowrap;background:var(--active-bg);color:var(--active-text);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .18s,transform .18s;position:absolute;top:50%;left:calc(100% + .75rem);transform:translateY(-50%)translate(-6px)}.nav-rail-item:hover .nav-rail-label{opacity:1;transform:translateY(-50%)translate(0)}.constellation-bg{z-index:-1;opacity:.6;width:100vw;height:100vh;position:fixed;inset:0}.page{box-sizing:border-box;min-height:100vh;padding:2rem;position:relative}.sign-out-btn,.exit-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;gap:.4rem;font-size:.95rem;display:flex;position:absolute;top:1.5rem;left:1.5rem}.sign-out-btn img{width:16px;height:16px}.catalog-link{color:var(--text-muted);font-size:.95rem;text-decoration:none;position:absolute;top:1.5rem;right:1.5rem}.hub-signout-btn{left:auto;right:1.5rem}.catalog-link:hover,.sign-out-btn:hover,.exit-btn:hover{color:var(--text)}.clientele-page h1{text-align:center}.clientele-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1.5rem;max-width:900px;margin:2rem auto;display:grid}.clientele-item{color:var(--text);flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;display:flex}.clientele-avatar{width:70px;height:70px}.avatar-glyph{color:var(--text-muted);font-size:1.5rem}.clientele-name{text-align:center;font-size:.85rem}.client-home-page{flex-direction:column;justify-content:center;align-items:center;display:flex}.hub{flex-direction:column;align-items:center;gap:1rem;display:flex}.hub-cluster{width:300px;height:204px;position:relative}.hub-center,.hub-spoke{text-decoration:none;position:absolute}.hub-center{width:96px;height:96px;margin:-48px;top:48px;left:138px}.hub-spoke{width:64px;height:64px;margin:-32px}.hub-center:hover,.hub-spoke:hover{z-index:10}.hub-center-icon,.hub-spoke-icon{width:100%;height:100%}.hub-name{margin:0;font-weight:600}.hub-spoke--disabled{opacity:.35;cursor:default}.hub-spoke--disabled .hub-spoke-icon{pointer-events:none}.hub-spoke-label{white-space:nowrap;background:var(--active-bg);color:var(--active-text);box-shadow:var(--shadow-sm);opacity:0;pointer-events:none;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .18s;position:absolute}.hub-center:hover .hub-spoke-label,.hub-spoke:hover .hub-spoke-label{opacity:1}.profile-layout{flex-direction:column;gap:1.5rem;max-width:640px;margin-left:5rem;display:flex}.profile-photo-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:2rem;padding:1.5rem;display:flex}.profile-photo{flex-shrink:0;width:100px;height:100px;font-size:2.5rem;overflow:hidden}.profile-photo img{object-fit:cover;width:100%;height:100%}.profile-photo img.profile-photo-placeholder{object-fit:contain;opacity:.5;width:55%;height:55%}.profile-fields{flex:1;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;display:grid}.profile-field{flex-direction:column;gap:.25rem;display:flex}.profile-field label{color:var(--text-muted);font-size:.75rem}.profile-field input{border:none;border-bottom:1.5px solid var(--border);color:var(--text);background:0 0;padding:.25rem 0;font-size:.95rem}.profile-field input:focus{border-bottom-color:var(--accent);outline:none}.profile-notes-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.profile-notes-card label{color:var(--text-muted);font-size:.8rem}.profile-notes-card textarea{border:1.5px solid var(--border);resize:vertical;border-radius:8px;padding:.75rem;font-family:inherit;font-size:.9rem}.profile-save-row{align-items:center;gap:1rem;display:flex}.profile-save-row button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem}.profile-save-row button:disabled{background:var(--border);cursor:default}.save-confirm{color:var(--accent);font-size:.85rem}.profile-invite-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.profile-invite-card label{color:var(--text-muted);font-size:.8rem}.profile-invite-row{gap:.75rem;display:flex}.profile-invite-row input{border:1.5px solid var(--border);color:var(--text);background:0 0;border-radius:8px;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.profile-invite-row input:focus{border-color:var(--accent);outline:none}.profile-invite-row input:disabled{color:var(--text-muted)}.profile-invite-row button{background:var(--active-bg);color:var(--active-text);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem}.profile-invite-row button:disabled{background:var(--border);color:var(--text-muted);cursor:default}.profile-invite-status{color:var(--text-muted);margin:0;font-size:.85rem}.intake-layout{flex-direction:column;gap:2rem;max-width:560px;margin-left:5rem;display:flex}.intake-section h2{margin-bottom:.75rem;font-size:1.1rem}.intake-category-list{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin:0;padding:0;list-style:none;overflow:hidden}.intake-category{border-bottom:1px solid var(--border)}.intake-category:last-child{border-bottom:none}.intake-category-toggle{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;align-items:center;gap:.6rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.intake-category.open .intake-category-toggle{background:var(--active-bg);color:var(--active-text)}.intake-caret{width:1rem;color:var(--text-muted)}.intake-category.open .intake-caret{color:inherit}.intake-has-content{background:var(--accent);border-radius:50%;width:8px;height:8px;margin-left:auto}.intake-category-body{flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;display:flex}.intake-category-body textarea{border:1.5px solid var(--border);resize:vertical;border-radius:8px;padding:.6rem;font-family:inherit;font-size:.85rem}.intake-save-row{align-items:center;gap:.75rem;display:flex}.intake-save-row button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:.35rem 1rem;font-size:.8rem}.intake-save-row button:disabled{background:var(--border)}.gait-page{flex-direction:column;justify-content:center;align-items:center;display:flex}.gait-layout{flex-direction:column;align-items:center;gap:2rem;margin-top:3rem;margin-left:5rem;display:flex}.gait-slots{background:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);gap:1px;display:flex;overflow:hidden}.gait-slot{background:var(--surface);flex-direction:column;align-items:center;display:flex}.gait-slot-media{aspect-ratio:9/16;background:#6b6b63;justify-content:center;align-items:center;width:clamp(220px,21vw,380px);display:flex;position:relative;overflow:hidden}.gait-slot-file-input{display:none}.gait-slot-upload-btn{color:var(--text);cursor:pointer;background:#ffffffe6;border:none;border-radius:999px;padding:.3rem .8rem;font-size:.75rem;position:absolute;bottom:.6rem;left:50%;transform:translate(-50%)}.gait-slot-upload-btn:hover{background:#fff}.gait-slot-media img,.gait-slot-media video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.gait-slot-fullscreenable{cursor:pointer}.gait-slot-fullscreenable:fullscreen{object-fit:contain;background:#000}.gait-slot-empty{color:#d8d8d0;text-align:center;padding:0 1rem;font-size:.75rem}.gait-slot-label{padding:.6rem;font-size:.85rem}.gait-category-picker{gap:1rem;display:flex}.gait-category-picker img{width:72%;height:72%}.quest-layout{gap:2rem;margin-left:5rem;display:flex}.quest-sidebar{background:var(--surface);border-radius:var(--radius);width:220px;box-shadow:var(--shadow-sm);flex-direction:column;flex-shrink:0;gap:.5rem;height:fit-content;padding:1rem;display:flex}.quest-category-btn{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.95rem;transition:background-color .2s,color .2s;display:flex}.quest-category-btn:hover,.quest-category-btn.active{background:var(--active-bg);color:var(--active-text)}.quest-category-label{align-items:center;gap:.6rem;display:flex}.quest-category-icon{object-fit:contain;flex-shrink:0;width:20px;height:20px}.quest-category-btn:hover .quest-category-icon,.quest-category-btn.active .quest-category-icon{filter:invert()brightness(2)}.quest-category-pct{color:inherit;opacity:.8;font-size:.8rem}.quest-main{flex:1}.quest-view-toggle{gap:.5rem;margin-bottom:1.5rem;display:flex}.quest-view-toggle button{border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.4rem .9rem;font-size:.85rem}.quest-view-toggle button.active{background:var(--active-bg);border-color:var(--active-bg);color:var(--active-text)}.quest-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));justify-items:center;gap:2.5rem 2rem;display:grid}.quest-tree{flex-direction:column-reverse;gap:3rem;display:flex;position:relative}.quest-tree-row{z-index:1;justify-content:center;gap:3rem;display:flex;position:relative}.quest-tree-lines{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.quest-card{border-radius:var(--radius);border:1.5px solid var(--border);background:var(--surface);cursor:pointer;filter:grayscale()brightness(.85);text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:140px;padding:1rem .75rem;transition:filter .2s,border-color .2s,transform .2s;display:flex}.quest-card:hover{filter:grayscale(0%)brightness();transform:translateY(-2px)}.quest-card.completed{filter:grayscale(0%)brightness();border-color:var(--accent)}.quest-card.read-only{cursor:default}.quest-card-image{border-radius:8px;display:block;overflow:hidden}.quest-card-image--square{width:90px;height:90px}.quest-card-image--portrait{width:130px;height:195px}.quest-card-image--landscape{width:190px;height:107px}.quest-card-image img{object-fit:cover;width:100%;height:100%;display:block}.quest-card-check{border:2px solid var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.quest-card.completed .quest-card-check{background:var(--accent)}.quest-card-title{font-size:.85rem}.quest-card--gallery{width:auto;box-shadow:none;background:0 0;border:none;gap:.6rem;padding:0;position:relative}.quest-card--gallery:hover{transform:translateY(-3px)}.quest-card--gallery .quest-card-image{border-radius:4px;transition:box-shadow .2s;box-shadow:0 8px 18px #00000026}.quest-card--gallery:hover .quest-card-image{box-shadow:0 12px 26px #00000038}.quest-card--gallery .quest-card-check{background:#fff;width:20px;height:20px;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #0003}.quest-card--gallery .quest-card-title{flex-direction:column;align-items:center;gap:.15rem;font-size:.85rem;font-weight:600;display:flex}.quest-card--floating{width:auto;box-shadow:none;background:0 0;border:none;gap:0;padding:0;position:relative}.quest-card--floating:hover{transform:none}.quest-card--floating .quest-card-image{border-radius:4px;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 24px #0000002e}.quest-card--floating:hover .quest-card-image{transform:scale(1.1);box-shadow:0 16px 34px #00000047}.quest-card--floating .quest-card-check{background:#fff;width:20px;height:20px;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #0003}.quest-card--floating .quest-card-title{white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-sm);background:#fffffff2;border-radius:6px;flex-direction:column;align-items:center;gap:.15rem;padding:.35rem .75rem;font-size:1rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;bottom:-2.6rem;left:50%;transform:translate(-50%)}.quest-card--floating:hover .quest-card-title{opacity:1}.quest-card-author{color:var(--text-muted);font-size:.8rem;font-weight:400}.admin-catalog-page h1{text-align:center}.admin-error{color:#7a1f1f;cursor:pointer;text-align:center;background:#fdecea;border-radius:8px;max-width:700px;margin:0 auto 1rem;padding:.75rem 1rem}.admin-catalog-layout{align-items:flex-start;gap:2rem;max-width:1100px;margin:2rem auto 0;display:flex}.admin-categories{background:var(--surface);border-radius:var(--radius);width:260px;box-shadow:var(--shadow-sm);flex-shrink:0;padding:1rem}.admin-categories h2,.admin-items h2{margin-top:0;font-size:1rem}.admin-categories ul{margin:0 0 1rem;padding:0;list-style:none}.admin-categories li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem 0;display:flex}.admin-categories li.active .admin-category-select{color:var(--accent);font-weight:600}.admin-category-select{cursor:pointer;text-align:left;color:var(--text);background:0 0;border:none;flex:1;font-size:.9rem}.admin-row-actions{gap:.25rem;display:flex}.admin-row-actions button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:4px;padding:.15rem .4rem;font-size:.75rem}.admin-row-actions button:disabled{opacity:.3;cursor:default}.admin-delete-btn{color:#b33}.admin-add-form{gap:.5rem;display:flex}.admin-add-form input{border:1px solid var(--border);border-radius:6px;flex:1;min-width:0;padding:.4rem;font-size:.85rem}.admin-add-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.4rem .6rem;font-size:.8rem}.admin-items{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex:1;padding:1rem;overflow-x:auto}.admin-items-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-items-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:.4rem;font-size:.75rem}.admin-items-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.4rem}.admin-items-table input,.admin-items-table select{border:1px solid var(--border);box-sizing:border-box;border-radius:4px;width:100%;padding:.25rem;font-size:.8rem}.admin-image-path{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-family:ui-monospace,monospace;font-size:.75rem;overflow:hidden}.admin-add-item-form{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.admin-add-item-form input,.admin-add-item-form select{border:1px solid var(--border);border-radius:6px;padding:.4rem;font-size:.85rem}.admin-add-item-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem}
