*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem}header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:space-between}h1{color:#38bdf8}button{background:#38bdf8;color:#0f172a;border:none;border-radius:6px;padding:.6rem 1rem;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.ghost{background:transparent;color:#e2e8f0;border:1px solid #334155}.login{max-width:360px;background:#111827;padding:1.5rem;border-radius:10px;border:1px solid #1f2937;display:grid;gap:1rem}.login label{display:grid;gap:.4rem;font-size:.9rem;color:#cbd5f5}.login input{padding:.6rem .75rem;border-radius:6px;border:1px solid #334155;background:#0b1220;color:#e2e8f0}.error{color:#f87171;font-size:.9rem}.positions{display:grid;gap:1rem}.position-card{background:#1e293b;padding:1rem;border-radius:8px;border:1px solid #334155}.position-card h3{color:#38bdf8;margin-bottom:.5rem}.position-card p{color:#94a3b8}
