:root { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #eef4f0; background: #111714; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 80% 0%, #27463b 0, transparent 35%), #111714; }
button, input, select { font: inherit; }
button { cursor: pointer; border: 0; }
.shell { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.sidebar { padding: 26px 18px; border-right: 1px solid #2d3b35; background: rgba(16, 24, 20, .8); }
.brand { display: flex; gap: 12px; align-items: center; margin-bottom: 42px; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: #b9d6b3; color: #17251e; font-weight: 900; font-size: 22px; }
.brand strong { display: block; font-size: 15px; }.brand span { color: #9bac9f; font-size: 12px; }
.nav { display: grid; gap: 7px; }.nav button { text-align: left; padding: 13px 14px; color: #aabbb0; background: transparent; border-radius: 12px; }.nav button.active, .nav button:hover { color: #fff; background: #29463a; }
.sidebar-footer { position: fixed; bottom: 22px; color: #819288; font-size: 12px; }
.main { padding: 28px 38px 50px; max-width: 1500px; width: 100%; }
.topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 26px; }.topbar h1 { margin: 0; font-size: clamp(24px, 3vw, 36px); }.muted { color: #9bac9f; }
.pill { padding: 8px 12px; color: #d3e8d0; border: 1px solid #486b59; background: #20372d; border-radius: 999px; font-size: 12px; }
.button { border-radius: 11px; padding: 11px 15px; color: #17251e; background: #b9d6b3; font-weight: 700; }.button.secondary { color: #d9e4dc; background: #27342e; border: 1px solid #465a50; }.button.danger { color: #ffd9d9; background: #5b3033; }.button:disabled { opacity: .5; cursor: not-allowed; }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px; }.card { background: rgba(29, 43, 36, .9); border: 1px solid #35483e; border-radius: 17px; padding: 20px; }.metric-label { color: #9bac9f; font-size: 13px; }.metric-value { margin-top: 12px; font-size: 27px; font-weight: 800; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 30px 0 14px; }.section-head h2 { margin: 0; font-size: 20px; }
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; }.toolbar input, .toolbar select, .form input { min-width: 180px; padding: 11px 12px; color: #ecf4ef; background: #1b2721; border: 1px solid #45594e; border-radius: 10px; outline: none; }.toolbar input:focus, .form input:focus { border-color: #b9d6b3; }
.table-wrap { overflow-x: auto; border: 1px solid #35483e; border-radius: 15px; background: #19241f; }.table { width: 100%; min-width: 760px; border-collapse: collapse; }.table th, .table td { text-align: left; padding: 14px 15px; border-bottom: 1px solid #2d3b35; vertical-align: middle; }.table th { color: #aabbb0; font-size: 12px; font-weight: 600; }.table td { font-size: 13px; }.table tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; }.status.CREATED { color: #ffe0a3; background: #594522; }.status.IN_PROGRESS { color: #cbe2ff; background: #294760; }.status.COMPLETED { color: #cfecc9; background: #28543c; }.status.CANCELLED { color: #ffd1d1; background: #563337; }
.grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form { display: grid; gap: 12px; max-width: 480px; }.form label { display: grid; gap: 7px; color: #aabbb0; font-size: 13px; }.form input { width: 100%; }.form-actions { display: flex; gap: 10px; align-items: center; }
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 20px; }.login-card { width: min(440px, 100%); padding: 32px; background: #1b2721; border: 1px solid #45594e; border-radius: 22px; box-shadow: 0 20px 70px rgba(0,0,0,.3); }.login-card h1 { margin: 0 0 8px; }.login-card p { line-height: 1.5; }.login-card .button { width: 100%; margin-top: 6px; }.error { color: #ffb7b7; font-size: 13px; }.success { color: #cfecc9; font-size: 13px; }
.empty { padding: 35px; text-align: center; color: #9bac9f; }.loading { color: #b9d6b3; padding: 20px 0; }
@media (max-width: 900px) { .shell { grid-template-columns: 1fr; }.sidebar { position: static; border-right: 0; border-bottom: 1px solid #2d3b35; padding: 16px; }.brand { margin-bottom: 14px; }.nav { display: flex; overflow-x: auto; }.nav button { white-space: nowrap; }.sidebar-footer { display: none; }.main { padding: 22px 16px 40px; }.cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }.grid-two { grid-template-columns: 1fr; } }
