*{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1e3a5f;--gold:#c9a84c;--light:#f0f4f9;--white:#fff;--border-c:#d8e2ee;--muted:#6b7a8d;--green:#198754;--red:#dc3545;--blue:#0d6efd;--libur:#fbeaea}html,body,#root{height:100%}body{background:var(--light);color:var(--navy);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}input,textarea,select{border:1px solid var(--border-c);background:var(--white);width:100%;color:var(--navy);border-radius:8px;outline:none;padding:9px 11px;font-family:inherit;font-size:14px}input:focus,textarea:focus{border-color:var(--navy)}button{cursor:pointer;border:none;border-radius:8px;font-family:inherit}textarea{resize:vertical;line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#c1c9d4;border-radius:3px}
