*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:light;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--bg:#f7f6f3;--surface:#ffffff;--surface-2:#f1f0ec;--surface-3:#e9e7e1;--fg:#1a1917;--fg-secondary:#52504b;--muted:#6f6d66;--faint:#a3a199;--border:#e6e4de;--border-strong:#d3d1c9;--accent:#5b53c7;--accent-hover:#4c45b2;--accent-soft:#edecfa;--accent-border:#cbc7ef;--ring:rgba(91,83,199,0.35);--btn-primary-bg:#1a1917;--btn-primary-bg-hover:#33312d;--btn-primary-fg:#ffffff;--st-pending-fg:#6f6d66;--st-pending-bg:#efeee9;--st-pending-border:#dedcd4;--st-rendered-fg:#2f5cc4;--st-rendered-bg:#e9effc;--st-rendered-border:#c9d7f5;--st-complete-fg:#237a3f;--st-complete-bg:#e6f6ea;--st-complete-border:#c2e7cc;--st-error-fg:#c23934;--st-error-bg:#fdecea;--st-error-border:#f6cfcb;--st-duplicate-fg:#9c5f10;--st-duplicate-bg:#fbf0da;--st-duplicate-border:#f0dcb4;--badge-pending:var(--st-duplicate-fg);--badge-rendered:var(--st-rendered-fg);--badge-complete:var(--st-complete-fg);--badge-error:var(--st-error-fg);--r-sm:8px;--r-md:10px;--r-lg:14px;--r-xl:20px;--shadow-sm:0 1px 2px rgba(26,25,23,0.05);--shadow-md:0 2px 10px -2px rgba(26,25,23,0.1);--shadow-lg:0 12px 40px -8px rgba(26,25,23,0.22);--header-h:3.5rem}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#131311;--surface:#1b1b19;--surface-2:#232321;--surface-3:#2b2b28;--fg:#f0efec;--fg-secondary:#c4c2ba;--muted:#a29f96;--faint:#6e6c64;--border:#2c2b28;--border-strong:#3b3a35;--accent:#918af0;--accent-hover:#a49ef4;--accent-soft:#26243c;--accent-border:#3d3a63;--ring:rgba(145,138,240,0.45);--btn-primary-bg:#f0efec;--btn-primary-bg-hover:#ffffff;--btn-primary-fg:#1a1917;--st-pending-fg:#b5b2a8;--st-pending-bg:#262623;--st-pending-border:#3b3a35;--st-rendered-fg:#8ab0f5;--st-rendered-bg:#1c2536;--st-rendered-border:#2d3d5c;--st-complete-fg:#7ed99a;--st-complete-bg:#182a1e;--st-complete-border:#28472f;--st-error-fg:#f2938c;--st-error-bg:#331d1a;--st-error-border:#543029;--st-duplicate-fg:#e6b36a;--st-duplicate-bg:#2e2515;--st-duplicate-border:#4d3d20;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow-md:0 2px 10px -2px rgba(0,0,0,0.5);--shadow-lg:0 12px 40px -8px rgba(0,0,0,0.65)}}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);line-height:1.5;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}::selection{background:var(--accent-soft);color:var(--fg)}.container{max-width:1280px;margin:0 auto;padding:1.75rem 1.25rem 3rem}h1{font-size:1.5rem;font-weight:650;letter-spacing:-.02em}.page-header,h1{margin-bottom:1.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.page-header h1{margin-bottom:0}.page-subtitle{color:var(--muted);font-size:.875rem;margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.4rem .8rem;font-family:inherit;font-size:.8125rem;font-weight:550;line-height:1.4;border:1px solid var(--border-strong);border-radius:var(--r-sm);background:var(--surface);color:var(--fg);cursor:pointer;text-decoration:none;box-shadow:var(--shadow-sm);transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .05s}.btn:hover{background:var(--surface-2);border-color:var(--faint)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:var(--btn-primary-fg)}.btn-primary:hover{background:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover)}.btn-lg{padding:.7rem 1.35rem;font-size:.9375rem;border-radius:var(--r-md)}.btn-render{border-color:var(--st-duplicate-border);color:var(--st-duplicate-fg)}.btn-render,.btn-render:hover{background:var(--st-duplicate-bg)}.btn-render:hover{border-color:var(--st-duplicate-fg);filter:brightness(.98)}.btn-batch,.btn-extract{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent)}.btn-batch:hover,.btn-extract:hover{background:var(--accent-soft);border-color:var(--accent)}.btn-delete{border-color:var(--st-error-border);background:var(--st-error-bg);color:var(--st-error-fg)}.btn-delete:hover{background:var(--st-error-bg);border-color:var(--st-error-fg)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;border:1px solid transparent}.badge:before{content:"";width:.4rem;height:.4rem;border-radius:50%;background:currentColor;flex-shrink:0}.badge-pending{color:var(--st-pending-fg);background:var(--st-pending-bg);border-color:var(--st-pending-border)}.badge-rendered{color:var(--st-rendered-fg);background:var(--st-rendered-bg);border-color:var(--st-rendered-border)}.badge-complete{color:var(--st-complete-fg);background:var(--st-complete-bg);border-color:var(--st-complete-border)}.badge-error{color:var(--st-error-fg);background:var(--st-error-bg);border-color:var(--st-error-border)}.badge-possible_duplicate{color:var(--st-duplicate-fg);background:var(--st-duplicate-bg);border-color:var(--st-duplicate-border)}.login-input,.modal-input,.table-filter-select,.user-create-input,.viewer-editable-input,.viewer-editable-select,.viewer-model-select{font-family:inherit;font-size:.8125rem;padding:.4rem .6rem;border:1px solid var(--border-strong);border-radius:var(--r-sm);background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm);transition:border-color .15s,box-shadow .15s}.table-filter-select,.viewer-editable-select,.viewer-model-select{cursor:pointer}.login-input:focus,.modal-input:focus,.table-filter-select:focus,.user-create-input:focus,.viewer-editable-input:focus,.viewer-editable-select:focus,.viewer-model-select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.table-filter-select:disabled,.viewer-model-select:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox]{accent-color:var(--accent)}.toolbar{margin-bottom:1rem}.table-filters,.toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.table-filters{margin-bottom:.75rem}.item-count{font-size:.8125rem;color:var(--muted);margin-left:auto;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.batch-status{padding:.625rem 1rem;margin-bottom:1rem;background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--r-md);font-size:.875rem;color:var(--accent);font-weight:550}table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}table,thead th{background:var(--surface)}thead th{position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:2;text-align:left;padding:.7rem .75rem;border-bottom:1px solid var(--border-strong);font-weight:600;color:var(--muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}thead th:first-child{border-top-left-radius:var(--r-lg)}thead th:last-child{border-top-right-radius:var(--r-lg)}td{padding:.65rem .75rem;vertical-align:middle}tbody tr+tr td{border-top:1px solid var(--border)}tbody tr:last-child td:first-child{border-bottom-left-radius:var(--r-lg)}tbody tr:last-child td:last-child{border-bottom-right-radius:var(--r-lg)}tbody tr{transition:background .1s}tbody tr:hover td{background:var(--surface-2)}table input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.thumbnail{width:64px;height:64px;object-fit:cover;border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface-2);display:block}.empty{text-align:center;padding:4rem 1rem;color:var(--muted);background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--r-lg)}.table-color-swatches{display:inline-flex;gap:.35rem;align-items:center}.table-color-swatch{display:inline-block;width:.875rem;height:.875rem;border-radius:50%;border:1px solid var(--border-strong);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);flex-shrink:0}.duplicate-indicator{position:relative;cursor:pointer}.duplicate-indicator,.duplicate-indicator-icon{display:inline-flex;align-items:center;justify-content:center}.duplicate-indicator-icon{width:1.25rem;height:1.25rem;border-radius:50%;background:var(--st-duplicate-bg);border:1px solid var(--st-duplicate-border);color:var(--st-duplicate-fg);font-size:.7rem;line-height:1}.duplicate-overlay{display:none;position:absolute;top:100%;left:0;z-index:10;margin-top:.25rem;padding:.5rem .625rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);box-shadow:var(--shadow-lg);font-size:.75rem;white-space:nowrap}.duplicate-indicator:focus .duplicate-overlay,.duplicate-indicator:focus-within .duplicate-overlay,.duplicate-indicator:hover .duplicate-overlay{display:block}.duplicate-overlay-title{color:var(--muted);margin-bottom:.25rem}.duplicate-overlay-item{display:block;cursor:pointer;text-decoration:underline;padding:.125rem 0;color:var(--accent)}.table-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 0 .5rem}.table-pagination-label{font-size:.875rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.app-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--header-h);background:color-mix(in srgb,var(--bg) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.app-header-inner{max-width:1280px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-header-left,.app-header-right{display:flex;align-items:center;gap:.5rem;min-width:0}.app-header-left{gap:1.25rem}.app-brand{gap:.5rem;font-weight:700;font-size:.9375rem;letter-spacing:-.01em;color:var(--fg);text-decoration:none;flex-shrink:0}.app-brand,.app-brand-mark{display:inline-flex;align-items:center}.app-brand-mark{justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--r-sm);background:var(--btn-primary-bg);color:var(--btn-primary-fg)}.app-brand-mark svg{width:1.05rem;height:1.05rem}.app-nav{display:flex;align-items:center;gap:.125rem;overflow-x:auto}.app-nav-link{font-size:.8125rem;font-weight:550;color:var(--muted);text-decoration:none;padding:.3rem .65rem;border-radius:999px;white-space:nowrap;transition:color .15s,background .15s}.app-nav-link:hover{color:var(--fg);background:var(--surface-2)}.app-nav-link--active{color:var(--fg);background:var(--surface-3)}.app-user{display:inline-flex;align-items:center;gap:.45rem;font-size:.8125rem;font-weight:550;color:var(--fg-secondary);white-space:nowrap}.app-avatar{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;font-size:.72rem;flex-shrink:0}.app-avatar,.app-user-role{background:var(--accent-soft);color:var(--accent);font-weight:700;text-transform:uppercase}.app-user-role{font-size:.62rem;letter-spacing:.05em;border:1px solid var(--accent-border);border-radius:4px;padding:.05rem .3rem}.modal-backdrop{position:fixed;inset:0;background:rgba(10,9,8,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;width:380px;max-width:90vw;display:flex;flex-direction:column;gap:.75rem;box-shadow:var(--shadow-lg)}.modal-title{font-size:1rem;font-weight:650;margin-bottom:0}.modal-hint{font-size:.8125rem;color:var(--muted);margin:0}.modal-input{width:100%;font-size:.875rem;padding:.5rem .625rem}.modal-suggestions{list-style:none;border:1px solid var(--border);border-radius:var(--r-sm);max-height:180px;overflow-y:auto;background:var(--surface)}.modal-suggestion{padding:.5rem .75rem;font-size:.875rem;cursor:pointer}.modal-suggestion:hover{background:var(--surface-2)}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.login-wrap{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden}.login-wrap:after,.login-wrap:before{content:"";position:absolute;border-radius:50%;filter:blur(90px);opacity:.5;pointer-events:none}.login-wrap:before{width:480px;height:480px;top:-160px;right:-120px;background:var(--accent-soft)}.login-wrap:after{width:420px;height:420px;bottom:-180px;left:-140px;background:var(--st-duplicate-bg)}.login-card{position:relative;z-index:1;display:flex;flex-direction:column;gap:.875rem;width:100%;max-width:22rem;padding:2.25rem 2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-md)}.login-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem}.login-brand .app-brand-mark{width:2.25rem;height:2.25rem;border-radius:var(--r-md)}.login-brand .app-brand-mark svg{width:1.3rem;height:1.3rem}.login-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-bottom:0}.login-sub{font-size:.875rem;color:var(--muted)}.login-input{font-size:.9375rem;padding:.6rem .75rem}.login-btn{justify-content:center;margin-top:.25rem}.login-error{font-size:.8125rem;color:var(--st-error-fg)}.login-foot{font-size:.75rem;color:var(--faint);text-align:center;margin-top:.5rem}.login-foot a{color:var(--muted)}.settings-section{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.settings-section h2{font-size:.9375rem;font-weight:650;margin:0 0 .5rem}.settings-toggle{font-size:.8125rem;cursor:pointer;color:var(--fg-secondary)}.settings-toggle,.user-create{display:flex;align-items:center;gap:.5rem}.user-create{margin-bottom:1rem;flex-wrap:wrap}.link-code{font-family:var(--font-mono);font-size:.8125rem;background:var(--surface-2);border:1px solid var(--border);padding:.125rem .375rem;border-radius:4px}.uploader{max-width:640px}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--r-lg);padding:3.25rem 1.5rem;text-align:center;color:var(--muted);background:var(--surface);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.dropzone-active,.dropzone:hover{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.upload-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:.375rem}.upload-list li{justify-content:space-between;gap:1rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm)}.upload-list li,.upload-mode{display:flex;align-items:center;font-size:.875rem}.upload-mode{gap:.5rem;cursor:pointer;color:var(--fg-secondary)}.upload-actions,.upload-mode,.upload-result{margin-top:1rem}.upload-result{color:var(--st-complete-fg);font-size:.875rem}.viewer{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:100vh;height:100vh;overflow:hidden}.viewer-left{position:-webkit-sticky;position:sticky;top:0;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(120% 90% at 30% 0,var(--surface-2),var(--bg));border-right:1px solid var(--border)}.viewer-left,.viewer-right{height:100vh;display:flex;flex-direction:column}.viewer-right{gap:1rem;padding:1.5rem 1.5rem 3rem;overflow-y:auto}.viewer-nav-bar{display:flex;align-items:center;justify-content:space-between}.viewer-counter{font-size:.875rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.viewer-image-wrap{position:relative;width:100%;max-width:560px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-md);overflow:hidden;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center}.viewer-image{width:100%;height:100%;object-fit:contain}.viewer-no-image{color:var(--muted);font-size:.875rem;gap:.5rem}.viewer-arrow,.viewer-no-image{display:flex;align-items:center}.viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border);border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.4rem;line-height:1;justify-content:center;cursor:pointer;transition:background .1s,box-shadow .1s;color:var(--fg);box-shadow:var(--shadow-md)}.viewer-arrow:hover:not(:disabled){background:var(--surface)}.viewer-arrow:disabled{opacity:.25;cursor:not-allowed}.viewer-arrow-left{left:.75rem}.viewer-arrow-right{right:.75rem}.viewer-meta{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem}.viewer-meta-grid{display:grid;grid-template-columns:max-content 1fr;grid-gap:.55rem 1.25rem;gap:.55rem 1.25rem;font-size:.875rem}.viewer-meta-grid dt{color:var(--muted);font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.06em;padding-top:.2rem}.viewer-meta-id{font-family:var(--font-mono);font-size:.78rem;word-break:break-all;color:var(--fg-secondary)}.viewer-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;color:var(--muted)}.viewer-extracted{padding-top:1.1rem}.viewer-extracted-colors{display:flex;flex-wrap:wrap;gap:.4rem}.viewer-color-btn,.viewer-extracted-color{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem}.viewer-color-btn{font-family:inherit;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.2rem .6rem;cursor:pointer;color:var(--fg);transition:border-color .1s,background .1s}.viewer-color-btn:hover{border-color:var(--border-strong);background:var(--surface-3)}.viewer-color-btn--primary{border-color:var(--st-complete-border);background:var(--st-complete-bg);color:var(--st-complete-fg);font-weight:550}.viewer-color-primary-mark{font-size:.65rem;color:var(--st-complete-fg);margin-left:.1rem}.viewer-extracted-color-swatch{display:inline-block;width:.875rem;height:.875rem;border-radius:50%;border:1px solid var(--border-strong);flex-shrink:0}.viewer-extract-bar{width:100%;max-width:720px;display:flex;align-items:center;gap:.5rem}.viewer-extract-btn--success{border-color:var(--st-complete-border);background:var(--st-complete-bg);color:var(--st-complete-fg)}.viewer-extract-btn--error{border-color:var(--st-error-border);background:var(--st-error-bg);color:var(--st-error-fg)}.viewer-editable-row{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.viewer-editable-select{padding:.25rem .4rem;max-width:160px}.viewer-editable-input{padding:.25rem .5rem;width:180px;min-width:0}.viewer-save-status{font-size:.75rem;font-weight:550;margin-bottom:.75rem;padding:.25rem .625rem;border-radius:999px;display:inline-block}.viewer-save-status--saving{background:var(--st-rendered-bg);color:var(--st-rendered-fg)}.viewer-save-status--saved{background:var(--st-complete-bg);color:var(--st-complete-fg)}.viewer-save-status--error{background:var(--st-error-bg);color:var(--st-error-fg)}.viewer-links{padding-top:1.1rem}.viewer-links-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .75rem}.viewer-links-empty{font-size:.8125rem;color:var(--muted);margin:0 0 .75rem}.viewer-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:.75rem}.viewer-link-card{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm);transition:box-shadow .15s,border-color .15s}.viewer-link-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.viewer-link-card-thumb{display:block;width:100%;aspect-ratio:1/1;background:var(--surface-2)}.viewer-link-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.viewer-link-card-noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:.75rem;color:var(--muted)}.viewer-link-card-info{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .5rem}.viewer-link-card-label{font-size:.75rem;color:var(--fg);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-link-remove{padding:.15rem .45rem;font-size:.7rem;flex-shrink:0}.viewer-link-picker{position:relative;max-width:320px}.viewer-link-suggestions{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--surface);box-shadow:var(--shadow-lg);z-index:10}.thumb-wrap{position:relative;display:inline-block}.thumb-count{position:absolute;right:-.25rem;bottom:-.25rem;background:var(--btn-primary-bg);color:var(--btn-primary-fg);font-size:.65rem;line-height:1;padding:.2rem .3rem;border-radius:999px;border:1px solid var(--surface)}.viewer-photo-strip{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:560px}.viewer-photo-thumb{width:56px;height:56px;padding:0;border:2px solid var(--border);border-radius:var(--r-sm);overflow:hidden;background:var(--surface-2);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.75rem}.viewer-photo-thumb img{width:100%;height:100%;object-fit:cover}.viewer-photo-thumb--active{border-color:var(--accent)}.viewer-photo-add{width:56px;height:56px;border:2px dashed var(--border-strong);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);font-size:1.25rem;transition:border-color .1s,color .1s}.viewer-photo-add:hover{border-color:var(--accent);color:var(--accent)}.viewer-photo-add--busy{cursor:wait;opacity:.6}.viewer-photo-actions{display:flex;gap:.5rem;margin-top:.5rem}.lp{--lp-max:1120px;min-height:100vh;display:flex;flex-direction:column}.lp-inner{width:100%;max-width:var(--lp-max);margin:0 auto;padding:0 1.5rem}.lp-nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.lp-nav-inner{max-width:var(--lp-max);margin:0 auto;padding:0 1.5rem;height:3.75rem;justify-content:space-between;gap:1rem}.lp-nav-inner,.lp-nav-links{display:flex;align-items:center}.lp-nav-links{gap:.35rem}.lp-nav-link{font-size:.8125rem;font-weight:550;color:var(--muted);text-decoration:none;padding:.35rem .7rem;border-radius:999px;transition:color .15s,background .15s}.lp-nav-link:hover{color:var(--fg);background:var(--surface-2)}.lp-hero{position:relative;overflow:hidden}.lp-hero:before{content:"";position:absolute;width:640px;height:640px;top:-280px;right:-180px;border-radius:50%;background:radial-gradient(circle,var(--accent-soft),transparent 65%);pointer-events:none}.lp-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;grid-gap:3.5rem;gap:3.5rem;padding:5rem 0 5.5rem}.lp-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.75rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:999px;padding:.3rem .8rem;margin-bottom:1.25rem}.lp-hero h1{font-size:clamp(2.4rem,5.2vw,3.6rem);line-height:1.06;letter-spacing:-.03em;font-weight:700;margin-bottom:1.25rem}.lp-hero h1 em,.lp-serif{font-family:var(--font-display);font-style:italic;font-weight:500;letter-spacing:-.01em}.lp-lede{font-size:1.0625rem;line-height:1.65;color:var(--fg-secondary);max-width:34rem;margin-bottom:2rem}.lp-cta-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.75rem}.lp-hero-points{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;font-size:.8125rem;color:var(--muted)}.lp-hero-points li{display:inline-flex;align-items:center;gap:.4rem}.lp-hero-points svg{width:.9rem;height:.9rem;color:var(--st-complete-fg);flex-shrink:0}.lp-hero-visual{position:relative;min-width:0}.lp-mock{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden}.lp-mock-bar{display:flex;align-items:center;gap:.4rem;padding:.7rem 1rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.lp-mock-dot{width:.6rem;height:.6rem;border-radius:50%;background:var(--border-strong)}.lp-mock-addr{margin-left:.5rem;font-size:.7rem;color:var(--faint);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.15rem .7rem}.lp-mock-rows{padding:.75rem 1rem 1rem;display:flex;flex-direction:column}.lp-mock-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:.9rem;gap:.9rem;padding:.65rem .25rem}.lp-mock-row+.lp-mock-row{border-top:1px solid var(--border)}.lp-mock-thumb{width:44px;height:44px;border-radius:var(--r-sm);flex-shrink:0}.lp-mock-lines{min-width:0}.lp-mock-line{font-size:.78rem;font-weight:550}.lp-mock-line,.lp-mock-sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-mock-sub{font-size:.68rem;color:var(--muted)}.lp-mock-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;color:var(--fg-secondary);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:.12rem .5rem;white-space:nowrap}.lp-mock-swatch{width:.55rem;height:.55rem;border-radius:50%;flex-shrink:0}.lp-chat{position:absolute;right:-.75rem;bottom:-1.75rem;width:min(280px,78%);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:.9rem;display:flex;flex-direction:column;gap:.55rem}.lp-chat-title{font-size:.68rem;font-weight:650;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}.lp-chat-bubble{font-size:.75rem;line-height:1.45;padding:.5rem .7rem;border-radius:12px;max-width:92%}.lp-chat-bubble--user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.lp-chat-bubble--bot{align-self:flex-start;background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--fg-secondary)}@media (prefers-reduced-motion:no-preference){.lp-chat{animation:lp-float 6s ease-in-out infinite}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}}.lp-section{padding:4.5rem 0}.lp-section--alt{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.lp-section-head{max-width:40rem;margin-bottom:3rem}.lp-kicker{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.lp-kicker,.lp-section-head h2{font-weight:700;margin-bottom:.75rem}.lp-section-head h2{font-size:clamp(1.7rem,3.4vw,2.3rem);line-height:1.15;letter-spacing:-.025em}.lp-section-head p{font-size:1rem;line-height:1.6;color:var(--fg-secondary)}.lp-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.lp-step{position:relative;border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem}.lp-section--alt .lp-step,.lp-step{background:var(--bg)}.lp-step-num{font-family:var(--font-display);font-style:italic;font-size:2.4rem;line-height:1;color:var(--accent);opacity:.55;margin-bottom:.9rem;display:block}.lp-step h3{font-size:1.0625rem;font-weight:650;letter-spacing:-.01em;margin-bottom:.5rem}.lp-step p{font-size:.875rem;line-height:1.6;color:var(--fg-secondary)}.lp-step-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.9rem}.lp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.lp-feature{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s,border-color .2s}.lp-feature:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.lp-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:var(--r-md);background:var(--accent-soft);color:var(--accent);margin-bottom:1rem}.lp-feature-icon svg{width:1.2rem;height:1.2rem}.lp-feature h3{font-size:1rem;font-weight:650;letter-spacing:-.01em;margin-bottom:.45rem}.lp-feature p{font-size:.875rem;line-height:1.6;color:var(--fg-secondary)}.lp-cta-band{padding:4.5rem 0 5rem}.lp-cta-card{position:relative;overflow:hidden;background:var(--btn-primary-bg);color:var(--btn-primary-fg);border-radius:var(--r-xl);padding:3.5rem 2rem;text-align:center}.lp-cta-card:before{content:"";position:absolute;width:480px;height:480px;top:-300px;left:50%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(145,138,240,.35),transparent 70%);pointer-events:none}.lp-cta-card h2{position:relative;font-size:clamp(1.6rem,3.4vw,2.2rem);letter-spacing:-.025em;font-weight:700;margin-bottom:.75rem}.lp-cta-card p{position:relative;font-size:1rem;opacity:.75;margin-bottom:1.75rem}.lp-cta-card .btn{position:relative;background:var(--btn-primary-fg);border-color:var(--btn-primary-fg);color:var(--btn-primary-bg)}.lp-footer{margin-top:auto;border-top:1px solid var(--border);padding:2rem 0}.lp-footer-inner{max-width:var(--lp-max);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.lp-footer a,.lp-footer-tag{font-size:.8125rem;color:var(--muted)}@media (max-width:980px){.lp-hero-grid{grid-template-columns:1fr;gap:3rem;padding:3.5rem 0 4.5rem}.lp-hero-visual{max-width:560px}.lp-steps{grid-template-columns:1fr}.lp-chat{right:0}}@media (max-width:900px){.viewer{display:block;height:auto;overflow:visible}.viewer-left,.viewer-right{position:static;height:auto;overflow:visible;border-right:none}.viewer-left{border-bottom:1px solid var(--border)}}@media (max-width:720px){.app-header{position:static;height:auto;padding:.5rem 0}.app-header-inner{flex-wrap:wrap;height:auto;row-gap:.5rem}thead th{top:0}.container{padding:1.25rem 1rem 3rem}}