:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--st-font-ui:"IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--st-font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", "Consolas", monospace;--st-bg-body:#f2f0ed;--st-bg-surface:#faf9f7;--st-bg-elevated:#eae8e4;--st-bg-code:#1e1e2e;--st-border:#d5d0c8;--st-text-primary:#2c2c2c;--st-text-secondary:#6b6560;--st-text-code:#cdd6f4;--st-accent:#d97706;--st-accent-hover:#b45309;--st-glow:rgba(217,119,6,.35);--st-error:#dc2626;--st-success:#16a34a;--st-status-success-bg:#dcfce7;--st-status-success-text:#166534;--st-status-warning-bg:#fef3c7;--st-status-warning-text:#92400e;--st-status-error-bg:#fee2e2;--st-status-error-text:#991b1b;--st-status-info-bg:#dbeafe;--st-status-info-text:#1e40af;--st-nav-bg:#1a1a28;--st-nav-text:#c8c8d0;--st-nav-brand:#d97706;--st-shadow-sm:0 1px 2px rgba(0,0,0,.06);--st-shadow-md:0 4px 12px rgba(0,0,0,.08);--st-shadow-lg:0 8px 24px rgba(0,0,0,.12);--st-transition-fast:.15s ease;--st-transition-default:.25s ease;--st-motion-micro:.18s;--st-motion-ease:cubic-bezier(.2, 0, 0, 1);--st-radius:8px;--st-scanline:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,.016) 2px, rgba(255,255,255,.016) 4px)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--st-bg-body:#0f0f17;--st-bg-surface:#1a1a28;--st-bg-elevated:#232336;--st-bg-code:#13131d;--st-border:#2a2a3c;--st-text-primary:#e0e0e8;--st-text-secondary:#8888a0;--st-text-code:#cdd6f4;--st-accent:#4ade80;--st-accent-hover:#22c55e;--st-glow:rgba(74,222,128,.3);--st-error:#f87171;--st-success:#4ade80;--st-status-success-bg:rgba(34,197,94,.15);--st-status-success-text:#4ade80;--st-status-warning-bg:rgba(234,179,8,.15);--st-status-warning-text:#facc15;--st-status-error-bg:rgba(239,68,68,.15);--st-status-error-text:#f87171;--st-status-info-bg:rgba(59,130,246,.15);--st-status-info-text:#60a5fa;--st-nav-bg:#0a0a12;--st-nav-text:#a0a0b8;--st-nav-brand:#4ade80;--st-shadow-sm:0 1px 2px rgba(0,0,0,.2);--st-shadow-md:0 4px 12px rgba(0,0,0,.3);--st-shadow-lg:0 8px 24px rgba(0,0,0,.4);--st-scanline:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(74,222,128,.02) 2px, rgba(74,222,128,.02) 4px)}[data-theme=dark] select option{background:var(--st-bg-elevated);color:var(--st-text-primary)}.st-theme-toggle{color:var(--st-nav-text);cursor:pointer;width:2.2rem;height:2.2rem;transition:transform var(--st-transition-fast), border-color var(--st-transition-fast), background var(--st-transition-fast);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:9999px;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:inline-flex}.st-theme-toggle:hover{border-color:var(--st-accent);transform:scale(1.08)}.st-theme-toggle:active{transform:scale(.95)}.st-theme-toggle .st-theme-icon-system,.st-theme-toggle .st-theme-icon-light,.st-theme-toggle .st-theme-icon-dark{display:none}html:not([data-theme-mode]) .st-theme-icon-system,html[data-theme-mode=system] .st-theme-icon-system,html[data-theme-mode=light] .st-theme-icon-light,html[data-theme-mode=dark] .st-theme-icon-dark{display:inline}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{background:var(--st-bg-body);height:100%;color:var(--st-text-primary);font-family:var(--st-font-ui);flex-direction:column;line-height:1.5;display:flex;overflow:hidden}a{color:var(--st-accent);text-decoration:none}a:hover{text-decoration:underline}a:visited{color:var(--st-accent-hover)}main{scroll-behavior:smooth;flex-direction:column;flex:1;min-height:0;padding:1rem;display:flex;overflow-y:auto}.st-nav{background:var(--st-nav-bg);height:48px;box-shadow:var(--st-shadow-md);z-index:10;align-items:center;gap:1.5rem;padding:0 1.5rem;display:flex;position:relative}.st-nav:after{content:"";background:var(--st-scanline);pointer-events:none;position:absolute;inset:0}.st-nav-brand{font-size:1.15rem;font-weight:700;font-family:var(--st-font-mono);letter-spacing:-.02em;text-shadow:0 0 8px var(--st-glow);color:var(--st-nav-brand)!important;text-decoration:none!important}.st-nav-brand:visited{color:var(--st-nav-brand)!important}.st-nav-links{gap:.25rem;display:flex}.st-nav-links a{color:var(--st-nav-text);transition:background var(--st-transition-fast), color var(--st-transition-fast);border-radius:9999px;padding:.3rem .75rem;font-size:.9rem;text-decoration:none}.st-nav-links a:hover{color:#fff;background:rgba(255,255,255,.08)}.st-nav-links a:visited{color:var(--st-nav-text)}.st-nav-toggle-input{appearance:none;opacity:0;pointer-events:none;border:0;width:0;height:0;margin:0;padding:0;position:absolute;display:none!important}.st-nav-hamburger{display:none}.st-nav-collapse,.st-nav-right{display:contents}.st-nav-spacer{flex:1}.st-nav-center{pointer-events:auto;position:absolute;left:50%;transform:translate(-50%)}@media (width<=1024px){.st-nav-hamburger{cursor:pointer;z-index:2;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:.4rem;display:flex}.st-nav-hamburger span{background:var(--st-nav-text);border-radius:1px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.st-nav-toggle-input:checked~.st-nav-hamburger span:first-child{transform:translateY(7px)rotate(45deg)}.st-nav-toggle-input:checked~.st-nav-hamburger span:nth-child(2){opacity:0}.st-nav-toggle-input:checked~.st-nav-hamburger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.st-nav-collapse{background:var(--st-nav-bg);box-shadow:var(--st-shadow-md);z-index:9;flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:none;position:absolute;top:48px;left:0;right:0}.st-nav-collapse:after{content:"";background:var(--st-scanline);pointer-events:none;position:absolute;inset:0}.st-nav-toggle-input:checked~.st-nav-collapse{display:flex}.st-nav-links{flex-direction:column;gap:0}.st-nav-links a{border-radius:4px;padding:.5rem .75rem}.st-nav-spacer{display:none}.st-nav-center{position:static;transform:none}.st-nav-right{flex-direction:column;gap:.5rem;width:100%;display:flex}.st-nav-right>*{flex-wrap:wrap}}.st-footer{background:var(--st-bg-elevated);border-top:1px solid var(--st-border);align-items:center;padding:.5rem 1rem;font-size:.8rem;display:flex}.st-footer a{color:var(--st-text-secondary)}.st-footer a:hover{color:var(--st-accent)}.st-footer a:visited{color:var(--st-text-secondary)}.st-footer-legal{gap:1rem;display:flex}.st-footer-brand{margin-left:auto}@media (width<=600px){.st-nav{padding:0 .75rem}}.nav-right-authed{align-items:center;gap:.75rem;display:inline-flex}.nav-link{color:var(--st-nav-text);font-size:.9rem;text-decoration:none}.nav-link:hover{color:#fff}.nav-link:visited{color:var(--st-nav-text)}.nav-handle{color:var(--st-nav-text);font-size:.9rem}.nav-logout-form{margin:0;padding:0;display:inline}.nav-logout-button{color:var(--st-nav-text);font:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.9rem;text-decoration:none}.nav-logout-button:hover{color:#fff}.nav-loading{color:var(--st-nav-text);font-size:.9rem}.st-btn{border:1px solid var(--st-border);border-radius:var(--st-radius);font-family:var(--st-font-ui);cursor:pointer;transition:background var(--st-transition-fast), border-color var(--st-transition-fast), color var(--st-transition-fast), opacity var(--st-transition-fast);background:var(--st-bg-surface);color:var(--st-text-primary);justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.st-btn:visited{color:var(--st-text-primary)}.st-btn:hover{background:var(--st-bg-elevated);border-color:var(--st-text-secondary)}.st-btn:active{opacity:.8}.st-btn:focus-visible{outline:2px solid var(--st-accent);outline-offset:2px}.st-btn:disabled,.st-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.st-btn--primary{background:var(--st-accent);color:#fff;border-color:var(--st-accent)}.st-btn--primary:visited{color:#fff}.st-btn--primary:hover{background:var(--st-accent-hover);border-color:var(--st-accent-hover);color:#fff}.st-btn--danger{background:var(--st-error);color:#fff;border-color:var(--st-error)}.st-btn--danger:visited{color:#fff}.st-btn--danger:hover{opacity:.85;color:#fff}.st-btn--ghost{color:var(--st-text-secondary);background:0 0;border-color:transparent}.st-btn--ghost:visited{color:var(--st-text-secondary)}.st-btn--ghost:hover{background:var(--st-bg-elevated);color:var(--st-text-primary)}.st-btn--sm{padding:.3rem .75rem;font-size:.8rem}.st-btn--lg{padding:.75rem 1.5rem;font-size:1rem}.st-btn--full{text-align:center;width:100%;display:flex}.st-input,.st-select,.st-textarea{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);font-size:1rem;font-family:var(--st-font-ui);transition:border-color var(--st-transition-fast), box-shadow var(--st-transition-fast);border-radius:4px;padding:.6rem .75rem}.st-input::placeholder{color:var(--st-text-secondary);opacity:.6}.st-select::placeholder{color:var(--st-text-secondary);opacity:.6}.st-textarea::placeholder{color:var(--st-text-secondary);opacity:.6}.st-input:focus-visible{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.st-select:focus-visible{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.st-textarea:focus-visible{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.st-input:disabled,.st-select:disabled,.st-textarea:disabled{opacity:.5;cursor:not-allowed}.st-select{cursor:pointer}.st-textarea{resize:vertical;min-height:120px}.st-label{color:var(--st-text-secondary);margin-bottom:.35rem;font-size:.875rem;font-weight:500;display:block}.st-form-group{margin-bottom:1.25rem}.st-code-textarea{background:var(--st-bg-code);width:100%;color:var(--st-text-code);border:1px solid var(--st-border);border-radius:var(--st-radius);font-family:var(--st-font-mono);resize:none;transition:box-shadow var(--st-transition-fast);outline:none;flex:1;padding:.75rem;font-size:14px;line-height:1.6}.st-code-textarea:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px var(--st-glow)}.st-code-textarea::placeholder{color:var(--st-text-secondary)}.st-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.st-gallery-card{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);box-shadow:var(--st-shadow-sm);transition:transform var(--st-transition-fast), box-shadow var(--st-transition-fast), border-color var(--st-transition-fast);padding:1.25rem}.st-gallery-card:hover{box-shadow:var(--st-shadow-md), 0 0 0 1px var(--st-glow);border-color:var(--st-accent);transform:translateY(-2px)}.st-gallery-card h3{color:var(--st-text-primary);margin-bottom:.5rem;font-size:1.1rem}.st-gallery-card a{color:var(--st-accent);margin-top:.5rem;display:inline-block}.st-gallery-card a:hover{text-decoration:underline}.st-gallery-preview{background:var(--st-bg-code);color:var(--st-text-code);border:1px solid var(--st-border);font-family:var(--st-font-mono);white-space:pre;border-radius:4px;max-height:7em;padding:.75rem;font-size:.8rem;line-height:1.4;overflow:hidden;-webkit-mask-image:linear-gradient(#000 60%,transparent 100%);mask-image:linear-gradient(#000 60%,transparent 100%)}.st-help-page{gap:1.5rem;width:100%;max-width:1100px;margin:0 auto;display:flex}.st-help-sidebar{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);width:200px;box-shadow:var(--st-shadow-sm);flex-shrink:0;align-self:flex-start;padding:1rem;position:sticky;top:1rem}.st-help-sidebar h3{color:var(--st-text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.st-help-sidebar ul{list-style:none}.st-help-sidebar ul li{margin-bottom:.15rem}.st-help-sidebar ul a{color:var(--st-text-primary);transition:background var(--st-transition-fast), color var(--st-transition-fast);border-radius:9999px;padding:.25rem .5rem;font-size:.85rem;text-decoration:none;display:block}.st-help-sidebar ul a:hover{background:var(--st-glow);color:var(--st-accent)}.st-help-sidebar ul a:visited{color:var(--st-text-primary)}.st-help-content{scroll-behavior:smooth;flex:1;min-width:0;line-height:1.6}.st-help-content h2{border-bottom:1px solid var(--st-border);margin-top:2rem;margin-bottom:.75rem;padding-bottom:.5rem}.st-help-content h2:first-child{margin-top:0}.st-help-content p{margin-bottom:.75rem}.st-help-content pre{background:var(--st-bg-code);color:var(--st-text-code);border:1px solid var(--st-border);border-radius:var(--st-radius);font-family:var(--st-font-mono);margin-bottom:1rem;padding:.75rem;font-size:.85rem;overflow-x:auto}.st-help-table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.9rem}.st-help-table th{background:var(--st-bg-elevated);color:var(--st-text-primary);text-align:left;font-weight:600}.st-help-table th,.st-help-table td{border:1px solid var(--st-border);padding:.4rem .6rem}.st-help-table td:first-child{font-family:var(--st-font-mono);white-space:nowrap;font-size:.85rem}.st-help-table tr:nth-child(2n){background:var(--st-bg-elevated)}@media (width<=768px){.st-help-page{flex-direction:column}.st-help-sidebar{width:100%;position:static}}.st-about-page{width:100%;max-width:700px;margin:0 auto;line-height:1.6}.st-about-page h1{margin-bottom:1rem}.st-about-page h2{margin-top:1.5rem;margin-bottom:.75rem}.st-about-page p{margin-bottom:.75rem}.st-about-page ul{margin-bottom:1rem;padding-left:1.5rem}.st-about-page ul li{margin-bottom:.35rem}.st-about-page strong{color:var(--st-text-primary)}.st-about-footer{border-top:1px solid var(--st-border);color:var(--st-text-secondary);margin-top:2rem;padding-top:1rem;font-size:.9rem}.st-terms-page{width:100%;max-width:800px;margin:0 auto;line-height:1.6}.st-terms-page h1{margin-bottom:.5rem}.st-terms-page h2{margin-top:1.5rem;margin-bottom:.75rem}.st-terms-page p{margin-bottom:.75rem}.st-terms-page ul{margin-bottom:1rem;padding-left:1.5rem}.st-terms-page ul li{margin-bottom:.35rem}.st-terms-effective{color:var(--st-text-secondary);font-size:.9rem;margin-bottom:1.5rem!important}.st-terms-footer{border-top:1px solid var(--st-border);color:var(--st-text-secondary);margin-top:2rem;padding-top:1rem;font-size:.9rem}.st-privacy-page{width:100%;max-width:800px;margin:0 auto;line-height:1.6}.st-privacy-page h1{margin-bottom:.5rem}.st-privacy-page h2{margin-top:1.5rem;margin-bottom:.75rem}.st-privacy-page h3{margin-top:1rem;margin-bottom:.5rem}.st-privacy-page p{margin-bottom:.75rem}.st-privacy-page ul{margin-bottom:1rem;padding-left:1.5rem}.st-privacy-page ul li{margin-bottom:.35rem}.st-privacy-effective{color:var(--st-text-secondary);font-size:.9rem;margin-bottom:1.5rem!important}.st-privacy-footer{border-top:1px solid var(--st-border);color:var(--st-text-secondary);margin-top:2rem;padding-top:1rem;font-size:.9rem}.admin-users{max-width:1200px;margin:0 auto;padding:1rem}.admin-users h1{margin-bottom:1rem}.admin-users .admin-filter-toggle{gap:.5rem;margin-bottom:1rem;display:flex}.admin-users .admin-filter-toggle button{border:1px solid var(--st-border);color:var(--st-text-primary);cursor:pointer;background:0 0;border-radius:4px;padding:.4rem 1rem;font-size:.9rem}.admin-users .admin-filter-toggle button.active{background:var(--st-accent);color:var(--st-bg-body);border-color:var(--st-accent)}.admin-users .admin-filter-toggle button:hover:not(.active){background:var(--st-bg-elevated)}.admin-users__search{gap:.5rem;margin-bottom:1rem;display:flex}.admin-users__search input{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;flex:1;padding:.5rem;font-family:inherit;font-size:.875rem}.admin-users__search input::placeholder{color:var(--st-text-secondary);opacity:.6}.admin-users__search input:focus{border-color:var(--st-accent);outline:none}.admin-users__search button{background:var(--st-bg-elevated);color:var(--st-text-primary);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.admin-users__search button:hover{background:var(--st-accent);color:var(--st-bg-body);border-color:var(--st-accent)}.admin-users__table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-users__table th,.admin-users__table td{text-align:left;vertical-align:top;padding:.5rem}.admin-users__table th{color:var(--st-text-secondary);vertical-align:bottom;font-weight:600}.admin-users__table thead tr,.admin-users__table tbody tr{border-bottom:1px solid var(--st-border)}.admin-users__table tbody tr:hover td{background:var(--st-bg-elevated)}.admin-users__roles{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.admin-users__role-chip{background:color-mix(in srgb, var(--st-accent) 20%, transparent);color:var(--st-accent);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;gap:.2rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-flex}.admin-users__role-remove{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;padding:0;font-size:.75rem;line-height:1}.admin-users__role-remove:hover{opacity:1}.admin-users__role-add{background:var(--st-bg-surface);color:var(--st-text-secondary);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;padding:.15rem .3rem;font-size:.75rem}.admin-users__actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:.25rem;display:flex}.admin-users__reset-inline{align-items:center;gap:.25rem;display:inline-flex}.admin-users__reset-inline input{background:var(--st-bg-surface);width:120px;color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:4px;padding:.25rem;font-size:.75rem}.admin-users__confirm-inline{align-items:center;gap:.25rem;display:inline-flex}.admin-users__batch-bar{background:color-mix(in srgb, var(--st-accent) 10%, var(--st-bg-surface));border:1px solid color-mix(in srgb, var(--st-accent) 30%, transparent);border-radius:6px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem .75rem;display:flex}.admin-users__batch-count{color:var(--st-accent);margin-right:.25rem;font-size:.85rem;font-weight:600}.admin-users__checkbox-col{text-align:center;width:2rem;padding-left:.25rem!important;padding-right:0!important}.admin-users__checkbox-col input[type=checkbox]{cursor:pointer;width:1rem;height:1rem;accent-color:var(--st-accent)}.badge--enabled{background:color-mix(in srgb, var(--st-success) 15%, transparent);color:var(--st-success);border:1px solid color-mix(in srgb, var(--st-success) 30%, transparent)}.badge--disabled{background:color-mix(in srgb, var(--st-error) 15%, transparent);color:var(--st-error);border:1px solid color-mix(in srgb, var(--st-error) 30%, transparent)}.badge--verified{background:color-mix(in srgb, var(--st-success) 15%, transparent);color:var(--st-success);border:1px solid color-mix(in srgb, var(--st-success) 30%, transparent)}.badge--unverified{background:color-mix(in srgb, var(--st-accent) 15%, transparent);color:var(--st-accent);border:1px solid color-mix(in srgb, var(--st-accent) 30%, transparent)}.search-bar{gap:.5rem;display:flex}.search-bar input[type=search]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;flex:1;padding:.4rem .8rem;font-size:.875rem}.search-bar button{border:1px solid var(--st-accent);background:var(--st-accent);color:var(--st-bg-body);cursor:pointer;border-radius:4px;padding:.4rem .8rem}.search-results{margin-top:1rem}.search-result{border-bottom:1px solid var(--st-border);padding:.75rem}.search-result a{color:var(--st-accent);text-decoration:none}.search-result a:hover{text-decoration:underline}.search-result .snippet{color:var(--st-text-secondary);margin-top:.25rem;font-size:.875rem}.search-result .snippet mark{background:color-mix(in srgb, var(--st-accent) 20%, transparent)}.favorite-btn{cursor:pointer;color:var(--st-text-secondary);vertical-align:middle;background:0 0;border:none;padding:0 .4rem;font-size:1.25rem;line-height:1;transition:color .15s;display:inline-block}.favorite-btn.active{color:#e25555}.favorite-btn:disabled{opacity:.5;cursor:not-allowed}.favorites-page .favorites-groups{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=600px){.favorites-page .favorites-groups{grid-template-columns:1fr}}.favorites-page .favorites-group{margin-bottom:2rem}.favorites-page .favorites-group h2{border-bottom:1px solid var(--st-border);margin-bottom:.75rem;padding-bottom:.5rem}.favorites-page .favorites-list{margin:0;padding:0;list-style:none}.favorites-page .favorites-list li{border-bottom:1px solid var(--st-border);padding:.5rem 0}.favorites-page .favorites-list li:last-child{border-bottom:none}.favorites-page .favorites-list a{color:var(--st-accent);text-decoration:none}.favorites-page .favorites-list a:hover{text-decoration:underline}.auth-form{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:8px;max-width:400px;margin:3rem auto;padding:2rem}.auth-form h2{text-align:center;margin-bottom:1.5rem}.auth-form .form-group{margin-bottom:1.25rem}.auth-form .form-group label{color:var(--st-text-secondary);margin-bottom:.35rem;font-size:.875rem;font-weight:500;display:block}.auth-form .form-group input[type=email]{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);border-radius:4px;padding:.6rem .75rem;font-size:1rem}.auth-form .form-group input[type=password]{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);border-radius:4px;padding:.6rem .75rem;font-size:1rem}.auth-form .form-group input[type=text]{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);border-radius:4px;padding:.6rem .75rem;font-size:1rem}.auth-form .form-group input[type=email]:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.auth-form .form-group input[type=password]:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.auth-form .form-group input[type=text]:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.auth-form .st-btn{border-radius:6px;padding:.7rem 1rem;font-size:1rem}.auth-form .error{background:color-mix(in srgb, var(--st-error) 12%, transparent);border:1px solid var(--st-error);color:var(--st-error);border-radius:4px;margin-top:1rem;padding:.6rem .75rem;font-size:.875rem}.auth-form .success{background:color-mix(in srgb, var(--st-success) 12%, transparent);border:1px solid var(--st-success);color:var(--st-success);border-radius:4px;margin-top:1rem;padding:.6rem .75rem;font-size:.875rem}.auth-form .auth-link{text-align:center;color:var(--st-text-secondary);margin-top:1.25rem;font-size:.9rem}.auth-form .auth-link a{color:var(--st-accent)}.filter-bar{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-group label{color:var(--st-text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.filter-group input[type=text]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;outline:none;min-width:160px;padding:.4rem .8rem;font-family:inherit;font-size:.875rem}.filter-group input[type=text]::placeholder{color:var(--st-text-secondary);opacity:.6}.filter-group input[type=text]:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px rgba(var(--st-accent-rgb,100, 149, 237), .15)}.filter-btn{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-secondary);cursor:pointer;border-radius:4px;padding:.4rem .8rem;font-size:.875rem}.filter-btn.active{background:var(--st-accent);color:var(--st-bg-body);border-color:var(--st-accent)}.entity-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.card{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:8px;padding:1rem}.card h3{margin:0 0 .5rem}.card a{color:var(--st-text-primary);text-decoration:none}.card a:hover{color:var(--st-accent)}.tags,.characteristics-tags{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.tag{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px solid var(--st-border);border-radius:3px;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.card-meta{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.card-details{color:var(--st-text-secondary);font-size:.875rem}.data-table{border-collapse:collapse;width:100%;margin-top:1rem}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:.5rem .75rem}.data-table th{color:var(--st-text-secondary);vertical-align:bottom;font-size:.875rem;font-weight:600}.data-table thead tr,.data-table tbody tr{border-bottom:1px solid var(--st-border)}.data-table td a{color:var(--st-accent);text-decoration:none}.data-table td a:hover{text-decoration:underline}.data-table .role-note{color:var(--st-text-secondary);font-size:.8125rem}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.related-section{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:8px;margin-top:2rem;padding:1rem}.related-section.related-section h2{margin-top:0;margin-bottom:.75rem;font-size:1.125rem}.related-section--warning{border-color:var(--st-error);background:color-mix(in srgb, var(--st-error) 5%, transparent)}.related-links{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.related-links li{display:inline-block}.related-links a{border:1px solid var(--st-border);color:var(--st-accent);border-radius:4px;padding:.3rem .6rem;font-size:.875rem;text-decoration:none;display:inline-block}.related-links a:hover{background:var(--st-bg-elevated);text-decoration:underline}.resource-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.resource-card .resource-badges{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.resource-card .manufacturer-badge,.resource-card .file-size-badge{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px solid var(--st-border);border-radius:4px;padding:.2rem .5rem;font-size:.75rem;display:inline-block}.resource-card .resource-title{color:var(--st-text-primary);text-decoration:none}.resource-card .resource-title:hover{color:var(--st-accent)}.resource-card .resource-title h3{margin:0 0 .5rem}.resource-card .resource-description{color:var(--st-text-secondary);font-size:.875rem;line-height:1.5}.resource-card .resource-source{color:var(--st-text-secondary);margin-top:.5rem;font-size:.8125rem;font-style:italic}.page h2{margin-top:2.5rem;margin-bottom:.75rem}.page>p{max-width:65ch;margin-bottom:1rem;line-height:1.6}.page ul,.page ol{margin-bottom:1.25rem;padding-left:1.5rem;line-height:1.7}.page ul li,.page ol li{margin-bottom:.4rem}.page{width:100%;max-width:960px;margin-left:auto;margin-right:auto;padding:1rem}.access-denied{text-align:center;color:var(--st-text-secondary,#888);padding:3rem}.edit-link,.new-link{background:var(--st-accent,#4a9eff);color:#fff;border-radius:4px;margin-left:1rem;padding:.3rem 1rem;font-size:.85rem;text-decoration:none;display:inline-block}.edit-link:visited,.new-link:visited{color:#fff}.edit-link:hover,.new-link:hover{opacity:.9;color:#fff}.admin-form{max-width:100%;margin:2rem auto}.admin-form .form-group{margin-bottom:1.2rem}.admin-form .form-group label{margin-bottom:.3rem;font-weight:500;display:block}.admin-form .form-group input,.admin-form .form-group select,.admin-form .form-group textarea{background:var(--st-bg-surface,#1a1a1a);width:100%;color:var(--st-text-primary,#e0e0e0);border:1px solid #444;border-radius:4px;padding:.5rem;font-size:1rem}.admin-form .form-group textarea{resize:vertical;min-height:250px}.admin-form .form-group select{cursor:pointer}.admin-form .submit-btn{background:var(--st-accent,#4a9eff);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.7rem 2rem;font-size:1rem}.admin-form .submit-btn:hover{opacity:.9}.admin-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.admin-form .error-msg{color:var(--st-error,#f44);margin-top:1rem}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.form-actions{gap:.75rem;margin-top:1rem;display:flex}.cancel-btn{border:1px solid var(--st-border);color:var(--st-text-primary);cursor:pointer;background:0 0;border-radius:4px;padding:.7rem 2rem;font-size:1rem}.cancel-btn:hover{background:var(--st-bg-elevated)}.delete-btn{border:1px solid var(--st-error,#f44);color:var(--st-error,#f44);cursor:pointer;background:0 0;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.delete-btn:hover{background:color-mix(in srgb, var(--st-error) 10%, transparent)}.nav-link,.nav-user{color:var(--st-nav-text,silver);padding:.25rem .5rem;font-size:.85rem;text-decoration:none}.nav-link:hover,.nav-user:hover{color:#fff}.nav-logout{cursor:pointer;color:var(--st-nav-text);background:0 0;border:none;padding:.25rem .5rem;font-size:.85rem}.nav-logout:hover{background:var(--st-bg-elevated);color:var(--st-text-primary)}@media (width<=1024px){.search-bar{width:100%}.nav-link,.nav-logout{text-align:left;border-radius:4px;width:100%;padding:.5rem .75rem;display:block}}@media (width<=600px){.page{padding:.75rem}.filter-bar{gap:.35rem;margin-bottom:1rem}.filter-btn{padding:.35rem .6rem;font-size:.8rem}.filter-group input[type=text]{width:100%;min-width:0}.resource-list{grid-template-columns:1fr;gap:.75rem}.table-scroll{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}.data-table{font-size:.8125rem}.data-table th,.data-table td{white-space:nowrap;padding:.4rem .5rem}.search-bar{flex-direction:column}.search-bar input[type=search]{width:100%}.search-bar button{width:100%}.admin-form{max-width:100%;margin:1rem auto}.admin-form .submit-btn{width:100%}.form-row{flex-direction:column;gap:0}h1{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.edit-link,.new-link{margin-left:0;font-size:.8rem}.related-section{padding:.75rem}.related-links{gap:.4rem}.search-result{padding:.5rem 0}.entity-list{grid-template-columns:1fr;gap:.75rem}}@media (width>=601px) and (width<=1024px){.page{padding:1rem 1.5rem}.resource-list{grid-template-columns:repeat(2,1fr)}.admin-form{max-width:100%}.entity-list{grid-template-columns:repeat(2,1fr)}}@media (width>=1025px){.entity-list{grid-template-columns:repeat(3,1fr)}}.st-contact-page{max-width:600px;margin:2rem auto;padding:0 1rem}.st-contact-page h1{margin-bottom:.5rem}.st-contact-page p{color:var(--st-text-secondary);margin-bottom:1.5rem}.st-contact-form .form-group{margin-bottom:1rem}.st-contact-form .form-group label{color:var(--st-text-primary);margin-bottom:.25rem;font-weight:500;display:block}.st-contact-form .form-group input,.st-contact-form .form-group select,.st-contact-form .form-group textarea{border:1px solid var(--st-border);background:var(--st-bg-surface);width:100%;color:var(--st-text-primary);box-sizing:border-box;border-radius:4px;padding:.5rem;font-size:1rem}.st-contact-form .form-group input:focus,.st-contact-form .form-group select:focus,.st-contact-form .form-group textarea:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 30%, transparent);outline:none}.st-contact-form .form-group textarea{resize:vertical;min-height:120px}.st-contact-form .form-group select{cursor:pointer}.st-contact-form .error{color:var(--st-error);margin-top:1rem}.st-contact-success{text-align:center;padding:2rem 0}.st-contact-success h2{margin-bottom:.5rem}.st-contact-success p{margin-bottom:1.5rem}.auth-subtitle{color:var(--st-text-secondary);text-align:center;margin:-.5rem 0 1.25rem;font-size:.9rem}.auth-form .form-group label .optional{color:var(--st-text-secondary);font-weight:400}.auth-form .form-group textarea{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);resize:vertical;border-radius:4px;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.auth-form .form-group textarea:focus{border-color:var(--st-accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--st-accent) 20%, transparent);outline:none}.admin-section{margin-bottom:2rem}.admin-section h2{margin-bottom:.75rem;font-size:1rem}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:.5rem .75rem}.admin-table th{color:var(--st-text-secondary);font-weight:600}.tab-bar{border-bottom:2px solid var(--st-border);gap:0;margin-bottom:1rem;display:flex}.tab-btn{color:var(--st-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.5rem 1rem;font-size:.9rem;transition:color .15s,border-color .15s}.tab-btn:hover{color:var(--st-text-primary)}.tab-btn.active{color:var(--st-text-primary);border-bottom-color:var(--st-accent);font-weight:600}.action-cell{align-items:center;gap:.25rem;display:flex}.inline-action{display:inline}.batch-actions{margin-bottom:.75rem}.message-cell{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.empty-state{color:var(--st-text-secondary);font-style:italic}.modal{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);width:90%;max-width:400px;box-shadow:var(--st-shadow-lg);padding:1.5rem}.modal-title{color:var(--st-text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.modal-message{color:var(--st-text-secondary);margin-bottom:1.5rem}.modal-input{background:var(--st-bg-body);border:1px solid var(--st-border);width:100%;color:var(--st-text-primary);border-radius:4px;margin-bottom:1rem;padding:.5rem;font-size:1rem}.modal-input:focus{border-color:var(--st-accent);outline:none}.modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.st-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin:1rem auto;display:flex}.st-pagination-page{border-radius:var(--st-radius);min-width:2rem;height:2rem;color:var(--st-text-secondary);font-family:var(--st-font-ui);cursor:pointer;transition:background var(--st-transition-fast), color var(--st-transition-fast);background:0 0;border:1px solid transparent;justify-content:center;align-items:center;padding:0 .4rem;font-size:.85rem;display:inline-flex}.st-pagination-page:hover{background:var(--st-bg-elevated);color:var(--st-text-primary)}.st-pagination-active{background:var(--st-accent);color:#fff;cursor:default;font-weight:600}.st-pagination-active:hover{background:var(--st-accent);color:#fff}.st-pagination-ellipsis{min-width:1.5rem;height:2rem;color:var(--st-text-secondary);cursor:default;justify-content:center;align-items:center;font-size:.85rem;display:inline-flex}.st-pagination-label{color:var(--st-text-secondary);margin-left:.5rem;font-size:.85rem}.description p,.notes p,.safety-notes p,.technique-body p,.mixing-instructions p{margin:0 0 1em}.description p:last-child,.notes p:last-child,.safety-notes p:last-child,.technique-body p:last-child,.mixing-instructions p:last-child{margin-bottom:0}.description h2,.description h3,.description h4,.notes h2,.notes h3,.notes h4,.safety-notes h2,.safety-notes h3,.safety-notes h4,.technique-body h2,.technique-body h3,.technique-body h4,.mixing-instructions h2,.mixing-instructions h3,.mixing-instructions h4{margin-top:1.5em;margin-bottom:.5em}.description h2:first-child,.description h3:first-child,.description h4:first-child,.notes h2:first-child,.notes h3:first-child,.notes h4:first-child,.safety-notes h2:first-child,.safety-notes h3:first-child,.safety-notes h4:first-child,.technique-body h2:first-child,.technique-body h3:first-child,.technique-body h4:first-child,.mixing-instructions h2:first-child,.mixing-instructions h3:first-child,.mixing-instructions h4:first-child{margin-top:0}.description ul,.description ol,.notes ul,.notes ol,.safety-notes ul,.safety-notes ol,.technique-body ul,.technique-body ol,.mixing-instructions ul,.mixing-instructions ol{margin:0 0 1em 1.5em}.description ul li,.description ol li,.notes ul li,.notes ol li,.safety-notes ul li,.safety-notes ol li,.technique-body ul li,.technique-body ol li,.mixing-instructions ul li,.mixing-instructions ol li{margin-bottom:.25em}.home-page .hero{margin-bottom:2rem}.home-page .hero.hero--image{background-position:50%;background-size:cover;border-radius:10px;flex-direction:column;justify-content:flex-end;min-height:340px;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.home-page .hero.hero--image:before{content:"";background:linear-gradient(rgba(0,0,0,.06) 0%,rgba(0,0,0,.4) 55%,rgba(0,0,0,.78) 100%);position:absolute;inset:0}.home-page .hero.hero--image h1,.home-page .hero.hero--image p{z-index:1;color:#f4efe6;text-shadow:0 1px 3px rgba(0,0,0,.55);position:relative}.home-page .hero.hero--image h1{margin:0 0 .4rem}.home-page .hero.hero--image p{color:rgba(244,239,230,.92);max-width:60ch;margin:0}@media (width<=600px){.home-page .hero.hero--image{min-height:240px;padding:1.5rem 1.25rem}}.home-page .related-sites{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:8px;max-width:65ch;margin-top:1.5rem;padding:1rem;line-height:1.6}.home-page .related-sites strong{margin-bottom:.5rem;display:block}.home-page .related-sites p{margin:.25rem 0}.home-page .related-sites a{color:var(--st-accent);text-decoration:none}.home-page .related-sites a:hover{text-decoration:underline}.reference-detail .meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.reference-detail table{border-collapse:collapse;width:100%;margin:1.25rem 0;font-size:.95rem}.reference-detail table th,.reference-detail table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--st-border);padding:.5rem .75rem}.reference-detail table th{color:var(--st-text-secondary);background:var(--st-bg-elevated);font-weight:600}.reference-detail table tbody tr:hover td{background:var(--st-bg-elevated)}.page-intro{color:var(--st-text-secondary);max-width:65ch;margin-bottom:1.5rem}.technique-category-section{margin-bottom:2rem}.technique-category-section h2{border-bottom:1px solid var(--st-border);margin-bottom:1rem;padding-bottom:.5rem}.technique-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.st-badge{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px solid var(--st-border);border-radius:4px;margin-top:.35rem;margin-right:.35rem;padding:.2rem .5rem;font-size:.75rem;display:inline-block}.st-badge--error{color:var(--st-error);background:color-mix(in srgb, var(--st-error) 8%, transparent);border-color:var(--st-error)}@media (width<=600px){.reference-detail .meta{flex-wrap:wrap;gap:.5rem}.technique-list{grid-template-columns:1fr;gap:.75rem}}@media (width>=601px) and (width<=1024px){.technique-list{grid-template-columns:repeat(2,1fr)}}@media (width>=1025px){.technique-list{grid-template-columns:repeat(3,1fr)}}.entity-image{margin:1rem 0}.entity-image img{max-width:100%;height:auto;display:block}.entity-image img[src$=\.svg]{background:#fff;border-radius:4px;padding:.5rem}.entity-image__attribution{color:var(--st-text-secondary);text-align:center;margin-top:.25rem;font-size:.8rem}.entity-image__attribution a{color:inherit;text-decoration:underline}.entity-figure{text-align:center;max-width:min(100%,65ch);margin:1.5rem auto}.entity-figure img{max-width:100%;height:auto;display:inline-block}.entity-figure img[src$=\.svg]{background:#fff;border-radius:4px;padding:.5rem}.entity-figure figcaption{color:var(--st-text-secondary);margin-top:.5rem;font-size:.9rem}.entity-figure figcaption small{margin-top:.25rem;font-size:.8rem;display:block}.entity-figure figcaption small a{color:inherit;text-decoration:underline}.layout-toggle{border:1px solid var(--st-border);background:var(--st-bg-subtle,rgba(0,0,0,.04));border-radius:999px;font-size:.85rem;display:inline-flex;overflow:hidden}.layout-toggle button{color:var(--st-text);cursor:pointer;opacity:.65;font-family:inherit;font-size:inherit;background:0 0;border:0;padding:.4rem .9rem;transition:background .12s,opacity .12s}.layout-toggle button:hover{opacity:.9}.layout-toggle button.active{background:var(--st-accent,#3b82f6);color:var(--st-accent-text,#fff);opacity:1;font-weight:600}.layout-toggle button:focus-visible{outline:2px solid var(--st-focus,#3b82f6);outline-offset:2px}@media (width<=600px){.layout-toggle{display:none}}.reference-listing>h1{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.entity-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.9rem}.entity-table thead tr{background:var(--st-bg-subtle,rgba(0,0,0,.05));border-bottom:2px solid var(--st-border)}.entity-table th,.entity-table td{text-align:left;border-bottom:1px solid var(--st-border-faint,rgba(0,0,0,.08));padding:.5rem .6rem}.entity-table th[aria-sort]{cursor:pointer}.entity-table th[aria-sort]:hover{background:var(--st-bg-hover,rgba(0,0,0,.03))}.entity-table th[aria-sort][aria-sort=ascending]:after{content:" ▲";font-size:.75em}.entity-table th[aria-sort][aria-sort=descending]:after{content:" ▼";font-size:.75em}.entity-table tbody tr:hover{background:var(--st-bg-hover,rgba(0,0,0,.03))}.entity-table .col-numeric{white-space:nowrap;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.entity-table .favorite-cell{text-align:center;width:32px}[data-identity=terminal][data-theme=dark]{--st-bg-body:#0b0d0b;--st-bg-surface:#111511;--st-bg-elevated:#1a1f1a;--st-bg-code:#0d110d;--st-border:#243024}[data-identity=terminal] h1,[data-identity=terminal] h2,[data-identity=terminal] h3{font-family:var(--st-font-mono);letter-spacing:.02em}[data-phosphor=green]{--st-phosphor:#7dd87d;--st-phosphor-bright:#e8f5e8;--st-phosphor-dim:#4a6b4a;--st-phosphor-glow:rgba(125,216,125,.45)}[data-phosphor=amber]{--st-phosphor:#ffb000;--st-phosphor-bright:#ffe9c4;--st-phosphor-dim:#8a6a1f;--st-phosphor-glow:rgba(255,176,0,.4)}[data-phosphor=white]{--st-phosphor:#e6e6e6;--st-phosphor-bright:#fff;--st-phosphor-dim:#7a7a7a;--st-phosphor-glow:rgba(230,230,230,.35)}[data-phosphor=cyan]{--st-phosphor:#5fd7d7;--st-phosphor-bright:#d8f7f7;--st-phosphor-dim:#3a6b6b;--st-phosphor-glow:rgba(95,215,215,.4)}[data-identity=terminal][data-phosphor]{--st-accent:var(--st-phosphor);--st-accent-hover:var(--st-phosphor-bright);--st-glow:var(--st-phosphor-glow);--st-nav-brand:var(--st-phosphor)}.st-phosphor-text{color:var(--st-phosphor);text-shadow:0 0 6px var(--st-phosphor-glow,var(--st-glow))}.st-term-frame{background:var(--st-bg-code);border:1px solid var(--st-border);border-radius:var(--st-radius);font-family:var(--st-font-mono);overflow:hidden}.st-term-frame-bar{border-bottom:1px solid var(--st-border);color:var(--st-phosphor-dim);align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;display:flex}.st-scanlines{position:relative}.st-scanlines:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg, transparent, transparent 2px, var(--st-phosphor-glow) 2px, var(--st-phosphor-glow) 2.5px);opacity:.06;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.st-scanlines:after{display:none}}.st-phosphor-picker{border:1px solid var(--st-border);border-radius:var(--st-radius);cursor:pointer;background:0 0;align-items:center;padding:.3rem .55rem;display:inline-flex}.st-phosphor-picker .st-phosphor-dot{background:var(--st-phosphor,var(--st-accent));width:.85rem;height:.85rem;box-shadow:0 0 6px var(--st-phosphor-glow,var(--st-glow));border-radius:50%}.st-phosphor-picker:hover{border-color:var(--st-phosphor,var(--st-accent))}[data-identity=editorial]{--st-font-display:"Fraunces", "Source Serif 4", Georgia, "Times New Roman", serif}[data-identity=editorial][data-theme=light]{--st-bg-body:#f4efe6;--st-bg-surface:#fbf8f1;--st-bg-elevated:#ece5d8;--st-border:#d9cfbe;--st-text-primary:#241f1a;--st-text-secondary:#6e6457}[data-identity=editorial][data-theme=dark]{--st-bg-body:#171310;--st-bg-surface:#201b16;--st-bg-elevated:#2a241d;--st-border:#3a322a;--st-text-primary:#e8e2d8;--st-text-secondary:#a39888}[data-identity=editorial] h1,[data-identity=editorial] h2,[data-identity=editorial] h3{font-family:var(--st-font-display)}[data-identity=editorial] h1{letter-spacing:-.01em;line-height:1.15}[data-identity=editorial] figure.entity-figure figcaption{font-family:var(--st-font-display);color:var(--st-text-secondary);font-style:italic}.st-meta-caps{text-transform:uppercase;letter-spacing:.12em;color:var(--st-text-secondary);font-size:.72em}.st-editorial-rule{border:0;border-top:1px solid var(--st-border);max-width:16rem;margin:2rem auto}:root,[data-theme=dark]{--st-bg-body:#121212;--st-bg-surface:#1a1a1a;--st-bg-elevated:#242424;--st-border:#333;--st-text-primary:#e8e8e8;--st-text-secondary:#9a9a9a;--st-text-muted:#6f6f6f;--st-accent-rgb:74, 222, 128;--st-glow:rgba(74,222,128,.35);--pd-grad-1:#6366f1;--pd-grad-2:#8b5cf6;--pd-grad-glow:rgba(99,102,241,.25)}.st-nav{padding-top:env(safe-area-inset-top)}[data-theme=dark] select,[data-theme=dark] select option{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--st-bg-body,#0f0f17);color:var(--st-text-primary,#e0e0e8)}.page{max-width:1200px;margin:0 auto;padding:1rem}.photo-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}@media (width<=1024px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.photo-grid{grid-template-columns:repeat(2,1fr)}}.photo-grid-item{aspect-ratio:1;border:1px solid var(--st-border);background:var(--st-bg-elevated);border-radius:6px;justify-content:center;align-items:center;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.photo-grid-item img{object-fit:cover;width:100%;height:100%;transition:transform .2s}.photo-grid-item:hover{border-color:var(--st-text-muted);box-shadow:var(--st-shadow-md)}.photo-grid-item:hover img{transform:scale(1.05)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes pd-shimmer{to{background-position-x:-200%}}.skeleton{background:linear-gradient(90deg, var(--st-bg-elevated) 0%, var(--st-bg-surface) 50%, var(--st-bg-elevated) 100%);background-size:200% 100%;border-radius:6px;animation:1.4s ease-in-out infinite pd-shimmer}.photo-grid-item.skeleton{aspect-ratio:1}.sidecar-dots{pointer-events:none;z-index:1;flex-direction:column-reverse;gap:3px;display:flex;position:absolute;bottom:6px;left:6px}.sidecar-dot{opacity:.85;border-radius:50%;width:7px;height:7px;box-shadow:0 0 2px rgba(0,0,0,.5)}.sidecar-dot.lightbox{background:#e0e0e0}.sidecar-dot.xmp{background:#4caf50}.sidecar-dot.other{background:#ff9800}.photo-placeholder{width:100%;height:100%;color:var(--st-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:.5rem;font-size:.8rem;display:flex}.photo-placeholder-icon{margin-bottom:.5rem;font-size:2rem}.photo-placeholder-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.photo-placeholder-large{min-height:300px;font-size:1rem}.browse-page{max-width:1400px}.browse-top-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.browse-sidebar-toggle{padding:.4rem .6rem;font-size:1rem;line-height:1}.browse-search{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:180px;color:var(--st-text);border-radius:4px;flex:1;padding:.5rem .75rem;font-size:.9rem}.browse-sort{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;padding:.5rem .75rem;font-size:.9rem}.photo-count{color:var(--st-text-muted);white-space:nowrap;font-size:.9rem}.browse-filter-pills{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.75rem;display:flex}.filter-pill{background:var(--st-bg-elevated);color:var(--st-text);border:1px solid var(--st-border);border-radius:12px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.8rem;display:flex}.filter-pill--date{color:#4ade80;background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.3)}.filter-pill--folder{color:#a78bfa;background:rgba(139,92,246,.1);border-color:rgba(139,92,246,.3)}.filter-pill--camera{color:#60a5fa;background:rgba(59,130,246,.1);border-color:rgba(59,130,246,.3)}.filter-pill--search{background:var(--st-bg-elevated);color:var(--st-text)}.filter-pill--hidden{color:#fbbf24;background:rgba(245,158,11,.1);border-color:rgba(245,158,11,.3)}.filter-pill--favorite{color:#f87171;background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3)}.filter-pill--collection{color:#2dd4bf;background:rgba(20,184,166,.1);border-color:rgba(20,184,166,.3)}.filter-pill-clear{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:.75rem}.filter-pill-clear:hover{opacity:1}.browse-clear-all{color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;font-size:.8rem}.browse-clear-all:hover{color:var(--st-text)}.browse-content{gap:1rem;display:flex}.browse-sidebar{border-right:1px solid var(--st-border);flex-shrink:0;width:200px;max-height:calc(100vh - 180px);padding-right:1rem;overflow-y:auto}.browse-main{flex:1;min-width:0}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-header{text-transform:uppercase;letter-spacing:.8px;color:var(--st-text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:600}.sidebar-section-header.sidebar-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:4px;margin:-.25rem -.3rem .25rem;padding:.25rem .3rem}.sidebar-section-header.sidebar-toggle:hover{background:var(--st-bg-elevated)}.sidebar-toggle-arrow{width:.8em;font-size:.8rem;display:inline-block}.sidebar-section-body.collapsed{display:none}.sidebar-date-presets{flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem;display:flex}.sidebar-preset{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);cursor:pointer;border-radius:12px;padding:.2rem .6rem;font-size:.75rem;transition:background .15s,border-color .15s}.sidebar-preset:hover{background:var(--st-bg-elevated)}.sidebar-preset.active{background:rgba(var(--st-accent-rgb,59, 130, 246), .15);border-color:var(--st-accent);color:var(--st-accent)}.sidebar-date-custom{flex-direction:column;gap:.25rem;display:flex}.sidebar-date-row{align-items:center;gap:.3rem;display:flex}.sidebar-date-label{color:var(--st-text-muted);flex-shrink:0;width:2.5em;font-size:.7rem}.sidebar-date-input{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:0;color:var(--st-text);border-radius:4px;flex:1;padding:.25rem .3rem;font-size:.75rem}.sidebar-folder-list{font-size:.85rem}.sidebar-folder-item{width:100%;color:var(--st-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:3px;align-items:center;gap:.3rem;padding:.25rem .4rem;font-size:.85rem;display:flex}.sidebar-folder-item:hover{background:var(--st-bg-elevated)}.sidebar-folder-item.active{background:rgba(var(--st-accent-rgb,59, 130, 246), .15);color:var(--st-accent)}.sidebar-folder-count{color:var(--st-text-muted);margin-left:auto;font-size:.75rem}.sidebar-folder-group{margin-top:.25rem}.sidebar-folder-group-header{width:100%;color:var(--st-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:3px;align-items:center;gap:.3rem;padding:.3rem .4rem;font-size:.85rem;font-weight:600;display:flex}.sidebar-folder-group-header:hover{background:var(--st-bg-elevated)}.sidebar-folder-group-provider{color:var(--st-text-muted);margin-left:auto;font-size:.7rem;font-weight:400}.sidebar-camera-list{font-size:.85rem}.sidebar-camera-item{width:100%;color:var(--st-text);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:space-between;align-items:center;padding:.25rem .4rem;font-size:.85rem;display:flex}.sidebar-camera-item:hover{background:var(--st-bg-elevated)}.sidebar-camera-item.active{background:rgba(var(--st-accent-rgb,59, 130, 246), .15);color:var(--st-accent)}.sidebar-camera-count{color:var(--st-text-muted);font-size:.75rem}.sidebar-skeleton{color:var(--st-text-muted);padding:.5rem 0;font-size:.8rem;font-style:italic}.browse-sidebar.collapsed{display:none}@media (width<=1024px){.browse-sidebar:not(.collapsed){width:180px}}@media (width<=768px){.browse-sidebar:not(.collapsed){z-index:100;background:var(--st-bg-body);border-right:1px solid var(--st-border);width:260px;height:100vh;max-height:100vh;padding:1rem;position:fixed;top:0;left:0;overflow-y:auto}}.photo-detail{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (width<=768px){.photo-detail{grid-template-columns:1fr}}.photo-detail-img{border-radius:4px;width:100%;height:auto}.photo-detail-path{color:var(--st-text-muted);word-break:break-all;font-size:.85rem}.photo-detail-date{flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.editable-date{cursor:pointer;border-bottom:1px dashed var(--text-secondary)}.editable-date:hover{border-bottom-color:var(--text-primary)}.date-edit-input{width:11em;padding:2px 4px;font-size:.9rem}.date-edit-error{color:var(--error);margin-left:.5em;font-size:.8rem}.photo-detail-rating{color:var(--st-accent);margin:.5rem 0;font-size:1.2rem}.photo-page .st-btn--ghost{margin-bottom:1rem}.exif-panel h3{margin-bottom:.5rem}.exif-table{border-collapse:collapse;width:100%}.exif-table td{border-bottom:1px solid var(--st-border);padding:.35rem .5rem;font-size:.85rem}.exif-label{color:var(--st-text-muted);white-space:nowrap;width:40%;font-weight:500}.connection-list{gap:1rem;margin-bottom:1.5rem;display:grid}.connection-card{border:1px solid var(--st-border);background:var(--st-bg-elevated);border-radius:6px;padding:1rem}.connect-account-dropdown{align-items:center;gap:.75rem;margin:1rem 0 1.5rem;display:flex}.connect-account-label{color:var(--st-text);font-weight:600}.connect-account-select{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;padding:.35rem .6rem;font-size:.9rem}.connection-header{border-bottom:1px solid var(--st-border);align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.connection-header-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.connection-provider{font-size:.9rem;font-weight:600}.connection-email{color:var(--st-text-muted);font-size:.85rem}.folder-list{gap:.5rem;margin-bottom:.75rem;display:grid}.folder-row{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:4px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.5rem .75rem;display:flex}@media (width<=600px){.folder-row{flex-direction:column;gap:.5rem}}.folder-info{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.folder-path code{background:var(--st-bg-elevated);color:var(--st-text);border-radius:3px;padding:.1rem .4rem;font-size:.85rem;font-weight:600}.folder-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.connection-status{align-items:center;gap:.5rem;display:flex}.status-badge,.sync-badge{border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.status-active{color:#16a34a;background:rgba(22,163,74,.133)}.status-revoked{color:#dc2626;background:rgba(220,38,38,.133)}.sync-idle{background:var(--st-bg-elevated)}.sync-syncing{color:#2563eb;background:rgba(37,99,235,.133)}.sync-pending_resync{color:#d97706;background:rgba(217,119,6,.133)}.sync-error{color:#dc2626;background:rgba(220,38,38,.133)}.connection-sync-time,.connection-count{color:var(--st-text-muted);font-size:.85rem}.connection-sync-message{color:var(--st-text-muted);font-size:.8rem;font-style:italic}.connection-error{color:#dc2626;font-size:.85rem}.sync-log-section{flex-basis:100%;margin-top:.5rem}.sync-log-toggle{color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-size:.8rem;text-decoration:underline}.sync-log-toggle:hover{color:var(--st-text)}.sync-log-container{margin-top:.4rem;position:relative}.sync-log-refresh{font-size:.7rem;position:absolute;top:0;right:0}.sync-log-entries{background:var(--st-bg-elevated);border:1px solid var(--st-border);border-radius:4px;width:100%;max-height:300px;padding:.4rem;font-family:monospace;font-size:.75rem;line-height:1.4;overflow-y:auto}.sync-log-entry{border-bottom:1px solid var(--st-border);gap:.5rem;padding:.15rem 0;display:flex}.sync-log-entry:last-child{border-bottom:none}.sync-log-time{color:var(--st-text-muted);white-space:nowrap;flex-shrink:0}.sync-log-msg{word-break:break-word}.sync-log-level-warn .sync-log-msg{color:#d97706}.sync-log-level-error .sync-log-msg{color:#dc2626}.sync-log-empty{color:var(--st-text-muted);font-size:.8rem;font-style:italic}.remove-confirm{align-items:center;gap:.5rem;display:flex}.remove-confirm-text{color:#dc2626;white-space:nowrap;font-size:.8rem}.add-folder-form{border-top:1px dashed var(--st-border);flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.add-folder-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.add-folder-label{color:var(--st-text);font-size:.9rem;font-weight:600}.add-folder-name{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:14rem;color:var(--st-text);border-radius:4px;flex:14rem;padding:.35rem .6rem;font-size:.85rem}.add-folder-picker-row,.add-folder-google{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.add-folder-google-url{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:18rem;color:var(--st-text);border-radius:4px;flex:22rem;padding:.35rem .6rem;font-size:.85rem}.add-folder-google-preview{color:var(--st-text-muted);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.add-folder-google-preview code{background:var(--st-bg-elevated);color:var(--st-text);border-radius:3px;padding:.1rem .4rem}.add-folder-google-preview-label{font-weight:600}.folder-picker{border:1px solid var(--st-border,#ccc);background:var(--st-bg-surface);border-radius:6px;overflow:hidden}.folder-picker-header{border-bottom:1px solid var(--st-border,#ccc);background:var(--st-surface,rgba(255,255,255,.03));justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.folder-picker-breadcrumbs{font-size:.85rem}.folder-picker-breadcrumbs .breadcrumb-link{color:var(--st-link,#60a5fa);text-decoration:none}.folder-picker-breadcrumbs .breadcrumb-link:hover{text-decoration:underline}.folder-picker-list{max-height:240px;overflow-y:auto}.folder-picker-item{border-bottom:1px solid var(--st-border,rgba(255,255,255,.05));align-items:center;gap:.5rem;padding:.4rem .75rem;display:flex}.folder-picker-item:last-child{border-bottom:none}.folder-picker-item:hover{background:var(--st-hover,rgba(255,255,255,.05))}.folder-picker-icon{font-size:1.1rem}.folder-picker-name{cursor:pointer;flex:1;font-size:.9rem}.folder-picker-name:hover{text-decoration:underline}.folder-picker-loading,.folder-picker-empty{text-align:center;color:var(--st-muted,#888);padding:1rem;font-size:.85rem}.folder-picker-error{color:var(--st-error,#dc2626);background:rgba(220,38,38,.1);padding:.5rem .75rem;font-size:.85rem}.folder-picker-actions{border-top:1px solid var(--st-border,#ccc);justify-content:flex-end;padding:.5rem .75rem;display:flex}.connection-add{margin-top:1rem}.landing{text-align:center;background:radial-gradient(60% 50% at 50% 0%, var(--pd-grad-glow) 0%, transparent 70%);max-width:700px;margin:2rem auto}.landing .landing-hero{border:1px solid var(--st-border);box-shadow:0 0 40px var(--pd-grad-glow);border-radius:12px;margin:0 0 1.75rem;line-height:0;overflow:hidden}.landing .landing-hero img{width:100%;height:auto;display:block}.landing h1{background:linear-gradient(135deg, var(--pd-grad-1), var(--pd-grad-2));color:transparent;-webkit-background-clip:text;background-clip:text}.landing .feature-item{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:10px;transition:border-color .2s,box-shadow .2s}.landing .feature-item:hover{border-color:var(--pd-grad-1);box-shadow:0 0 20px var(--pd-grad-glow)}.tagline{color:var(--st-text-muted);margin-bottom:2rem;font-size:1.1rem}.feature-list{text-align:left;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (width<=600px){.feature-list{grid-template-columns:1fr}}.feature-item{border:1px solid var(--st-border);border-radius:6px;padding:1rem}.feature-item h3{margin-bottom:.25rem;font-size:1rem}.feature-item p{color:var(--st-text-muted);font-size:.9rem}.cta-buttons{justify-content:center;gap:1rem;display:flex}.landing .related-sites{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:8px;max-width:65ch;margin-top:2rem;padding:1rem;line-height:1.6}.landing .related-sites strong{margin-bottom:.5rem;display:block}.landing .related-sites p{margin:.25rem 0}.landing .related-sites a{color:var(--st-accent);text-decoration:none}.landing .related-sites a:hover{text-decoration:underline}.dashboard-stats{gap:1rem;margin-bottom:1.5rem;display:flex}.stat-card{border:1px solid var(--st-border);background:var(--st-bg-elevated);border-radius:6px;flex-direction:column;align-items:center;padding:1rem 2rem;display:flex}.stat-number{font-size:2rem;font-weight:700}.stat-label{color:var(--st-text-muted);font-size:.85rem}.dashboard-cta{text-align:center;border:1px dashed var(--st-border);border-radius:6px;margin-bottom:1.5rem;padding:1.5rem}.loading,.empty-state{color:var(--st-text-muted);text-align:center;padding:2rem}.error{color:#dc2626;padding:1rem}.ai-panel{border-top:1px solid var(--st-border-color,#ddd);margin-top:1.5rem;padding-top:1.5rem}.ai-panel h3{margin:0 0 .75rem;font-size:1.1rem}.ai-analyzing{color:var(--st-text-muted,#888);font-style:italic}.ai-description{margin:0 0 .75rem;line-height:1.5}.ai-model-used{color:var(--st-text-muted,#888);margin:0 0 .75rem;font-size:.75rem}.ai-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.ai-tag{background:var(--st-bg-elevated);color:var(--st-text);border-radius:1rem;padding:.2rem .6rem;font-size:.85rem;text-decoration:none;display:inline-block}.ai-tag:hover{background:var(--st-accent-color,#0070f3);color:#fff}.ai-no-key{color:var(--st-text-muted,#888);font-size:.9rem}.ai-no-key a{color:var(--st-accent-color,#0070f3)}.ai-error .error{color:var(--st-error-color,#e00);margin-bottom:.5rem}.ai-settings-card{margin-top:2rem}.ai-settings-form{flex-direction:column;gap:1rem;display:flex}.ai-status-badge .badge{border-radius:.3rem;padding:.2rem .6rem;font-size:.85rem;font-weight:500;display:inline-block}.badge-success{color:#1a7a1a;background:#e6f9e6}.badge-gray{color:#666;background:#f0f0f0}.trial-banner{color:#664d03;background:#fff3cd;border:1px solid #ffe69c;border-radius:.4rem;padding:.6rem .9rem;font-size:.9rem;line-height:1.4}[data-theme=dark] .trial-banner{color:#ffe082;background:#3d2e00;border-color:#664d03}.form-group .hint{color:var(--st-text-muted,#888);margin-top:.25rem;font-size:.85rem;display:block}.input-with-toggle{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.input-with-toggle input{flex:1}.form-group-inline label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.text-danger{color:var(--st-error-color,#e00)!important}.confirm-row{align-items:center;gap:.5rem;display:flex}.ai-custom-prompt{flex-direction:column;gap:.4rem;display:flex}.ai-custom-prompt textarea{box-sizing:border-box;width:100%}.ai-char-count{text-align:right;color:var(--st-text-muted,#888);font-size:.85rem}.photo-grid-item{position:relative}.photo-grid-item.selected{outline:3px solid var(--st-accent-color,#0070f3);outline-offset:-3px}.photo-group-badge{background:var(--st-accent,#4a90d9);color:#fff;text-align:center;pointer-events:none;z-index:2;border-radius:9px;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;line-height:18px;position:absolute;top:4px;right:4px}.photo-grid-header{z-index:2;cursor:pointer;background:rgba(0,0,0,.55);align-items:center;gap:.3rem;padding:.2rem .3rem;display:flex;position:absolute;top:0;left:0;right:0}.photo-checkbox{cursor:pointer;width:1.1rem;height:1.1rem;accent-color:var(--st-accent-color,#0070f3);flex-shrink:0}.photo-grid-filename{color:rgba(255,255,255,.85);white-space:nowrap;text-overflow:ellipsis;font-size:.6rem;line-height:1.2;overflow:hidden}.photo-grid-link{width:100%;height:100%;display:block}.selection-toolbar{background:var(--st-bg-elevated,#eae8e4);border:1px solid var(--st-border,#d5d0c8);color:var(--st-text-primary,#2c2c2c);border-radius:.4rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;padding:.5rem 1rem;display:flex}.selection-toolbar-select-all{cursor:pointer;align-items:center;gap:.3rem;font-size:.9rem;display:flex}.selection-toolbar-count{font-size:.9rem;font-weight:500}.selection-toolbar-all-matching{color:var(--st-text-secondary,#6b6560);font-size:.85rem}.select-all-matching-link{color:var(--st-accent,#d97706);font-weight:500;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.selection-toolbar-actions{gap:.5rem;margin-left:auto;display:flex}.confirm-overlay{z-index:100;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-dialog{background:var(--st-bg-elevated,#eae8e4);color:var(--st-text-primary,#2c2c2c);max-width:400px;box-shadow:var(--st-shadow-lg,0 8px 24px rgba(0,0,0,.12));border:1px solid var(--st-border,#d5d0c8);border-radius:.5rem;padding:1.5rem}.confirm-buttons{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.hidden-badge,.junk-badge{border-radius:.3rem;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.85rem;font-weight:500;display:inline-block}.hidden-badge{background:var(--st-status-warning-bg,#fef3c7);color:var(--st-status-warning-text,#92400e)}.junk-badge{color:#991b1b;background:#fee2e2}.photo-detail-actions{flex-direction:column;gap:.75rem;margin:.75rem 0;display:flex}.photo-detail-actions-primary{align-items:center;gap:.5rem;display:flex}.photo-detail-actions-primary .develop-link{margin-left:auto}.photo-detail-actions-secondary{align-items:center;gap:.5rem;display:flex}.connection-add{flex-wrap:wrap;gap:.75rem;display:flex}.sidebar-checkbox{cursor:pointer;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.sidebar-checkbox--separator{border-top:1px solid var(--st-border,rgba(255,255,255,.1));margin-top:.4rem;padding-top:.4rem}.sync-failures-section{margin-top:.5rem}.sync-failures-toggle{color:var(--st-warning-color,#d97706);cursor:pointer;background:0 0;border:none;padding:.3rem 0;font-size:.9rem;font-weight:500}.sync-failures-container{margin-top:.5rem}.sync-failures-header{justify-content:flex-end;margin-bottom:.5rem;display:flex}.sync-failures-list{flex-direction:column;gap:.5rem;display:flex}.sync-failure-entry{border:1px solid var(--st-border-color,#ddd);border-radius:.3rem;align-items:flex-start;gap:.75rem;padding:.5rem;font-size:.85rem;display:flex}.sync-failure-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.sync-failure-filename{font-weight:500}.sync-failure-path{color:var(--st-text-muted,#888);font-size:.8rem}.sync-failure-error{color:var(--st-error-color,#e00);font-size:.8rem}.sync-failure-meta{color:var(--st-text-muted,#888);font-size:.75rem}.photo-detail-stars{gap:.1rem;margin-right:.75rem;display:inline-flex}.star-btn{cursor:pointer;color:#ccc;background:0 0;border:none;padding:0;font-size:1.4rem;transition:color .15s}.star-btn:hover,.star-btn.star-filled{color:#f5c518}.favorite-btn{cursor:pointer;color:#ccc;background:0 0;border:none;padding:0;font-size:1.4rem;transition:color .15s}.favorite-btn:hover,.favorite-btn.favorite-active{color:#e25555}.rotation-control{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.rotation-control select{border:1px solid var(--st-border-color,#ccc);background:var(--st-input-bg,#fff);color:var(--st-text-color,#333);border-radius:4px;padding:.25rem .5rem}.rotation-error{color:var(--st-error-color,#c00);margin:.25rem 0;font-size:.85rem}.rate-popover-container{position:relative}.rotation-batch-container{align-items:center;gap:.3rem;display:flex}.batch-progress-banner{background:var(--st-bg-elevated,#eae8e4);border-bottom:1px solid var(--st-border,#d5d0c8);color:var(--st-text-secondary,#6b6560);gap:1.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.batch-progress-item:before{content:"";background:#3a7bd5;border-radius:50%;width:.5rem;height:.5rem;margin-right:.4rem;animation:1s ease-in-out infinite batch-pulse;display:inline-block}.batch-progress-done{color:var(--st-text-primary,#3d3a37)}.batch-progress-done:before{background:#4ade80;animation:none}.batch-progress-error{color:#dc2626}.batch-progress-error:before{background:#dc2626;animation:none}@keyframes batch-pulse{0%,to{opacity:1}50%{opacity:.3}}.rate-popover{z-index:10;background:var(--st-bg-elevated,#eae8e4);border:1px solid var(--st-border,#d5d0c8);box-shadow:var(--st-shadow-md,0 4px 12px rgba(0,0,0,.08));border-radius:.4rem;flex-direction:column;gap:.2rem;min-width:140px;margin-top:.3rem;padding:.4rem;display:flex;position:absolute;top:100%;left:0}.rate-popover-star,.rate-popover-clear{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.2rem;padding:.3rem .5rem;font-size:.9rem}.rate-popover-star:hover,.rate-popover-clear:hover{background:var(--st-bg-surface,#faf9f7)}.rate-popover-star{color:#f5c518}.rate-popover-clear{color:var(--st-text-secondary,#6b6560)}.tags-page h1{margin-bottom:1rem}.tags-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.tags-top-bar{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.tags-search{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:180px;color:var(--st-text);border-radius:4px;flex:1;padding:.5rem .75rem;font-size:.9rem}.tags-toolbar{background:var(--st-bg-elevated);border:1px solid var(--st-border);border-radius:.4rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:.5rem 1rem;display:flex}.tags-toolbar-count{font-size:.9rem;font-weight:500}.tags-toolbar-actions{gap:.5rem;margin-left:auto;display:flex}.tags-table{border-collapse:collapse;width:100%}.tags-table th,.tags-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:.4rem .75rem;font-size:.9rem}.tags-table th{color:var(--st-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.tags-th-checkbox,.tags-cell-checkbox{text-align:center;width:2rem}.tags-th-count,.tags-cell-count{text-align:right;width:5rem}.tags-checkbox{cursor:pointer;width:1rem;height:1rem;accent-color:var(--st-accent-color,#0070f3)}.tags-name-link{color:var(--st-text);text-decoration:none}.tags-name-link:hover{color:var(--st-accent);text-decoration:underline}.tags-name-editable{cursor:pointer;border-bottom:1px dashed var(--st-border)}.tags-name-editable:hover{color:var(--st-accent)}.tags-rename-input{border:1px solid var(--st-accent,#0070f3);background:var(--st-bg-elevated);width:100%;color:var(--st-text);border-radius:3px;padding:.25rem .4rem;font-size:.9rem}.tags-count-link{color:var(--st-text-muted);text-decoration:none}.tags-count-link:hover{text-decoration:underline}.tags-pagination-info{color:var(--st-text-muted);margin-bottom:.5rem;font-size:.85rem}.tags-merge-dialog-overlay{z-index:100;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tags-merge-dialog{background:var(--st-bg-elevated);color:var(--st-text);border:1px solid var(--st-border);border-radius:.5rem;width:90%;max-width:450px;padding:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.12)}.tags-merge-dialog h3{margin:0 0 .75rem}.tags-merge-dialog p{color:var(--st-text-muted);margin:0 0 1rem;font-size:.9rem}.tags-merge-form{margin-bottom:1rem}.tags-merge-form label{margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.tags-merge-input{border:1px solid var(--st-border);background:var(--st-bg-body);width:100%;color:var(--st-text);box-sizing:border-box;border-radius:4px;padding:.5rem .75rem;font-size:.9rem}.tags-merge-buttons{justify-content:flex-end;gap:.5rem;display:flex}.tags-ai-section{margin-top:.5rem}.tags-ai-controls,.tags-ai-table{margin-bottom:1rem}.tags-ai-table .tags-reason{color:var(--st-text-muted);max-width:300px;font-size:.85rem}.tags-action-badge{border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.tags-action-merge{color:#60a5fa;background:rgba(59,130,246,.15)}.tags-action-rename{color:#a78bfa;background:rgba(139,92,246,.15)}.tags-action-delete{color:#f87171;background:rgba(239,68,68,.15)}.tags-ai-apply{margin-top:.75rem}.tags-ai-result{background:var(--st-bg-elevated);border:1px solid var(--st-border);border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.sidecar-entry{border-left:3px solid var(--st-border);margin-bottom:.5rem;padding:.5rem}.sidecar-type-badge{background:var(--st-bg-elevated);border-radius:3px;margin-right:.5rem;padding:.1rem .4rem;font-size:.8rem;font-weight:600;display:inline-block}.sidecar-path{color:var(--st-text-secondary);word-break:break-all;font-size:.8rem}.sidecar-details{margin:.3rem 0 0 1rem;padding:0;font-size:.85rem}.sidecar-details li{margin-bottom:.2rem}.sidebar-checkbox-item{cursor:pointer;align-items:center;gap:.4rem;padding:.25rem .5rem;font-size:.85rem;display:flex}.sidebar-checkbox-item input[type=checkbox]{cursor:pointer}.sidebar-checkbox-item .sidebar-camera-count{margin-left:auto}.sidebar-clear-link{color:var(--st-link);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.8rem;text-decoration:underline}.sidebar-clear-link:hover{color:var(--st-link-hover)}.sidebar-tag-controls{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .25rem;display:flex}.sidebar-tag-mode-toggle{border:1px solid var(--st-border);border-radius:4px;gap:0;display:flex;overflow:hidden}.tag-mode-btn{color:var(--st-text-muted);cursor:pointer;background:0 0;border:none;padding:2px 8px;font-size:.75rem;font-weight:600}.tag-mode-btn:hover{background:var(--st-bg-elevated)}.tag-mode-active{background:var(--st-accent);color:var(--st-text-on-accent,#fff)}.tag-mode-active:hover{background:var(--st-accent)}.filter-pill--tag-mode{font-size:.75rem;font-weight:600}.dev-status-select{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;margin-bottom:.5rem;padding:.2rem .4rem;font-size:.8rem}.dev-status-badge{border-radius:4px;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.8rem;font-weight:500;display:inline-block}.dev-status--camera_original{color:#fff;background:#6b7280}.dev-status--film_scan{color:#fff;background:#78716c}.dev-status--imported{color:#fff;background:#3b82f6}.dev-status--developed{color:#fff;background:#22c55e}.dev-status--edited{color:#fff;background:#f59e0b}.dev-status--exported{color:#fff;background:#8b5cf6}.dev-status--unknown{color:#fff;background:#9ca3af}.filter-pill--status{background:var(--st-bg-elevated,#f3f4f6)}.map-page{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:1rem}.map-page h1{margin-bottom:.5rem}.map-page .map-count{color:var(--st-text-secondary);margin-bottom:.5rem}.map-page #leaflet-map{border:1px solid var(--st-border);border-radius:8px}.map-page .map-popup{text-align:center}.map-page .map-popup img{border-radius:4px;margin-bottom:4px}.notes-editor{background:var(--st-bg-elevated);border:1px solid var(--st-border);border-radius:8px;margin:1rem 0;padding:1rem}.notes-editor h3{margin:0 0 .5rem;font-size:1rem}.notes-editor textarea{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:100%;color:var(--st-text);resize:vertical;box-sizing:border-box;border-radius:4px;padding:.5rem;font-family:inherit;font-size:.9rem}.notes-editor .notes-actions{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.notes-editor .notes-saved{color:var(--st-success,#4caf50);font-size:.85rem}.gps-editor{border-top:1px solid var(--st-border);margin-top:1rem;padding-top:.75rem}.gps-editor h4{margin:0 0 .5rem;font-size:.9rem}.gps-display{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.gps-coords{font-family:JetBrains Mono,monospace;font-size:.85rem}.gps-none{color:var(--st-text-secondary);font-size:.85rem}.gps-clear-btn{color:var(--st-danger,#e53e3e)!important}.gps-edit-form .gps-inputs{gap:.75rem;margin-bottom:.5rem;display:flex}.gps-edit-form .gps-inputs label{align-items:center;gap:.25rem;font-size:.85rem;display:flex}.gps-edit-form .gps-input{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:120px;color:var(--st-text);border-radius:4px;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.85rem}.gps-edit-form .gps-edit-actions{gap:.5rem;display:flex}.gps-status{color:var(--st-text-secondary);margin-top:.25rem;font-size:.8rem;display:block}.modal-overlay{z-index:100;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:8px;width:min(90vw,450px);padding:1.5rem}.modal-content h3{margin:0 0 1rem}.modal-content .form-group{margin-bottom:1rem}.modal-content .form-group>label{margin-bottom:.25rem;font-size:.85rem;font-weight:500;display:block}.modal-content .form-group input[type=text]{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:100%;color:var(--st-text);box-sizing:border-box;border-radius:4px;padding:.5rem}.modal-content .radio-group{gap:1rem;display:flex}.modal-content .radio-group label{font-size:.9rem}.modal-content .modal-actions{gap:.5rem;margin-top:1rem;display:flex}.collections-page{max-width:900px}.collections-page h1{margin-bottom:1rem}.collections-top-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.collections-top-bar .collections-search{border:1px solid var(--st-border);background:var(--st-bg-elevated);min-width:200px;color:var(--st-text);border-radius:4px;flex:1;padding:.5rem}.collections-top-bar .collections-sort{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;padding:.5rem}.collections-toolbar{background:var(--st-bg-elevated);border-radius:4px;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.9rem;display:flex}.collections-count{color:var(--st-text-secondary);margin-bottom:.5rem;font-size:.85rem}.collections-table{border-collapse:collapse;width:100%}.collections-table thead th{text-align:left;border-bottom:2px solid var(--st-border);text-transform:uppercase;color:var(--st-text-secondary);background:var(--st-bg-elevated);padding:.5rem .75rem;font-size:.8rem}.collections-th-checkbox{width:2.5rem}.collections-th-type{width:5rem}.collections-th-count{width:5rem;text-align:right!important}.collections-th-actions{width:5rem}.collections-row{border-bottom:1px solid var(--st-border)}.collections-row:last-child{border-bottom:none}.collections-row:hover{background:var(--st-bg-elevated)}.collections-row td{vertical-align:middle;padding:.5rem .75rem}.collections-cell-checkbox{width:2.5rem}.collections-type-badge{background:var(--st-bg-elevated);color:var(--st-text-secondary);white-space:nowrap;border-radius:3px;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.collections-type-smart{background:var(--st-accent,#e8a948);color:#1a1b26}.collections-type-album{background:var(--st-bg-elevated);color:var(--st-text-secondary)}.collections-cell-name{font-weight:500}.collections-name-link{color:var(--st-text);text-decoration:none}.collections-name-link:hover{text-decoration:underline}.collections-rename-input{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:100%;color:var(--st-text);border-radius:4px;padding:.25rem .5rem;font-size:.9rem}.collections-cell-count{text-align:right;white-space:nowrap}.collections-count-link{color:var(--st-text-secondary);text-decoration:none}.collections-count-link:hover{text-decoration:underline}.collections-cell-actions{text-align:right}.collections-rename-btn{padding:.2rem .5rem;font-size:.8rem}.toolbar-collection-select{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.collections-dialog-overlay{z-index:100;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.collections-dialog{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:8px;width:min(90vw,450px);padding:1.5rem}.collections-dialog h3{margin:0 0 1rem}.collections-dialog-form{flex-direction:column;gap:.5rem;display:flex}.collections-dialog-form>label{margin-top:.25rem;font-size:.85rem;font-weight:500}.collections-dialog-input,.collections-dialog-textarea{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:100%;color:var(--st-text);box-sizing:border-box;border-radius:4px;padding:.5rem;font-family:inherit;font-size:.9rem}.collections-dialog-textarea{resize:vertical;min-height:60px}.collections-dialog-radios{gap:1rem;display:flex}.collections-radio-label{font-size:.9rem}.collections-optional{color:var(--st-text-secondary);font-weight:400}.collections-dialog-buttons{gap:.5rem;margin-top:1rem;display:flex}.collections-tabs{gap:.5rem;margin-bottom:1rem;display:flex}.collections-ai-section{margin-top:1rem}.collections-ai-controls{margin-bottom:1rem}.collections-ai-table{border-collapse:collapse;width:100%;margin-top:.75rem}.collections-ai-table thead th{text-align:left;border-bottom:2px solid var(--st-border);text-transform:uppercase;color:var(--st-text-secondary);background:var(--st-bg-elevated);padding:.5rem .75rem;font-size:.8rem}.collections-ai-table tbody td{border-bottom:1px solid var(--st-border);vertical-align:top;padding:.5rem .75rem}.collections-ai-table tbody tr:hover{background:var(--st-bg-elevated)}.collections-ai-type-badge{white-space:nowrap;border-radius:3px;padding:.15rem .5rem;font-size:.75rem;display:inline-block}.collections-ai-type-badge.type-smart{background:var(--st-accent,#e8a948);color:#1a1b26}.collections-ai-type-badge.type-manual{background:var(--st-bg-elevated);color:var(--st-text-secondary)}.collections-ai-reason{color:var(--st-text-secondary);font-size:.85rem}.collections-ai-filter-hint{color:var(--st-text-secondary);margin-top:.25rem;font-size:.8rem;font-style:italic}.collections-ai-result{background:var(--st-bg-elevated);border-radius:4px;margin-bottom:.75rem;padding:.5rem .75rem}.develop-page{z-index:1000;background:var(--st-bg-body);height:100dvh;color:var(--st-text-primary);flex-direction:column;display:flex;position:fixed;inset:0}.develop-layout{flex-direction:column;flex:1;min-height:0;display:flex}.develop-topbar{background:var(--st-bg-surface);border-bottom:1px solid var(--st-border);flex-shrink:0;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.develop-topbar .develop-back{color:var(--st-text-secondary);text-decoration:none}.develop-topbar .develop-back:hover{color:#fff}.develop-topbar .develop-filename{color:var(--st-text-primary);flex:1;font-size:.9rem}.develop-topbar .develop-export-btn{background:var(--st-accent);color:#0a0a0a;cursor:pointer;border:none;border-radius:4px;padding:.4rem 1rem}.develop-topbar .develop-export-btn:hover{background:var(--st-accent-hover);box-shadow:0 0 12px var(--st-glow)}.develop-topbar .develop-thumb-btn{background:var(--st-border);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.4rem .75rem;font-size:.8rem}.develop-topbar .develop-thumb-btn:hover{background:var(--st-text-secondary)}.develop-topbar .develop-thumb-btn:disabled{opacity:.5;cursor:not-allowed}.st-btn--primary{transition:box-shadow .15s,background .15s}.st-btn--primary:hover{box-shadow:0 0 12px var(--st-glow)}.develop-crop-toolbar{background:var(--st-bg-elevated);border-bottom:1px solid var(--st-border);flex-shrink:0;align-items:center;gap:.75rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.develop-crop-aspect{background:var(--st-bg-body);color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:.85rem}.develop-crop-straighten-label{color:var(--st-text-muted);align-items:center;gap:.5rem;display:flex}.develop-crop-straighten{width:120px}.develop-crop-straighten-num{text-align:center;background:var(--st-bg-body);width:60px;color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:4px;padding:.15rem .25rem}.develop-crop-overlay{pointer-events:none;z-index:6;background:rgba(0,0,0,.35);position:absolute}.develop-crop-overlay.crop-mode-active{background:rgba(0,0,0,.5)}.develop-crop-handle{z-index:7;pointer-events:none;background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;transform:translate(-50%,-50%)}.spot-healing-overlay{pointer-events:auto;cursor:crosshair;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.spot-healing-toolbar{background:var(--st-bg-elevated);border-bottom:1px solid var(--st-border);flex-shrink:0;align-items:center;gap:8px;padding:.5rem 1rem;display:flex}.spot-sensitivity-label{color:var(--st-text-secondary);align-items:center;gap:4px;font-size:12px;display:flex}.spot-sensitivity-label input[type=range]{width:80px}.develop-main{flex:1;min-height:0;position:relative;overflow:hidden}.develop-preview{background:var(--st-bg-body);justify-content:center;align-items:center;padding:10px;display:flex;position:absolute;inset:0 280px 0 0;overflow:hidden}.develop-preview canvas{object-fit:contain;max-width:100%;max-height:100%}.develop-sidebar{-webkit-overflow-scrolling:touch;background:var(--st-bg-surface);border-left:1px solid var(--st-border);width:280px;padding:.75rem;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.develop-histogram{border-radius:4px;width:100%;height:80px;margin-bottom:.75rem;display:block}.develop-histogram-toggle{display:none}@media (width<=1024px){.develop-histogram{display:none}.develop-histogram.expanded{display:block}.develop-histogram-toggle{border:1px solid var(--st-border);width:100%;color:var(--st-text-secondary);cursor:pointer;background:0 0;border-radius:4px;margin-bottom:.5rem;padding:4px;font-size:.75rem;display:block}.develop-histogram-toggle:hover{border-color:var(--st-text-secondary)}}.develop-controls .develop-section{border-bottom:1px solid var(--st-border);margin-bottom:1rem;padding-bottom:.75rem}.develop-controls .develop-section h3{text-transform:uppercase;letter-spacing:.05em;color:var(--st-text-secondary);margin:0 0 .5rem;font-size:.85rem}.develop-controls .wb-mode-toggle{gap:1rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.develop-controls .wb-mode-toggle label{cursor:pointer;color:var(--st-text-secondary)}.develop-controls .wb-mode-toggle label:has(input:checked){color:#fff}.develop-controls .wb-mode-toggle input[type=radio]{margin-right:.25rem}.develop-controls .slider-row{grid-template-columns:80px 1fr 50px;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.85rem;display:grid}.develop-controls .slider-row label{color:var(--st-text-secondary)}.develop-controls .slider-row input[type=range]{accent-color:#3a7bd5;width:100%}.develop-controls .slider-row span{text-align:right;color:var(--st-text-primary);font-variant-numeric:tabular-nums}.develop-controls .develop-reset-btn{background:var(--st-bg-elevated);width:100%;color:var(--st-text-secondary);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;padding:.4rem}.develop-controls .develop-reset-btn:hover{background:var(--st-border);color:#fff}.develop-statusbar{background:var(--st-bg-surface);border-top:1px solid var(--st-border);color:var(--st-text-secondary);flex-shrink:0;justify-content:space-between;padding:.3rem 1rem;font-size:.8rem;display:flex}@media (width>=1025px) and (width<=1400px){.develop-preview{right:220px}.develop-sidebar{width:220px;padding:.5rem}}@media (width<=1024px){.develop-main{flex-direction:column;display:flex;position:static}.develop-preview{flex:2 1 0;min-height:0;position:relative}.develop-sidebar{-webkit-overflow-scrolling:touch;border-left:none;border-top:1px solid var(--st-border);flex:1 1 0;width:100%;min-height:0;position:static;overflow-y:auto}}.develop-controls-section{border-bottom:1px solid var(--st-border);margin-bottom:1rem;padding-bottom:.75rem}.develop-controls-section select{background:var(--st-bg-elevated);color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:3px;padding:.2rem .4rem;font-family:inherit;font-size:.85rem}.develop-controls-section select:focus{border-color:#3a7bd5;outline:none}.develop-controls-section select option{background:var(--st-bg-elevated);color:var(--st-text-primary)}.develop-controls-title{text-transform:uppercase;letter-spacing:.05em;color:var(--st-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;margin:0 0 .5rem;font-size:.85rem}.develop-mod-dot{vertical-align:middle;background:var(--st-border);border-radius:50%;width:6px;height:6px;margin-right:.4em;transition:background .2s;display:inline-block}.develop-mod-dot.develop-mod-dot--active{background:#d4871c}.develop-checkbox-group{flex-direction:column;gap:.4rem;display:flex}.develop-checkbox-label{color:var(--st-text-primary);cursor:pointer;align-items:center;gap:.3rem;font-size:.85rem;display:flex}.tone-curve-canvas-wrap{width:100%;padding:8px 0;position:relative}.tone-curve-canvas{aspect-ratio:1;border:1px solid var(--st-border);cursor:crosshair;touch-action:none;border-radius:4px;width:100%;display:block}.tone-curve-channel-tabs{gap:4px;margin-bottom:4px;display:flex}.tone-curve-channel-tabs button{border:1px solid var(--st-border);color:var(--st-text);cursor:pointer;background:0 0;border-radius:3px;flex:1;padding:2px 0;font-size:.75rem}.tone-curve-channel-tabs button.active{background:var(--st-accent);color:#fff;border-color:var(--st-accent)}.lens-profile-info{border-radius:4px;margin:4px 12px 8px;padding:6px 10px;font-size:11px}.lens-profile-found{color:#8ab4f8;background:rgba(106,159,245,.1)}.lens-profile-missing{color:#ffb74d;background:rgba(255,183,77,.12)}.channel-matrix-grid{grid-template-columns:repeat(3,1fr);gap:4px;margin:8px 0;display:grid}.matrix-cell{flex-direction:column;align-items:center;display:flex}.matrix-label{color:var(--text-secondary,#999);margin-bottom:2px;font-size:.7rem}.matrix-input{text-align:center;width:3.5em;padding:2px;font-size:.85rem}.develop-sliders{flex-direction:column;gap:.4rem;display:flex}.develop-slider-row{grid-template-columns:60px 1fr 64px;align-items:center;gap:.5rem;font-size:.85rem;display:grid}.develop-slider-row--labeled{grid-template-columns:60px auto 1fr auto 64px}@media (width>=1025px){.develop-slider-row--labeled{grid-template-rows:auto auto;grid-template-columns:60px 1fr 64px;row-gap:0}.develop-slider-row--labeled>:first-child{grid-area:1/1}.develop-slider-row--labeled>:nth-child(3){grid-area:1/2}.develop-slider-row--labeled>:nth-child(5){grid-area:1/3}.develop-slider-row--labeled>:nth-child(2){grid-area:2/2;justify-self:start;margin-top:-.1rem;font-size:.6rem}.develop-slider-row--labeled>:nth-child(4){grid-area:2/2;justify-self:end;margin-top:-.1rem;font-size:.6rem}}.develop-slider-end{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;font-size:.65rem}.develop-slider-end--cool{color:#60a5fa}.develop-slider-end--warm{color:#fbbf24}.develop-slider-end--green{color:#4ade80}.develop-slider-end--magenta{color:#e879f9}.develop-slider-label{color:var(--st-text-secondary)}.develop-slider-label--r{color:#f87171}.develop-slider-label--g{color:#4ade80}.develop-slider-label--b{color:#60a5fa}.develop-slider{width:100%;accent-color:var(--st-accent)}.develop-slider--r{accent-color:#f87171}.develop-slider--g{accent-color:#4ade80}.develop-slider--b{accent-color:#60a5fa}.develop-slider-value{text-align:right;width:48px;color:var(--st-text-primary);background:var(--st-bg-elevated);border:1px solid var(--st-border);font-variant-numeric:tabular-nums;border-radius:3px;padding:.15rem .25rem;font-family:inherit;font-size:.8rem}.develop-slider-input-wrap{justify-content:flex-end;align-items:center;gap:.2rem;display:flex}.develop-slider-input{text-align:right;width:48px;color:var(--st-text-primary);background:var(--st-bg-elevated);border:1px solid var(--st-border);font-variant-numeric:tabular-nums;-moz-appearance:textfield;border-radius:3px;padding:.15rem .25rem;font-family:inherit;font-size:.8rem}.develop-slider-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.develop-slider-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.develop-slider-input:focus{border-color:#3a7bd5;outline:none}.develop-slider-unit{color:var(--st-text-secondary);min-width:1em;font-size:.75rem}.develop-wb-mode{gap:.5rem;margin-bottom:.75rem;display:flex}.develop-wb-btn{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;flex:1;padding:.3rem .5rem;font-size:.8rem}.develop-wb-btn:hover{background:var(--st-border);color:var(--st-text-primary)}.develop-wb-btn--active{color:#fff;background:#3a7bd5;border-color:#3a7bd5}.develop-reset-btn{width:100%}.develop-history-section{margin-top:0}.develop-history-list{flex-direction:column;gap:1px;max-height:300px;display:flex;overflow-y:auto}.develop-history-entry{text-align:left;width:100%;color:var(--st-text-secondary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;flex-shrink:0;padding:.25rem .5rem;font-size:.8rem;display:block;overflow:hidden}.develop-history-entry:hover{background:var(--st-bg-elevated)}.develop-history-entry.develop-history-entry--current{color:var(--st-text-primary);background:var(--st-bg-elevated);font-weight:600}.develop-history-entry.develop-history-entry--future{opacity:.5}.develop-before-label{color:#fff;letter-spacing:.05em;pointer-events:none;z-index:5;background:rgba(0,0,0,.6);border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:12px;left:12px}.develop-split-btn{border:1px solid var(--st-border);color:var(--st-text-secondary);cursor:pointer;background:0 0;border-radius:4px;margin-left:12px;padding:4px 10px;font-size:.8rem}.develop-split-btn:hover{border-color:var(--st-text-secondary);color:#fff}.develop-split-btn.active{background:var(--st-border);color:#fff;border-color:var(--st-text-secondary)}.develop-split-btn-ai{border-color:var(--st-accent,var(--st-text-secondary));color:var(--st-accent,var(--st-text-secondary))}.develop-split-btn-ai:hover:not([disabled]){background:var(--st-accent,var(--st-text-secondary));color:var(--st-bg-body)}.develop-split-btn-ai[disabled]{opacity:.45;cursor:not-allowed}.develop-ai-status{border-radius:4px;margin:4px 12px 0;padding:4px 8px;font-size:.8rem}.develop-ai-status.success{background:var(--st-success-bg,rgba(0,180,120,.12));color:var(--st-success,var(--st-text))}.develop-ai-status.error{background:var(--st-error-bg,rgba(200,60,60,.12));color:var(--st-error,var(--st-text))}.develop-split-divider{cursor:col-resize;z-index:10;background:rgba(255,255,255,.8);width:3px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.develop-split-divider:after{content:"";background:rgba(255,255,255,.3);border-radius:4px;width:20px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.develop-split-labels{pointer-events:none;z-index:5;justify-content:space-between;display:flex;position:absolute;top:8px;left:12px;right:12px}.develop-split-label-before,.develop-split-label-after{color:#fff;letter-spacing:.05em;background:rgba(0,0,0,.6);border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:600}.develop-status-overlay{color:var(--st-text-primary);background:rgba(0,0,0,.6);justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.develop-renderings-empty{color:var(--st-text-secondary);margin:0 0 .5rem;font-size:.8rem;font-style:italic}.develop-renderings-loading{color:var(--st-text-secondary);padding:.5rem;font-size:.85rem}.develop-renderings-list{flex-direction:column;gap:.25rem;margin:0 0 .5rem;padding:0;list-style:none;display:flex}.develop-rendering-item{align-items:center;gap:.25rem;display:flex}.develop-rendering-item.selected .develop-rendering-name{color:#fff;background:#3a4a3a;border-color:#5a7a5a}.develop-rendering-name{background:var(--st-bg-elevated);color:var(--st-text-primary);border:1px solid var(--st-border);text-align:left;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border-radius:4px;flex:1;padding:.3rem .5rem;font-size:.82rem;overflow:hidden}.develop-rendering-name:hover{background:var(--st-border);color:#fff}.develop-rendering-star{cursor:pointer;color:var(--st-text-muted);background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1rem}.develop-rendering-star.is-default,.develop-rendering-star:hover{color:#f0c040}.develop-rendering-delete{color:var(--st-text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1rem}.develop-rendering-delete:hover{color:#f87171}.develop-save-buttons{gap:.4rem;display:flex}.develop-save-btn{color:#cfc;cursor:pointer;background:#3a5a3a;border:1px solid #5a7a5a;border-radius:4px;flex:1;padding:.3rem .5rem;font-size:.82rem}.develop-save-btn:hover{color:#fff;background:#4a6a4a;border-color:#7a9a7a}.develop-save-new-btn{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px dashed var(--st-border);cursor:pointer;border-radius:4px;flex:1;padding:.3rem .5rem;font-size:.82rem}.develop-save-new-btn:hover{background:var(--st-border);color:#fff;border-color:var(--st-text-secondary)}.develop-save-input-row{align-items:center;gap:.25rem;display:flex}.develop-save-name-input{background:var(--st-bg-elevated);min-width:0;color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:4px;flex:1;padding:.3rem .4rem;font-size:.82rem}.develop-save-name-input:focus{border-color:#3a7bd5;outline:none}.develop-save-confirm-btn{color:#fff;cursor:pointer;background:#3a7bd5;border:none;border-radius:4px;padding:.3rem .5rem;font-size:.8rem}.develop-save-confirm-btn:hover{background:#4a8be5}.develop-save-cancel-btn{background:var(--st-bg-elevated);color:var(--st-text-secondary);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;padding:.3rem .5rem;font-size:.8rem}.develop-save-cancel-btn:hover{background:var(--st-border)}.develop-export-modal{z-index:100;background:rgba(0,0,0,.7);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.develop-export-modal .export-dialog{background:var(--st-bg-elevated);border:1px solid var(--st-border);border-radius:8px;min-width:320px;padding:1.5rem}.develop-export-modal .export-dialog h3{color:var(--st-text-primary);margin:0 0 1rem}.develop-export-modal .export-dialog .export-field{margin-bottom:1rem}.develop-export-modal .export-dialog .export-field label{color:var(--st-text-secondary);margin-bottom:.25rem;font-size:.85rem;display:block}.develop-export-modal .export-dialog .export-field select{width:100%}.develop-export-modal .export-dialog .export-field input[type=range]{width:100%}.develop-export-modal .export-dialog .export-field select{background:var(--st-bg-elevated);color:var(--st-text-primary);border:1px solid var(--st-border);border-radius:4px;padding:.4rem}.develop-export-modal .export-dialog .export-filename-row{align-items:center;gap:.25rem;display:flex}.develop-export-modal .export-dialog .export-filename-row input[type=text]{background:var(--st-bg-elevated);color:var(--st-text-primary);border:1px solid var(--st-border);-webkit-user-select:text;user-select:text;cursor:text;border-radius:4px;flex:1;padding:.4rem}.develop-export-modal .export-dialog .export-filename-row .export-filename-ext{color:var(--st-text-secondary);white-space:nowrap;font-size:.9rem}.develop-export-modal .export-dialog .export-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.develop-export-modal .export-dialog .export-actions button{cursor:pointer;border:none;border-radius:4px;padding:.4rem 1rem}.develop-export-modal .export-dialog .export-actions .export-cancel{background:var(--st-bg-elevated);color:var(--st-text-secondary)}.develop-export-modal .export-dialog .export-actions .export-cancel:hover{background:var(--st-border)}.develop-export-modal .export-dialog .export-actions .export-download{color:#fff;background:#3a7bd5}.develop-export-modal .export-dialog .export-actions .export-download:hover{background:#4a8be5}.develop-export-modal .export-dialog .export-actions .export-download:disabled{opacity:.5;cursor:not-allowed}.develop-export-modal .auto-stack-option{cursor:pointer;align-items:center;gap:6px;margin:8px 0 2px;display:flex}.develop-export-modal .auto-stack-option input[type=checkbox]{margin:0}.develop-export-modal .export-path-preview{color:var(--st-text,#ccc);background:rgba(255,255,255,.08);border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.85rem}.develop-export-modal .export-path-preview code{word-break:break-all}.develop-export-modal .export-status{color:#81c784;background:rgba(76,175,80,.15);border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.85rem}.develop-export-modal .export-recent{border-top:1px solid rgba(255,255,255,.1);margin-top:1rem;padding-top:.75rem}.develop-export-modal .export-recent>label{color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;display:block}.develop-export-modal .export-job-row{align-items:center;gap:.5rem;padding:.3rem 0;font-size:.8rem;display:flex}.develop-export-modal .export-job-name{text-overflow:ellipsis;white-space:nowrap;color:var(--st-text,#ccc);flex:1;overflow:hidden}.develop-export-modal .export-job-status{border-radius:3px;padding:.1rem .4rem;font-size:.75rem}.develop-export-modal .export-job-status.status-pending{color:#ffd54f;background:rgba(255,193,7,.2)}.develop-export-modal .export-job-status.status-processing{color:#64b5f6;background:rgba(33,150,243,.2)}.develop-export-modal .export-job-status.status-completed{color:#81c784;background:rgba(76,175,80,.2)}.develop-export-modal .export-job-status.status-error{color:#e57373;background:rgba(244,67,54,.2)}.develop-export-modal .export-job-error{color:#e57373;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.75rem;overflow:hidden}.develop-export-modal .export-job-retry{color:var(--st-text,#ccc);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid rgba(255,255,255,.2);border-radius:3px;padding:.15rem .4rem;font-size:.7rem}.develop-export-modal .export-job-retry:hover{background:rgba(255,255,255,.1)}.help-page{max-width:800px;margin:0 auto;line-height:1.7}.help-page h1{margin-bottom:1.5rem}.help-page details{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);margin-bottom:.75rem;padding:.75rem 1rem}.help-page details summary{cursor:pointer;padding:.25rem 0;font-size:1rem}.help-page details[open] summary{margin-bottom:.5rem}.help-page h3{color:var(--st-text-primary);margin:1rem 0 .4rem;font-size:1rem}.help-page p,.help-page li{color:var(--st-text-secondary);font-size:.95rem}.help-page ul,.help-page ol{margin:.5rem 0;padding-left:1.5rem}.help-page li{margin-bottom:.3rem}.help-page code{background:var(--st-bg-elevated);font-family:var(--st-font-mono);border-radius:3px;padding:.15rem .4rem;font-size:.85em}.luts-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.luts-page h1{margin-bottom:1.5rem}.luts-upload{border:1px solid var(--st-border);border-radius:8px;margin-bottom:2rem;padding:1rem}.luts-upload h2{margin-bottom:.75rem;font-size:1.1rem}.upload-form{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.upload-form input[type=text]{background:var(--st-input-bg);min-width:200px;color:var(--st-text);border:1px solid var(--st-border);border-radius:4px;flex:1;padding:.4rem .6rem}.upload-form .file-picker{cursor:pointer;border:1px solid var(--st-border);border-radius:4px;padding:.4rem .8rem}.upload-form .file-picker:hover{background:var(--st-bg-elevated)}.luts-name-input{background:var(--st-input-bg);min-width:200px;color:var(--st-text);border:1px solid var(--st-border);border-radius:4px;flex:1;padding:.4rem .6rem}.luts-table{border-collapse:collapse;width:100%}.luts-table th,.luts-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:.5rem .75rem}.luts-table th{font-weight:600}.luts-table td input,.luts-table td select{width:100%;padding:.25rem}.luts-table .lut-source{color:var(--st-text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.85rem;overflow:hidden}.luts-empty{color:var(--st-text-muted);font-style:italic}.presets-page{max-width:1000px;margin:0 auto}.presets-table{border-collapse:collapse;width:100%;margin-top:1rem}.presets-table th,.presets-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:.5rem .75rem}.presets-table th{color:var(--st-text-secondary);font-weight:600}.presets-editable{cursor:pointer}.presets-editable:hover{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.presets-edit-input{background:var(--st-input-bg);width:100%;color:var(--st-text);border:1px solid var(--st-border);border-radius:4px;padding:.25rem .5rem}.presets-action-buttons{align-items:center;gap:.5rem;display:flex}.profiles-page{max-width:1400px;margin:0 auto;padding:1rem 2rem}.profiles-page .page-description{color:var(--st-text-secondary,var(--st-text));margin-bottom:1rem}.profiles-count{color:var(--st-text-secondary,var(--st-text));margin-bottom:.75rem;font-size:.9rem}.profiles-table{border-collapse:collapse;width:100%}.profiles-table th,.profiles-table td{text-align:left;border-bottom:1px solid var(--st-border);padding:.5rem .75rem}.profiles-table th{color:var(--st-text);background:var(--st-bg-elevated);font-weight:600;position:sticky;top:0}.profiles-table tbody tr:hover{background:var(--st-bg-elevated,rgba(255,255,255,.03))}.profiles-row--group-start td{border-top:2px solid var(--st-accent,var(--st-border))}.profiles-cell-default{text-align:center;width:60px}.profiles-cell-camera{white-space:nowrap;font-weight:600}.profiles-cell-name{color:var(--st-text-secondary,var(--st-text))}.profiles-cell-features{color:var(--st-text-secondary,var(--st-text));font-size:.85rem}.profiles-cell-source{color:var(--st-text-secondary,var(--st-text));text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.85rem;overflow:hidden}.profiles-cell-actions{text-align:right;width:120px}.profiles-default-badge{color:var(--st-accent,gold);font-size:1.1rem}.profiles-btn-set-default{opacity:.4;padding:0 .25rem;font-size:1.1rem}.profiles-btn-set-default:hover{opacity:1}.profiles-camera-info{align-items:center;gap:.5rem;margin-left:.75rem;font-size:.85rem;font-weight:400;display:inline-flex}.profiles-photo-count{color:var(--st-text-secondary,var(--st-text))}.profiles-btn-regen{white-space:nowrap;padding:.15rem .5rem;font-size:.8rem}.profiles-regen-progress{color:var(--st-accent,#5b9bd5);font-weight:500}.profiles-btn-cancel{padding:.15rem .5rem;font-size:.8rem}.profiles-confirm-delete,.presets-confirm-delete{align-items:center;gap:.25rem;display:inline-flex}.presets-cell-source{text-overflow:ellipsis;white-space:nowrap;max-width:250px;color:var(--st-text-secondary);font-size:.9rem;overflow:hidden}.develop-lut-info{color:var(--st-text-muted);margin-top:.25rem;font-size:.8rem}.hsl-pills{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.hsl-pill{cursor:pointer;color:#999;background:#2a2a2a;border:1px solid transparent;border-radius:12px;padding:3px 8px;font-size:11px;transition:all .15s}.hsl-pill:hover{opacity:.8}.hsl-range-panel{background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:8px}.split-toning-panel{padding:8px}.split-tone-group{margin-bottom:8px}.split-tone-group .sub-label{color:#888;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.hue-slider{-webkit-appearance:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:3px;width:100%;min-width:0;height:6px}.hue-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border:2px solid #444;border-radius:50%;width:14px;height:14px}.presets-section details>summary{cursor:pointer;-webkit-user-select:none;user-select:none}.presets-section .develop-field{margin-top:.5rem}.presets-section .preset-save-form{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.presets-section .preset-save-form input[type=text]{color:#ccc;background:#1a1a1a;border:1px solid #444;border-radius:4px;padding:4px 8px;font-size:12px}.presets-section .preset-save-form .form-buttons{gap:4px;display:flex}.presets-section .preset-category-group{margin-bottom:8px}.presets-section .preset-category-group:first-child{margin-top:8px}.presets-section .preset-category-group .category-label{text-transform:uppercase;color:#888;margin-bottom:2px;font-size:10px}.presets-section .preset-item{border-radius:4px;justify-content:space-between;align-items:center;padding:3px 6px;font-size:12px;display:flex}.presets-section .preset-item:hover{background:#2a2a2a}.presets-section .preset-item .preset-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.presets-section .preset-item .preset-actions{gap:2px;display:flex}.presets-section .preset-item .preset-actions button{background:var(--st-btn-ghost-bg,transparent);color:var(--st-text);border:1px solid var(--st-border);cursor:pointer;border-radius:4px;padding:2px 6px;font-size:11px}.presets-section .preset-item .preset-actions button:hover{background:var(--st-btn-ghost-hover-bg,rgba(255,255,255,.1))}.connection-type-badge{background:var(--st-bg-elevated);color:var(--st-text-muted);text-transform:uppercase;border-radius:3px;margin-left:.5rem;padding:.1rem .4rem;font-size:.75rem;display:inline-block}.badge-export{background:var(--st-accent,#4a9eff);color:#fff}.badge-presets{background:var(--st-badge-presets-bg,#7c3aed);color:var(--st-badge-presets-text,#fff)}.variant-panel{border:1px solid var(--st-border);background:var(--st-bg-elevated);border-radius:6px;margin-bottom:1rem;padding:.75rem}.variant-panel-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.variant-panel-header h3{margin:0;font-size:.95rem}.variant-strip{gap:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.variant-thumb{min-width:70px;max-width:90px;color:var(--st-text);border:2px solid transparent;border-radius:4px;flex-direction:column;align-items:center;padding:2px;text-decoration:none;transition:border-color .15s;display:flex}.variant-thumb:hover{border-color:var(--st-accent,#4a90d9)}.variant-thumb.variant-current{border-color:var(--st-accent,#4a90d9);background:rgba(var(--st-accent-rgb,74, 144, 217), .1)}.variant-thumb img{object-fit:cover;border-radius:2px;width:70px;height:52px}.variant-role{color:var(--st-text-secondary);text-transform:capitalize;white-space:nowrap;margin-top:2px;font-size:.65rem}.variant-placeholder{background:var(--st-bg-elevated);width:70px;height:52px;color:var(--st-text-secondary);border-radius:2px;justify-content:center;align-items:center;display:flex}.variant-controls{border-top:1px solid var(--st-border);flex-wrap:wrap;gap:.4rem;margin-top:.5rem;padding-top:.5rem;display:flex}.btn-sm{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text);cursor:pointer;border-radius:4px;padding:.2rem .5rem;font-size:.8rem}.btn-sm:hover{background:var(--st-bg-elevated)}.link-modal-overlay{z-index:100;background:rgba(0,0,0,.8);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.link-modal{background:var(--st-bg-surface);border:1px solid var(--st-border);width:90%;max-width:500px;max-height:70vh;color:var(--st-text-primary);border-radius:8px;padding:1.25rem;overflow-y:auto;box-shadow:0 12px 48px rgba(0,0,0,.8)}.link-modal h3{color:var(--st-text-primary);margin-top:0;margin-bottom:.75rem}.link-search-input{border:1px solid var(--st-border);background:var(--st-bg-elevated);width:100%;color:var(--st-text-primary);box-sizing:border-box;border-radius:4px;margin-bottom:.75rem;padding:.5rem;font-size:.9rem}.link-results{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.link-result-item{border:1px solid var(--st-border);cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.4rem;display:flex}.link-result-item:hover{background:var(--st-bg-elevated)}.link-result-item input[type=checkbox]{flex-shrink:0}.link-result-thumb{object-fit:cover;border-radius:2px;flex-shrink:0;width:50px;height:38px}.link-result-placeholder{background:var(--st-bg-elevated);color:var(--st-text-secondary);justify-content:center;align-items:center;display:flex}.link-result-info{flex-direction:column;flex:1;min-width:0;display:flex}.link-result-name{text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:500;overflow:hidden}.link-result-path{color:var(--st-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.link-no-results{color:var(--st-text-secondary);text-align:center;padding:1rem 0;font-size:.85rem}.link-error{color:var(--st-status-error-text);background:var(--st-status-error-bg);border:1px solid var(--st-error);border-radius:4px;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.85rem}.link-modal-actions{border-top:1px solid var(--st-border);justify-content:flex-end;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.link-section-divider{text-transform:uppercase;letter-spacing:.05em;color:var(--st-text-secondary);border-top:1px solid var(--st-border);margin-top:.5rem;padding:.5rem 0 .25rem;font-size:.75rem;font-weight:600}.link-result-thumb-wrap{flex-shrink:0;position:relative}.link-group-badge{background:var(--st-accent,#4a90d9);color:#fff;text-align:center;border-radius:8px;min-width:16px;height:16px;padding:0 3px;font-size:.65rem;font-weight:700;line-height:16px;position:absolute;bottom:-2px;right:-2px}.groups-page{max-width:1000px;margin:0 auto;padding:1rem}.groups-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.groups-top-bar{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.groups-search{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:4px;flex:1;padding:.5rem;font-size:.9rem}.groups-count{color:var(--st-text-secondary);margin-bottom:.75rem;font-size:.9rem}.groups-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.group-card{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:6px;transition:border-color .15s;overflow:hidden}.group-card:hover{border-color:var(--st-accent,#4a90d9)}.group-card-link{color:var(--st-text);text-decoration:none;display:block}.group-card-thumb{aspect-ratio:1;object-fit:cover;width:100%;display:block}.group-card-placeholder{aspect-ratio:1;background:var(--st-bg-elevated);width:100%;color:var(--st-text-secondary);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.group-card-body{padding:.6rem}.group-card-name{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.9rem;font-weight:600;overflow:hidden}.group-card-meta{color:var(--st-text-secondary);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.group-card-count{background:var(--st-accent,#4a90d9);color:#fff;border-radius:9px;padding:1px 6px;font-size:.7rem;font-weight:700}.group-card-role{background:var(--st-bg-elevated);border:1px solid var(--st-border);text-transform:capitalize;border-radius:3px;padding:1px 5px;font-size:.65rem}.group-card-actions{gap:.3rem;padding:0 .6rem .6rem;display:flex}.group-rename-input{border:1px solid var(--st-accent,#4a90d9);background:var(--st-bg-elevated);width:100%;color:var(--st-text);border-radius:3px;padding:.3rem;font-size:.9rem}.suggestions-controls{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.suggestions-status{color:var(--st-text-secondary);font-size:.9rem}.suggestion-card{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:6px;margin-bottom:.75rem;padding:.75rem}.suggestion-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.suggestion-stem{font-family:monospace;font-size:.95rem;font-weight:600}.suggestion-members{flex-direction:column;gap:.4rem;margin-bottom:.5rem;display:flex}.suggestion-member{align-items:center;gap:.5rem;min-width:0;display:flex}.suggestion-member-selectable{cursor:pointer;align-items:flex-start;gap:.25rem;display:flex}.suggestion-member-selectable:hover{background:var(--st-bg-elevated);border-radius:4px}.suggestion-member-selectable input[type=checkbox]{flex-shrink:0;margin-top:.5rem}.suggestion-member-thumb{object-fit:cover;border-radius:3px;flex-shrink:0;width:60px;height:45px}.suggestion-member-placeholder{background:var(--st-bg-elevated);width:60px;height:45px;color:var(--st-text-secondary);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.suggestion-member-info{flex:1;min-width:0}.suggestion-member-path{text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:.8rem;display:block;overflow:hidden}.suggestion-member-status{color:var(--st-text-secondary);text-transform:capitalize;font-size:.7rem;display:block}.connection-name-row{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.connection-name-display{color:var(--st-text-secondary);font-size:.85rem;font-weight:500}.connection-name-display:hover{color:var(--st-text)}.connection-name-input{border:1px solid var(--st-border);background:var(--st-bg-elevated);color:var(--st-text);border-radius:3px;width:200px;padding:.25rem .4rem;font-size:.85rem}.suggestion-actions{justify-content:flex-end;gap:.4rem;display:flex}.badge-rendering{background:var(--st-accent);color:var(--st-bg-body);vertical-align:middle;border-radius:3px;margin-left:6px;padding:1px 6px;font-size:.7rem}.form-hint{color:var(--st-text-secondary);margin-top:4px;font-size:.8rem}.radio-group{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.form-field{margin-top:.75rem}.invite-section{border-top:1px solid var(--st-border,#e0e0e0);margin-top:2rem;padding-top:1.5rem}.invite-form{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.invite-form input{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;flex:1;padding:.5rem;font-family:inherit;font-size:.875rem}.invite-form input::placeholder{color:var(--st-text-secondary);opacity:.6}.invite-form input:focus{border-color:var(--st-accent);outline:none}.trial-key-section{border-top:1px solid var(--st-border,#e0e0e0);margin-top:2rem;padding-top:1.5rem}.trial-key-section h2{margin-bottom:.25rem}.trial-key-section .hint{color:var(--st-text-secondary);margin-bottom:1rem;font-size:.875rem}.trial-key-section .status-line{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.trial-key-section .key-form,.trial-key-section .limits-form{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.trial-key-section .key-form input[type=password]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;padding:.5rem;font-family:inherit;font-size:.875rem}.trial-key-section .key-form input[type=number]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;padding:.5rem;font-family:inherit;font-size:.875rem}.trial-key-section .limits-form input[type=password]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;padding:.5rem;font-family:inherit;font-size:.875rem}.trial-key-section .limits-form input[type=number]{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;padding:.5rem;font-family:inherit;font-size:.875rem}.trial-key-section .key-form input[type=password]::placeholder{color:var(--st-text-secondary);opacity:.6}.trial-key-section .key-form input[type=number]::placeholder{color:var(--st-text-secondary);opacity:.6}.trial-key-section .limits-form input[type=password]::placeholder{color:var(--st-text-secondary);opacity:.6}.trial-key-section .limits-form input[type=number]::placeholder{color:var(--st-text-secondary);opacity:.6}.trial-key-section .key-form input[type=password]:focus{border-color:var(--st-accent);outline:none}.trial-key-section .key-form input[type=number]:focus{border-color:var(--st-accent);outline:none}.trial-key-section .limits-form input[type=password]:focus{border-color:var(--st-accent);outline:none}.trial-key-section .limits-form input[type=number]:focus{border-color:var(--st-accent);outline:none}.trial-key-section .key-form input[type=password]{flex:1}.trial-key-section .limits-form input[type=password]{flex:1}.trial-key-section .key-form input[type=number]{width:5rem}.trial-key-section .limits-form input[type=number]{width:5rem}.trial-key-section .status{color:var(--st-text-secondary);font-size:.875rem}.invite-table{border-collapse:collapse;width:100%;font-size:.9rem}.invite-table th,.invite-table td{text-align:left;border-bottom:1px solid var(--st-border,#e0e0e0);padding:.5rem .75rem}.invite-table th{font-weight:600}.badge{border-radius:3px;padding:.15rem .5rem;font-size:.8rem;font-weight:500;display:inline-block}.badge--success{color:#155724;background:#d4edda}.badge--warning{color:#856404;background:#fff3cd}.badge--danger{color:#721c24;background:#f8d7da}[data-theme=dark] .badge--success{color:#75d99a;background:#1a3a2a}[data-theme=dark] .badge--warning{color:#e0c060;background:#3a3420}[data-theme=dark] .badge--danger{color:#e08080;background:#3a1a1a}.invite-required{text-align:center;padding:1.5rem}.invite-required p{margin-bottom:.75rem}.invite-required a{font-weight:500}.revoked-banner{background:var(--st-warning-bg,#fef3c7);color:var(--st-warning-text,#78350f);border:1px solid var(--st-warning-border,#f59e0b);border-radius:4px;margin:0 0 1rem;padding:.75rem 1rem;font-weight:500}.revoked-banner a{color:var(--st-warning-link,#b45309);margin-left:.5rem;font-weight:600;text-decoration:underline}.account-revoked-warning{background:var(--st-warning-bg,#fef3c7);color:var(--st-warning-text,#78350f);border-left:3px solid var(--st-warning-border,#f59e0b);margin:.25rem 0;padding:.5rem .75rem;font-size:.95em}.sync-badge.sync-paused{background:var(--st-muted-bg,#e5e7eb);color:var(--st-muted-text,#4b5563)}.people-page .people-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.people-page .people-search{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);border-radius:4px;min-width:180px;padding:.4rem .6rem;font-family:inherit;font-size:.9rem}.people-page .people-search::placeholder{color:var(--st-text-secondary);opacity:.7}.people-page .people-search:focus{border-color:var(--st-accent);outline:none}.people-page .people-sort{border:1px solid var(--st-border);background:var(--st-bg-surface);color:var(--st-text-primary);cursor:pointer;border-radius:4px;padding:.4rem .6rem;font-family:inherit;font-size:.9rem}.people-page .people-sort:focus{border-color:var(--st-accent);outline:none}.people-page .people-filter-check{color:var(--st-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.3rem;font-size:.9rem;display:flex}.people-page .people-count{color:var(--st-text-secondary);margin-bottom:.75rem;font-size:.85rem}.people-page .people-bulkbar{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:6px;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 .75rem;padding:8px 10px;display:flex}.people-page .people-loading-indicator{color:var(--st-text-secondary);opacity:.6}.people-page .people-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.people-suggestions{border:1px solid var(--st-border);border-radius:8px;margin:16px 0;padding:14px 16px}.people-suggestions-head{align-items:center;gap:12px;display:flex}.people-suggestions-head h2{margin:0;font-size:18px}.people-suggestions-empty{color:var(--st-text-secondary);margin:10px 0 0}.people-suggestions-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.person-suggestion-card{border:1px solid var(--st-border);background:var(--st-bg-surface);border-radius:6px;align-items:center;gap:12px;padding:8px 10px;display:flex}.person-suggestion-faces{gap:6px;display:flex}.person-suggestion-faces img{object-fit:cover;border-radius:50%;width:80px;height:80px}.person-suggestion-meta{flex-direction:column;flex:1;gap:2px;display:flex}.person-suggestion-count{color:var(--st-text-secondary);font-size:13px}.person-suggestion-actions{gap:8px;display:flex}@media (width<=600px){.person-suggestion-card,.person-suggestion-faces{flex-wrap:wrap}}.cluster-card{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:8px;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem .5rem;transition:box-shadow .15s;display:flex;position:relative}.cluster-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.12)}.cluster-card.cluster-card--unnamed{opacity:.85;border-style:dashed}.cluster-card.cluster-card--hidden,.cluster-card.cluster-card--ignored{opacity:.55;filter:grayscale(40%)}.cluster-card.cluster-card--unassigned{color:var(--st-text-primary);border-style:dashed;text-decoration:none}.cluster-card.cluster-card--synthetic{border-style:dashed;border-color:#f59e0b}.cluster-card .cluster-select{z-index:2;cursor:pointer;width:18px;height:18px;position:absolute;top:6px;left:6px}.cluster-synthetic-badge{color:#1f2937;white-space:nowrap;vertical-align:middle;background:#f59e0b;border-radius:10px;margin-left:.4rem;padding:1px 7px;font-size:.7rem;font-weight:600;display:inline-block}.cluster-card-link{border-radius:50%;line-height:0;text-decoration:none;display:block}.cluster-avatar{object-fit:cover;background:var(--st-bg,#f0f0f0);border-radius:50%;width:80px;height:80px;display:block}.cluster-avatar--placeholder{color:var(--st-text-secondary);border:2px dashed var(--st-border);background:0 0;justify-content:center;align-items:center;font-size:2rem;display:flex}.cluster-name-area{flex-direction:column;align-items:center;gap:.2rem;width:100%;display:flex}.cluster-name{color:var(--st-text-primary);text-align:center;word-break:break-word;font-size:.85rem;font-weight:500}.cluster-card--unnamed .cluster-name{color:var(--st-text-secondary);font-style:italic}.cluster-name-input{border:1px solid var(--st-accent);background:var(--st-bg-surface);width:100%;color:var(--st-text-primary);text-align:center;border-radius:4px;padding:.25rem .4rem;font-family:inherit;font-size:.85rem}.cluster-name-input:focus{outline:none}.cluster-name-input:disabled{opacity:.6}.cluster-name-error{color:var(--st-danger,#dc2626);text-align:center;font-size:.75rem}.cluster-count{color:var(--st-text-secondary);text-align:center;font-size:.78rem}.cluster-menu-container{position:absolute;top:.4rem;right:.4rem}.cluster-menu-btn{cursor:pointer;color:var(--st-text-secondary);opacity:0;background:0 0;border:none;border-radius:4px;padding:.15rem .3rem;font-size:1rem;line-height:1;transition:opacity .1s,background .1s}.cluster-card:hover .cluster-menu-btn{opacity:1}.cluster-menu-btn:hover{background:var(--st-bg,rgba(0,0,0,.05));opacity:1}.cluster-menu{z-index:50;background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:6px;min-width:130px;padding:.25rem 0;position:absolute;top:100%;right:0;box-shadow:0 4px 16px rgba(0,0,0,.18)}.cluster-menu-item{text-align:left;width:100%;color:var(--st-text-primary);cursor:pointer;background:0 0;border:none;padding:.45rem .85rem;font-family:inherit;font-size:.875rem;display:block}.cluster-menu-item:hover{background:var(--st-bg,rgba(0,0,0,.05))}.cluster-menu-item.cluster-menu-item--danger{color:var(--st-danger,#dc2626)}.cluster-merge-confirm{background:var(--st-bg-surface);border:1px solid var(--st-border);z-index:10;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;display:flex;position:absolute;inset:0}.cluster-merge-confirm-msg{text-align:center;color:var(--st-text-primary);font-size:.78rem;line-height:1.4}.cluster-merge-confirm-btns{gap:.4rem;display:flex}.photo-with-overlay{line-height:0;display:inline-block;position:relative}.photo-with-overlay img{display:block}.photo-with-overlay .face-overlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.photo-with-overlay .face-bbox{fill:none;stroke:var(--st-accent,#4a9eff);stroke-width:.3px;vector-effect:non-scaling-stroke}.face-panel{margin-bottom:1.5rem}.face-panel .face-panel-header{letter-spacing:.05em;opacity:.75;margin:0 0 .5rem;font-size:.85em}.face-panel .face-panel-empty{opacity:.6;margin:0 0 .5rem;font-style:italic}.face-panel .face-list{margin:0;padding:0;list-style:none}.face-panel .face-list-item{align-items:center;gap:8px;padding:6px 0;display:flex}.face-panel .face-list-item .face-avatar{object-fit:cover;cursor:pointer;border-radius:50%;flex-shrink:0;width:32px;height:32px}.face-panel .face-list-item .face-avatar:hover{outline:2px solid var(--st-primary,#2563eb)}.face-panel .face-list-item .unnamed{opacity:.7;font-style:italic}.face-panel .face-list-item .face-remove{opacity:.5;cursor:pointer;color:var(--st-text-primary);background:0 0;border:none;margin-left:auto;padding:2px 4px;font-size:1rem;line-height:1}.face-panel .face-list-item .face-remove:hover{opacity:1}.face-panel .face-list-item .face-remove-confirm{flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:flex}.face-panel .face-list-item .face-remove-confirm .face-remove-confirm-label{color:var(--st-text-primary);font-size:.75rem}.face-panel .face-list-item .face-remove-confirm button{cursor:pointer;border:1px solid var(--st-border);border-radius:4px;padding:2px 6px;font-family:inherit;font-size:.85rem;line-height:1}.face-panel .face-list-item .face-remove-confirm .face-remove-confirm-yes{color:#fff;background:var(--st-danger,#dc2626);border-color:var(--st-danger,#dc2626)}.face-panel .face-list-item .face-remove-confirm .face-remove-confirm-no{color:var(--st-text-primary);background:0 0}.face-panel .face-list-item .face-remove-confirm .face-remove-confirm-no:hover{background:var(--st-bg,rgba(0,0,0,.05))}.face-panel .face-panel-footer{flex-direction:column;gap:6px;margin-top:8px;font-size:.85em;display:flex}.face-panel .face-panel-footer label{cursor:pointer;opacity:.85;align-items:center;gap:6px;display:flex}.face-panel .face-panel-footer label:hover{opacity:1}.face-panel .face-panel-footer label input[type=checkbox]{cursor:pointer;flex-shrink:0}.cluster-detail-page .cluster-detail-header{align-items:center;gap:14px;margin-bottom:1rem;display:flex}.cluster-detail-page .cluster-detail-header .cluster-detail-avatar{object-fit:cover;border-radius:50%;width:64px;height:64px}.cluster-detail-page .cluster-detail-header .cluster-detail-meta{flex:1}.cluster-detail-page .cluster-detail-header .cluster-detail-meta h1{margin:0}.cluster-detail-page .cluster-detail-header .cluster-detail-sub{opacity:.7;font-size:.85rem}.face-grid{grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px;display:grid}.face-tile{aspect-ratio:1;cursor:pointer;background:0 0;border:2px solid transparent;border-radius:8px;padding:0;position:relative;overflow:hidden}.face-tile img{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.face-tile.selected{border-color:var(--st-danger,#dc2626);outline:2px solid var(--st-danger,#dc2626);outline-offset:1px}.face-tile.selected:after{content:"✓";background:var(--st-danger,#dc2626);color:#fff;text-align:center;border-radius:50%;width:18px;height:18px;font-size:12px;line-height:18px;position:absolute;top:4px;right:4px}.face-tile.cover:before{content:"★";color:#f5c518;text-shadow:0 0 2px rgba(0,0,0,.6);font-size:15px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.face-tile-wrap{position:relative}.face-tile-wrap .face-tile{width:100%;display:block}.face-tile-view{color:#fff;text-align:center;opacity:0;background:rgba(0,0,0,.55);border-radius:50%;width:20px;height:20px;font-size:12px;line-height:20px;text-decoration:none;transition:opacity .15s;position:absolute;top:4px;left:4px}.face-tile-wrap:hover .face-tile-view,.face-tile-view:focus{opacity:1}@media (hover:none){.face-tile-view{opacity:1}}.face-bulkbar,.face-confirm{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;margin:10px 0;padding:8px 10px;display:flex}.face-pager,.people-pager{justify-content:center;align-items:center;gap:12px;margin-top:14px;font-size:.85rem;display:flex}.person-picker-backdrop{z-index:1000;background:rgba(0,0,0,.45);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.person-picker{background:var(--st-bg-surface);border:1px solid var(--st-border);border-radius:10px;flex-direction:column;gap:10px;width:min(420px,92vw);max-height:80vh;padding:14px;display:flex;box-shadow:0 12px 48px rgba(0,0,0,.3)}.person-picker .person-picker-header{justify-content:space-between;align-items:center;display:flex}.person-picker .person-picker-close{cursor:pointer;color:var(--st-text-primary);background:0 0;border:none;font-size:1.2rem}.person-picker .person-picker-new{gap:6px;display:flex}.person-picker .person-picker-new input{flex:1}.person-picker .person-picker-search,.person-picker .person-picker-new input{border:1px solid var(--st-border);background:var(--st-bg);color:var(--st-text-primary);border-radius:5px;padding:6px 8px}.person-picker .person-picker-list{-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.person-picker .person-picker-item{text-align:left;cursor:pointer;width:100%;color:var(--st-text-primary);background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:6px 8px;display:flex}.person-picker .person-picker-item:hover{background:var(--st-bg,rgba(0,0,0,.05))}.person-picker .person-picker-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.person-picker .person-picker-name{flex:1}.person-picker .person-picker-count{opacity:.6;font-size:.8rem}