:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e6edf3;background:#0d1117}*{box-sizing:border-box}body{margin:0;min-height:100vh}.layout{max-width:1080px;margin:2rem auto;padding:0 1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.panel{background:#161b22;border:1px solid #30363d;border-radius:16px;padding:1.25rem}.subtitle{margin-top:-.5rem;color:#8b949e}.mode-toggle{display:flex;gap:.5rem;margin-bottom:1rem}button{border:1px solid #30363d;background:#21262d;color:#e6edf3;border-radius:10px;padding:.6rem .9rem;cursor:pointer}button.active{border-color:#2f81f7;background:#1f6feb}button:disabled{opacity:.7;cursor:not-allowed}form{display:grid;gap:.8rem}label{display:grid;gap:.4rem;font-size:.95rem}input{border:1px solid #30363d;background:#0d1117;color:#e6edf3;border-radius:10px;padding:.6rem}.error{color:#ff7b72}ul{margin:0;padding-left:1.1rem}
