:root{--navy:#15397a;--navy-deep:#0d2454;--blue:#0066ff;--blue-bright:#0099ff;--blue-mid:#2d68f6;--ice:#e8f1ff;--ice-soft:#f2f7ff;--ink:#1e2024;--gray:#737373;--white:#ffffff;--danger:#d64545;--ok:#1f9d63;--glass-bg:rgba(255,255,255,0.72);--glass-border:rgba(255,255,255,0.45);--shadow:0 18px 50px rgba(13,36,84,0.16);--radius:20px}@font-face{font-family:Red Hat Display;src:url(/fonts/red-hat-display.woff2) format("woff2");font-weight:300 900;font-style:normal;font-display:swap}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:Red Hat Display,system-ui,-apple-system,sans-serif;color:var(--ink);min-height:100vh;background:radial-gradient(1100px 600px at 85% -10%,rgba(0,153,255,.18),transparent 60%),radial-gradient(900px 500px at -10% 30%,rgba(0,102,255,.14),transparent 55%),linear-gradient(180deg,var(--ice-soft) 0,var(--ice) 100%)}.glass{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow)}.glass,.site-header{background:var(--glass-bg)}.site-header{display:flex;align-items:center;gap:12px;padding:10px clamp(14px,3vw,32px);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--glass-border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.wordmark{font-weight:800;font-size:20px;color:var(--navy);letter-spacing:-.02em}.byline{font-size:12px;color:var(--gray);border-left:1px solid rgba(21,57,122,.25);padding-left:12px}.container{width:100%;max-width:1100px;margin:0 auto;padding:20px clamp(12px,2.5vw,28px)}.btn{font-family:inherit;font-weight:700;font-size:16px;background:var(--blue);color:var(--white);border:none;border-radius:12px;padding:12px 22px;cursor:pointer;min-height:44px}.btn:hover{background:var(--blue-mid)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-small{font-size:13px;padding:8px 14px;min-height:36px;border-radius:10px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:14px;font-weight:600;color:var(--navy)}.field input[type=password],.field input[type=text],.field select,.field textarea{font-family:inherit;font-size:16px;color:var(--ink);background:rgba(255,255,255,.85);border:1px solid rgba(21,57,122,.2);border-radius:12px;padding:12px 14px;min-height:44px}.field textarea{min-height:120px;resize:vertical}.chip{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:5px 12px;border-radius:999px}.chip-queued{background:rgba(115,115,115,.14);color:var(--gray)}.chip-generating{background:rgba(45,104,246,.14);color:var(--blue-mid)}.chip-done{background:rgba(31,157,99,.14);color:var(--ok)}.chip-failed{background:rgba(214,69,69,.12);color:var(--danger)}.chip-credits{background:rgba(21,57,122,.1);color:var(--navy)}.brand-strip{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--navy);background:rgba(255,255,255,.6);border:1px solid var(--glass-border);border-radius:999px;padding:5px 12px}.brand-swatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.08)}.variant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.variant-card{overflow:hidden;padding:0}.variant-card img{width:100%;display:block;aspect-ratio:1;object-fit:cover}.variant-meta{padding:10px 12px;display:flex;flex-direction:column;gap:8px}.skeleton{background:linear-gradient(90deg,rgba(21,57,122,.06),rgba(21,57,122,.12),rgba(21,57,122,.06));background-size:200% 100%;animation:shimmer 1.4s infinite;aspect-ratio:1;border-radius:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-text{color:var(--danger);font-size:14px}.muted{color:var(--gray);font-size:14px}@media (max-width:480px){.variant-grid{grid-template-columns:repeat(2,1fr)}}.deck{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.deck-rail{background:linear-gradient(180deg,var(--navy) 0,var(--navy-deep) 100%);flex-direction:column;padding:0 16px 16px;height:100vh;overflow-y:auto}.deck-rail,.deck-topbar{color:var(--white);display:flex;position:-webkit-sticky;position:sticky;top:0}.deck-topbar{grid-column:1/-1;align-items:center;gap:18px;background:var(--navy);padding:10px clamp(14px,2vw,24px);z-index:20}.deck-tabs{display:flex;gap:4px;margin:0 auto}.deck-tab{font-family:inherit;font-weight:800;font-size:14px;letter-spacing:2px;background:none;color:rgba(255,255,255,.55);padding:10px 18px 8px;cursor:pointer;border:none;border-bottom:3px solid transparent;min-height:44px}.deck-tab.active{color:var(--white);border-bottom-color:var(--blue-bright)}.deck-counter{font-size:12px;color:rgba(255,255,255,.65);text-align:right;line-height:1.3}.deck-counter strong{display:block;font-size:15px;color:var(--white)}.deck-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--amber,#ED9A1C);margin-right:5px}.rail-section{border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0}.rail-section>button.rail-head{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;color:var(--white);font-family:inherit;font-weight:700;font-size:14px;letter-spacing:.5px;cursor:pointer;padding:4px 0;min-height:32px}.rail-head .chev{transition:transform .15s;opacity:.6}.rail-head .chev.open{transform:rotate(180deg)}.rail-textarea{width:100%;min-height:96px;resize:vertical;background:rgba(255,255,255,.08);color:var(--white);border:1px solid rgba(255,255,255,.2);border-radius:10px;font-family:inherit;font-size:14px;padding:10px 12px}.rail-textarea::placeholder{color:rgba(255,255,255,.4)}.flavor-row{width:100%;display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-left:3px solid transparent;border-radius:8px;color:var(--white);font-family:inherit;font-size:13px;font-weight:600;padding:10px 12px;margin-top:8px;cursor:pointer;min-height:44px}.flavor-row.selected{border-left-color:var(--blue-bright);background:rgba(0,153,255,.15)}.flavor-row .tick{opacity:0}.flavor-row.selected .tick{opacity:1;color:var(--blue-bright)}.size-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:10px}.size-cell{background:none;border:none;color:var(--white);font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;padding:6px 2px;border-radius:8px;min-height:44px}.size-cell:hover{background:rgba(255,255,255,.06)}.size-shape{border:2px solid rgba(255,255,255,.45);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:rgba(255,255,255,.75)}.size-cell.checked .size-shape{border-color:var(--blue-bright);background:rgba(0,153,255,.25);color:var(--white)}.size-dims{font-size:10px;color:rgba(255,255,255,.5)}.size-cell.checked .size-dims{color:rgba(255,255,255,.85)}.ref-slots{display:flex;gap:8px;margin-top:10px}.ref-slot{width:64px;height:64px;border-radius:8px;overflow:hidden;border:1.5px dashed rgba(255,255,255,.35);background:rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);font-size:20px;cursor:pointer;position:relative}.ref-slot img{width:100%;height:100%;object-fit:cover}.ref-slot .ref-x{position:absolute;top:2px;right:2px;width:18px;height:18px;background:rgba(13,36,84,.85);color:#fff;border:none;border-radius:50%;font-size:11px;line-height:1;cursor:pointer}.rail-generate{position:-webkit-sticky;position:sticky;bottom:0;margin-top:auto;padding-top:14px;background:linear-gradient(180deg,transparent,var(--navy-deep) 30%)}.rail-generate .btn{width:100%}.deck-main{background:linear-gradient(180deg,var(--ice-soft) 0,var(--ice) 100%);padding:20px clamp(14px,2vw,28px)}.meta-bar{display:flex;gap:0;font-size:12px;color:var(--gray);border-top:1px solid rgba(21,57,122,.1)}.meta-bar span{padding:6px 10px;border-right:1px solid rgba(21,57,122,.1)}.meta-bar span:last-child{border-right:none}.meta-bar strong{color:var(--navy);font-weight:700}.video-gate{max-width:520px;margin:10vh auto;text-align:center;padding:40px}@media (max-width:900px){.deck{grid-template-columns:1fr}.deck-rail{position:static;height:auto}}.info-dot,.info-wrap{display:inline-flex}.info-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.1);color:rgba(255,255,255,.7);font-size:9px;font-weight:700;font-style:italic;align-items:center;justify-content:center;cursor:help;font-family:Georgia,serif;line-height:1}.tooltip{position:fixed;z-index:100;width:240px;padding:12px 14px;background:rgba(255,255,255,.97);color:var(--ink);border:1px solid rgba(21,57,122,.15);border-radius:12px;box-shadow:0 12px 32px rgba(13,36,84,.25);font-size:12px;line-height:1.45;text-align:left;font-weight:400}.tooltip .tt-model{font-weight:800;color:var(--navy);font-size:12px}.tooltip .tt-id{color:var(--gray);font-size:11px;font-family:ui-monospace,monospace}.tooltip ul{margin:6px 0;padding-left:16px}.tooltip li{margin:2px 0}.tooltip .tt-speed{color:var(--blue-mid);font-weight:600}.deck3{display:grid;grid-template-columns:270px 1fr 380px;min-height:calc(100vh - 64px)}.deck3 .deck-rail{grid-column:1}.deck3 .deck-main{grid-column:2}.chat-panel{grid-column:3;background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-left:1px solid var(--glass-border);display:flex;flex-direction:column;height:calc(100vh - 64px);position:-webkit-sticky;position:sticky;top:64px}.chat-head{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid rgba(21,57,122,.1)}.chat-head .wordmark{font-size:15px}.chat-head-actions{margin-left:auto;display:flex;gap:6px}.chat-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.msg{max-width:88%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.5}.msg-user{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px}.msg-assistant{align-self:flex-start;background:rgba(21,57,122,.07);color:var(--ink);border-bottom-left-radius:4px}.chat-empty{color:var(--gray);font-size:14px;text-align:center;margin:auto;padding:24px}.draft-card{margin:0 16px 12px;padding:12px 14px;border-radius:12px;background:rgba(0,102,255,.07);border:1px solid rgba(0,102,255,.2)}.draft-label{font-size:11px;font-weight:700;letter-spacing:.5px;color:var(--navy);text-transform:uppercase}.draft-text{font-size:13px;color:var(--ink);line-height:1.45;margin:6px 0 10px;max-height:120px;overflow-y:auto}.chat-input-row{padding:12px 16px;border-top:1px solid rgba(21,57,122,.1);display:flex;flex-direction:column;gap:8px}.chat-input{width:100%;min-height:52px;max-height:140px;resize:vertical;font-family:inherit;font-size:14px;padding:10px 12px;border:1px solid rgba(21,57,122,.2);border-radius:12px;background:#fff;color:var(--ink)}.convo-switch{font-family:inherit;font-size:12px;font-weight:600;color:var(--navy);background:rgba(21,57,122,.08);border:none;border-radius:8px;padding:6px 10px;cursor:pointer;min-height:32px}.feed-card-wrap{position:relative}.sel-check{position:absolute;top:8px;left:8px;z-index:5;width:26px;height:26px;border-radius:7px;background:rgba(255,255,255,.9);border:2px solid rgba(21,57,122,.35);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--blue);font-weight:800;font-size:15px}.sel-check.on{background:var(--blue);border-color:var(--blue);color:#fff}.variant-card.selected-outline{outline:3px solid var(--blue);outline-offset:1px}.sel-banner{position:-webkit-sticky;position:sticky;top:0;z-index:6;background:var(--navy);color:#fff;padding:8px 14px;border-radius:10px;font-size:13px;margin-bottom:14px;display:flex;align-items:center;gap:12px}.sel-banner button{margin-left:auto}.size-platform{font-size:9px;color:rgba(255,255,255,.45);text-align:center;line-height:1.2;margin-top:1px}.size-cell.checked .size-platform{color:rgba(255,255,255,.8)}@media (max-width:1100px){.deck3{grid-template-columns:1fr}.chat-panel{position:static;height:auto;border-left:none;border-top:1px solid var(--glass-border)}}.history-drop{max-height:260px;overflow-y:auto;border-bottom:1px solid rgba(21,57,122,.1);background:rgba(255,255,255,.6)}.history-item{display:flex;justify-content:space-between;align-items:center;gap:8px;width:100%;text-align:left;font-family:inherit;cursor:pointer;background:none;border:none;border-bottom:1px solid rgba(21,57,122,.06);padding:10px 14px;color:var(--ink);font-size:13px;min-height:40px}.history-item:hover{background:rgba(0,102,255,.06)}.history-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-date{color:var(--gray);font-size:11px;flex:none}@keyframes jobFlash{0%{box-shadow:0 0 0 3px var(--blue)}to{box-shadow:var(--shadow)}}.job-flash{animation:jobFlash 1.6s ease-out}.variant-grid{grid-template-columns:repeat(auto-fill,158px);justify-content:start}@media (max-width:520px){.variant-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(7,11,26,.88);display:flex;align-items:center;justify-content:center;padding:4vh 4vw;cursor:zoom-out}.lightbox img{max-width:92vw;max-height:88vh;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.5);cursor:default}.lightbox-close{position:fixed;top:18px;right:22px;z-index:201;width:40px;height:40px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:24px;line-height:1;cursor:pointer}.lightbox-close:hover{background:rgba(255,255,255,.28)}.lightbox-dims{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.8);font-size:13px;background:rgba(0,0,0,.4);padding:4px 12px;border-radius:999px}.side-panel{grid-column:1;position:-webkit-sticky;position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:16px 14px;background:linear-gradient(180deg,var(--navy) 0,var(--navy-deep) 100%);border-right:1px solid rgba(255,255,255,.12)}.sp-title{margin:0 0 2px;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:#fff}.sp-input{width:100%;font-family:inherit;font-size:11.5px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:9px 11px;outline:none;resize:none;height:100px;line-height:1.45;overflow-y:auto;transition:height .15s ease;flex-shrink:0}.sp-input::placeholder{color:rgba(255,255,255,.55)}.sp-input:focus{border-color:var(--blue-bright)}.sp-attach{width:100%;font-family:inherit;font-size:11.5px;font-weight:600;color:#fff;background:rgba(255,255,255,.07);border:1px dashed rgba(255,255,255,.35);border-radius:12px;padding:9px 12px;cursor:pointer;margin-top:6px}.sp-attach:hover{background:rgba(255,255,255,.14)}.sp-attach:disabled{opacity:.5;cursor:not-allowed}.sp-ghost{max-width:none;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0}.sp-thread{max-height:38vh;margin-bottom:0}.sp-thread .thread-head{flex-wrap:nowrap;gap:6px;padding:8px 10px;font-size:11px;letter-spacing:.02em;white-space:nowrap}.sp-thread .thread-head .convo-switch{font-size:10.5px;padding:4px 8px;min-height:26px;flex:none}.sp-thread .thread-body{padding:10px;gap:8px}.sp-thread .msg{font-size:11.5px;line-height:1.45;padding:7px 10px;border-radius:11px;max-width:92%}.sp-thread .thread-foot{padding:7px 8px;gap:5px}.sp-thread .thread-foot input{font-size:11.5px;padding:6px 9px}.sp-thread .thread-foot .convo-switch{font-size:10.5px;padding:4px 9px;min-height:26px;flex:none}.sp-thread .history-item{padding:8px 10px}.sp-thread .history-title{font-size:11.5px}.sp-thread .history-date{font-size:10px}.sp-note{font-size:11.5px;color:#fff;background:rgba(255,255,255,.1);border-radius:10px;padding:7px 9px}.sp-note .convo-switch{color:#cfe0ff}.sp-note .convo-switch[style*=danger]{color:#ffb3b3!important}.side-panel .chipbtn{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:#fff}.side-panel .chipbtn:hover{background:rgba(255,255,255,.18)}.side-panel .chipbtn:disabled{opacity:.45}.sp-askai{width:100%;justify-content:center;border-radius:12px}.sp-rows{display:flex;flex-direction:column;gap:6px}.sp-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;font-family:inherit;font-size:12px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:11px;padding:8px 11px;cursor:pointer;min-height:38px}.sp-row:hover{background:rgba(255,255,255,.15)}.sp-row-label{font-weight:600;color:rgba(255,255,255,.78);font-size:11px}.sp-row-val{font-weight:700;color:#fff}.side-panel .stepper{border-color:rgba(255,255,255,.25);background:none}.side-panel .stepper button{color:#fff}.side-panel .stepper button:disabled{color:rgba(255,255,255,.3)}.side-panel .stepper button:hover:not(:disabled){background:rgba(255,255,255,.15)}.side-panel .stepper .stp-val{color:#fff}.sp-generate{width:100%;justify-content:center}.side-panel .as-search{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);color:#fff}.side-panel .as-search::placeholder{color:rgba(255,255,255,.55)}.side-panel .as-search:focus{border-color:var(--blue-bright)}.side-panel .as-head{color:rgba(255,255,255,.6)}.side-panel .as-item{color:#fff}.side-panel .as-item:hover{background:rgba(255,255,255,.1)}.side-panel .as-item.on{background:rgba(0,153,255,.28);color:#fff}.side-panel .as-count{color:#dce9ff;background:rgba(255,255,255,.14)}.side-panel .as-item.on .as-count{color:#fff;background:rgba(0,153,255,.4)}.top-nav{display:flex;align-items:center;gap:4px;margin-left:22px}.top-nav button{font-family:inherit;font-size:13.5px;font-weight:600;color:rgba(255,255,255,.62);background:none;border:none;cursor:pointer;padding:9px 13px;border-radius:9px;min-height:40px}.top-nav button:hover{color:#fff;background:rgba(255,255,255,.08)}.top-nav button.on{color:#fff;background:rgba(255,255,255,.14)}.top-nav-signout{font-family:inherit;font-size:12px;font-weight:600;color:rgba(255,255,255,.75);background:none;border:1px solid rgba(255,255,255,.3);border-radius:999px;padding:8px 16px;cursor:pointer;min-height:38px}.top-nav-signout:hover{color:#fff;background:rgba(255,255,255,.1)}.assets-layout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.assets-side{padding:12px 10px;position:-webkit-sticky;position:sticky;top:70px;display:flex;flex-direction:column;gap:2px}.as-head{margin:12px 10px 4px;font-size:10.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--gray)}.as-item{display:flex;justify-content:space-between;align-items:center;gap:8px;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);background:none;border:none;border-radius:10px;padding:9px 10px;cursor:pointer;text-align:left;width:100%}.as-item:hover{background:rgba(21,57,122,.06)}.as-item.on{background:rgba(0,102,255,.1);color:var(--navy)}.as-count{font-size:11px;font-weight:700;color:var(--gray);background:rgba(21,57,122,.08);border-radius:999px;padding:1px 8px}.as-item.on .as-count{color:var(--blue);background:rgba(0,102,255,.12)}.as-search{width:100%;max-width:420px;margin-bottom:16px;font-family:inherit;font-size:13.5px;color:var(--ink);background:rgba(255,255,255,.85);border:1px solid var(--glass-border);border-radius:12px;padding:10px 14px;outline:none}.as-search:focus{border-color:var(--blue)}.as-date{font-size:15px;font-weight:800;color:var(--navy);margin:0 0 10px;letter-spacing:-.01em}@media (max-width:800px){.assets-layout{grid-template-columns:1fr}.assets-side{position:static;flex-direction:row;flex-wrap:wrap}}.brand-color-tile{aspect-ratio:1;cursor:default;display:flex;align-items:flex-end;padding:10px;border:1px solid rgba(255,255,255,.18)}.brand-color-tile .bt-hex{font-size:12px;font-weight:700;color:#fff;letter-spacing:.03em;background:rgba(13,36,84,.55);border-radius:8px;padding:3px 9px}.brand-tile{cursor:default;background:#fff}.brand-tile img{width:100%;display:block}.brand-tile-logo{padding:18px}.brand-tile-logo img{object-fit:contain;aspect-ratio:1}.bt-badge{position:absolute;bottom:8px;left:8px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--navy);background:rgba(232,241,255,.92);border-radius:6px;padding:2px 8px}.brand-tile .mtile-dismiss{opacity:0;transition:opacity .15s ease}.brand-tile:hover .mtile-dismiss{opacity:1}.brand-editor{display:flex;flex-direction:column;gap:4px;margin-top:4px}.ce-row{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:9px}.ce-row:hover{background:rgba(255,255,255,.06)}.ce-swatch{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.3);flex:none}.ce-hex{font-size:12px;font-weight:600;color:#fff;letter-spacing:.03em;flex:1 1}.ce-x{border:none;background:rgba(255,255,255,.1);color:#ffb3b3;cursor:pointer;width:24px;height:24px;border-radius:50%;font-size:14px;line-height:1;flex:none}.ce-x:hover{background:rgba(214,69,69,.35);color:#fff}.ce-add input[type=color]{width:26px;height:26px;border:none;border-radius:6px;padding:0;background:none;cursor:pointer;flex:none}.ce-add .convo-switch{flex:none}.masonry-cols{display:flex;gap:10px;align-items:flex-start}.masonry-col{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:10px}.masonry-col .mtile{margin-bottom:0}.mtile{position:relative;page-break-inside:avoid;break-inside:avoid;margin-bottom:10px;border-radius:12px;overflow:hidden;cursor:zoom-in;background:var(--navy-deep,#0d2454);box-shadow:0 2px 10px rgba(13,36,84,.12)}.mtile img,.mtile video{width:100%;display:block}.mtile video,.mtile-overlay{pointer-events:none}.mtile-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;padding:12px 12px 10px;background:linear-gradient(180deg,rgba(7,11,26,0) 45%,rgba(7,11,26,.82));opacity:0;transition:opacity .15s ease}.mtile:focus-visible .mtile-overlay,.mtile:hover .mtile-overlay{opacity:1}.mt-prompt{color:#fff;font-size:11.5px;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mt-meta{color:#a9c6ff;font-size:10px;font-weight:600;letter-spacing:.02em}.mt-check{position:absolute;top:8px;left:8px;opacity:0;transition:opacity .15s ease}.mt-check.on,.mtile:hover .mt-check{opacity:1}.mtile .vt-play{pointer-events:none}.mtile-pending{cursor:default}.mtile-pending .skeleton{width:100%}.mt-status{position:absolute;bottom:10px;left:12px;color:rgba(255,255,255,.85);font-size:11px;font-weight:600}.mtile-failed{cursor:default;background:rgba(214,57,57,.08);border:1px solid rgba(214,57,57,.25);color:var(--danger,#d63939);font-size:12px;font-weight:600;padding:16px 34px 16px 14px;box-shadow:none}.mtile-dismiss{position:absolute;top:6px;right:6px;width:24px;height:24px;border:none;border-radius:50%;cursor:pointer;line-height:1;background:rgba(214,57,57,.12);color:var(--danger);font-size:14px;font-weight:700}.mtile-dismiss:hover{background:rgba(214,57,57,.25)}.video-thumb{position:relative;cursor:zoom-in}.video-thumb video{width:100%;display:block;aspect-ratio:16/9;object-fit:cover;background:#0d2454;pointer-events:none}.vt-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:rgba(13,36,84,.65);color:#fff;font-size:15px;display:flex;align-items:center;justify-content:center;padding-left:3px;pointer-events:none}.video-thumb:hover .vt-play{background:rgba(0,102,255,.85)}.detail-view{padding:0;align-items:stretch;justify-content:stretch;gap:0}.dv-media{flex:1 1;min-width:0;display:flex;align-items:center;justify-content:center;padding:4vh 3vw;cursor:default}.dv-media img,.dv-media video{max-width:100%;max-height:92vh;border-radius:12px;box-shadow:0 24px 70px rgba(0,0,0,.5)}.dv-panel{flex:none;width:340px;max-width:88vw;cursor:default;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-left:1px solid rgba(21,57,122,.12);display:flex;flex-direction:column;padding:16px 18px;overflow-y:auto}.dv-head{display:flex;align-items:center;gap:8px;color:var(--navy);font-size:14px;margin-bottom:14px}.dv-close{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;background:rgba(21,57,122,.08);color:var(--navy);font-size:19px;line-height:1}.dv-close:hover{background:rgba(21,57,122,.15)}.dv-sect{margin-bottom:16px}.dv-label{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--gray);margin-bottom:6px}.dv-copy{border:1px solid rgba(21,57,122,.18);background:none;border-radius:8px;font-family:inherit;font-size:11px;font-weight:600;color:var(--navy);padding:3px 9px;cursor:pointer}.dv-copy:hover{background:rgba(21,57,122,.07)}.dv-prompt{margin:0;font-size:13px;line-height:1.5;color:var(--ink);background:rgba(21,57,122,.05);border-radius:10px;padding:10px 12px;max-height:32vh;overflow-y:auto;white-space:pre-wrap}.dv-kv{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:5px 0;border-bottom:1px solid rgba(21,57,122,.06)}.dv-kv span:first-child{color:var(--gray)}.dv-kv span:last-child{color:var(--ink);font-weight:600;text-align:right}.dv-versions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.dv-versions button{font-family:inherit;font-size:12px;font-weight:700;color:var(--navy);background:rgba(21,57,122,.07);border:1px solid rgba(21,57,122,.15);border-radius:999px;padding:5px 12px;cursor:pointer;min-height:30px}.dv-versions button.on{background:var(--blue);border-color:var(--blue);color:#fff}.dv-edit{width:100%;font-family:inherit;font-size:13px;color:var(--ink);background:rgba(21,57,122,.05);border:1px solid rgba(21,57,122,.18);border-radius:10px;padding:9px 11px;outline:none;resize:vertical;line-height:1.45}.dv-edit:focus{border-color:var(--blue)}.dv-actions{flex-direction:column;padding-top:12px}.dv-actions,.dv-row2{display:flex;gap:8px}.dv-row2 .dv-btn{flex:1 1}.dv-btn{font-family:inherit;font-size:13px;font-weight:600;color:var(--navy);background:rgba(21,57,122,.07);border:1px solid rgba(21,57,122,.15);border-radius:12px;padding:10px 12px;cursor:pointer;min-height:40px}.dv-btn:hover{background:rgba(21,57,122,.12)}@media (max-width:700px){.detail-view{flex-direction:column;overflow-y:auto}.dv-media{padding:12px}.dv-panel{width:100%;max-width:none;border-left:none;border-top:1px solid rgba(21,57,122,.12)}}.omni{display:grid;grid-template-columns:248px 1fr;min-height:calc(100vh - 56px);background:var(--navy-deep)}.omni-feed{margin:14px;background:#1b437e;border-radius:16px}.omni .as-date{color:#fff}.omni .muted{color:rgba(255,255,255,.72)}.omni .glass p.muted{color:var(--gray)}.mtile-failed{background:rgba(255,235,235,.95);border-color:rgba(214,57,57,.4)}.icon-rail{background:linear-gradient(180deg,var(--navy) 0,var(--navy-deep) 100%);flex-direction:column;gap:6px;padding:10px 0;position:-webkit-sticky;position:sticky;top:56px;height:calc(100vh - 56px)}.icon-rail,.rail-btn{display:flex;align-items:center}.rail-btn{width:40px;height:40px;border-radius:10px;border:none;cursor:pointer;background:none;color:rgba(255,255,255,.65);font-size:17px;justify-content:center}.rail-btn.active,.rail-btn:hover{background:rgba(255,255,255,.14);color:#fff}.rail-label{font-size:8px;color:rgba(255,255,255,.45);margin:-4px 0 4px;text-align:center}.omni-feed{padding:18px clamp(14px,2vw,28px) 24px}.omni-dock{position:fixed;left:56px;right:0;bottom:0;z-index:40;display:flex;flex-direction:column;align-items:center;padding:0 clamp(12px,3vw,40px) 14px;pointer-events:none}.omni-dock>*{pointer-events:auto}.ghost-line{max-width:900px;width:100%;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:999px;padding:7px 16px;margin-bottom:8px;font-size:13px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;box-shadow:0 6px 20px rgba(13,36,84,.12)}.ghost-line:hover{background:rgba(255,255,255,.95)}.ghost-line .gl-tag{font-weight:700;color:var(--blue-mid);margin-right:8px}.sp-ghost:after{content:" \203A";font-weight:800;color:var(--blue-mid)}.sp-ghost:hover{text-decoration:underline;-webkit-text-decoration-color:rgba(21,57,122,.35);text-decoration-color:rgba(21,57,122,.35)}.omnibar{max-width:900px;width:100%;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px;padding:12px 14px}.omni-top{display:flex;align-items:flex-start;gap:10px}.omni-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.attach-btn{flex:none;width:34px;height:34px;border-radius:10px;cursor:pointer;border:1px solid rgba(21,57,122,.18);background:rgba(21,57,122,.06);color:var(--navy);font-size:17px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center}.attach-btn:hover{background:rgba(21,57,122,.12)}.attach-row{display:flex;gap:8px;margin-bottom:4px}.attach-row .attach-thumb{width:52px;height:52px;border-radius:10px}.gen-btn{flex:none;display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-size:13px;font-weight:700;background:var(--blue);color:#fff;border:none;border-radius:14px;padding:12px 22px;cursor:pointer;min-height:44px;box-shadow:0 6px 18px rgba(0,102,255,.35)}.gen-btn:hover{background:var(--blue-mid)}.gen-btn:disabled{background:rgba(21,57,122,.25);box-shadow:none;cursor:not-allowed}.stepper{display:inline-flex;align-items:center;gap:2px;flex:none;border:1px solid rgba(21,57,122,.15);border-radius:999px;background:rgba(21,57,122,.07);min-height:34px;padding:0 4px}.stepper button{border:none;background:none;color:var(--navy);font-size:15px;font-weight:700;width:32px;height:32px;cursor:pointer;border-radius:999px}.stepper button:hover{background:rgba(21,57,122,.12)}.stepper button:disabled{color:rgba(21,57,122,.25);cursor:default;background:none}.stepper .stp-val{font-size:12px;font-weight:600;color:var(--navy);min-width:26px;text-align:center}.kind-toggle{display:flex;background:rgba(21,57,122,.08);border-radius:10px;padding:2px;flex:none}.kind-toggle button{font-family:inherit;font-size:12px;font-weight:700;border:none;cursor:pointer;padding:6px 10px;border-radius:8px;background:none;color:var(--gray);min-height:32px}.kind-toggle button.on{background:var(--navy);color:#fff}.omni-input{flex:1 1;min-width:0;border:none;background:none;resize:none;font-family:inherit;font-size:14px;color:var(--ink);max-height:96px;min-height:36px;padding:8px 4px;outline:none;overflow-y:auto;line-height:1.4}.chipbtn{flex:none;display:inline-flex;align-items:center;gap:5px;font-family:inherit;font-size:12px;font-weight:600;background:rgba(21,57,122,.07);color:var(--navy);border:1px solid rgba(21,57,122,.15);border-radius:999px;padding:7px 12px;cursor:pointer;min-height:34px;white-space:nowrap}.chipbtn:hover{background:rgba(21,57,122,.12)}.chipbtn .cb-val{color:var(--blue)}.omni-popover{position:fixed;z-index:120;width:320px;max-height:60vh;overflow-y:auto;background:rgba(255,255,255,.98);border:1px solid rgba(21,57,122,.15);border-radius:14px;box-shadow:0 16px 44px rgba(13,36,84,.3);padding:12px}.omni-popover h4{margin:0 0 8px;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:var(--navy)}.mrow{width:100%;display:flex;align-items:center;gap:10px;text-align:left;font-family:inherit;background:none;border:none;border-radius:12px;padding:9px 10px;margin-bottom:2px;cursor:pointer;min-height:52px}.mrow:hover{background:rgba(21,57,122,.06)}.mrow.on{background:rgba(0,102,255,.08)}.mrow .m-icon{flex:none;width:34px;height:34px;border-radius:9px;background:rgba(21,57,122,.08);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.mrow .m-main{flex:1 1;min-width:0}.mrow .m-name{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--ink)}.mrow .m-desc{font-size:11px;color:var(--gray);margin-top:1px;line-height:1.3}.mrow .m-check{flex:none;width:16px}.m-badge,.mrow .m-check{color:var(--blue);font-weight:800}.m-badge{font-size:9px;letter-spacing:.4px;border-radius:4px;padding:1px 5px;background:rgba(0,102,255,.12)}.arow{width:100%;display:flex;align-items:center;gap:12px;text-align:left;font-family:inherit;background:none;border:none;border-radius:10px;padding:8px 10px;margin-bottom:2px;cursor:pointer;min-height:42px}.arow:hover{background:rgba(21,57,122,.06)}.arow.on{background:rgba(0,102,255,.08)}.arow .a-glyph{flex:none;border:2px solid rgba(21,57,122,.45);border-radius:3px}.arow.on .a-glyph{border-color:var(--blue);background:rgba(0,102,255,.15)}.arow .a-ratio{font-size:13px;font-weight:700;color:var(--ink);min-width:40px}.arow .a-hint{flex:1 1;font-size:11px;color:var(--gray);line-height:1.3}.arow .a-check{flex:none;color:var(--blue);font-weight:800;width:16px}.pop-row{width:100%;display:flex;justify-content:space-between;align-items:center;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);background:none;border:1px solid rgba(21,57,122,.12);border-radius:10px;padding:9px 11px;margin-bottom:6px;cursor:pointer;min-height:40px}.pop-row.on{border-color:var(--blue);background:rgba(0,102,255,.06)}.pop-sizes{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.pop-size{display:flex;flex-direction:column;align-items:center;gap:4px;font-family:inherit;font-size:11px;color:var(--ink);background:none;border:1px solid rgba(21,57,122,.12);border-radius:10px;padding:8px 4px;cursor:pointer}.pop-size.on{border-color:var(--blue);background:rgba(0,102,255,.06)}.pop-size .shape{border:2px solid rgba(21,57,122,.4);border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--navy)}.pop-size.on .shape{border-color:var(--blue);background:rgba(0,102,255,.15)}.pop-size .plat{font-size:8.5px;color:var(--gray);text-align:center;line-height:1.2}.thread-drawer{max-width:900px;width:100%;margin-bottom:8px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 16px 44px rgba(13,36,84,.25);display:flex;flex-direction:column;max-height:46vh}.thread-head{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(21,57,122,.08);font-weight:700;color:var(--navy);font-size:13px}.thread-body{overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.thread-foot{display:flex;gap:6px;align-items:center;padding:8px 10px;border-top:1px solid rgba(21,57,122,.08)}.thread-foot input{flex:1 1;min-width:0;font-family:inherit;font-size:13px;color:var(--ink);background:rgba(21,57,122,.05);border:1px solid rgba(21,57,122,.15);border-radius:10px;padding:8px 11px;outline:none}.thread-foot input:focus{border-color:var(--blue)}.attach-thumbs{display:flex;gap:6px;flex:none}.attach-thumb{width:34px;height:34px;border-radius:8px;overflow:hidden;position:relative;flex:none}.attach-thumb img{width:100%;height:100%;object-fit:cover}.attach-thumb button{position:absolute;inset:0;background:rgba(13,36,84,.55);color:#fff;border:none;font-size:13px;cursor:pointer;opacity:0}.attach-thumb:hover button{opacity:1}@media (max-width:760px){body,html{overflow-x:clip}.omni{grid-template-columns:1fr}.side-panel{position:static;height:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.12)}.omni-feed{grid-column:1!important;margin:10px}.deck-topbar{flex-wrap:wrap;gap:8px 14px;position:static}.deck-counter{display:none}.top-nav{margin-left:0}}