@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Noto+Nastaliq+Urdu:wght@500;700&display=swap";:root{--bg: #ecf7ee;--panel: #ffffff;--ink: #0a3640;--muted: #3e666f;--line: #bde2d2;--brand-a: #1ac48e;--brand-b: #0f8dad;--accent: #f7cb35;--danger: #ba2f2f;--shadow: 0 18px 40px rgba(12, 78, 94, .16)}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,sans-serif;color:var(--ink);background:radial-gradient(circle at 10% 20%,#f8ffeb 0%,var(--bg) 50%,#d8f1f4 100%);min-height:100vh}.page{position:relative;min-height:100vh;padding:1.2rem}.aurora{position:absolute;inset:0;pointer-events:none;background:radial-gradient(40rem 20rem at 8% 8%,rgba(66,218,126,.2),transparent),radial-gradient(34rem 18rem at 90% 0%,rgba(19,154,184,.18),transparent),radial-gradient(25rem 14rem at 78% 90%,rgba(247,203,53,.14),transparent)}.topbar{position:relative;z-index:40;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;width:100%;max-width:1320px;margin-left:auto;margin-right:auto}.layout{position:relative;z-index:1;width:100%;max-width:1320px;margin-left:auto;margin-right:auto}.topbar-right{display:flex;align-items:center;gap:.7rem}.top-signin-btn{width:auto;margin:0;padding:.48rem .9rem;border-radius:999px}.brand{display:flex;align-items:center;gap:.8rem}.brand-logo{width:56px;height:56px;border-radius:14px;box-shadow:var(--shadow);background:#fff}.brand h1{margin:0;letter-spacing:.03em}.brand p{margin:0;color:var(--muted)}.status{background:linear-gradient(95deg,var(--brand-a),var(--brand-b));color:#fff;font-weight:700;padding:.5rem .8rem;border-radius:999px}.layout{display:grid;gap:1rem;grid-template-columns:1.1fr 2fr 1fr}.layout.auth-only{grid-template-columns:minmax(320px,520px) minmax(420px,920px);align-items:start}.layout.auth-only.login-only,.layout.auth-only.guest-only,.layout.auth-only.landing-only{grid-template-columns:1fr}.layout.auth-only.login-only .auth-panel{width:100%;max-width:560px;margin:0 auto}.layout.auth-only.guest-only .chat-panel{width:100%;max-width:1080px;margin:0 auto}.layout.auth-only.landing-only .landing-panel{width:100%;max-width:1120px;margin:0 auto;padding:clamp(1rem,2.5vw,1.8rem);background:linear-gradient(130deg,#ffffffed,#f0fcf7ed),radial-gradient(circle at top right,rgba(26,196,142,.12),transparent 40%)}.landing-kicker{display:inline-flex;align-items:center;border-radius:999px;background:#0f8dad1f;color:#0e6077;border:1px solid rgba(15,141,173,.2);padding:.24rem .7rem;margin-bottom:.65rem;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.landing-panel h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 .6rem;letter-spacing:.01em;max-width:18ch}.landing-sub{margin:0;font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.6;color:var(--muted);max-width:70ch}.landing-grid{margin-top:1.15rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.landing-card{border:1px solid var(--line);background:#ffffffc7;border-radius:14px;padding:.8rem}.landing-card h3{margin:0 0 .4rem;font-size:1rem}.landing-card p{margin:0;font-size:.92rem;color:var(--muted);line-height:1.45}.landing-proof{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.5rem}.landing-proof span{display:inline-flex;align-items:center;gap:.35rem;background:#ecf8f2;border:1px solid var(--line);color:#184f5d;border-radius:999px;padding:.34rem .62rem;font-size:.82rem;font-weight:600}.landing-cta{margin-top:1.15rem;display:grid;grid-template-columns:repeat(2,minmax(160px,220px));gap:.7rem}.landing-btn{margin:0;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.landing-btn-primary{background:linear-gradient(95deg,var(--brand-b),var(--brand-a));color:#fff}.landing-btn-secondary{background:#e6f7ee;color:var(--ink);border:1px solid var(--line)}.landing-meta{margin-top:1.2rem;padding-top:.8rem;border-top:1px dashed var(--line);color:var(--muted)}.landing-meta p{margin:.25rem 0;color:var(--muted);font-size:.92rem}.landing-meta a{color:var(--brand-b);text-decoration:none}.landing-meta a:hover{text-decoration:underline}.layout.signed-in{grid-template-columns:1fr 2.2fr}.panel{background:var(--panel);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.panel h2{margin-top:0}input,textarea,select,button{width:100%;font:inherit;border-radius:12px;border:1px solid var(--line);padding:.58rem .72rem;margin-bottom:.6rem}textarea{resize:vertical}button{background:linear-gradient(95deg,var(--brand-b),var(--brand-a));color:#fff;font-weight:700;border:none;cursor:pointer;transition:transform .12s ease}button:hover{transform:translateY(-1px)}button:disabled{opacity:.6;cursor:not-allowed}button.danger{background:linear-gradient(95deg,#b54242,var(--danger))}.field-row{display:flex;gap:.5rem}.avatar-btn{width:42px;height:42px;margin:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;box-shadow:var(--shadow)}.history-toggle-btn{display:none;width:42px;height:42px;margin:0;border-radius:999px;align-items:center;justify-content:center;padding:0;font-size:1.05rem;box-shadow:var(--shadow)}.profile-menu{position:relative}.profile-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:320px;max-width:min(92vw,320px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:.75rem;z-index:1000}.profile-dropdown .identity{margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px dashed var(--line)}.profile-dropdown .id-line{font-weight:700;font-size:.92rem;word-break:break-all}.profile-dropdown .id-sub{color:var(--muted);font-size:.86rem}.pill{margin:0;background:#e4f7ea;color:var(--ink)}.pill.active{background:linear-gradient(95deg,var(--brand-b),var(--brand-a));color:#fff}.profile-card{margin-top:.5rem;font-size:.92rem;padding:.6rem;border:1px dashed var(--line);border-radius:10px;color:var(--muted)}.messages{max-height:52vh;overflow:auto;display:flex;flex-direction:column;gap:.65rem;padding:.2rem}.msg{border-radius:14px;padding:.7rem;border:1px solid var(--line)}.msg.user{background:#eaf9ef}.msg.assistant{background:#eef8fb}.msg-role{font-weight:700;font-size:.84rem;color:var(--muted)}.msg-text{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.msg-text.rtl{font-family:Noto Nastaliq Urdu,serif;direction:rtl;text-align:right;unicode-bidi:plaintext;line-height:2}.msg-text.ltr{font-family:Space Grotesk,sans-serif;direction:ltr;text-align:left;line-height:1.65}.composer .actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.history-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.history-head h2{margin:0}.history-head-actions{display:flex;align-items:center;gap:.4rem}.history-head-actions button{width:auto;margin:0;padding-inline:.9rem}.history-empty{color:var(--muted);font-size:.92rem}.guest-limit{margin:.1rem 0 .5rem;color:var(--muted);font-size:.9rem}.history-list{margin-top:.7rem;display:flex;flex-direction:column;gap:.45rem;max-height:60vh;overflow:auto}.history-item-wrap{display:grid;grid-template-columns:1fr auto;gap:.4rem;align-items:center}.history-item{margin:0;text-align:left;background:#edf8f2;color:var(--ink);border:1px solid var(--line);display:flex;flex-direction:column;gap:.1rem}.history-item.active,.history-item-wrap.active .history-item{background:linear-gradient(95deg,#0f8dad26,#1ac48e2e)}.history-item .title{font-weight:700}.history-item .meta{color:var(--muted);font-size:.8rem}.history-item .lang{color:var(--muted);font-size:.78rem}.history-delete{width:auto;margin:0;padding:.55rem .65rem;background:linear-gradient(95deg,#b54242,var(--danger))}.toggle{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.toggle input{width:auto;margin:0}.error{white-space:pre-wrap;color:#7b1a1a;background:#fdeeee;border-radius:10px;padding:.7rem;font-size:.82rem}.history-backdrop{display:none}@media(max-width:1080px){.layout,.layout.signed-in,.layout.auth-only{grid-template-columns:1fr}.profile-dropdown{right:-8px}.history-toggle-btn{display:inline-flex}.layout.signed-in .history-panel{position:fixed;top:86px;right:12px;width:min(88vw,360px);max-height:74vh;overflow:auto;z-index:900;transform:translate(110%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.layout.signed-in .history-panel.open{transform:translate(0);opacity:1;pointer-events:auto}.history-backdrop{display:block;position:fixed;inset:0;background:#041b2233;border:0;margin:0;z-index:850;cursor:default}.messages{max-height:40vh}.landing-cta{grid-template-columns:1fr;max-width:320px}.layout.auth-only.landing-only .landing-panel{max-width:100%}.landing-panel h2{max-width:none}.landing-grid{grid-template-columns:1fr}}
