:root{--font-head:"Space Grotesk", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg:#13151a;--bg-deep:#0e1014;--surface:#21252e;--surface-2:#272c37;--line:#2e3440;--line-bright:#3a4150;--text:#f0f2f5;--muted:#8892a0;--muted-dim:#5b6472;--orange:#e8610a;--orange-bright:#ff6f12;--bg-primary:var(--bg);--bg-secondary:var(--surface);--bg-tertiary:var(--surface-2);--bg-glass:#21252ebf;--border-glass:var(--line);--border-glass-focus:#e8610a73;--text-primary:var(--text);--text-secondary:var(--muted);--text-muted:var(--muted-dim);--color-blue:var(--orange);--color-blue-hover:var(--orange-bright);--color-emerald:#22c55e;--color-emerald-hover:#16a34a;--color-amber:#f59e0b;--color-amber-hover:#d97706;--color-rose:#f87171;--color-rose-hover:#ef4444;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -1px #0003;--shadow-lg:0 10px 24px -4px #0000008c, 0 4px 8px -2px #0000004d;--glow-blue:0 0 18px #e8610a4d;--glow-emerald:0 0 15px #22c55e40;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-head);letter-spacing:-.02em;font-weight:600;line-height:1.1}a{color:inherit;text-decoration:none}::selection{background:var(--orange);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--line-bright);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-dim)}.glass-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);transition:border-color .25s var(--ease), transform .25s var(--ease);padding:1.5rem}.glass-card:hover{border-color:var(--line-bright);transform:translateY(-2px)}input,select,textarea{background:var(--bg-deep);border:1px solid var(--line-bright);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-body);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);width:100%;padding:.75rem 1rem;font-size:.95rem}input::placeholder,textarea::placeholder{color:var(--muted-dim)}input:focus,select:focus,textarea:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #e8610a1f}.btn{font-family:var(--font-head);letter-spacing:.01em;border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:all .22s var(--ease);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:var(--orange-bright);transform:translateY(-2px);box-shadow:0 8px 24px -6px #e8610a8c}.btn-primary:active{transform:translateY(0)}.btn-success{background:var(--color-emerald);color:#fff}.btn-success:hover{background:var(--color-emerald-hover);box-shadow:var(--glow-emerald);transform:translateY(-1px)}.btn-secondary{background:var(--surface);border-color:var(--line-bright);color:var(--text)}.btn-secondary:hover{background:var(--surface-2);border-color:var(--muted-dim)}.btn-danger{background:var(--color-rose);color:#fff}.btn-danger:hover{background:var(--color-rose-hover)}.btn-icon{border-radius:var(--radius-sm);padding:.5rem}.table-container{border-radius:var(--radius-md);border:1px solid var(--line);overflow-x:auto}table{border-collapse:collapse;text-align:left;background:#21252e66;width:100%}th{background:var(--bg-deep);color:var(--muted);font-family:var(--font-head);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line);padding:.875rem 1.25rem;font-size:.8rem;font-weight:500}td{border-bottom:1px solid var(--line);color:var(--text);padding:.875rem 1.25rem;font-size:.9rem}tr:last-child td{border-bottom:none}tr:hover td{background:#ffffff04}.badge{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.25rem;padding:.22rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-blue{color:var(--orange);background:#e8610a1f}.badge-emerald{color:var(--color-emerald);background:#22c55e1f}.badge-amber{color:var(--color-amber);background:#f59e0b1f}.badge-rose{color:var(--color-rose);background:#ef44441f}.app-container{min-height:100vh;display:flex}.mobile-header{background:var(--bg-deep);border-bottom:1px solid var(--line);z-index:999;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:none;position:fixed;top:0;left:0;right:0}.mobile-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#000000a6;position:fixed;inset:0}.sidebar{background:var(--bg-deep);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;width:256px;padding:1.5rem 1.25rem;display:flex;position:relative}.sidebar-close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s;display:none;position:absolute;top:1.25rem;right:1.25rem}.sidebar-close-btn:hover{color:var(--text)}.sidebar-title{font-family:var(--font-head);letter-spacing:.04em;color:var(--text);align-items:center;gap:.65rem;margin-bottom:1.75rem;font-size:1.05rem;font-weight:700;display:flex}.sidebar-title b{color:var(--orange)}.sidebar-menu{flex-direction:column;flex-grow:1;gap:2px;list-style:none;display:flex}.menu-item{border-radius:var(--radius-sm);color:var(--muted);transition:all .18s var(--ease);cursor:pointer;border:1px solid #0000;align-items:center;gap:.65rem;padding:.65rem .875rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.menu-item:hover{color:var(--text);border-color:var(--line);background:#ffffff0a}.menu-item.active{color:var(--orange);border-color:#e8610a33;border-left:2px solid var(--orange);background:#e8610a14;padding-left:calc(.875rem - 1px)}.main-content{flex-grow:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem;overflow-y:auto}@media (width<=768px){.mobile-header{display:flex}.sidebar{z-index:1000;height:100vh;transition:left .35s var(--ease);-webkit-overflow-scrolling:touch;position:fixed;top:0;left:-260px;overflow-y:auto;box-shadow:10px 0 40px #000000b3}.sidebar.open{left:0}.sidebar-close-btn{display:block}.main-content{padding:4.5rem 1rem 1rem}.header-bar{flex-direction:column;align-items:flex-start;gap:1rem}.header-bar button,.header-bar .btn{width:100%}body.menu-open{overflow:hidden}}.header-bar{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header-title h1{font-family:var(--font-head);letter-spacing:-.02em;font-size:1.7rem;font-weight:600}.header-title p{color:var(--muted);margin-top:.2rem;font-size:.9rem}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface);border:1px solid var(--line-bright);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow-y:auto}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-body{padding:1.5rem;overflow-y:auto}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}@media (width<=768px){.modal-overlay{padding:.5rem}.modal-content{max-height:96vh}.modal-header,.modal-body,.modal-footer{padding:1rem}}.grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}
