:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;background:#050814;color:#f9fafb}*,*:before,*:after{box-sizing:border-box}body{margin:0}.app-root{min-height:100vh;display:flex;justify-content:center;align-items:stretch}.shell{width:100%;max-width:480px;padding:1.5rem 1.25rem 3rem;display:flex;flex-direction:column;height:100vh}.app-title{margin:0;font-size:1.5rem;font-weight:700}.app-subtitle{margin:.25rem 0 0;font-size:.9rem;color:#9ca3af}.top-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem}.layout{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.card{background:#0b1120;border-radius:1rem;padding:.9rem 1rem;box-shadow:0 12px 30px #0f172a99}.login-card{margin-top:2rem}.generate-card{margin-top:.25rem}.section-title{font-size:1rem;margin:0 0 .5rem}.section-subtitle{font-size:.9rem;margin:0 0 .5rem;color:#9ca3af}.field-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;margin-bottom:.75rem}.field-input,.field-textarea{width:100%;padding:.55rem .7rem;border-radius:.65rem;border:1px solid #1f2937;background:#020617;color:#f9fafb;font:inherit}.field-input:focus,.field-textarea:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf880}.field-textarea{min-height:100px;resize:vertical}.primary-btn,.ghost-btn{border-radius:999px;padding:.6rem 1rem;border:none;font:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}.primary-btn{background:linear-gradient(135deg,#38bdf8,#6366f1);color:#0b1120;font-weight:600}.primary-btn:disabled{opacity:.6;cursor:default}.ghost-btn{background:transparent;color:#9ca3af;border:1px solid #1f2937}.full-width{width:100%}.error-text{margin:0 0 .5rem;color:#f97373;font-size:.85rem}.muted-text{color:#6b7280;font-size:.85rem}.list-card{flex:1;overflow-y:auto;min-height:0}.question-list{list-style:none;padding:0;margin:0}.question-row{width:100%;border:none;background:transparent;color:inherit;padding:.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer}.question-row+.question-row{border-top:1px solid #111827}.question-main{display:flex;flex-direction:column;gap:.15rem;text-align:left}.question-body{font-size:.9rem}.question-date{font-size:.75rem;color:#6b7280}.status-pill{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;border:1px solid #1f2937}.status-pill--new{background:#94a3b826;color:#e5e7eb;border-color:#94a3b880}.status-pill--waiting{background:#eab3081f;color:#eab308;border-color:#eab30880}.status-pill--to-respond{background:#3b82f626;color:#60a5fa;border-color:#3b82f699}.status-pill--completed{background:#16a34a26;color:#4ade80;border-color:#22c55eb3}.muted-text.small{font-size:.8rem}.status-pill--pending{background:#f8fafc05;color:#eab308;border-color:#eab3084d}.status-pill--answered{background:#16a34a1a;color:#22c55e;border-color:#22c55e66}.detail-card{margin-top:.5rem}.detail-question{margin:0 0 .4rem;font-size:1rem;font-weight:500}.detail-explanation{margin:0 0 .9rem;font-size:.85rem;color:#9ca3af}.responses-block{margin-bottom:.9rem}.responses-grid{display:grid;gap:.5rem;grid-template-columns:1fr}.response-chip{padding:.5rem .6rem;border-radius:.75rem;background:#020617;border:1px solid #111827;font-size:.85rem}.response-chip h4{margin:0 0 .25rem;font-size:.8rem;color:#9ca3af}.response-form{display:flex;flex-direction:column;gap:.5rem}.modal-backdrop{position:fixed;inset:0;background:#0f172ad9;display:flex;justify-content:center;align-items:flex-start;padding:3rem 1rem 1.5rem;z-index:50}.modal-body{background:#0b1120;border-radius:1rem;padding:1rem 1rem 1.25rem;width:100%;max-width:480px;max-height:100%;overflow-y:auto;box-shadow:0 18px 40px #000000b3}@media(min-width:640px){.shell{padding-top:2.5rem}.responses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.response-chip--andreea{border-color:#f472b699;background:radial-gradient(circle at top left,#f472b626,#020617)}.response-chip--nikita{border-color:#818cf899;background:radial-gradient(circle at top right,#818cf826,#020617)}.thinking-text{position:relative;display:inline-block;opacity:.8;animation:thinkingPulse 1.4s ease-in-out infinite}@keyframes thinkingPulse{0%{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}to{opacity:.6;transform:translateY(0)}}.response-meta{margin-top:.25rem;font-size:.75rem;color:#6b7280}
