:root{font-family:Inter,Sora,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#e8ebff;background:radial-gradient(circle at 10% 20%,#5068ff52,#0a0c14e6 26%),radial-gradient(circle at 80% 0%,#ff527b52,#060810e6 35%),#0b0e1b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}.page{max-width:1080px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.hero{background:linear-gradient(135deg,#3f5efb24,#fc466b24);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:20px;padding:1.5rem 1.8rem;box-shadow:0 30px 80px #0003}.hero h1{margin:.35rem 0;font-size:clamp(32px,5vw,42px);line-height:1.15}.hero .lede{margin:.2rem 0 .8rem;color:#d9ddf4;max-width:760px}.content{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.card{background:#101018db;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.2rem;box-shadow:0 20px 50px #0000003d}.form-card{grid-column:span 2}.card h2{margin:.1rem 0 .2rem}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.status{padding:.6rem .9rem;border-radius:12px;font-size:.95rem;color:#dfe8ff;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.status.pending{border-color:#f5b74066;background:#f5b74014}.status.sending{border-color:#6395ff66;background:#6395ff14}.status.replied{border-color:#5bd68f66;background:#5bd68f14}.status.error{border-color:#ff565673;background:#ff565614}.ask-form{display:flex;flex-direction:column;gap:.85rem}.ask-form textarea{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#e9edff;padding:1rem;min-height:140px;resize:vertical;font-size:1rem}.ask-form textarea:focus{outline:2px solid rgba(112,144,255,.35);border-color:#7090ff73}.ask-form button{align-self:flex-end;background:linear-gradient(135deg,#6f7cff,#8e5bff);color:#0d0d19;border:none;border-radius:12px;padding:.85rem 1.5rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.ask-form button:disabled{opacity:.7;cursor:not-allowed}.ask-form button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 35px #6f7cff59}.notice{margin-top:.5rem;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff05}.notice.success{border-color:#5bd68f66;background:#5bd68f14}.notice.error{border-color:#ff565673;background:#ff565614}.notice .label{margin-bottom:.35rem}.meta{margin-top:.6rem;color:#a7b0c5;font-size:.95rem}.history-card ul{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.history li{padding:.95rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;display:grid;gap:.35rem}.question{font-weight:600}.answer{color:#dfe3f8}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;color:#9bb5ff;margin:0}.badge{display:inline-block;border-radius:999px;padding:.45rem .85rem;border:1px solid rgba(255,255,255,.12);margin-right:.5rem;background:#ffffff0a}.badges{display:flex;flex-wrap:wrap;gap:.5rem}.label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#8fa1c5;margin:0}.muted{color:#9099b0}a{color:#9bb5ff;text-decoration:none}a:hover{text-decoration:underline}@media(max-width:900px){.content{grid-template-columns:1fr}.form-card{grid-column:auto}.card-header{flex-direction:column}}
