@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;color:#1a1a1a;background:linear-gradient(135deg,#f6f7fb,#e8f3ff)}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh}.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#0f172a;color:#fff}.nav a{color:#fff;text-decoration:none;font-weight:600}.nav .nav-right button,.nav .nav-right a{background:#22c55e;border:none;padding:8px 12px;border-radius:6px;color:#0f172a;text-decoration:none;font-weight:700}.page{max-width:920px;margin:0 auto;padding:24px}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 24px #0f172a14}.stack{display:flex;flex-direction:column;gap:16px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form{display:flex;flex-direction:column;gap:10px}.form.inline{flex-direction:row}input{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;width:100%}button{background:#0ea5e9;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#f8fafc;border-radius:8px}.row{display:flex;gap:10px;align-items:center}.right{display:flex;align-items:center;gap:12px}.title{font-weight:700}.badge{background:#e2e8f0;padding:2px 8px;border-radius:999px;font-size:12px}.chat{min-height:200px;max-height:300px;overflow:auto;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.chat-item{display:flex;gap:8px;align-items:center}.muted{color:#64748b}.error{color:#dc2626}@media (max-width: 700px){.grid{grid-template-columns:1fr}.form.inline{flex-direction:column}}
