:root{--bg:#d3cfc2;--surface:#5c4f3e54;--surface2:#5c4f3e73;--text:#000;--text-muted:#0009;--accent:#bd484c;--primary:#7a8b76;--danger:#bd484c;--radius:16px;--blur:blur(12px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}@font-face{font-family:ABC Diatype Plus Variable;src:url(/font/ABCDiatypePlusVariable-Trial.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:ABC Diatype Mono;src:url(/font/abc-diatype-mono-regular.otf)format("opentype");font-weight:100 900;font-style:normal;font-display:swap}body{color:var(--text);letter-spacing:-.03em;-webkit-overflow-scrolling:touch;background-color:#a29181;background-image:radial-gradient(95% 100% at 0 42%,#ceb5a6 0%,#0000 52%),radial-gradient(51% 150% at 100% 100%,#8a8078 0%,#0000 100%),radial-gradient(150% 130% at 0 52%,#b8ab94 0%,#0000 32%),radial-gradient(40% 30% at 89% 15%,#af9d83 0%,#0000 84%);background-attachment:fixed;height:100dvh;font-family:ABC Diatype Plus Variable,sans-serif;font-size:15px;font-weight:400;overflow:hidden}.app{flex-direction:column;height:100dvh;display:flex}.topbar{z-index:50;flex-shrink:0;align-items:center;gap:32px;padding:20px 28px 14px;display:flex;position:relative}.topbar .logo img{filter:brightness(0)invert();height:22px}.topbar .spacer{flex:1}.nav-links{align-items:center;gap:24px;margin-left:32px;display:flex}.nav-link{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:11px;font-weight:600;transition:color .2s}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);font-weight:800}.gear-btn{background:var(--surface);cursor:pointer;color:var(--text);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);border:none;border-radius:50%;align-items:center;padding:10px;transition:all .2s;display:flex}.gear-btn:hover{background:var(--surface2)}.gear-btn.active{background:#5c4f3e80}.settings-backdrop{z-index:40;position:fixed;inset:0}.settings-panel{z-index:60;-webkit-backdrop-filter:blur(40px);border-radius:var(--radius);background:#d3cfc2d9;border:none;min-width:240px;padding:24px;animation:.2s ease-out slideUp;position:absolute;top:72px;right:28px}.settings-panel label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;flex-direction:column;gap:8px;margin-bottom:16px;font-size:10px;font-weight:600;display:flex}.settings-panel input[type=number]{width:100%;color:var(--text);background:#0000000f;border:none;border-radius:8px;outline:none;padding:10px 14px;font-family:inherit;font-size:13px;transition:background .2s}.settings-panel input[type=number]:focus{background:#0000001a}.settings-panel .checkbox-row{cursor:pointer;flex-direction:row;align-items:center;gap:12px;display:flex}.settings-panel .checkbox-row input{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;border:none}.body-area{z-index:1;flex:1;padding-top:10px;display:flex;position:relative;overflow:hidden}.cat-rail-container{flex-shrink:0;align-items:center;width:170px;height:100%;margin-left:20px;display:flex;position:relative}.cat-strip{-webkit-overflow-scrolling:touch;-webkit-backdrop-filter:blur(12px);white-space:nowrap;background:#5c4f3e26;border-radius:24px;flex-direction:column;gap:24px;width:64px;max-height:calc(100% - 32px);padding:16px 8px;transition:width .2s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden auto}.cat-strip:hover{width:170px;padding:16px 20px}.cat-strip::-webkit-scrollbar{display:none}.cat-block{flex-direction:column;gap:8px;display:flex}.cat-header{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);pointer-events:none;opacity:0;padding:0 12px;font-size:9px;font-weight:700;transition:opacity .2s}.cat-strip:hover .cat-header{opacity:1}.cat-pills{flex-direction:column;gap:6px;display:flex}.cat-pill{cursor:pointer;color:var(--text-muted);text-align:left;letter-spacing:.01em;background:0 0;border:none;border-radius:14px;align-items:center;gap:12px;padding:12px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:flex;position:relative}.cat-pill .pill-text{opacity:0;transition:opacity .2s}.cat-strip:hover .cat-pill .pill-text{opacity:1}.cat-icon{width:24px;height:24px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:flex}.cat-pill:hover{color:var(--text);background:#0000000a}.cat-pill:hover .cat-icon{color:var(--text)}.cat-pill.active{color:#fff;background:var(--surface);-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff0d}.cat-pill.active .cat-icon{color:#fff}.main{-webkit-overflow-scrolling:touch;flex:1;padding:0 32px 40px;overflow-y:auto}.main h2{letter-spacing:-.02em;color:var(--text);align-items:center;gap:12px;margin-bottom:24px;font-size:24px;font-weight:500;display:flex}.path-breadcrumb{color:var(--text);letter-spacing:0;background:#0000000f;border-radius:8px;margin-bottom:16px;padding:8px 14px;font-family:monospace;font-size:12px;font-weight:500;display:inline-block}.bg-glass-panel{background:var(--surface);-webkit-backdrop-filter:var(--blur);border-radius:var(--radius);border:none}.folder-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.folder-card{cursor:pointer;background:#5c4f3e33;flex-direction:column;gap:12px;min-height:150px;padding:24px;text-decoration:none;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.folder-card:hover{background:#5c4f3e45;transform:translateY(-4px)}@keyframes pulseGlow{0%{background:#5c4f3e45}50%{background:#8c785f66;transform:scale(1.02)}to{background:#5c4f3e45}}.folder-card.uploading,.upload-zone.uploading{pointer-events:none;animation:1.5s ease-in-out infinite pulseGlow}.folder-card .flavor-icon{opacity:.6;justify-content:center;align-self:center;align-items:center;width:64px;height:64px;font-size:24px;display:flex}.folder-card .flavor-png{object-fit:contain;opacity:.9;width:100%;height:100%;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.folder-card:hover .flavor-png{transform:scale(1.15)}.folder-card .flavor-name{color:var(--text);text-align:center;font-size:14px;font-weight:600}.folder-card .flavor-stats{color:var(--text-muted);justify-content:space-between;margin-top:auto;padding-top:12px;font-size:20px;font-weight:500;display:flex}.folder-card *{pointer-events:none}.pair-grid{flex-direction:column;gap:24px;margin-top:20px;display:flex}.pair-row{grid-template-columns:1fr 1fr;gap:24px;padding:24px;transition:transform .2s;display:grid}.pair-row:hover{transform:translateY(-2px)}.pair-side h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:700;display:flex}.pair-side .thumb{aspect-ratio:1;object-fit:cover;cursor:pointer;background:#0000001a;border:none;border-radius:12px;width:100%;transition:transform .2s}.pair-side .thumb:hover{transform:scale(1.02)}.pair-side .missing{aspect-ratio:1;width:100%;color:var(--text-muted);background:#0000000d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.pair-filename{color:var(--text);border-top:1px solid #0000000f;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:16px;font-size:13px;font-weight:500;display:flex}.image-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:20px;display:grid}.img-card{flex-direction:column;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.img-card:hover{background:var(--surface2);transform:translateY(-4px)}.img-card .thumb{aspect-ratio:1;object-fit:cover;cursor:pointer;background:#0000001a;width:100%;display:block}.img-card .info{flex-direction:column;flex:1;justify-content:center;padding:12px;display:flex}.img-card .name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:400;overflow:hidden}.img-card .meta{color:var(--text-muted);justify-content:space-between;margin-top:8px;font-size:11px;font-weight:500;display:flex}.img-card .card-actions{gap:8px;margin-top:8px;display:flex}.img-card .btn-small{cursor:pointer;color:var(--text);background:#0000001a;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 10px;font-size:10px;font-weight:600;transition:background .2s;display:flex}.img-card .btn-small:hover{background:#0003}.img-card .btn-small.danger:hover{color:#fff;background:#bd484ccc}.archived-grid{opacity:.7;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:16px;display:grid}.img-card.archived{transform:none!important}.img-card.archived .info{padding:8px}.img-card.archived .name{font-size:9px}.upload-zone{border-radius:var(--radius);text-align:center;cursor:pointer;z-index:0;background:#5c4f3e26;border:none;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:140px;margin-bottom:24px;padding:40px;transition:all .2s;display:flex;position:relative}.upload-zone:hover,.upload-zone:active{background:var(--surface);transform:scale(1.01)}.upload-zone *{pointer-events:none}.upload-zone p{color:var(--text-muted);font-size:14px;font-weight:500}.upload-zone .icon{color:var(--text-muted);opacity:.8}@keyframes gradientShift{0%{background-position:0%}to{background-position:200%}}.upload-zone.uploading:before{content:"";border-radius:var(--radius);-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(90deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red) 0 0/200% 200%;padding:4px;animation:2s linear infinite gradientShift;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.upload-zone.uploading p,.upload-zone.uploading .icon{animation:1s infinite alternate pulseOpacity}@keyframes pulseOpacity{0%{opacity:.4}to{opacity:1}}.modal-overlay{-webkit-backdrop-filter:blur(16px);z-index:100;background:#d3cfc2e6;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-overlay img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:90vh}.modal-overlay .close{color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:24px;right:24px}.modal-overlay .close:hover{background:#0000001a;transform:scale(1.1)}.login-screen{flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100dvh;display:flex}.login-screen .login-logo img{opacity:.6;height:28px}.login-screen h1{color:var(--text-muted);letter-spacing:.05em;font-size:15px;font-weight:400}.login-btn{-webkit-backdrop-filter:blur(20px);color:var(--text);cursor:pointer;letter-spacing:.04em;background:#5c4f3e1f;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-family:Lexend,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:flex}.login-btn:hover,.login-btn:active{color:#fff;background:#5c4f3e}.login-error{color:var(--danger);font-size:11px}.btn{-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);color:var(--text);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;background:#0000000d;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.btn:hover{background:#00000014;transform:translateY(-1px)}.btn.accent{color:#fff;background:#5c4f3ecc}.btn.accent:hover{background:#5c4f3ef2;transform:translateY(-2px)}.btn.danger{color:#fff;background:#bd484c}.btn.danger:hover{background:#a53b3f;transform:translateY(-1px)}.empty{height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:16px;font-weight:500;display:flex}.toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=900px){.body-area{flex-direction:column;display:block;overflow-y:auto}.topbar{z-index:50;flex-wrap:wrap;gap:16px;padding:16px 20px}.nav-links{flex:1;order:3;justify-content:center;width:100%;margin-top:12px;margin-left:0}.cat-rail-container{height:auto;margin-left:0}.cat-strip{white-space:nowrap;border-radius:0;flex-direction:row;gap:12px;width:100%;min-width:100%;height:auto;margin-bottom:16px;padding:12px 20px;overflow-x:auto}.cat-strip:hover{width:100%;padding:12px 20px}.cat-block{flex-direction:row;align-items:center}.cat-header{display:none}.cat-pills{flex-direction:row}.cat-pill .pill-text{opacity:1}.cat-pill .cat-icon{display:none}.main{padding:0 20px 40px;overflow-y:visible}.folder-grid,.image-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.pair-row{grid-template-columns:1fr;gap:16px;padding:16px}.settings-panel{min-width:auto;top:76px;left:20px;right:20px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}.screener-container{box-sizing:border-box;width:100%;max-width:1200px;height:100%;color:var(--text);flex:1;margin:0 auto;padding:40px;overflow-y:auto}.screener-header{border-radius:16px;margin-bottom:30px;padding:30px}.screener-header h2{margin:0 0 10px;font-size:28px}.screener-header p{color:var(--text-muted);margin:0}.screener-pairs{flex-direction:column;gap:24px;display:flex}.pair-card{border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex;position:relative}.pair-score{background:var(--accent);color:#fff;z-index:10;border-radius:20px;padding:6px 12px;font-size:14px;font-weight:700;position:absolute;top:16px;right:16px}.pair-images{gap:24px;display:flex}.pair-side{background:#0003;border-radius:12px;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.pair-side img{object-fit:contain;background:#000;border-radius:8px;width:100%;height:300px}.pair-meta{color:#ccc;font-size:13px;line-height:1.6}.pair-meta strong{color:#fff}@media (width<=768px){.pair-images{flex-direction:column}}:root{--studio-ink:#27251f;--studio-muted:#514b40;--studio-line:#30291f29;--studio-paper:#ded6c7;--studio-sage:#5f7359;--studio-ease:cubic-bezier(.2,.7,.2,1)}button,input,textarea{font-family:inherit}button:focus-visible,[tabindex]:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:4px;outline:2px solid #473e30}button:disabled{cursor:default}.studio-overview{max-width:1320px;color:var(--studio-ink);animation:studio-arrive .32s var(--studio-ease);margin:0 auto;padding:24px 0 10px}.studio-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.studio-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--studio-muted);font-size:10px;font-weight:650;line-height:1.5;display:block}.studio-heading h1{letter-spacing:-.055em;margin:14px 0;font-size:clamp(32px,3.6vw,56px);font-weight:450;line-height:1.05}.studio-heading h1>span{color:#7b5247}.studio-heading p{color:var(--studio-muted);font-size:14px}.studio-edition{letter-spacing:.04em;text-align:right;opacity:.7;flex-shrink:0;font-family:ABC Diatype Mono,monospace;font-size:9px;line-height:1.7}.studio-metrics{border-top:1px solid var(--studio-line);align-items:center;gap:clamp(20px,4vw,64px);padding:20px 0 24px;display:flex}.studio-metrics>div{align-items:baseline;gap:10px;display:flex}.studio-metrics strong{letter-spacing:-.04em;white-space:nowrap;font-size:29px;font-weight:450}.studio-metrics strong small{opacity:.65;font-size:16px;font-weight:400}.studio-metrics span{max-width:72px;color:var(--studio-muted);font-size:11px;line-height:1.4}.studio-metrics>p{text-align:right;color:var(--studio-muted);margin-left:auto;font-size:11px;line-height:1.5}.studio-feature{background:#ded6c773;border:1px solid #ffffff26;border-radius:24px;grid-template-columns:.85fr 1.15fr;min-height:340px;display:grid;position:relative;overflow:hidden}.studio-feature-copy{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;padding:36px;display:flex;position:relative}.main .studio-feature-copy h2{letter-spacing:-.045em;margin:24px 0 16px;font-size:clamp(30px,3.5vw,48px);font-weight:450;line-height:1.07;display:block}.studio-feature-copy h2>span{color:#665e50;font-weight:350;display:block}.studio-feature-copy p{color:var(--studio-muted);max-width:230px;margin-bottom:26px;font-size:13px;line-height:1.6}.studio-feature-copy .btn{gap:26px;font-size:11px}.studio-feature-art{isolation:isolate;background:radial-gradient(at 65% 45%,#f4e9d36b,#0000 68%);min-height:340px;position:relative}.studio-print{cursor:pointer;width:56%;height:74%;transition:transform .3s var(--studio-ease), box-shadow .3s;background:#d7cfc0;border:1px solid #ffffff4d;border-radius:5px;padding:8px 8px 26px;position:absolute;top:10%;left:19%;box-shadow:0 18px 40px #2d221733}.studio-print img{object-fit:contain;background:#b4aa9b;width:100%;height:100%}.studio-print>span{letter-spacing:.13em;color:#453f35;font-family:ABC Diatype Mono,monospace;font-size:8px;position:absolute;bottom:7px;left:10px}.studio-print-0{z-index:1;transform:rotate(-9deg)translate(-19%,3%)}.studio-print-1{z-index:2;transform:rotate(9deg)translate(30%,3%)}.studio-print-2{z-index:3;transform:rotate(-2deg)translate(4%,6%)}.studio-print:hover,.studio-print:focus-visible{z-index:4;transform:rotate(0)translateY(-7px);box-shadow:0 24px 40px #2d221747}.studio-art-label{letter-spacing:.22em;color:#625749;font-size:8px;position:absolute;bottom:16px;right:24px}.studio-empty-object{object-fit:contain;width:70%;height:300px;margin:20px 15%}.studio-actions{border-bottom:1px solid var(--studio-line);grid-template-columns:repeat(3,minmax(0,1fr));margin:14px 0 46px;display:grid}.studio-actions>button{text-align:left;color:var(--studio-ink);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:22px 12px;transition:background .18s;display:flex}.studio-actions>button:hover:not(:disabled){background:#ded6c740}.studio-actions>button:disabled{opacity:.64}.studio-actions .studio-action-number{color:#736654;align-self:flex-start;margin-top:2px;font-family:ABC Diatype Mono,monospace;font-size:10px}.studio-actions strong{font-size:12px;font-weight:550;line-height:1.5;display:block}.studio-actions small{color:var(--studio-muted);margin-top:4px;font-size:10px;line-height:1.5;display:block}.studio-actions>button>span:last-child{margin-left:auto}.studio-section-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;display:flex}.main .studio-section-heading h2{letter-spacing:-.04em;margin:8px 0 0;font-size:29px;font-weight:450;display:block}.studio-section-heading sup{color:var(--studio-muted);vertical-align:super;margin-left:4px;font-size:12px}.studio-segment{background:#4a3d2b1f;border-radius:24px;gap:3px;padding:4px;display:flex}.studio-segment button{color:var(--studio-muted);cursor:pointer;background:0 0;border:0;border-radius:20px;padding:9px 18px;font-size:12px;transition:background .2s}.studio-segment button[aria-pressed=true]{color:#2e2a23;background:#ded6c7;box-shadow:0 2px 8px #493e2310}.studio-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.studio-collection{color:var(--studio-ink);text-align:left;cursor:pointer;transition:transform .25s var(--studio-ease), background .2s;background:#dad0be3d;border:1px solid #ffffff1f;border-radius:17px;padding:0;overflow:hidden}.studio-collection:hover{background:#e1d8c573;transform:translateY(-4px)}.studio-contact-sheet{background:#473f3221;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr;gap:3px;height:190px;display:grid;position:relative}.studio-contact-sheet>img{object-fit:cover;width:100%;height:100%;min-height:0}.studio-contact-sheet>img:first-child{grid-row:1/3}.studio-contact-sheet>img:only-of-type{grid-column:1/3}.studio-index{background:#e2dacad9;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;display:grid;position:absolute;top:12px;left:12px}.studio-collection-empty{opacity:.55;flex-direction:column;grid-area:1/1/3/3;justify-content:center;align-items:center;gap:10px;display:flex}.studio-collection-empty>span{font-size:32px;font-weight:300}.studio-collection-empty small{font-size:11px}.studio-collection-info{padding:18px 20px}.studio-collection-info h3{justify-content:space-between;margin:5px 0 16px;font-size:21px;font-weight:450;display:flex}.studio-collection-info h3>span{opacity:.6;font-size:19px}.studio-collection-info>div{color:var(--studio-muted);justify-content:space-between;gap:10px;font-size:10px;display:flex}.studio-progress-track{background:#3f372b21;border-radius:4px;height:3px;display:block;overflow:hidden}.studio-progress-track>span{background:var(--studio-sage);border-radius:inherit;height:100%;transition:width .3s var(--studio-ease);display:block}.studio-collection-info>.studio-progress-track{margin-top:13px}.studio-coverage{background:#ded6c74d;border-radius:18px;padding:20px}.studio-coverage p{color:var(--studio-muted);margin-bottom:18px;font-size:12px;line-height:1.5}.studio-table-scroll{overflow-x:auto}.studio-coverage table{border-collapse:separate;border-spacing:4px;width:100%;font-size:11px}.studio-coverage th{padding:10px 8px;font-weight:500}.studio-coverage tbody th{text-align:left;white-space:nowrap}.studio-coverage td button{width:100%;min-width:52px;color:var(--studio-ink);cursor:pointer;background:#60503514;border:0;border-radius:5px;padding:14px 8px;position:relative;overflow:hidden}.studio-coverage td button:hover{background:#60503533}.studio-coverage td button.at-target{background:#5f735933}.studio-cell-meter{background:var(--studio-sage);height:2px;position:absolute;bottom:0;left:0}.studio-recent{margin:44px 0 36px}.studio-caption{color:var(--studio-muted);font-size:11px}.studio-recent-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.studio-recent-grid button{text-align:left;color:var(--studio-ink);cursor:pointer;background:0 0;border:0}.studio-recent-grid img{aspect-ratio:1;object-fit:contain;background:#3a332926;border-radius:10px;width:100%;transition:transform .2s}.studio-recent-grid button:hover img{transform:translateY(-3px)}.studio-recent-grid button>span{margin-top:9px;font-size:11px;display:block}.studio-recent-grid small{color:var(--studio-muted);margin-top:3px;font-size:10px;display:block}.studio-contributors{border-top:1px solid var(--studio-line);padding:24px 0 10px}.studio-contributors>div{flex-wrap:wrap;gap:26px;margin:18px 0;display:flex}.studio-contributors>div>span{grid-template-columns:30px auto;column-gap:9px;font-size:11px;display:grid}.studio-contributors i{background:#3c352a1f;border-radius:50%;grid-row:span 2;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.studio-contributors strong{font-weight:550}.studio-contributors small{color:var(--studio-muted);margin-top:3px}.studio-contributors p{color:var(--studio-muted);font-size:11px}.studio-loading,.studio-empty{min-height:320px;padding:30px 0}.studio-empty p{margin:16px 0 24px}.studio-skeleton{background:#ded6c74d;border-radius:24px;height:260px;margin-bottom:18px;animation:1.6s ease-in-out infinite alternate studio-breathe}.studio-sr-only{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.folder-grid.studio-flavor-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.studio-flavor{transition:transform .25s var(--studio-ease), background .2s;background:#d1c5b138;border:1px solid #ffffff21;border-radius:20px;position:relative;overflow:hidden}.studio-flavor:hover{background:#ded3bf5c;transform:translateY(-4px)}.studio-flavor.is-dragging{outline:2px solid var(--studio-sage);background:#d4e1c766}.studio-flavor.is-uploading{animation:1s ease-in-out infinite alternate studio-breathe}.studio-flavor-open{text-align:left;width:100%;color:var(--studio-ink);cursor:pointer;background:0 0;border:0;padding:14px 14px 12px}.studio-flavor-object{place-items:center;height:75px;margin:0 0 2px;display:grid;position:relative}.studio-flavor-object img{object-fit:contain;filter:drop-shadow(0 12px 10px #2d281f29);width:70px;height:75px;transition:transform .35s var(--studio-ease)}.studio-flavor:hover .studio-flavor-object img{transform:translateY(-5px)rotate(-3deg)}.studio-flavor-arrow{opacity:.45;position:absolute;bottom:0;right:0}.studio-base-object{color:#c6c1b5;text-shadow:1px 1px #ede9df,-2px -2px #6f6c62,6px 10px 15px #49412a40;font-size:64px;font-weight:600;line-height:1}.studio-flavor-copy h3{margin:2px 0 10px;font-size:21px;font-weight:450}.studio-flavor-copy .studio-eyebrow{letter-spacing:.05em;opacity:.6;font-size:6px}.studio-flavor-copy>div{justify-content:space-between;align-items:baseline;gap:5px;display:flex}.studio-flavor-copy strong{font-size:18px;font-weight:450}.studio-flavor-copy small,.studio-flavor-copy>div>span{color:var(--studio-muted);font-size:10px;font-weight:400}.studio-flavor-previews{gap:4px;margin:15px 0 0;display:flex}.studio-flavor-previews img{object-fit:cover;border-radius:4px;width:calc(33.3333% - 2.66667px);height:38px}.studio-flavor-target{margin-top:12px}.studio-flavor-target small{color:var(--studio-muted);margin-top:7px;font-size:9px;display:block}.studio-mood-button{cursor:pointer;color:#4d473b;background:#e3daca66;border:0;border-radius:20px;padding:6px 9px;font-size:9px;position:absolute;top:12px;right:12px}.studio-mood-button:hover{background:#ded6c7}.studio-flavor-pending{color:#772e30;font-size:9px;position:absolute;top:14px;left:12px}.studio-mood-overlay,.studio-review-overlay{z-index:10001;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#2c27208c;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out studio-fade;display:flex;position:fixed;inset:0}.studio-mood-overlay>section{background:var(--studio-paper);border-radius:22px;width:100%;max-width:1100px;max-height:95dvh;padding:22px;overflow:auto}.studio-mood-overlay header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.main .studio-mood-overlay h2{margin:4px 0 0}.studio-mood-overlay>section>img{object-fit:contain;border-radius:10px;width:100%;max-height:75dvh;display:block}.studio-icon-button{width:38px;height:38px;color:var(--studio-ink);cursor:pointer;background:#46392714;border:0;border-radius:50%;place-items:center;font-size:25px;display:grid}.studio-gallery-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin:14px 0 22px;display:flex}.main .studio-gallery-heading h2{margin:7px 0 0;font-size:30px;font-weight:450}.studio-gallery-heading .studio-back{color:var(--studio-muted);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:12px}.studio-gallery-heading .studio-back:hover{color:var(--studio-ink)}.upload-zone.studio-compact-upload{background:#d1c5b129;border:1px dashed #3a30232e;flex-direction:row;gap:14px;min-height:48px;margin-bottom:12px;padding:12px 18px}.upload-zone.studio-compact-upload p{font-size:12px}.studio-compact-upload .icon svg{width:20px;height:20px}.upload-zone.studio-compact-upload:has(+.image-grid):hover{transform:none}.studio-drop-active{outline:2px solid var(--studio-sage);background:#d0dec473!important}.toolbar .search-bar{border:1px solid var(--studio-line);color:var(--studio-ink);background:#e2d8c759;border-radius:20px;padding:10px 14px;font-size:12px}.toolbar{gap:10px;margin-bottom:14px}.img-card .btn-small{min-height:30px}.studio-review{width:min(1120px,100%);max-height:calc(100dvh - 48px);color:var(--studio-ink);animation:studio-arrive .22s var(--studio-ease);background:#ded6c7;border-radius:24px;overflow:auto;box-shadow:0 30px 100px #221b1750}.studio-review>header{border-bottom:1px solid var(--studio-line);justify-content:space-between;align-items:center;gap:15px;padding:24px 28px 20px;display:flex}.studio-review h2{letter-spacing:-.035em;margin:5px 0 0;font-size:24px;font-weight:450}.studio-review-body{grid-template-columns:1fr 1.1fr;gap:28px;padding:24px 28px;display:grid}.studio-review-visual>img{object-fit:contain;background:#c6bdad;border-radius:12px;width:100%;height:min(44vh,410px);animation:.15s ease-out studio-fade;display:block}.studio-review-visual>div:not(.studio-filmstrip){color:var(--studio-muted);justify-content:space-between;margin:12px 0;font-size:10px;display:flex}.studio-filmstrip{gap:8px;display:flex}.studio-filmstrip button{cursor:pointer;opacity:.65;background:0 0;border:2px solid #0000;border-radius:7px;width:48px;height:48px;padding:2px}.studio-filmstrip button[aria-current=true]{opacity:1;border-color:#655a46}.studio-filmstrip img{object-fit:cover;border-radius:3px;width:100%;height:100%}.studio-review-caption{background:#5b4e3a0f;border-radius:12px;margin-bottom:20px;padding:14px 16px}.studio-review-caption p{min-height:22px;margin:7px 0;font-size:16px;line-height:1.4}.studio-review-caption small{color:var(--studio-muted);font-size:10px}.studio-review fieldset{border:0;margin-bottom:18px;padding:0}.studio-review legend{margin-bottom:10px;font-size:12px;font-weight:550}.studio-review legend span{color:#847561;margin-right:12px;font-family:ABC Diatype Mono,monospace;font-size:9px}.studio-review fieldset>div{flex-wrap:wrap;gap:7px;display:flex}.studio-review fieldset button{color:#423b31;cursor:pointer;background:#ffffff14;border:1px solid #4a3c282e;border-radius:20px;padding:9px 14px;font-size:12px;transition:background .15s,transform .15s}.studio-review fieldset button:hover{background:#5b4e3a1a}.studio-review fieldset button:active{transform:scale(.96)}.studio-review fieldset button[aria-pressed=true]{color:#fff;background:#5c6652;border-color:#5c6652}.studio-save-status{color:#465a3f;min-height:32px;font-size:11px;line-height:1.5}.studio-error{color:#9f353c}.studio-review-buttons{flex-wrap:wrap;gap:7px;display:flex}.studio-review-buttons .btn{letter-spacing:.03em;padding:10px 14px;font-size:10px}.studio-review button:disabled{opacity:.4}.studio-review button:disabled:hover{transform:none}.studio-shortcut{color:var(--studio-muted);margin-top:13px;font-size:9px;display:block}.studio-review>footer{border-top:1px solid var(--studio-line);color:var(--studio-muted);align-items:center;gap:20px;padding:16px 28px;font-size:10px;display:flex}.studio-review>footer .studio-progress-track{flex:1}.studio-review-finished{text-align:center;padding:70px 25px}.studio-review-finished>span{color:#fff;background:#66735a;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto 24px;font-size:26px;animation:.3s studio-arrive;display:grid}.studio-review-finished h3{font-size:32px;font-weight:450}.studio-review-finished p{max-width:330px;margin:16px auto 28px;font-size:14px;line-height:1.6}.move-modal{--text:#e6dfd3;--text-muted:#b8aea1;color:var(--text)}.move-modal .btn-small{color:var(--text);background:#494235;border:0;border-radius:8px;padding:8px}@keyframes studio-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes studio-fade{0%{opacity:0}to{opacity:1}}@keyframes studio-breathe{0%{opacity:.6}to{opacity:1}}@media (width>=901px){.cat-rail-container{width:170px}}@media (width<=1150px){.studio-edition{display:none}.studio-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.folder-grid.studio-flavor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-feature-copy{padding:28px}.studio-actions{gap:8px}.studio-actions>button{padding-inline:4px}}@media (width<=900px){.cat-rail-container{width:100%}.studio-overview{padding-top:20px}.studio-review-body{gap:20px;padding:20px}.studio-review-buttons .btn{padding:10px}.studio-heading h1{font-size:40px}}@media (width<=640px){.topbar{gap:12px;padding:16px}.topbar>div:last-child{flex-wrap:wrap}.nav-links{gap:18px}.topbar .spacer{display:none}.topbar .logo{margin-right:auto}.nav-link{font-size:10px}.main{padding-inline:16px}.studio-heading{margin-bottom:22px}.studio-heading h1{max-width:290px;font-size:34px}.studio-heading p{max-width:270px;font-size:12px;line-height:1.5}.studio-metrics{justify-content:space-between;gap:20px}.studio-metrics>div{display:block}.studio-metrics strong{font-size:26px}.studio-metrics span{max-width:none;margin-top:4px;font-size:10px;display:block}.studio-metrics>p{display:none}.studio-feature{grid-template-columns:1fr}.studio-feature-copy{padding:26px 24px 12px}.main .studio-feature-copy h2{margin:16px 0 10px;font-size:32px}.studio-feature-copy p{max-width:none;margin-bottom:18px}.studio-feature-art{min-height:260px}.studio-print{width:48%;left:23%}.studio-actions{grid-template-columns:1fr;gap:0;margin-bottom:30px}.studio-actions>button{border-bottom:1px solid #493e2310;padding:16px 4px}.studio-actions small{font-size:11px}.studio-section-heading{align-items:center}.main .studio-section-heading h2{font-size:25px}.studio-segment button{padding:9px 12px;font-size:11px}.studio-collection-grid{gap:12px}.studio-contact-sheet{height:140px}.studio-collection-info{padding:13px}.studio-collection-info h3{font-size:17px}.studio-collection-info>div{flex-direction:column;gap:4px}.studio-collection-info .studio-eyebrow{font-size:8px}.studio-recent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 10px}.studio-caption{display:none}.studio-contributors>div{gap:20px}.folder-grid.studio-flavor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.studio-flavor-open{padding-inline:13px}.studio-flavor-copy h3{font-size:17px}.studio-flavor-copy>div{flex-direction:column;align-items:flex-start;gap:5px}.studio-flavor-previews img{height:35px}.studio-flavor-pending{top:40px}.studio-gallery-heading{flex-wrap:wrap}.studio-gallery-heading .btn{padding:10px 16px;font-size:10px}.toolbar>div{flex-wrap:wrap}.upload-zone.studio-compact-upload{padding:12px}.studio-compact-upload p{line-height:1.5}.studio-review-overlay,.studio-mood-overlay{padding:10px}.studio-review{border-radius:18px;max-height:calc(100dvh - 20px)}.studio-review>header{padding:18px}.studio-review h2{font-size:20px}.studio-review-body{grid-template-columns:1fr;gap:16px;padding:18px}.studio-review-visual>img{height:230px}.studio-filmstrip{display:none}.studio-review-caption{margin-bottom:16px}.studio-review>footer{padding:14px 18px}.studio-review>footer>span:last-child,.studio-shortcut{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.studio-print:hover,.studio-print:focus-visible{transform:none}}
