*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0b1020;color:#e8edf7;font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.centered,.page{min-height:100vh}.centered{display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:440px;background:#141a2e;border:1px solid #25304f;border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.35)}.title{margin:0 0 10px;font-size:28px;font-weight:700}.subtitle{margin:0 0 20px;color:#9fafcf;font-size:14px}.label{display:block;margin:12px 0 6px;color:#b9c4df;font-size:14px}.input,.select,.textarea{width:100%;border:1px solid #304067;background:#0f1528;color:#fff;border-radius:12px;padding:12px 14px;outline:none}.textarea{min-height:90px;resize:vertical}.row{gap:10px}.row,.space-between{display:flex;align-items:center}.space-between{justify-content:space-between}.btn{border:0;border-radius:12px;padding:12px 16px;cursor:pointer;background:#3b82f6;color:#fff;font-weight:600}.btn.secondary{background:#1e293b;color:#e5ecfb;border:1px solid #32415f}.btn.danger{background:#dc2626}.btn.full{width:100%}.error{color:#ff9d9d}.error,.success{margin-top:12px;font-size:14px}.success{color:#9ff2bc}.chat-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid #25304f;background:#0f1528;padding:16px}.main{display:flex;flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.sidebar-title{font-size:20px;font-weight:700;margin-bottom:12px}.chat-list{display:flex;flex-direction:column;gap:8px}.chat-item{padding:12px;border-radius:12px;background:#141a2e;border:1px solid #25304f;cursor:pointer}.chat-item.active{border-color:#4b72ff;background:#17203a}.topbar{padding:14px 18px;border-bottom:1px solid #25304f;background:#0f1528;flex-shrink:0}.messages{flex:1 1;padding:18px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.msg{max-width:900px;border-radius:16px;padding:14px 16px;border:1px solid #273252;background:#12192d;white-space:pre-wrap;line-height:1.5}.msg.user{align-self:flex-end;background:#16325f;border-color:#29508c}.msg.assistant{align-self:flex-start}.composer{border-top:1px solid #25304f;padding:14px 18px;background:#0f1528;flex-shrink:0}.composer-row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:10px;gap:10px;align-items:end}.code-block{margin-top:10px;border:1px solid #31415f;border-radius:12px;overflow:hidden;background:#0a0f1d}.code-head{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#121a31;border-bottom:1px solid #24314f;font-size:13px;color:#b7c3e2}.code-pre{margin:0;padding:12px;overflow-x:auto;font-size:13px;line-height:1.45}.modal-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.72);display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:100%;max-width:520px;background:#141a2e;border:1px solid #2b385b;border-radius:18px;padding:20px}.small{font-size:13px;color:#9fafcf}.lang-switch{display:flex;gap:8px}.hidden-input{display:none}.history-box{border:1px solid #2c395c;border-radius:14px;padding:14px;margin-bottom:14px;background:#11182c}.mobile-menu-button{display:none}.upgrade-page{min-height:100vh;padding:24px;background:linear-gradient(180deg,#0b1020,#0d1428)}.upgrade-wrap{max-width:1180px;margin:0 auto}.upgrade-hero{text-align:center;margin-bottom:28px}.upgrade-hero h1{margin:0 0 10px;font-size:34px}.upgrade-hero p{margin:0;color:#a8b5d6}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.plan-card{position:relative;background:#141a2e;border:1px solid #29375d;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(0,0,0,.28)}.plan-card.highlight{border-color:#4f7cff;box-shadow:0 12px 40px rgba(79,124,255,.18)}.plan-badge{display:inline-block;margin-bottom:12px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#243458;color:#d8e3ff}.plan-title{font-size:24px;font-weight:700;margin-bottom:8px}.plan-price{font-size:38px;font-weight:800;margin-bottom:8px}.plan-price small{font-size:18px;color:#9fafcf}.plan-subtitle{color:#9fafcf;min-height:40px;margin-bottom:16px}.plan-saving{margin-bottom:16px;color:#8be2ab;font-weight:700}.plan-list{margin:0 0 20px;padding-left:18px;color:#d9e2f8}.plan-list li{margin-bottom:8px}.upgrade-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.info-banner{border:1px solid #32456f;background:#13203b;color:#dce8ff;border-radius:14px;padding:14px 16px;margin-bottom:20px}.cta-stack{display:flex;flex-direction:column;gap:10px}@media (max-width:900px){.chat-layout{grid-template-columns:1fr}.sidebar{display:none}.main{height:auto;min-height:100vh}.mobile-menu-button{display:inline-block}.plan-grid{grid-template-columns:1fr}.upgrade-page{padding:18px}.upgrade-hero h1{font-size:28px}.upgrade-topbar{flex-direction:column;align-items:stretch}}