@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700&display=swap");
:root{--ink:#14221c;--muted:#6e7c74;--green:#356a54;--mint:#e2eee8;--paper:#f6f8f5;--line:#dfe6e1;--white:#fff;--danger:#a54444}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,"Noto Sans SC",sans-serif}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.03em}.brand span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--ink);color:white}.btn{border:0;background:var(--ink);color:#fff;padding:12px 20px;border-radius:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:18px;transition:.25s cubic-bezier(.2,.8,.2,1)}.btn:hover{transform:translateY(-2px);background:var(--green)}.btn.ghost{background:white;color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.btn.large{padding:16px 22px}.btn.wide{width:100%}.landing{min-height:100vh;background:radial-gradient(circle at 75% 20%,#e0efe7,transparent 30%),var(--paper)}.nav{height:84px;max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.nav>div{display:flex;align-items:center;gap:20px}.navlink{font-size:14px}.hero{max-width:1180px;margin:auto;padding:100px 24px 80px}.eyebrow,.work-head small,.admin-main header small,.card-title small{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.18em}.hero h1{font-size:clamp(52px,8vw,96px);line-height:.95;letter-spacing:-.075em;margin:24px 0}.hero h1 em{font-style:normal;color:var(--green)}.hero>p{font-size:19px;line-height:1.75;color:var(--muted);max-width:660px}.hero-actions{display:flex;gap:12px;margin:34px 0 70px}.hero-panel{border-radius:28px;padding:10px;background:#dce5df;box-shadow:0 35px 80px rgba(34,67,51,.15)}.panel-top{height:42px;background:#f8faf8;border-radius:20px 20px 0 0;display:flex;align-items:center;gap:7px;padding:0 16px}.panel-top i{width:8px;height:8px;border-radius:50%;background:#cbd5cf}.panel-top span{font-size:11px;color:var(--muted);margin-left:8px}.demo-grid{min-height:410px;background:white;border-radius:0 0 20px 20px;display:grid;grid-template-columns:220px 1fr;overflow:hidden}.demo-grid aside{background:#f0f5f1;padding:35px 24px;display:flex;flex-direction:column;gap:12px}.demo-grid aside b{margin-bottom:20px}.demo-grid aside span{padding:11px 13px;font-size:13px;border-radius:10px;color:var(--muted)}.demo-grid aside .active{background:white;color:var(--ink);font-weight:700}.demo-grid article{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px}.demo-grid article small{color:var(--muted)}.demo-grid article h3{font-size:34px;letter-spacing:-.04em}.demo-input{width:min(620px,100%);padding:18px 18px 18px 22px;border-radius:18px;background:#f4f7f5;color:#8b9890;display:flex;justify-content:space-between}.demo-input button{border:0;width:34px;height:34px;border-radius:11px;background:var(--ink);color:white}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.chips span{font-size:11px;padding:8px 12px;border:1px solid var(--line);border-radius:20px;color:var(--muted)}.features{max-width:1180px;margin:auto;padding:40px 24px 120px;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.features article{border-top:1px solid var(--line);padding-top:24px}.features small{color:var(--green)}.features h2{font-size:25px}.features p{color:var(--muted);line-height:1.7}.auth{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#dfece4,transparent 34%);padding:30px}.auth>.brand{position:absolute;top:30px;left:40px}.auth-card{width:min(440px,100%);background:white;border-radius:28px;padding:42px;box-shadow:0 25px 70px rgba(31,56,44,.1)}.auth-card h1{font-size:32px;letter-spacing:-.045em;margin:13px 0 8px}.auth-card>p{color:var(--muted);margin:0 0 28px}.auth-card form{display:grid;gap:17px}.auth-card label,.creation-card>label,.stack-form label{font-size:13px;font-weight:700;display:grid;gap:8px}.auth-card input,.redeem-card input,.inline-form input,.stack-form input{border:1px solid var(--line);border-radius:13px;padding:14px;background:#fafcfb;outline:none}.auth-card input:focus,.redeem-card input:focus,.stack-form input:focus{border-color:#7ca58f}.alert{background:#fbecec;color:var(--danger);padding:12px;border-radius:12px;margin-bottom:17px;font-size:13px}.auth-switch{text-align:center;color:var(--muted);font-size:13px;margin-top:24px}.auth-switch a{color:var(--green);font-weight:700}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:240px;background:#edf2ee;padding:25px 18px;display:flex;flex-direction:column}.sidebar .brand{padding:0 10px 27px}.sidebar nav{display:grid;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:13px;padding:12px 15px;border-radius:12px;color:#68766e;font-size:14px}.sidebar nav a.active{background:white;color:var(--ink);font-weight:700;box-shadow:0 8px 20px rgba(40,70,54,.06)}.sidebar-bottom{margin-top:auto}.credit-card{background:var(--ink);color:white;border-radius:18px;padding:18px;margin-bottom:15px}.credit-card small{color:#a9b9b0}.credit-card strong{display:block;font-size:28px;margin:5px 0}.credit-card a{font-size:11px;color:#bddbcc}.admin-link,.logout{display:block;width:100%;font-size:12px;text-align:left;padding:9px 10px;border:0;background:none;color:var(--muted);cursor:pointer}.workspace{grid-column:2;padding:35px 42px;min-width:0}.work-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:30px}.work-head h1,.admin-main h1{font-size:34px;letter-spacing:-.05em;margin:5px 0 0}.model-pill{padding:9px 13px;background:white;border:1px solid var(--line);border-radius:20px;color:var(--muted);font-size:12px}.model-select{display:flex;align-items:center;gap:8px;padding:7px 10px 7px 14px;background:white;border:1px solid var(--line);border-radius:16px;color:var(--muted);font-size:11px}.model-select select{border:0;background:#eef4f0;color:var(--ink);font-weight:700;padding:7px 10px;border-radius:10px;outline:none}.model-select small{color:var(--green)}.chat-layout{height:calc(100vh - 140px);display:grid;grid-template-columns:220px 1fr;background:white;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(38,63,50,.07)}.thread-list{border-right:1px solid var(--line);padding:17px;overflow:auto}.thread-list button{width:100%;padding:12px;border:0;background:var(--mint);color:var(--green);border-radius:11px;font-weight:700;cursor:pointer;margin-bottom:15px}.thread-list a{display:block;padding:10px;border-radius:9px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-list a:hover{background:#f3f6f4}.thread-list p{font-size:12px;color:var(--muted);text-align:center}.chat-stage{min-width:0;display:flex;flex-direction:column}.messages{flex:1;overflow:auto;padding:35px max(25px,8%)}.empty-chat{text-align:center;margin-top:15vh}.empty-chat span,.result-card>div>span{display:grid;place-items:center;margin:auto;width:50px;height:50px;border-radius:18px;background:var(--mint);color:var(--green);font-size:22px}.empty-chat h2{font-size:28px;margin:20px 0 8px}.empty-chat p,.result-card p{color:var(--muted)}.message{max-width:780px;margin:0 auto 20px;line-height:1.75;white-space:pre-wrap}.message.user{background:#eaf2ed;padding:14px 18px;border-radius:17px 17px 4px 17px;margin-left:auto;width:fit-content;max-width:78%}.message.assistant{padding:5px 0}.composer{margin:15px max(20px,7%) 25px;border:1px solid var(--line);border-radius:18px;padding:10px;display:flex;background:#fafcfb}.composer textarea{flex:1;border:0;background:transparent;padding:9px;resize:none;min-height:44px;outline:none}.composer button{align-self:end;border:0;width:40px;height:40px;border-radius:13px;background:var(--ink);color:white;font-size:18px;cursor:pointer}.image-grid{display:grid;grid-template-columns:minmax(370px,520px) 1fr;gap:25px}.creation-card,.result-card,.table-card,.redeem-card,.balance-hero,.admin-card{background:white;border-radius:24px;padding:28px;box-shadow:0 12px 35px rgba(38,63,50,.06)}.creation-card{display:grid;gap:25px}.creation-card textarea{min-height:180px;border:1px solid var(--line);border-radius:15px;background:#fafcfb;padding:15px;resize:vertical;outline:none}.option-row{display:flex;gap:8px}.option-row button{flex:1;padding:12px 8px;border:1px solid var(--line);background:white;border-radius:12px;cursor:pointer}.option-row button.selected{background:var(--mint);border-color:#9ebcab;color:var(--green);font-weight:700}.quality button{display:grid;gap:3px}.quality small{font-size:9px;color:var(--muted)}.result-card{min-height:590px;display:grid;place-items:center;text-align:center;overflow:hidden}.result-card img{max-width:100%;max-height:75vh;border-radius:16px}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.asset-grid article{background:white;border-radius:20px;overflow:hidden}.asset-grid img{width:100%;aspect-ratio:1;object-fit:cover}.asset-grid article div{padding:15px;display:grid;gap:8px}.asset-grid small{color:var(--muted)}.asset-grid a{color:var(--green);font-size:12px;font-weight:700}.empty-state{grid-column:1/-1;padding:80px;text-align:center;color:var(--muted)}.credits-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:20px;margin-bottom:20px}.balance-hero{background:var(--ink);color:white}.balance-hero strong{display:block;font-size:54px;margin:8px 0}.balance-hero p{color:#aabdB2}.redeem-card form{display:flex;gap:10px;margin-top:20px}.redeem-card input{flex:1}.table-card h2{margin-top:0}table{width:100%;border-collapse:collapse;font-size:12px}th{text-align:left;color:var(--muted);font-weight:600;padding:12px;border-bottom:1px solid var(--line)}td{padding:13px 12px;border-bottom:1px solid #edf1ee}td.plus{color:var(--green);font-weight:800}.admin-shell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.admin-side{position:fixed;width:230px;inset:0 auto 0 0;background:#17231d;color:white;padding:25px 18px;display:flex;flex-direction:column}.admin-side .brand{margin-bottom:35px}.admin-side .brand span{background:#ddecE4;color:var(--ink)}.admin-side nav{display:grid;gap:5px}.admin-side nav a{padding:11px 13px;color:#91a39a;border-radius:10px;font-size:13px}.admin-side nav a.active,.admin-side nav a:hover{background:#25362d;color:white}.admin-side .back{margin-top:auto;color:#9cb0a5;font-size:12px;padding:10px}.admin-main{grid-column:2;padding:35px 42px}.admin-main>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.admin-user{font-size:12px;background:white;padding:10px 14px;border-radius:20px;border:1px solid var(--line)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.stat-grid article{background:white;border-radius:18px;padding:20px}.stat-grid small{color:var(--muted)}.stat-grid strong{font-size:30px;display:block;margin:9px 0}.stat-grid span{font-size:10px;color:#90a097}.admin-card{margin-bottom:20px;overflow:auto}.card-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.card-title h2{margin:4px 0 0;font-size:20px}.admin-card td b,.admin-card td small{display:block}.admin-card td small{color:var(--muted);margin-top:3px}.tag,.status{display:inline-block;border-radius:20px;padding:4px 8px;background:#edf3ef;color:var(--green);font-size:10px}.status.failed{background:#fbecec;color:#a54444}.inline-form{display:flex;gap:5px}.inline-form input{padding:7px;width:80px}.inline-form input[name=reason]{width:105px}.inline-form button{border:0;border-radius:8px;background:var(--ink);color:white}.admin-two{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stack-form{display:grid;gap:14px}.codes textarea{width:100%;min-height:240px;border:1px solid var(--line);padding:14px;border-radius:12px;margin-bottom:15px}.button-spinner{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.35);border-top-color:white;border-radius:50%;animation:studio-spin .75s linear infinite}.image-submit.is-loading .button-spinner{display:block}.image-submit:disabled{cursor:not-allowed;opacity:.78;transform:none}.result-spinner{display:block;width:48px;height:48px;margin:0 auto 18px;border:4px solid #d6e6dd;border-top-color:var(--green);border-radius:50%;animation:studio-spin .9s linear infinite}@keyframes studio-spin{to{transform:rotate(360deg)}}
.prompt-optimize-entry{border:1px solid #c9ded2;background:linear-gradient(135deg,#f1f8f4,#e4f0e9);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink);cursor:pointer}.prompt-optimize-entry>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--green);color:white}.prompt-optimize-entry div{display:grid;gap:3px;flex:1}.prompt-optimize-entry small{color:var(--muted);font-weight:500}.prompt-optimize-entry i{font-style:normal;font-size:20px}.prompt-lab-shell{min-height:100vh;background:radial-gradient(circle at 75% 10%,#dcece3,transparent 32%),var(--paper)}.prompt-lab-head{max-width:1050px;margin:auto;padding:35px 24px 25px;display:grid;grid-template-columns:180px 1fr 150px;align-items:center}.prompt-lab-head>a{font-size:12px;color:var(--muted)}.prompt-lab-head h1{font-size:30px;letter-spacing:-.04em;margin:5px 0}.prompt-lab-head small{color:var(--green);font-weight:800;letter-spacing:.15em}.prompt-count{justify-self:end;background:white;border:1px solid var(--line);padding:11px 15px;border-radius:15px;font-size:12px}.prompt-count strong{font-size:18px;color:var(--green)}.prompt-lab-main{max-width:880px;height:calc(100vh - 135px);margin:auto;padding:0 24px 28px;display:flex;flex-direction:column}.prompt-messages{flex:1;overflow:auto;background:white;border-radius:25px;padding:30px;box-shadow:0 16px 45px rgba(38,63,50,.07)}.prompt-message{max-width:760px;margin-bottom:22px}.prompt-message small{display:block;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;margin-bottom:7px}.prompt-message>div{line-height:1.75;white-space:pre-wrap}.prompt-message.user{margin-left:auto;background:#e8f1ec;padding:15px 18px;border-radius:18px 18px 5px 18px}.prompt-message.assistant{border-left:3px solid #8db49f;padding-left:17px}.prompt-message button{border:0;background:var(--mint);color:var(--green);padding:8px 12px;border-radius:10px;font-weight:700;margin-top:12px;cursor:pointer}.prompt-lab-composer{display:flex;gap:10px;background:white;border:1px solid var(--line);border-radius:20px;padding:10px;margin-top:14px}.prompt-lab-composer textarea{flex:1;min-height:65px;border:0;resize:none;padding:10px;outline:none}.prompt-lab-composer button{border:0;border-radius:14px;background:var(--ink);color:white;padding:0 20px;font-weight:700;cursor:pointer}
@media(max-width:900px){.features{grid-template-columns:1fr}.demo-grid{grid-template-columns:1fr}.demo-grid aside{display:none}.app-shell{grid-template-columns:72px 1fr}.sidebar{width:72px;padding:20px 10px}.sidebar .brand{font-size:0}.sidebar .brand span{font-size:14px}.sidebar nav a{justify-content:center}.sidebar nav a span,.credit-card small,.credit-card a,.admin-link,.logout{display:none}.credit-card{padding:12px;text-align:center}.credit-card strong{font-size:15px}.workspace{padding:25px 18px}.chat-layout{grid-template-columns:1fr}.thread-list{display:none}.image-grid,.credits-grid,.admin-two{grid-template-columns:1fr}.admin-shell{grid-template-columns:1fr}.admin-side{display:none}.admin-main{grid-column:1;padding:24px 15px}.stat-grid{grid-template-columns:1fr 1fr}.hero{padding-top:60px}.demo-grid article{padding:30px 18px}.option-row{flex-wrap:wrap}.option-row button{min-width:70px}}
.admin-section{scroll-margin-top:24px}.admin-search{width:320px;display:flex;align-items:center;gap:8px;background:#f6f8f6;border:1px solid var(--line);border-radius:13px;padding:7px 10px}.admin-search span{color:var(--green);font-size:18px}.admin-search input{flex:1;min-width:0;border:0;background:transparent;outline:none;font-size:12px}.admin-search kbd{font:600 10px Manrope;padding:3px 6px;border:1px solid #d7dfda;border-radius:6px;background:white;color:var(--muted)}.search-status{font-size:11px;color:var(--muted);margin:-8px 0 10px}.admin-empty{text-align:center;padding:34px;color:var(--muted)}.task-filter{display:flex;gap:5px;background:#f1f5f2;padding:4px;border-radius:12px}.task-filter button{border:0;background:transparent;padding:7px 11px;border-radius:9px;color:var(--muted);font-size:11px;cursor:pointer}.task-filter button.active{background:white;color:var(--ink);font-weight:700;box-shadow:0 3px 10px rgba(30,55,42,.08)}.admin-side nav a.active{background:#e8f1ec;color:#fff}.admin-side nav a.active{background:#2a4034;color:white}@media(max-width:900px){.admin-search{width:100%}.card-title{align-items:flex-start;gap:12px;flex-direction:column}.task-filter{overflow:auto;max-width:100%}}
.generated-image-frame{width:min(100%,680px);max-height:70vh;display:flex;align-items:center;justify-content:center;margin:auto;background:#eef3ef;border-radius:18px;overflow:hidden}.generated-image-frame img{display:block;width:100%;height:100%;object-fit:contain}.generated-image-frame.ratio-1-1{aspect-ratio:1/1}.generated-image-frame.ratio-16-9{aspect-ratio:16/9}.generated-image-frame.ratio-9-16{aspect-ratio:9/16;width:min(100%,390px)}.generated-image-frame.ratio-4-3{aspect-ratio:4/3}.generated-image-frame.ratio-3-4{aspect-ratio:3/4;width:min(100%,520px)}.result-meta{margin-top:12px;color:var(--muted);font-size:11px;text-align:center}
.asset-preview-trigger{position:relative;width:100%;display:block;border:0;padding:0;background:#edf2ef;cursor:zoom-in;overflow:hidden}.asset-preview-trigger img{display:block;width:100%;aspect-ratio:1;object-fit:cover;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.asset-preview-trigger span{position:absolute;left:50%;bottom:14px;transform:translate(-50%,8px);padding:8px 13px;border-radius:20px;background:rgba(20,34,28,.82);color:white;font-size:11px;opacity:0;transition:.25s cubic-bezier(.2,.8,.2,1)}.asset-preview-trigger:hover img{transform:scale(1.025)}.asset-preview-trigger:hover span,.asset-preview-trigger:focus-visible span{opacity:1;transform:translate(-50%,0)}body.lightbox-open{overflow:hidden}.asset-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .18s cubic-bezier(.2,.8,.2,1)}.asset-lightbox[hidden]{display:none}.asset-lightbox.open{opacity:1}.lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(10,18,14,.72);backdrop-filter:blur(9px);cursor:zoom-out}.lightbox-panel{position:relative;width:min(1040px,96vw);height:min(88vh,850px);display:grid;grid-template-rows:auto 1fr auto;background:#f7faf8;border-radius:26px;overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.32);transform:translateY(15px) scale(.985);transition:transform .25s cubic-bezier(.2,.8,.2,1)}.asset-lightbox.open .lightbox-panel{transform:none}.lightbox-panel header,.lightbox-panel footer{display:flex;align-items:center;justify-content:space-between;padding:17px 20px;background:white}.lightbox-panel header small{color:var(--green);font-weight:800;letter-spacing:.12em}.lightbox-panel header h2{font-size:15px;max-width:720px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:4px 0 0}.lightbox-panel header>button{width:38px;height:38px;border:0;border-radius:12px;background:#edf2ef;color:var(--ink);font-size:24px;cursor:pointer}.lightbox-stage{min-height:0;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#e8eeea,#f5f7f5)}.lightbox-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain;border-radius:12px;box-shadow:0 15px 45px rgba(20,40,30,.16)}.lightbox-panel footer{justify-content:flex-end;gap:10px}@media(max-width:700px){.asset-lightbox{padding:0}.lightbox-panel{width:100vw;height:100dvh;border-radius:0}.lightbox-panel header h2{max-width:65vw}.lightbox-stage{padding:10px}.asset-preview-trigger span{opacity:1;transform:translate(-50%,0)}}

.stack-form select{border:1px solid var(--line);border-radius:13px;padding:14px;background:#fafcfb;outline:none}.pricing-list{display:grid;gap:7px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.pricing-list>div{display:flex;align-items:center;justify-content:space-between;padding:9px 3px}.pricing-list span{display:grid;gap:2px}.pricing-list small{color:var(--muted);font-size:10px}.pricing-list strong{font-size:11px;color:var(--green);background:var(--mint);padding:6px 9px;border-radius:9px}

.image-mode-tabs{display:inline-flex;gap:5px;padding:5px;background:#e9efeb;border-radius:14px;margin-bottom:18px}.image-mode-tabs button{border:0;background:transparent;padding:10px 16px;border-radius:10px;color:var(--muted);font-weight:700;cursor:pointer}.image-mode-tabs button.active{background:white;color:var(--ink);box-shadow:0 5px 15px rgba(30,55,42,.08)}.edit-upload-zone{border:1px dashed #a9c1b3;border-radius:18px;padding:12px;background:#f5f9f6}.edit-upload-zone.dragging{border-color:var(--green);background:#e8f2ec}.edit-upload-zone[hidden]{display:none}.edit-upload-zone>button{width:100%;min-height:150px;border:0;background:transparent;display:grid;place-items:center;align-content:center;gap:7px;color:var(--ink);cursor:pointer}.edit-upload-zone>button span{font-size:28px;color:var(--green)}.edit-upload-zone>button small{color:var(--muted);font-weight:500}.edit-image-preview{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:center}.edit-image-preview[hidden]{display:none}.edit-image-preview img{width:120px;height:120px;object-fit:cover;border-radius:13px}.edit-image-preview>div{display:grid;gap:10px;min-width:0}.edit-image-preview b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-image-preview button{width:max-content;border:0;background:var(--mint);color:var(--green);border-radius:9px;padding:7px 10px;cursor:pointer}@media(max-width:600px){.image-mode-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.image-mode-tabs button{padding:10px 7px}.edit-image-preview{grid-template-columns:88px 1fr}.edit-image-preview img{width:88px;height:88px}}

.topup-banner{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:20px;padding:24px 26px;border-radius:22px;background:linear-gradient(125deg,#17372a,#2d7254);color:white;box-shadow:0 18px 45px rgba(30,79,56,.2);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1)}.topup-banner:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:15%;top:-180px;background:rgba(255,255,255,.1)}.topup-banner:hover{transform:translateY(-2px);box-shadow:0 23px 55px rgba(30,79,56,.27)}.topup-icon{position:relative;display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#d8f0e2;color:#204c38;font-size:26px;font-weight:800;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}.topup-banner>div:nth-child(2){position:relative}.topup-banner small{color:#a9d8c0;font-size:10px;font-weight:800;letter-spacing:.16em}.topup-banner h2{margin:5px 0;font-size:23px;letter-spacing:-.025em}.topup-banner p{margin:0;color:#c6dfd2;font-size:12px}.topup-banner>span{position:relative;display:flex;align-items:center;gap:15px;padding:13px 16px;border-radius:13px;background:white;color:#234c39;font-size:13px;font-weight:800}.topup-banner>span b{font-size:18px}@media(max-width:700px){.topup-banner{grid-template-columns:auto 1fr;padding:19px;gap:13px}.topup-icon{width:48px;height:48px;border-radius:15px}.topup-banner h2{font-size:18px}.topup-banner p{font-size:11px;line-height:1.5}.topup-banner>span{grid-column:1/-1;justify-content:center;width:100%}}

.composer-actions{align-self:flex-end;display:flex;align-items:center;gap:7px}.composer-actions>button{align-self:auto}.chat-stop{width:auto!important;padding:0 14px!important;background:#f2e6e6!important;color:#a33!important;font-size:12px!important}.message{position:relative}.message .edit-message{border:0;background:transparent;color:var(--muted);font-size:10px;padding:5px 0;cursor:pointer;opacity:0;transition:opacity .18s}.message.user:hover .edit-message,.message.user:focus-within .edit-message{opacity:1}.message-content{white-space:pre-wrap}.thread-list a.active{background:#e7f0eb;color:var(--green);font-weight:700}@media(max-width:700px){.message .edit-message{opacity:1}.composer{margin-left:0;margin-right:0}.composer textarea{font-size:16px}.composer-actions{flex-direction:column-reverse}.chat-stop{height:34px!important}}
