@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap";:root{color:#f7f4ef;font-synthesis:none;text-rendering:optimizelegibility;--bg:#0b0b0d;--surface:#131316;--surface-raised:#1b1b20;--line:#ffffff1a;--muted:#9d9ba4;--cream:#f7f4ef;--lime:#d5ef69;--violet:#ae8dff;--danger:#ff8e9e;background:#0b0b0d;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;overflow:hidden}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);height:82px;margin:0 auto;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:11px;font-size:15px;display:inline-flex}.brand strong{font-weight:700}.brand-mark{color:#151613;background:var(--lime);border-radius:10px 10px 10px 3px;place-items:center;width:34px;height:34px;display:grid;transform:rotate(-4deg)}.brand-mark svg{transform:rotate(4deg)}.main-nav{color:var(--muted);align-items:center;gap:28px;font-size:13px;display:flex}.main-nav>a:hover{color:var(--cream)}.outline-button,.nav-account,.small-button,.text-button{color:var(--cream);background:0 0;border:0}.outline-button{border:1px solid var(--line);border-radius:9px;padding:10px 16px;font-size:13px}.outline-button:hover{background:var(--surface-raised);border-color:#ffffff40}.nav-account{color:var(--cream);align-items:center;gap:8px;font-size:13px;display:flex}.avatar{width:28px;height:28px;color:var(--violet);background:#403750;border-radius:50%;place-items:center;font-size:12px;display:grid}.menu-button{display:none}.icon-button{color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;padding:8px;display:inline-grid}.icon-button:hover{color:var(--cream);background:var(--surface-raised)}.icon-button.danger:hover{color:var(--danger)}main{width:min(1180px,100% - 48px);margin:0 auto}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;min-height:570px;padding:70px 0 85px;display:grid}.hero-copy{z-index:1;position:relative}.eyebrow,.section-kicker{color:var(--lime);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font:500 11px DM Mono,monospace;display:inline-flex}.hero h1{letter-spacing:-.07em;max-width:600px;margin:17px 0 22px;font-size:clamp(48px,7vw,88px);font-weight:600;line-height:.99}.hero h1 em{color:var(--violet);letter-spacing:-.06em;font-family:Playfair Display,serif;font-weight:500}.hero-description{max-width:460px;color:var(--muted);font-size:16px;line-height:1.7}.hero-stats{border-top:1px solid var(--line);color:var(--muted);gap:25px;margin-top:38px;padding-top:20px;font-size:12px;display:flex}.hero-stats strong{color:var(--cream);margin-bottom:4px;font:500 19px DM Mono,monospace;display:block}.hero-art{height:410px;position:relative}.art-glow{background:var(--violet);filter:blur(90px);opacity:.23;position:absolute;inset:13% 15%}.art-card{background:#141418cc;border:1px solid #fff3;width:270px;height:340px;padding:10px;position:absolute;box-shadow:0 30px 90px #0006}.art-card-back{opacity:.55;top:24px;right:30px;transform:rotate(11deg)}.art-card-front{top:35px;left:60px;transform:rotate(-7deg)}.abstract{height:275px;position:relative;overflow:hidden}.abstract-sunset{background:radial-gradient(circle at 80% 18%,#f3b46c 0 8%,#0000 9%),radial-gradient(circle at 25% 65%,#d87cff 0 20%,#0000 21%),linear-gradient(145deg,#263e84,#d86d8e 50%,#f7c074)}.abstract-sunset:before{content:"";background:#151532;border-radius:50% 50% 0 0;position:absolute;inset:40% -20% -25%;transform:rotate(-18deg)}.abstract-sunset span{color:#ffe1ac;font-size:27px;position:absolute;top:38px;left:40px}.abstract-blue{background:radial-gradient(circle at 25% 22%,#8d7dff,#0000 16%),linear-gradient(155deg,#173a74,#77c5bf 46%,#f0cb82);height:100%}.art-caption{flex-direction:column;gap:3px;padding:13px 5px 0;font-size:11px;display:flex}.art-caption span{color:var(--muted)}.art-caption strong{font:italic 500 19px Playfair Display,serif}.floating-tag{border:1px solid var(--line);color:#e3ddff;background:#242228;align-items:center;gap:7px;padding:10px 13px;font-size:11px;display:inline-flex;position:absolute;box-shadow:0 10px 40px #0000004d}.tag-top{top:13px;right:4px;transform:rotate(4deg)}.tag-bottom{color:var(--lime);bottom:45px;right:24px;transform:rotate(-4deg)}.workspace-section,.history-section{border-top:1px solid var(--line);padding:80px 0}.section-heading{justify-content:space-between;align-items:end;gap:25px;margin-bottom:30px;display:flex}.section-heading h2{letter-spacing:-.05em;margin:9px 0 0;font-size:34px}.section-heading p{color:var(--muted);margin:0 0 4px;font-size:13px}.generator-layout{grid-template-columns:1.2fr .8fr;gap:18px;display:grid}.generator-card,.preview-card{border:1px solid var(--line);background:var(--surface);min-height:510px}.generator-card{padding:28px}.prompt-label,label{color:#dedce0;font-size:12px;display:block}.prompt-wrapper{margin-top:10px;position:relative}textarea,input,select{border:1px solid var(--line);width:100%;color:var(--cream);background:#0f0f12;border-radius:8px;outline:none}textarea{resize:vertical;min-height:178px;padding:16px;line-height:1.6}textarea:focus,input:focus,select:focus{border-color:#d5ef69b3;box-shadow:0 0 0 3px #d5ef6914}textarea::placeholder,input::placeholder{color:#696870}.character-count{color:#66646c;font:10px DM Mono,monospace;position:absolute;bottom:11px;right:13px}.suggestion-row{color:#77757d;flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;font-size:11px;display:flex}.suggestion-row button{white-space:nowrap;border:1px solid var(--line);color:#a8a5af;background:0 0;border-radius:99px;align-items:center;gap:4px;max-width:185px;padding:6px 9px;font-size:10px;display:inline-flex;overflow:hidden}.suggestion-row button:hover{color:var(--lime);border-color:#d5ef6959}.option-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px;display:grid}.option-grid select{color:var(--muted);margin-top:7px;padding:10px 8px;font-size:12px}.turnstile-box{justify-content:center;min-height:65px;margin-top:20px;display:flex}.primary-button{background:var(--lime);color:#16180e;border:0;border-radius:8px;justify-content:center;align-items:center;gap:9px;padding:14px 18px;font-size:13px;font-weight:700;display:inline-flex}.primary-button:hover{background:#e0f77d;transform:translateY(-1px)}.primary-button.wide{width:100%}.generate-button{width:100%;margin-top:28px;padding:16px}.button-arrow{margin-left:auto;font-size:20px;font-weight:400}.auth-hint{color:#77757d;text-align:center;margin:12px 0 0;font-size:11px;line-height:1.5}.preview-card{background:#111116;place-items:center;display:grid;position:relative;overflow:hidden}.preview-card>img{object-fit:contain;width:100%;height:100%}.preview-empty{color:#8a8790;text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.preview-empty strong{color:#cbc8cf;font-size:14px}.preview-empty span{font-size:12px}.preview-icon,.empty-history-icon{width:58px;height:58px;color:var(--violet);background:#ae8dff14;border:1px solid #ae8dff59;border-radius:18px;place-items:center;display:grid}.preview-ready{color:var(--lime);background:#0b0b0dcc;border:1px solid #d5ef694d;border-radius:99px;align-items:center;gap:6px;padding:8px 11px;font-size:11px;display:inline-flex;position:absolute;bottom:16px;left:16px}.history-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.history-card{border:1px solid var(--line);background:var(--surface);overflow:hidden}.history-image{aspect-ratio:1/.82;background:#101014;position:relative}.history-image img{object-fit:cover;width:100%;height:100%;display:block}.image-placeholder{width:100%;height:100%;color:var(--violet);place-items:center;display:grid}.status-pill{color:var(--muted);background:#0b0b0dcc;border-radius:99px;align-items:center;gap:5px;padding:6px 8px;font-size:10px;display:inline-flex;position:absolute;top:10px;left:10px}.status-pill.completed{color:var(--lime)}.status-pill.failed{color:var(--danger)}.history-content{padding:15px}.history-prompt{color:#d6d2d8;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0 0 8px;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.history-date{color:#77757d;font:10px DM Mono,monospace}.card-actions{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.small-button{color:var(--lime);align-items:center;gap:6px;font-size:12px;display:inline-flex}.empty-history{color:#918e97;text-align:center;border:1px dashed #ffffff29;flex-direction:column;align-items:center;gap:9px;padding:60px 20px;display:flex}.empty-history strong{color:#d6d2d8;font-size:14px}.empty-history span{margin-bottom:10px;font-size:12px}.footer{color:#67656c;justify-content:space-between;width:min(1180px,100% - 48px);margin:0 auto;padding:25px 0 35px;font:10px DM Mono,monospace;display:flex}.modal-backdrop{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.auth-card{border:1px solid var(--line);background:#17171b;width:min(100%,405px);padding:30px;position:relative;box-shadow:0 30px 90px #00000080}.modal-close{position:absolute;top:15px;right:15px}.auth-card h2{letter-spacing:-.05em;margin:14px 0 7px;font-size:28px}.muted{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.stack-form{gap:15px;margin-top:24px;display:grid}.stack-form input{margin-top:7px;padding:12px}.form-error{color:var(--danger);margin:10px 0 0;font-size:12px;line-height:1.4}.text-button{width:100%;color:var(--violet);margin-top:18px;font-size:12px;display:block}.support-link{color:var(--violet);text-align:center;margin-top:18px;font-size:12px;display:block}.support-link:hover{color:var(--lime)}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=800px){.topbar,main,.footer{width:min(100% - 32px,600px)}.topbar{height:70px}.menu-button{display:inline-grid}.main-nav{z-index:5;border:1px solid var(--line);background:#17171b;flex-direction:column;align-items:stretch;gap:16px;min-width:190px;padding:18px;display:none;position:absolute;top:70px;right:16px;box-shadow:0 20px 50px #0008}.main-nav.open{display:flex}.hero{grid-template-columns:1fr;gap:5px;min-height:auto;padding:65px 0 80px}.hero h1{font-size:clamp(51px,15vw,78px)}.hero-art{transform-origin:top;height:350px;margin-bottom:-55px;transform:scale(.86)}.generator-layout{grid-template-columns:1fr}.preview-card{min-height:380px}.history-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.hero-stats{gap:13px}.hero-stats span{font-size:10px}.section-heading{display:block}.section-heading p{margin-top:10px}.generator-card{padding:20px}.option-grid{grid-template-columns:repeat(2,1fr)}.history-grid{grid-template-columns:1fr}.footer{line-height:1.8;display:block}.footer span{display:block}}.loading-screen{min-height:100vh;color:var(--violet);background:var(--bg);place-items:center;display:grid}.welcome-shell{background:#0b0b0d;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.welcome-orb{filter:blur(100px);opacity:.18;border-radius:50%;width:360px;height:360px;position:absolute}.welcome-orb-one{background:var(--violet);top:-100px;right:8%}.welcome-orb-two{background:var(--lime);bottom:-150px;left:8%}.welcome-card{z-index:1;border:1px solid var(--line);text-align:center;background:#141418d1;width:min(100%,520px);padding:48px;position:relative;box-shadow:0 30px 100px #0008}.brand-large{justify-content:center;margin-bottom:80px}.welcome-card h1{letter-spacing:-.07em;margin:16px 0;font-size:clamp(48px,10vw,76px);line-height:1}.welcome-card h1 em{color:var(--violet);font-family:Playfair Display,serif;font-weight:500}.welcome-card p{max-width:360px;color:var(--muted);margin:0 auto 26px;font-size:15px;line-height:1.6}.arrow-right{transform:rotate(45deg)}.welcome-support,.support-link{color:var(--violet);font-size:12px}.welcome-support{margin-top:18px;display:block}.welcome-support:hover,.support-link:hover{color:var(--lime)}.chat-app{background:#0b0b0d;height:100vh;min-height:100vh;display:flex;overflow:hidden}.chat-sidebar{z-index:5;border-right:1px solid var(--line);background:#111114;flex-direction:column;flex:0 0 270px;width:270px;height:100vh;min-height:100vh;padding:15px 12px;display:flex;position:relative;overflow:hidden}.sidebar-head{justify-content:space-between;align-items:center;padding:3px 4px 18px;display:flex}.sidebar-head .brand{font-size:13px}.sidebar-head .brand-mark{width:30px;height:30px}.sidebar-close{display:none}.new-chat-button{width:100%;color:var(--lime);text-align:left;background:#d5ef6914;border:1px solid #d5ef6940;border-radius:8px;align-items:center;gap:10px;margin-bottom:27px;padding:11px 12px;font-size:12px;display:flex}.new-chat-button svg:last-child{margin-left:auto}.new-chat-button:hover{background:#d5ef6924}.sidebar-label{color:#66646c;letter-spacing:.06em;text-transform:uppercase;padding:0 9px 10px;font:10px DM Mono,monospace}.conversation-list{flex:1;gap:3px;min-height:0;display:grid;overflow:auto}.conversation-item{border-radius:7px;align-items:center;min-width:0;display:flex}.conversation-item:hover,.conversation-item.selected{background:var(--surface-raised)}.conversation-item>button:first-child{color:#aaa7b0;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:9px;min-width:0;padding:10px 9px;font-size:12px;display:flex;overflow:hidden}.conversation-item>button:first-child span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.conversation-delete{color:#5e5c64;background:0 0;border:0;place-items:center;margin-right:5px;padding:5px;display:grid}.conversation-delete:hover{color:var(--danger)}.sidebar-empty{color:#67656c;padding:8px 9px;font-size:11px;line-height:1.5}.sidebar-bottom{margin-top:auto}.account-card{border-top:1px solid var(--line);align-items:center;gap:9px;padding:10px 8px;display:flex}.account-name{color:#c0bdc5;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.sidebar-footer{color:#5f5d65;justify-content:space-between;align-items:center;padding:12px 8px 0;font:9px DM Mono,monospace;display:flex}.sidebar-footer a{color:var(--violet);align-items:center;gap:6px;display:inline-flex}.chat-main{flex-direction:column;flex:1;width:auto;min-width:0;height:100vh;margin:0;display:flex;overflow:hidden}.chat-header{z-index:4;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0b0df0;flex:0 0 68px;justify-content:space-between;align-items:center;height:68px;padding:0 25px;display:flex;position:sticky;top:0}.chat-title-wrap,.chat-header-actions,.header-action,.model-label,.editing-context,.chat-error{align-items:center;display:flex}.chat-title-wrap{gap:10px}.chat-title-wrap h1{letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;max-width:min(45vw,390px);margin:0 0 4px;font-size:14px;font-weight:600;overflow:hidden}.model-label{color:#77757d;gap:5px;font:10px DM Mono,monospace}.online-dot{background:var(--lime);width:6px;height:6px;box-shadow:0 0 8px var(--lime);border-radius:50%}.chat-header-actions{gap:8px}.header-action{border:1px solid var(--line);color:#aaa7b0;background:0 0;border-radius:7px;gap:6px;padding:8px 11px;font-size:11px}.header-action:hover{color:var(--cream);background:var(--surface-raised)}.desktop-sidebar-toggle,.mobile-menu-button{display:none}.thread{flex:1;width:min(100%,820px);min-height:0;margin:0 auto;padding:42px 32px 180px;overflow-y:auto}.chat-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;display:flex}.chat-empty-icon{width:66px;height:66px;color:var(--violet);background:#ae8dff1a;border:1px solid #ae8dff59;border-radius:22px;place-items:center;margin-bottom:20px;display:grid}.chat-empty h2{letter-spacing:-.05em;margin:0 0 10px;font-size:25px}.chat-empty p{color:var(--muted);margin:0;font-size:13px}.prompt-examples{gap:8px;margin-top:25px;display:flex}.prompt-examples button{border:1px solid var(--line);background:var(--surface);color:#aaa7b0;border-radius:7px;align-items:center;gap:7px;padding:9px 11px;font-size:11px;display:inline-flex}.prompt-examples button:hover{color:var(--lime);border-color:#d5ef694d}.thread-loading{color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.message-row{gap:14px;margin-bottom:35px;display:flex}.message-avatar{width:30px;height:30px;color:var(--violet);background:#25232b;border-radius:8px;flex:0 0 30px;place-items:center;margin-top:1px;display:grid}.user-message .message-avatar{color:#d7caff;background:#3a3547;border-radius:50%;font:9px DM Mono,monospace}.message-body{min-width:0;max-width:700px}.message-body>p{color:#e4e0e6;white-space:pre-wrap;margin:5px 0 13px;font-size:14px;line-height:1.65}.message-assets{flex-wrap:wrap;gap:12px;display:flex}.message-asset{border:1px solid var(--line);background:#101014;border-radius:10px;width:min(100%,430px);position:relative;overflow:hidden}.message-asset img{object-fit:contain;width:100%;max-height:520px;display:block}.asset-overlay{opacity:0;gap:6px;transition:opacity .15s;display:flex;position:absolute;bottom:10px;right:10px}.message-asset:hover .asset-overlay{opacity:1}.asset-overlay button{width:31px;height:31px;color:var(--cream);background:#15151add;border:1px solid #ffffff26;border-radius:7px;place-items:center;display:grid}.asset-overlay button:hover{color:var(--lime)}.generating-state,.generating-error{color:var(--violet);align-items:center;gap:8px;margin:8px 0;font-size:12px;display:flex}.generating-error{color:var(--danger)}.message-meta{color:#5f5d65;align-items:center;gap:6px;margin-top:12px;font:9px DM Mono,monospace;display:flex}.message-file-names{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.message-file-names span{color:#a9a1bd;text-overflow:ellipsis;white-space:nowrap;border:1px solid #ae8dff33;border-radius:5px;align-items:center;gap:4px;max-width:260px;padding:4px 7px;font-size:10px;display:inline-flex;overflow:hidden}.message-file-names svg{color:var(--violet);flex:0 0 11px}.assistant-message .message-meta svg{color:var(--lime)}.composer-area{z-index:3;background:linear-gradient(#0000,#0b0b0d 20%);padding:0 max(25px,50vw - 410px);position:fixed;bottom:0;left:270px;right:0}.composer-wrap{width:min(100%,820px);margin:0 auto;padding-top:25px}.composer-wrap.dragging .composer{border-color:var(--lime);background:#1a1d11}.composer{background:#19191d;border:1px solid #38363e;border-radius:13px;align-items:flex-end;gap:8px;padding:9px 10px 9px 13px;display:flex;box-shadow:0 8px 30px #0005}.composer textarea{resize:none;min-height:26px;max-height:88px;color:var(--cream);background:0 0;border:0;outline:0;flex:1;padding:4px 0;font-size:13px;line-height:1.5;transition:height .12s;overflow-y:hidden}.composer textarea:focus{box-shadow:none}.composer textarea::placeholder{color:#77757d}.composer-icon,.send-button{border:0;place-items:center;display:grid}.composer-icon{color:#8b8890;background:0 0;border-radius:7px;flex:0 0 30px;width:30px;height:30px}.composer-icon:hover{color:var(--cream);background:#292830}.send-button{background:var(--lime);color:#16180e;border-radius:8px;flex:0 0 31px;width:31px;height:31px}.send-button:disabled{color:#77757d;background:#34343a}.composer-help,.privacy-note{color:#646169;text-align:center;font:9px DM Mono,monospace}.composer-help{justify-content:space-between;padding:9px 3px 0;display:flex}.privacy-note{margin:8px 0 10px}.attachment-previews{flex-wrap:wrap;gap:8px;display:flex}.attachment-chip,.editing-context,.chat-error{border:1px solid var(--line);background:var(--surface);color:#bcb8c2;border-radius:7px;gap:8px;width:fit-content;margin:0 0 8px;padding:7px 9px;font-size:11px}.attachment-chip{align-items:center;max-width:230px;display:flex}.attachment-chip img{object-fit:cover;border-radius:4px;flex:0 0 28px;width:28px;height:28px}.attachment-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.attachment-chip button,.editing-context button,.chat-error button{color:#85828b;background:0 0;border:0;place-items:center;padding:0;display:grid}.editing-context{color:var(--violet)}.chat-error{width:100%;color:var(--danger);border-color:#ff8e9e4d;justify-content:space-between}.attachment-error{color:var(--danger);margin:0 0 8px;font-size:11px}.turnstile-chat{margin-bottom:8px}.floating-logout,.sidebar-backdrop{display:none}@media (width<=760px){.welcome-card{padding:34px 24px}.brand-large{margin-bottom:55px}.chat-sidebar{transition:left .2s;position:fixed;top:0;bottom:0;left:-285px}.chat-sidebar.sidebar-open{left:0}.sidebar-close{display:inline-grid}.sidebar-backdrop{z-index:4;background:#0009;border:0;display:block;position:fixed;inset:0}.chat-header{z-index:3;flex-basis:60px;height:60px;padding:0 14px;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 24px #0000003d}.mobile-menu-button{display:inline-grid}.header-action{display:none}.thread{padding:88px 16px 180px}.message-row{gap:9px;margin-bottom:28px}.message-body>p{font-size:13px}.composer-area{padding:0 12px;left:0}.composer-help{gap:10px;font-size:8px}}html{scrollbar-color:#3b3942 transparent;scrollbar-width:thin}.chat-app{overscroll-behavior:none}.chat-sidebar,.chat-main{scrollbar-gutter:stable}.thread,.conversation-list{scrollbar-color:#9793a361 transparent;scrollbar-width:thin;overscroll-behavior:contain}.thread::-webkit-scrollbar{width:8px}.conversation-list::-webkit-scrollbar{width:8px}.thread::-webkit-scrollbar-track{background:0 0}.conversation-list::-webkit-scrollbar-track{background:0 0}.thread::-webkit-scrollbar-thumb{background:#9793a361 padding-box padding-box;border:2px solid #0000;border-radius:99px}.conversation-list::-webkit-scrollbar-thumb{background:#9793a361 padding-box padding-box;border:2px solid #0000;border-radius:99px}.thread::-webkit-scrollbar-thumb:hover{background:#d5ef699e padding-box padding-box}.conversation-list::-webkit-scrollbar-thumb:hover{background:#d5ef699e padding-box padding-box}.conversation-list{background:0 0;align-content:start}.conversation-item{border:1px solid #0000;border-radius:8px;min-height:38px;transition:background .15s,border-color .15s}.conversation-item:hover{background:#1c1c20;border-color:#ffffff0a}.conversation-item.selected{background:#242329;border-color:#ffffff0f}.conversation-item>button:first-child{color:#aaa7b0;padding:9px 10px}.conversation-item.selected>button:first-child{color:#f2eff4}.conversation-item>button:first-child svg{color:#77747e;flex:0 0 15px}.conversation-item.selected>button:first-child svg{color:var(--violet)}.conversation-delete{opacity:0;transition:opacity .15s}.conversation-item:hover .conversation-delete,.conversation-item.selected .conversation-delete,.conversation-delete:focus-visible{opacity:1}.tool-row{color:#c4b6e8;text-align:left;background:#ae8dff0f;border:1px solid #ae8dff2e;border-radius:8px;align-items:center;gap:9px;width:100%;margin-bottom:12px;padding:10px 11px;font-size:11px;display:flex}.tool-row:hover,.tool-row:focus-visible{color:#eee8ff;background:#ae8dff1f;border-color:#ae8dff66;outline:none}.sidebar-tools{gap:3px;margin-bottom:14px;display:grid}.sidebar-tools .sidebar-label{padding-bottom:6px}.tool-row{margin:0}.tool-row.selected{color:#f0ebff;background:#ae8dff24;border-color:#ae8dff61}.tool-row svg{color:var(--violet)}.cylinder-tool{scrollbar-color:#9793a361 transparent;scrollbar-width:thin;height:100%;padding:0 max(25px,50vw - 525px);overflow-y:auto}.tool-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0b0df0;justify-content:space-between;align-items:center;min-height:82px;display:flex;position:sticky;top:0}.tool-back{color:var(--muted);background:0 0;border:0;align-items:center;gap:7px;font-size:12px;display:inline-flex}.tool-back:hover{color:var(--cream)}.tool-heading{align-items:center;gap:11px;margin-left:auto;margin-right:auto;display:flex;transform:translate(-36px)}.tool-heading-icon{width:34px;height:34px;color:var(--violet);background:#ae8dff21;border-radius:9px;place-items:center;display:grid}.tool-heading h1{letter-spacing:-.03em;margin:0 0 3px;font-size:15px}.tool-heading span:last-child{color:#77757d;font-size:10px}.cylinder-grid{grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:22px;padding:34px 0 70px;display:grid}.cylinder-form-column,.cylinder-status-column{min-width:0}.tool-intro{margin-bottom:22px}.tool-intro h2{letter-spacing:-.06em;margin:10px 0 8px;font-size:32px}.tool-intro p{max-width:550px;color:var(--muted);margin:0;font-size:13px;line-height:1.6}.cylinder-upload{color:#aca8b2;text-align:center;background:#131316;border:1px dashed #ffffff30;border-radius:11px;place-items:center;min-height:230px;padding:18px;transition:border-color .15s,background .15s;display:grid}.cylinder-upload.dragging{border-color:var(--lime);background:#d5ef690f}.cylinder-upload.has-file{padding:10px;display:block}.upload-icon{width:50px;height:50px;color:var(--violet);background:#ae8dff1a;border-radius:15px;place-items:center;margin:0 auto 12px;display:grid}.cylinder-upload strong,.cylinder-upload span{display:block}.cylinder-upload strong{color:#dedbe3;margin-bottom:6px;font-size:13px}.cylinder-upload>span{color:#77757d;font-size:11px}.upload-button{border:1px solid var(--line);color:var(--cream);border-radius:7px;align-items:center;gap:7px;margin-top:17px;padding:9px 12px;font-size:11px;display:inline-flex}.upload-button:hover{border-color:var(--violet)}.upload-button input{display:none}.cylinder-source-preview{background:#0d0d10;border-radius:7px;height:270px;position:relative;overflow:hidden}.cylinder-source-preview img{object-fit:contain;width:100%;height:100%;display:block}.cylinder-source-preview button{color:#ccc8d1;background:#15151dcc;border:1px solid #ffffff26;border-radius:7px;place-items:center;width:29px;height:29px;display:grid;position:absolute;top:9px;right:9px}.cylinder-source-preview button:hover{color:var(--danger)}.tool-warning{color:#8f8a99;align-items:center;gap:6px;margin:9px 0 20px;font-size:10px;display:flex}.tool-warning svg{color:var(--lime)}.object-description{color:#d1cdd6;margin-bottom:14px;font-size:11px;display:block}.object-description input{margin-top:7px;padding:11px;font-size:12px}.measure-card,.prompt-preview-card,.progress-card,.cylinder-result,.cylinder-empty-result{border:1px solid var(--line);background:var(--surface);border-radius:10px}.measure-card{padding:17px}.measure-card-heading,.measure-card-heading>div,.result-heading,.progress-heading{justify-content:space-between;align-items:center;display:flex}.measure-card-heading>div{justify-content:flex-start;gap:8px}.measure-card-heading svg{color:var(--violet)}.measure-card-heading strong{color:#ddd9e0;font-size:12px}.measure-card-heading>span{color:#6f6c75;font:10px DM Mono,monospace}.preset-row{gap:6px;margin:16px 0;display:flex}.preset-row button{border:1px solid var(--line);color:#918d98;background:0 0;border-radius:6px;flex:1;padding:8px 5px;font-size:10px}.preset-row button.active,.preset-row button:hover{color:var(--lime);background:#d5ef6914;border-color:#d5ef6973}.measure-fields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.measure-fields label{position:relative}.measure-fields input{margin-top:7px;padding:10px 31px 10px 10px;font-size:12px}.measure-fields label>span{color:#716e77;font:10px DM Mono,monospace;position:absolute;bottom:10px;right:10px}.measure-result{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:3px 12px;margin-top:15px;padding-top:13px;display:grid}.measure-result span,.measure-result small{color:#77747d;font-size:10px}.measure-result strong{color:var(--lime);font:500 15px DM Mono,monospace}.measure-result small{grid-column:1/-1}.print-fields{grid-template-columns:1fr 1fr;gap:10px;margin-top:13px;display:grid}.print-fields select,.print-fields input{color:#b2aeb7;width:100%;margin-top:7px;padding:10px;font-size:11px}.print-fields label:last-child{position:relative}.print-fields label:last-child input{padding-right:34px}.print-fields label:last-child span{color:#716e77;font:10px DM Mono,monospace;position:absolute;bottom:10px;right:10px}.print-target{border-top:1px solid var(--line);color:#77747d;align-items:center;gap:7px;margin-top:12px;padding-top:11px;font-size:10px;display:flex}.print-target svg{color:var(--lime)}.print-target strong{color:#c5d97a;font:10px DM Mono,monospace}.quality-select{margin-top:14px;position:relative}.quality-select select{color:#b2aeb7;margin-top:7px;padding:10px;font-size:12px}.quality-select>svg{pointer-events:none;color:#77747d;position:absolute;bottom:11px;right:11px}.repeat-card{border:1px solid var(--line);background:#ae8dff0a;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:13px;display:flex}.repeat-card strong,.repeat-card span{display:block}.repeat-card strong{color:#d5d1da;margin-bottom:4px;font-size:11px}.repeat-card span{color:#77747d;font-size:10px}.repeat-options{gap:5px;display:flex}.repeat-options button{border:1px solid var(--line);color:#97929f;background:0 0;border-radius:6px;min-width:36px;padding:8px 7px;font:10px DM Mono,monospace}.repeat-options button.active,.repeat-options button:hover{color:var(--lime);background:#d5ef6914;border-color:#d5ef6973}.tool-turnstile{margin-top:14px}.tool-cost-note{color:#77747d;margin:10px 0 0;font-size:10px;line-height:1.5}.tool-error{color:var(--danger);margin-top:12px;font-size:11px;line-height:1.4}.cylinder-submit{width:100%;margin-top:16px}.prompt-preview-card{overflow:hidden}.prompt-preview-heading{border-bottom:1px solid var(--line);color:#c4c0c9;justify-content:space-between;align-items:center;padding:13px 15px;font-size:11px;display:flex}.locked-label{color:#6f6b75;text-transform:uppercase;font:9px DM Mono,monospace}.prompt-preview-card pre{color:#96919f;white-space:pre-wrap;max-height:360px;margin:0;padding:15px;font:10px/1.6 DM Mono,monospace;overflow:auto}.progress-card{margin-top:14px;padding:16px}.progress-heading{gap:12px}.progress-heading strong{color:#dcd8e0;font-size:12px}.progress-heading span{color:var(--violet);text-align:right;font-size:10px}.progress-line{background:#2b2930;border-radius:99px;height:3px;margin:16px 0;overflow:hidden}.progress-line>span{border-radius:inherit;background:var(--lime);height:100%;transition:width .3s;display:block}.progress-steps{gap:10px;display:grid}.progress-steps>div{color:#66636c;align-items:center;gap:8px;font-size:10px;display:flex}.progress-steps>div>span{color:#77747d;border:1px solid #37353c;border-radius:50%;place-items:center;width:19px;height:19px;font:9px DM Mono,monospace;display:grid}.progress-steps>div.active{color:var(--violet)}.progress-steps>div.active>span{border-color:var(--violet)}.progress-steps>div.done{color:#a7b77d}.progress-steps>div.done>span{color:var(--lime);background:#d5ef691a;border-color:#d5ef6973}.cylinder-empty-result,.cylinder-result{margin-top:14px;padding:16px}.cylinder-empty-result{color:#84808a;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;display:flex}.cylinder-empty-result>div{width:45px;height:45px;color:var(--violet);background:#ae8dff1a;border-radius:13px;place-items:center;margin-bottom:12px;display:grid}.cylinder-empty-result strong{color:#c4c0c9;margin-bottom:5px;font-size:12px}.cylinder-empty-result span{font-size:10px}.result-heading{margin-bottom:12px}.result-heading strong{color:var(--lime);font-size:13px}.result-heading span{color:#77747d;font:10px DM Mono,monospace}.cylinder-result>img{object-fit:contain;background:#0d0d10;border-radius:7px;width:100%;max-height:350px;margin-bottom:12px;display:block}.result-specs{color:#77747d;margin:-3px 0 12px;font:9px/1.5 DM Mono,monospace}.download-arrow{transform:rotate(135deg)}.gallery-panel{scrollbar-color:#9793a361 transparent;scrollbar-width:thin;height:100%;padding:0 max(25px,50vw - 525px) 70px;overflow-y:auto}.gallery-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0b0df0;justify-content:space-between;align-items:center;min-height:82px;display:flex;position:sticky;top:0}.gallery-heading{align-items:center;gap:11px;margin:0 auto;display:flex;transform:translate(-34px)}.gallery-heading-icon{width:34px;height:34px;color:var(--lime);background:#d5ef691a;border-radius:9px;place-items:center;display:grid}.gallery-heading h1{letter-spacing:-.03em;margin:0 0 3px;font-size:15px}.gallery-heading span:last-child{color:#77757d;font-size:10px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:30px;display:grid}.gallery-item{border:1px solid var(--line);background:var(--surface);border-radius:9px;overflow:hidden}.gallery-image{aspect-ratio:1/.8;background:#101014;position:relative}.gallery-image img{object-fit:cover;width:100%;height:100%;display:block}.gallery-image button{width:31px;height:31px;color:var(--cream);opacity:0;background:#15151dcc;border:1px solid #ffffff29;border-radius:7px;place-items:center;transition:opacity .15s,color .15s;display:grid;position:absolute;bottom:10px;right:10px}.gallery-item:hover .gallery-image button,.gallery-image button:focus-visible{opacity:1}.gallery-image button:hover{color:var(--lime)}.gallery-item-content{padding:13px}.gallery-source{color:var(--violet);text-transform:uppercase;font:9px DM Mono,monospace}.gallery-item-content p{color:#d6d2da;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:7px 0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.gallery-item-content small{color:#6f6c75;text-overflow:ellipsis;white-space:nowrap;font:9px DM Mono,monospace;display:block;overflow:hidden}.gallery-state{color:#8b8792;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:460px;display:flex}.gallery-state strong{color:#d6d2da;font-size:14px}.gallery-state span{font-size:11px}.gallery-subheading{justify-content:space-between;align-items:end;gap:18px;padding-top:30px;display:flex}.gallery-subheading h2{color:#e5e1e8;letter-spacing:-.05em;margin:7px 0 0;font-size:22px}.gallery-subheading>span{color:#77747d;font-size:10px}.cylinder-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:16px 0 30px;display:grid}.cylinder-gallery-card{border:1px solid var(--line);background:var(--surface);min-width:0;color:inherit;text-align:left;border-radius:10px;padding:0;transition:border-color .15s,transform .15s;overflow:hidden}.cylinder-gallery-card:hover{border-color:#ae8dff73;transform:translateY(-2px)}.cylinder-gallery-thumb{aspect-ratio:1/.72;background:#101014;position:relative;overflow:hidden}.cylinder-gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cylinder-gallery-thumb-placeholder{color:#77747d;background:radial-gradient(circle at 50% 42%,#ae8dff24,#0000 35%),#101014;place-content:center;justify-items:center;gap:9px;height:100%;font-size:10px;display:grid}.cylinder-status,.cylinder-stage-count{background:#0b0b0dd1;border-radius:99px;padding:5px 7px;font:9px DM Mono,monospace;position:absolute;top:9px}.cylinder-status{color:var(--lime);left:9px}.cylinder-status.processing,.cylinder-status.finalizing{color:var(--violet)}.cylinder-status.failed{color:var(--danger)}.cylinder-stage-count{color:#aaa6b0;right:9px}.cylinder-gallery-card-body{padding:13px}.cylinder-collection-tag{color:var(--violet);align-items:center;gap:5px;margin-bottom:9px;font:8px/1.4 DM Mono,monospace;display:flex}.cylinder-gallery-card-body strong{color:#e0dce4;font-size:12px}.cylinder-gallery-card-body p{color:#aaa6b0;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:32px;margin:7px 0;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.cylinder-gallery-card-body small{color:#77747d;font-size:9px}.gallery-modal-backdrop{z-index:20;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#000000c7;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.gallery-modal{background:#17171b;border:1px solid #ffffff24;border-radius:12px;width:min(100%,780px);max-height:min(900px,94vh);overflow:auto;box-shadow:0 30px 100px #000b}.gallery-modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.gallery-modal-header h2{color:#e6e2e9;margin:5px 0 0;font-size:14px}.gallery-heavy-warning{color:#a9a4ae;background:#d5ef690d;border:1px solid #d5ef692e;border-radius:7px;flex-direction:column;gap:4px;margin:14px 20px 0;padding:11px 12px;font-size:10px;line-height:1.45;display:flex}.gallery-heavy-warning strong{color:var(--lime);font-size:10px}.gallery-carousel{align-items:center;gap:12px;padding:22px 16px 16px;display:flex}.carousel-slide{flex:1;min-width:0}.carousel-image-wrap{background:#0d0d10;border-radius:8px;place-items:center;min-height:280px;display:grid;position:relative;overflow:hidden}.carousel-image-wrap img{object-fit:contain;width:100%;max-height:54vh;display:block}.carousel-load-prompt{color:#77747d;text-align:center;place-content:center;justify-items:center;gap:9px;min-height:280px;padding:25px;display:grid}.carousel-load-prompt strong{color:#e6e2e9;font-size:13px}.carousel-load-prompt span{max-width:280px;font-size:10px;line-height:1.45}.carousel-load-prompt .primary-button{margin-top:5px;padding:10px 12px;font-size:10px}.carousel-number{color:var(--lime);background:#0b0b0dd9;border-radius:99px;padding:6px 9px;font:10px DM Mono,monospace;position:absolute;top:11px;right:11px}.carousel-arrow{border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--cream);border-radius:50%;flex:0 0 34px;place-items:center;display:grid}.carousel-arrow:hover:not(:disabled){border-color:var(--violet);color:var(--violet)}.carousel-arrow:disabled{cursor:not-allowed;opacity:.3}.carousel-caption{justify-content:space-between;align-items:center;gap:14px;padding:14px 2px 4px;display:flex}.carousel-caption>div>span{color:var(--violet);font:9px DM Mono,monospace}.carousel-caption h3{color:#e6e2e9;margin:5px 0;font-size:14px}.carousel-caption p{color:#77747d;text-overflow:ellipsis;white-space:nowrap;max-width:300px;margin:0;font:9px DM Mono,monospace;overflow:hidden}.carousel-caption .primary-button{flex:none;padding:10px 12px;font-size:11px}.carousel-dots{border-top:1px solid var(--line);flex-wrap:wrap;gap:6px;padding:8px 20px 17px;display:flex}.carousel-dots button{border:1px solid var(--line);color:#77747d;background:0 0;border-radius:6px;align-items:center;gap:5px;padding:6px 8px;font-size:9px;display:inline-flex}.carousel-dots button.active{color:var(--lime);border-color:#d5ef6973}.carousel-dots button span{font-family:DM Mono,monospace}.gallery-modal-prompt{background:#111114;border-radius:7px;margin:0 20px 20px;padding:13px}.gallery-modal-prompt strong{color:#a9a4ae;font-size:10px}.gallery-modal-prompt p{color:#77747d;white-space:pre-wrap;margin:7px 0 0;font:10px/1.5 DM Mono,monospace}@media (width<=850px){.cylinder-grid{grid-template-columns:1fr}.cylinder-status-column{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cylinder-status-column .progress-card,.cylinder-status-column .cylinder-result,.cylinder-status-column .cylinder-empty-result{margin-top:0}.prompt-preview-card{grid-column:1/-1}}@media (width<=600px){.cylinder-tool{padding:0 16px}.tool-header{min-height:70px}.tool-heading{margin-right:0;transform:none}.tool-heading span:last-child,.tool-back{font-size:9px}.tool-back{max-width:80px}.tool-intro h2{font-size:28px}.cylinder-status-column{display:block}.gallery-panel{padding:0 16px 50px}.gallery-header{min-height:70px}.gallery-heading{margin-right:0;transform:none}.gallery-heading span:last-child{display:none}.gallery-grid{grid-template-columns:1fr}.cylinder-status-column .progress-card,.cylinder-status-column .cylinder-result,.cylinder-status-column .cylinder-empty-result{margin-top:14px}}@media (width<=850px){.cylinder-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.gallery-subheading{display:block}.gallery-subheading>span{margin-top:8px;display:block}.cylinder-gallery-grid{grid-template-columns:1fr}.gallery-modal-backdrop{padding:10px}.gallery-carousel{gap:5px;padding:14px 8px 10px}.carousel-caption{display:block}.carousel-caption .primary-button{width:100%;margin-top:13px}.carousel-arrow{flex-basis:29px;width:29px;height:29px}}
