:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background:#fff;font-synthesis:none;--paper: #ffffff;--paper-raised: #ffffff;--surface: #f8fafc;--ink: #111827;--muted: #667085;--line: #e5e7eb;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #dbeafe;--cyan: #06b6d4;--teal: #14b8a6;--gradient-brand: linear-gradient(135deg, #2563eb 0%, #06b6d4 52%, #14b8a6 100%);--gradient-soft: linear-gradient(135deg, #eff6ff 0%, #ecfeff 50%, #f0fdfa 100%);--shadow: 0 18px 48px rgba(15, 23, 42, .1);--shadow-hover: 0 24px 60px rgba(37, 99, 235, .16)}:root[data-theme=dark]{color:#f8fafc;background:#07111f;--paper: #07111f;--paper-raised: #111c2d;--surface: #0d1727;--ink: #f8fafc;--muted: #a7b2c2;--line: #263449;--accent: #60a5fa;--accent-strong: #93c5fd;--accent-soft: #17365f;--gradient-soft: linear-gradient(135deg, #101e35 0%, #0b2930 52%, #0d2928 100%);--shadow: 0 18px 48px rgba(0, 0, 0, .28);--shadow-hover: 0 24px 60px rgba(6, 182, 212, .13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,var(--paper) 0%,var(--surface) 58%,var(--paper) 100%);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid color-mix(in srgb,var(--line) 82%,transparent);background:color-mix(in srgb,var(--paper) 88%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{width:min(1240px,calc(100% - 48px));height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-lockup{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.brand-lockup span:last-child{display:grid;line-height:1}.brand-lockup small{margin-bottom:5px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.brand-lockup strong{font:900 18px/1 Inter,ui-sans-serif,sans-serif;letter-spacing:-.035em}.stick-mark{width:172px;height:172px;display:inline-grid;place-items:center;border:0;border-radius:32px;background:var(--gradient-brand);transform:rotate(-2deg);box-shadow:0 18px 36px #2563eb3b}.stick-mark svg{width:78%;height:78%;overflow:visible;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.stick-mark svg circle:first-child{fill:#ffffff24}.stick-mark--compact{width:42px;height:42px;border-radius:13px;box-shadow:0 7px 16px #2563eb3d;flex:0 0 auto;transform:none}.stick-mark--compact svg{width:82%;height:82%}.header-nav{display:flex;align-items:center;gap:28px}.header-nav a{color:var(--muted);display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;text-decoration:none;transition:color .2s ease}.header-nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{width:40px;height:40px;display:grid;place-items:center;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:var(--paper-raised);cursor:pointer;box-shadow:0 4px 12px #0f172a0d}.identity-button{min-width:170px;padding:9px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--ink);border:1px solid var(--line);border-radius:12px;background:var(--paper-raised);cursor:pointer;box-shadow:0 4px 12px #0f172a0d}.identity-button span{max-width:135px;display:flex;align-items:center;gap:7px;overflow:hidden;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.page-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;flex:1}.workspace{padding:26px 0 110px}.template-ribbon{width:100%;padding:12px 0 24px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(to right,transparent,#000 7%,#000 93%,transparent)}.template-ribbon--loading{min-height:132px;border-radius:24px;background:linear-gradient(90deg,var(--surface),var(--accent-soft),var(--surface));background-size:200% 100%;animation:shimmer 1.6s linear infinite}.template-ribbon__track{width:max-content;display:flex;gap:14px;animation:ribbon-scroll 34s linear infinite}.template-ribbon:hover .template-ribbon__track{animation-play-state:paused}.template-ribbon__card{width:122px;padding:9px;flex:0 0 auto;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--paper-raised);box-shadow:0 9px 24px #0f172a14}.template-ribbon__card strong{padding:8px 2px 2px;display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}@keyframes ribbon-scroll{to{transform:translate(calc(-50% - 7px))}}@keyframes shimmer{to{background-position:-200% 0}}.workspace-hero{padding:32px 20px 74px;display:grid;justify-items:center;text-align:center;position:relative;overflow:hidden}.workspace-hero:before,.workspace-hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(4px);opacity:.55}.workspace-hero:before{width:280px;height:280px;left:5%;top:20%;background:radial-gradient(circle,#dbeafe 0%,transparent 68%)}.workspace-hero:after{width:320px;height:320px;right:3%;top:7%;background:radial-gradient(circle,#ccfbf1 0%,transparent 68%)}.hero-mascot-row{min-height:230px;display:flex;align-items:center;justify-content:center;gap:20px}.hero-stick{width:210px;height:210px;animation:hero-float 4s ease-in-out infinite;filter:drop-shadow(0 18px 22px rgba(37,99,235,.16))}.hero-stick svg{width:100%;height:100%;overflow:visible}.hero-stick__head{fill:var(--paper-raised);stroke:url(#hero-stick-outline);stroke-width:6}.hero-stick__eye{fill:var(--surface)}.hero-stick__pupil{fill:var(--ink)}.hero-stick__smile{fill:none;stroke:var(--ink);stroke-width:4;stroke-linecap:round}.hero-stick__body{fill:none;stroke:url(#hero-stick-outline);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.hero-stick__hand{fill:var(--teal)}.hero-badge{padding:13px 20px;display:inline-flex;align-items:center;gap:9px;color:#fff;border-radius:999px;background:linear-gradient(135deg,#10b981,#14b8a6);box-shadow:0 12px 28px #10b98140;font-size:15px;font-weight:900;animation:badge-bob 2.5s ease-in-out infinite}.hero-copy h1,.page-heading h1,.auth-card h1,.result-copy h1{margin:0;font:900 clamp(48px,7.2vw,80px)/.98 Inter,ui-sans-serif,sans-serif;letter-spacing:-.06em}.hero-copy h1 em{margin-top:10px;padding-bottom:8px;display:block;color:transparent;background:var(--gradient-brand);background-clip:text;-webkit-background-clip:text;font-style:normal}.hero-copy p{max-width:700px;margin:22px auto 0;color:var(--muted);font-size:19px;line-height:1.65}@keyframes hero-float{50%{transform:translateY(-10px)}}@keyframes badge-bob{50%{transform:translateY(-5px)}}.workflow-stack{width:min(920px,100%);margin:0 auto;display:grid;gap:22px}.workflow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:22px}.panel{border:1px solid var(--line);border-radius:24px;background:var(--paper-raised);box-shadow:var(--shadow)}.workflow-grid>.panel{padding:30px}.custom-panel{padding:40px;text-align:center;border:2px solid #99f6e4;background:linear-gradient(135deg,color-mix(in srgb,#f0fdfa 84%,var(--paper-raised)),color-mix(in srgb,#ecfdf5 84%,var(--paper-raised)))}:root[data-theme=dark] .custom-panel{border-color:#165f59;background:linear-gradient(135deg,#0e292b,#102a24)}.custom-panel h2,.scene-showcase-heading h2{margin:14px 0 8px;font-size:30px;letter-spacing:-.035em}.custom-panel>p,.scene-showcase-heading>p{max-width:650px;margin:0 auto 22px;color:var(--muted);line-height:1.6}.showcase-icon{width:54px;height:54px;margin:0 auto;display:grid;place-items:center;color:#fff;border-radius:50%;background:linear-gradient(135deg,#14b8a6,#10b981);box-shadow:0 10px 24px #14b8a638}.custom-scene{width:min(330px,100%);min-height:52px;margin:0 auto;padding:0 17px;display:flex;align-items:center;gap:11px;color:#fff;text-align:left;border:0;border-radius:14px;background:linear-gradient(135deg,#14b8a6,#10b981);box-shadow:0 12px 26px #14b8a63d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.custom-scene:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 16px 34px #14b8a64d}.custom-scene>svg:last-child{margin-left:auto}.custom-scene span{display:grid;gap:2px}.custom-scene strong{font-size:14px;text-transform:capitalize}.custom-scene small{color:#ffffffc7;font-size:11px}.custom-panel>.field{max-width:680px;margin:20px auto 0;text-align:left}.scene-panel{padding:0;overflow:hidden;border:2px solid #bfdbfe;background:linear-gradient(135deg,color-mix(in srgb,#eff6ff 88%,var(--paper-raised)),color-mix(in srgb,#ecfeff 88%,var(--paper-raised)))}:root[data-theme=dark] .scene-panel{border-color:#274b75;background:linear-gradient(135deg,#101f36,#0d2831)}.scene-showcase-heading{padding:40px;text-align:center}.scene-showcase-heading .showcase-icon{background:var(--gradient-brand);box-shadow:0 10px 24px #2563eb3d}.button--scene-toggle{min-width:230px;min-height:54px;font-size:15px}.button--scene-toggle svg:last-child{margin-left:3px}.scene-catalogue{padding:8px 32px 34px;border-top:1px solid color-mix(in srgb,var(--accent) 22%,var(--line))}.scene-catalogue>.template-grid{margin-top:24px}.template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.template-card{min-height:290px;padding:12px;display:flex;flex-direction:column;align-items:stretch;position:relative;color:var(--ink);text-align:left;border:2px solid transparent;border-radius:21px;background:var(--paper-raised);box-shadow:0 9px 24px #0f172a14;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.template-card:hover{transform:translateY(-4px) scale(1.015);border-color:#bae6fd;box-shadow:var(--shadow-hover)}.template-card.is-selected{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent),var(--shadow-hover)}.template-preview{width:100%;aspect-ratio:1.12;display:grid;place-items:center;position:relative;overflow:hidden;border-radius:15px;background:var(--gradient-soft)}.template-preview:after{content:"";position:absolute;width:75%;height:75%;border:2px solid rgba(255,255,255,.48);border-radius:50%;transform:rotate(18deg)}.template-preview--cute{background:linear-gradient(135deg,#fce7f3,#e0f2fe)}.template-preview--celebration{background:linear-gradient(135deg,#fef3c7,#cffafe)}.template-preview--romantic{background:linear-gradient(135deg,#ffe4e6,#f3e8ff)}.template-preview--business{background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.template-preview--funny{background:linear-gradient(135deg,#dcfce7,#fef9c3)}.template-preview__emoji{position:absolute;top:12px;right:12px;z-index:2;font-size:25px;filter:drop-shadow(0 4px 5px rgba(15,23,42,.12))}.template-preview__figures{z-index:2;display:flex;align-items:flex-end;gap:3px}.template-preview__figures .stick-mark--compact{width:64px;height:64px;border-radius:20px}.template-preview__figures .stick-mark--compact:nth-child(2){width:56px;height:56px;transform:rotate(5deg)}.template-preview--compact{aspect-ratio:1;border-radius:12px}.template-preview--compact .template-preview__emoji{top:7px;right:7px;font-size:15px}.template-preview--compact .template-preview__figures .stick-mark--compact{width:38px;height:38px;border-radius:12px}.template-preview--compact .template-preview__figures .stick-mark--compact:nth-child(2){width:32px;height:32px}.template-card>strong{margin:14px 4px 5px;font-size:15px}.template-card>small{margin:0 4px 34px;color:var(--muted);font-size:12px;line-height:1.45}.template-category{width:fit-content;margin:11px 4px -5px;padding:4px 7px;color:var(--muted);border-radius:999px;background:var(--surface);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.template-card>em{position:absolute;left:16px;bottom:14px;padding:5px 8px;color:var(--accent);border-radius:999px;background:var(--accent-soft);font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase}.template-check{position:absolute;top:5px;right:5px;z-index:4;width:31px;height:31px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--gradient-brand);box-shadow:0 6px 16px #2563eb40}.panel-heading{margin-bottom:22px;display:flex;align-items:flex-start;gap:13px}.panel-heading>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;color:#fff;border-radius:12px;background:var(--gradient-brand);font-size:12px;font-weight:900;box-shadow:0 7px 17px #2563eb33}.panel-heading h2{margin:1px 0 5px;font-size:20px;line-height:1.15;letter-spacing:-.025em}.panel-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.style-list{display:grid;gap:9px}.style-list button{width:100%;padding:13px;display:flex;align-items:center;gap:10px;color:var(--ink);text-align:left;border:1px solid var(--line);border-radius:14px;background:var(--surface);cursor:pointer;transition:border-color .2s ease,transform .2s ease,background .2s ease}.style-list button:hover{transform:translateY(-1px);border-color:#93c5fd}.style-list button.is-selected{border-color:var(--accent);background:var(--accent-soft)}.style-list button>svg:first-child{color:var(--accent)}.style-list button>svg:last-child{margin-left:auto;color:var(--accent)}.style-list span{display:grid;gap:2px}.style-list strong{font-size:13px}.style-list small{color:var(--muted);font-size:11px}.field{margin-top:16px;display:grid;gap:8px}.field>span{font-size:12px;font-weight:800}.field input,.field textarea{width:100%;padding:13px 14px;color:var(--ink);border:1px solid var(--line);border-radius:12px;outline:none;background:var(--surface)}.field textarea{min-height:120px;resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.upload-zone{min-height:258px;padding:28px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center;border:2px dashed #93c5fd;border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,#eff6ff 72%,var(--paper-raised)),color-mix(in srgb,#ecfeff 72%,var(--paper-raised)));cursor:pointer;transition:border-color .2s ease,transform .2s ease}.upload-zone:hover{transform:translateY(-2px);border-color:var(--cyan)}.upload-zone input{display:none}.upload-icon{width:68px;height:68px;display:grid;place-items:center;color:#fff;border-radius:19px;background:var(--gradient-brand);box-shadow:0 12px 25px #2563eb38}.upload-zone strong{color:var(--ink);font-size:19px}.upload-zone small{max-width:290px;font-size:11px;line-height:1.5}.file-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:7px}.file-chips span{max-width:100%;padding:6px 9px;display:inline-flex;align-items:center;gap:5px;overflow:hidden;color:var(--accent);border-radius:999px;background:var(--accent-soft);font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.button{min-height:46px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;border:0;border-radius:13px;background:var(--gradient-brand);font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 9px 22px #2563eb2e;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb40;filter:saturate(1.08)}.button:disabled{opacity:.6;cursor:wait;transform:none}.button--small{min-height:40px;padding:0 16px;font-size:13px}.button--secondary{color:var(--ink);border:1px solid var(--line);background:var(--surface);box-shadow:none}.button--secondary:hover{background:var(--paper-raised);box-shadow:0 9px 20px #0f172a14}.button--create{width:min(520px,100%);min-height:62px;margin:4px auto 0;font-size:17px;box-shadow:0 16px 36px #2563eb40}.privacy-note{margin:-7px 0 0;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:11px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.error-message{padding:13px 15px;color:#9d2d32;border:1px solid #fecaca;border-radius:13px;background:#fff1f2;font-size:13px;line-height:1.45}:root[data-theme=dark] .error-message{color:#fecdd3;border-color:#6b3037;background:#331d24}.loading-row{padding:30px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{margin-top:auto;color:#dce8e4;background:#101827}.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:54px 0 42px;display:grid;grid-template-columns:1.6fr .8fr .8fr;gap:60px}.footer-brand{display:flex;align-items:flex-start;gap:16px}.footer-brand .stick-mark--compact{box-shadow:0 8px 20px #06b6d440}.footer-brand strong{font:800 19px Inter,ui-sans-serif,sans-serif}.footer-brand p{max-width:360px;margin:8px 0 0;color:#91a09c;font-size:13px;line-height:1.6}.footer-inner nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-inner nav strong{margin-bottom:5px;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-inner nav a{color:#91a09c;font-size:13px;text-decoration:none}.footer-inner nav a:hover,.footer-inner nav a[aria-current=page]{color:#67e8f9}.footer-legal{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:20px 0 26px;color:#71817d;border-top:1px solid #263331;font-size:11px}.auth-shell,.result-shell{min-height:720px;padding:70px 0 100px;display:grid;place-items:center}.auth-card{width:min(500px,100%);padding:42px;text-align:center}.auth-card>.stick-mark{width:100px;height:100px;margin-bottom:28px;border-radius:24px;box-shadow:0 16px 34px #2563eb38}.auth-card h1,.result-copy h1{margin:18px 0 16px;font-size:clamp(36px,5vw,52px)}.auth-card>p{margin:0 auto 24px;color:var(--muted);line-height:1.6}.auth-form{margin-top:24px;display:grid;gap:15px;text-align:left}.auth-form .button{margin-top:6px}.auth-switch{margin-top:22px!important;font-size:13px}.auth-switch a,.text-link{color:var(--accent);font-weight:800}.result-panel{width:min(820px,100%);padding:38px;text-align:center}.result-image{width:min(560px,100%);max-height:640px;margin:26px auto;display:block;object-fit:contain;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.result-copy p{color:var(--muted)}.result-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.text-link{display:inline-flex;align-items:center;gap:5px;text-decoration:none}.collection-shell,.admin-shell{padding:62px 0 100px}.page-heading{margin-bottom:32px}.page-heading h1{margin:18px 0 12px;font-size:clamp(42px,6vw,68px)}.page-heading p{margin:0;color:var(--muted);font-size:17px}.empty-state{padding:60px 30px;display:grid;justify-items:center;text-align:center}.empty-state .stick-mark{width:100px;height:100px;border-radius:24px}.empty-state h2{margin:24px 0 6px;font-size:24px}.empty-state p{margin:0 0 24px;color:var(--muted)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--paper-raised);box-shadow:var(--shadow)}.gallery-card>img,.gallery-placeholder{width:100%;aspect-ratio:1;display:grid;place-items:center;object-fit:cover;background:var(--gradient-soft)}.gallery-card>div:last-child{padding:14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 8px}.gallery-card strong{font-size:13px}.gallery-card small{color:var(--muted);font-size:11px}.gallery-card a{grid-column:2;grid-row:1 / 3;width:36px;height:36px;display:grid;place-items:center;color:var(--accent);border-radius:10px;background:var(--accent-soft)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{padding:20px;display:flex;align-items:center;gap:13px}.metric>span{width:42px;height:42px;display:grid;place-items:center;color:var(--accent);border-radius:13px;background:var(--accent-soft)}.metric>div{display:grid}.metric strong{font-size:25px}.metric small{color:var(--muted);font-size:11px;text-transform:uppercase}.admin-tabs{margin:26px 0 12px;display:flex;gap:8px}.admin-tabs button{padding:10px 15px;color:var(--muted);border:1px solid var(--line);border-radius:11px;background:var(--paper-raised);font-weight:800;cursor:pointer}.admin-tabs button.is-selected{color:#fff;border-color:transparent;background:var(--gradient-brand)}.table-panel{padding:10px;overflow:hidden}.data-list{display:grid}.data-row{min-height:72px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) 140px 170px;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.data-row:last-child{border-bottom:0}.data-row>span{min-width:0;display:grid;gap:3px}.data-row strong{overflow:hidden;font-size:13px;text-overflow:ellipsis}.data-row small{color:var(--muted);font-size:11px}.switch{justify-self:end;padding:8px 11px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:11px;font-weight:800;cursor:pointer}.switch span{width:10px;height:10px;border-radius:50%;background:var(--muted)}.switch.is-active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.switch.is-active span{background:var(--accent)}.admin-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admin-gallery article{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.admin-gallery img,.admin-gallery .gallery-placeholder{width:100%;aspect-ratio:1;object-fit:cover}.admin-gallery article>div:last-child{padding:10px;display:grid;gap:3px}.admin-gallery strong,.admin-gallery small{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-gallery small{color:var(--muted)}.status{width:fit-content;margin-top:4px;padding:3px 6px;border-radius:999px;background:var(--line);font-size:8px;font-weight:800;text-transform:uppercase}.status--completed{color:var(--accent);background:var(--accent-soft)}.status--failed{color:#a53b40;background:#ffe1e2}.app-loading{min-height:100vh;display:grid;place-items:center;align-content:center;gap:28px;color:var(--muted)}.app-loading .stick-mark{width:100px;height:100px;border-radius:24px}@media(max-width:900px){.header-nav{display:none}.hero-copy h1{font-size:clamp(46px,9vw,68px)}.workflow-grid{grid-template-columns:1fr}.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}.metric-grid{grid-template-columns:repeat(2,1fr)}.admin-gallery{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.header-inner,.page-shell,.footer-inner,.footer-legal{width:min(100% - 24px,1180px)}.header-inner{height:66px}.brand-lockup strong{font-size:15px}.brand-lockup .stick-mark--compact{width:36px;height:36px}.icon-button{width:38px;height:38px}.identity-button{min-width:0;width:40px;height:40px;padding:0;display:grid;place-items:center}.identity-button span{display:none}.workspace{padding-top:14px}.template-ribbon{margin-inline:-12px;width:calc(100% + 24px)}.template-ribbon__card{width:96px}.workspace-hero{padding:16px 0 54px}.hero-mascot-row{min-height:190px;gap:2px}.hero-stick{width:165px;height:165px}.hero-badge{max-width:135px;padding:11px 14px;justify-content:center;font-size:12px}.hero-badge svg:last-child{display:none}.hero-copy h1{font-size:43px}.hero-copy p{font-size:15px}.custom-panel,.scene-showcase-heading,.workflow-grid>.panel,.auth-card,.result-panel{padding:22px}.custom-panel h2,.scene-showcase-heading h2{font-size:25px}.scene-catalogue{padding:4px 16px 24px}.template-grid{grid-template-columns:1fr}.template-card{min-height:330px}.template-preview{aspect-ratio:1.35}.footer-inner{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.gallery-grid,.admin-gallery,.metric-grid{grid-template-columns:1fr 1fr}.metric{padding:15px}.data-row{grid-template-columns:1fr auto}.data-row>span:nth-child(3){grid-column:1 / -1}.collection-shell,.admin-shell{padding-top:40px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.template-ribbon__track{transform:translate(0)}}
