:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1a1a2e;background:#f4f5f7}*{box-sizing:border-box}body{margin:0}.login{display:flex;min-height:100vh;align-items:center;justify-content:center}.login form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 30px #00000014;width:320px;display:flex;flex-direction:column;gap:1rem}.login h1{margin:0 0 .5rem;font-size:1.3rem;text-align:center}label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#555}input{padding:.6rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}button{padding:.55rem .9rem;border:none;border-radius:8px;background:#3a3af0;color:#fff;font-size:.95rem;cursor:pointer}button:disabled{opacity:.6;cursor:default}button.go{background:#1f9d55}button.no{background:#d64545}.error{color:#d64545;font-size:.85rem;margin:0}.muted{color:#888;font-size:.9rem}.dashboard{max-width:960px;margin:0 auto;padding:1.5rem}.dashboard header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard header>div{display:flex;gap:.5rem}section{background:#fff;border-radius:12px;padding:1rem 1.2rem;margin-bottom:1.2rem;box-shadow:0 2px 10px #0000000d}section h2{margin-top:0;font-size:1.05rem}.gate-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.gate-list li{border:1px solid #eee;border-radius:8px;padding:.8rem}.gate-reason{font-weight:600;margin-bottom:.5rem}.dossier{background:#f7f7fb;padding:.6rem;border-radius:6px;font-size:.8rem;white-space:pre-wrap;overflow-x:auto}.actions{display:flex;gap:.5rem;margin-top:.5rem}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.45rem .6rem;border-bottom:1px solid #eee}th{color:#666;font-weight:600}
