:root{--navy: #1B1B2F;--gold: #C9A84C;--gold-light: #FDF6E8;--gold-border: rgba(201,168,76,.35);--gold-muted: #8B6914;--white: #FFFFFF;--surface: #F8F8F8;--border: rgba(0,0,0,.08);--text-primary: #1B1B2F;--text-muted: #6B7280;--text-hint: #9CA3AF;--danger: #991B1B;--danger-bg: #FEF2F2}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Manrope,Avenir Next,Segoe UI,sans-serif;color:var(--text-primary);background:var(--surface)}h1,h2,h3,p{margin:0}h1{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}h2{font-size:1rem;font-weight:700}.app-shell{min-height:100svh;display:grid;grid-template-rows:auto 1fr auto;background:var(--white)}.app-shell-header{position:sticky;top:0;z-index:30;min-height:56px;padding:0 16px;border-bottom:.5px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:space-between;gap:12px}.app-brand-text{font-size:1rem;font-weight:700;color:var(--navy);letter-spacing:.01em}.credits-chip{background:var(--gold-light);border:.5px solid var(--gold-border);border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--gold-muted)}.buy-credits-btn{background:var(--navy);color:var(--gold);border:.5px solid var(--navy);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:opacity .12s ease}.buy-credits-btn:disabled{opacity:.6;cursor:not-allowed}.buy-credits-toast{position:fixed;top:64px;left:12px;right:12px;z-index:40;background:var(--navy);color:var(--gold);border-radius:10px;padding:10px 14px;font-size:12px;font-weight:600;text-align:center;box-shadow:0 6px 16px #0000002e}.app-shell-content{min-height:0;overflow:auto;background:var(--surface)}.app-bottom-nav{position:sticky;bottom:0;z-index:30;background:var(--white);border-top:.5px solid var(--border);display:flex;padding-bottom:env(safe-area-inset-bottom,0px)}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 0 12px;border:none;background:transparent;cursor:pointer;color:var(--text-hint);font-size:10px;font-weight:600;font-family:inherit}.nav-tab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nav-tab.active{color:var(--navy)}.nav-dot{width:4px;height:4px;border-radius:50%;background:var(--gold);margin-top:-2px}.screen{min-height:100%;padding:16px;display:grid;gap:14px;align-content:start}.card{background:var(--white);border:.5px solid var(--border);border-radius:16px;padding:14px}.stack-sm{display:grid;gap:10px}.stack-md{display:grid;gap:14px}.row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.flex-1{flex:1}.section-label{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.fabric-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.fabric-scroll::-webkit-scrollbar{display:none}.fabric-tile{flex-shrink:0;width:68px;display:grid;gap:5px}.fabric-thumb{width:68px;height:68px;border-radius:12px;border:1px solid var(--border);object-fit:cover;background:#eee;display:block}.fabric-thumb-new{width:68px;height:68px;border-radius:12px;border:1.5px dashed var(--gold);background:var(--gold-light);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.fabric-thumb-new svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round}.fabric-thumb.selected{outline:2px solid var(--gold);outline-offset:2px}.fabric-label{font-size:10px;color:var(--text-muted);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.style-pill{padding:7px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid var(--gold-border);color:var(--gold-muted);background:var(--white);cursor:pointer;font-family:inherit;transition:all .12s ease}.style-pill.active{background:var(--navy);color:var(--gold);border-color:var(--navy)}.model-preview-box{border-radius:16px;background:#ede9e0;overflow:hidden;position:relative;min-height:160px;display:flex;align-items:center;justify-content:center}.model-preview-img{width:100%;height:200px;object-fit:cover;display:block}.model-preview-placeholder{min-height:160px;display:flex;align-items:center;justify-content:center;color:var(--text-hint);font-size:13px}.model-change-btn{position:absolute;top:10px;right:10px;background:#ffffffe6;border:.5px solid var(--gold-border);border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--gold-muted);cursor:pointer;font-family:inherit}.silo-toggle-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--white);border-radius:12px;border:.5px solid var(--border)}.silo-toggle-row span{font-size:12px;font-weight:600;color:var(--text-primary)}.btn-primary{width:100%;min-height:52px;background:var(--navy);color:var(--gold);border:none;border-radius:16px;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.02em;transition:opacity .12s ease}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-primary svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:2;stroke-linecap:round}.btn-secondary{min-height:44px;background:var(--white);color:var(--text-primary);border:.5px solid var(--border);border-radius:12px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;padding:0 16px;transition:background .12s ease}.btn-secondary:hover{background:var(--surface)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn{min-height:44px;border-radius:12px;border:.5px solid var(--border);padding:0 16px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .12s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-dark{background:var(--navy);color:var(--gold);border-color:var(--navy)}.btn-light{background:var(--white);color:var(--text-primary)}.catalog-screen{background:var(--surface)}.catalog-shell{display:grid;gap:14px;padding:14px}.catalog-header{background:var(--white);border-radius:16px;border:.5px solid var(--border);padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.catalog-header-left{display:flex;align-items:center;gap:10px}.catalog-brand-mark{width:34px;height:34px;border-radius:10px;background:var(--navy);color:var(--gold);font-size:11px;font-weight:800;display:grid;place-items:center}.catalog-title{font-size:17px;font-weight:700;color:var(--navy);margin:0}.catalog-subtitle{font-size:11px;color:var(--text-muted);margin:0}.catalog-title-wrap{display:grid;gap:1px}.catalog-header-actions{display:flex;gap:8px}.catalog-icon-btn{width:34px;height:34px;border-radius:50%;border:.5px solid var(--border);background:var(--white);cursor:pointer;display:grid;place-items:center;color:var(--text-muted)}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.catalog-tile{background:var(--white);border:.5px solid var(--border);border-radius:14px;overflow:hidden}.catalog-image-btn{border:none;padding:0;margin:0;background:transparent;cursor:pointer;width:100%;display:block}.catalog-image{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;background:#eee}.catalog-meta-row{padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:6px}.catalog-garment-label{font-size:12px;font-weight:600;color:var(--text-primary);margin:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-chip-btn{min-width:32px;min-height:28px;border:none;border-radius:999px;padding:0 10px;font-size:11px;font-weight:700;cursor:pointer;color:#fff;font-family:inherit}.catalog-chip-delete{background:var(--danger)}.catalog-chip-download{background:var(--navy)}.catalog-chip-btn:disabled{opacity:.5;cursor:not-allowed}.catalog-icon-btn-active{background:var(--navy);color:var(--gold);border-color:var(--navy)}.image-placeholder{min-height:160px;background:#f3f3f3;display:grid;place-items:center}.fab-wrap{display:flex;justify-content:flex-end;padding:4px 0 8px}.fab-btn{width:48px;height:48px;border-radius:50%;background:var(--navy);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.fab-btn svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:2.2;stroke-linecap:round}.field{display:grid;gap:5px;font-size:12px;font-weight:600;color:var(--text-muted)}.field input,.field textarea,.field select{font:inherit;width:100%;min-height:44px;border:.5px solid var(--border);border-radius:12px;background:var(--white);padding:10px 12px;color:var(--text-primary);font-size:13px}.field textarea{min-height:88px;resize:vertical}.select-input{width:100%;min-height:48px;border:1.5px solid var(--gold-border);border-radius:12px;background:var(--white);padding:10px 36px 10px 12px;color:var(--text-primary);font-size:14px;font-weight:600;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238B6914' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.loading-box,.empty-box{min-height:120px;border-radius:14px;border:1px dashed var(--border);display:grid;place-items:center;gap:8px;padding:16px;text-align:center;color:var(--text-muted);font-size:13px}.loading-box.dark,.carousel-viewer .loading-box,.viewer-card .loading-box{border-color:#334155;background:#111827}.spinner{width:24px;height:24px;border-radius:50%;border:2.5px solid #E5E7EB;border-top-color:var(--navy);animation:spin .75s linear infinite}.spinner-small{width:18px;height:18px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.muted{color:var(--text-muted)}.tiny{font-size:12px}.error-text{font-size:13px;color:var(--danger)}.auth-screen{min-height:100svh;background:var(--navy);display:flex;flex-direction:column}.login-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 32px}.login-wordmark{font-size:32px;font-weight:800;color:var(--gold);letter-spacing:.1em}.login-tagline{font-size:11px;color:#c9a84c8c;letter-spacing:.14em;margin-top:6px;text-transform:uppercase}.login-divider{width:36px;height:1px;background:#c9a84c40;margin:24px auto 0}.login-sheet{background:var(--white);border-radius:24px 24px 0 0;padding:28px 20px 36px;display:grid;gap:14px}.login-sheet h2{font-size:18px;font-weight:700;color:var(--navy)}.screen-fill{height:100%;min-height:100%}.viewer-screen{background:var(--surface)}.viewer-shell{gap:14px}.viewer-card{min-height:58svh;border-radius:16px;border:1px solid #334155;background:#111827;overflow:hidden;display:grid}.viewer-card img{width:100%;height:100%;object-fit:contain;background:#111827}.carousel-screen{background:#020617}.carousel-shell h1{color:#f8fafc}.carousel-viewer{min-height:60svh;border-radius:18px;border:1px solid #334155;background:#111827;overflow:hidden;cursor:pointer}.carousel-viewer img{width:100%;height:100%;object-fit:contain}.counter-chip{min-height:44px;border-radius:999px;border:1px solid #334155;background:#111827;color:#e2e8f0;display:inline-grid;place-items:center;padding:0 12px;font-size:13px;font-weight:700}.match-preview-wrap{position:relative;overflow:hidden;border-radius:14px;border:1px solid #334155;background:#111827;padding:6px;display:grid;place-items:center}.match-preview-canvas{width:100%;height:auto;max-height:min(70vh,540px);border-radius:10px;cursor:crosshair}.inspect-focus-dot{position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid rgba(248,250,252,.95);box-shadow:0 0 0 2px #0f172ab3;transform:translate(-50%,-50%);pointer-events:none}.inspect-canvas-wrap{border-radius:12px;border:1px solid #334155;background:#0f172a;padding:6px;display:grid;place-items:center;width:fit-content;max-width:100%;margin:0 auto}.inspect-canvas{width:240px;height:240px;border-radius:10px;background:#111827;display:block}.swatch-row{display:flex;flex-wrap:wrap;gap:8px}.swatch-btn{width:44px;height:44px;border-radius:50%;border:2px solid #d2d1d1;background:#fff;display:grid;place-items:center;padding:0;cursor:pointer}.swatch-btn span{width:28px;height:28px;border-radius:50%;border:1px solid #d1d5db}.swatch-selected{border-color:var(--navy);border-width:3px}.swatch-edited{box-shadow:inset 0 0 0 2px #0f766e}.range-field{display:grid;gap:5px;font-size:13px;color:var(--text-muted)}.range-input{width:100%;height:24px;margin:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-input::-webkit-slider-runnable-track{height:7px;border-radius:999px;background:var(--track-gradient, #7b7b7b)}.range-input::-webkit-slider-thumb{width:18px;height:18px;margin-top:-5.5px;border-radius:50%;border:2px solid #4b5563;background:#f8fafc;-webkit-appearance:none}.range-input::-moz-range-track{height:7px;border-radius:999px;background:var(--track-gradient, #7b7b7b)}.range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;border:2px solid #4b5563;background:#f8fafc}.chip{font-size:11px;padding:3px 10px;border-radius:999px;border:.5px solid #CBD5E1;background:#f1f5f9}.page-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.page-shell{display:grid;gap:14px}.switch-row{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.preview-image{width:100%;object-fit:cover;border-radius:14px;height:min(58vw,260px)}.preview-placeholder{min-height:120px;border-radius:14px;border:1px dashed var(--border);background:var(--surface);display:grid;place-items:center;color:var(--text-hint);text-align:center;padding:16px;font-size:13px}.between{display:flex;align-items:center;justify-content:space-between;gap:8px}.muted-light{color:#cbd5e1}.notice-text{font-size:13px;color:#166534}.catalog-action-row{display:flex;align-items:center;gap:6px}@media (min-width: 880px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tv-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;overflow:hidden}.tv-stage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center;background:#000}.tv-media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000}.tv-media img{width:100%;height:100%;object-fit:contain;animation:tv-fade-in .6s ease}.tv-banner{position:absolute;left:0;right:0;bottom:6%;text-align:center;color:#f8fafc;font-size:clamp(2rem,6vw,4rem);font-weight:700;text-shadow:0 4px 24px rgba(0,0,0,.65);padding:0 5%}.tv-idle{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:.04em}@keyframes tv-fade-in{0%{opacity:0}to{opacity:1}}
