@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Jura:wght@400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100vh}[data-theme=original]{--bg-color:#f5eedb;--panel-bg:#fdfbf7;--panel-border:#e6dac3;--text-main:#3a281e;--text-muted:#806b5d;--primary:#c15b29;--primary-hover:#a1451c;--error:#ef4444;--input-bg:#e8e0cc;--shadow-flat:none;--shadow-low:2px 4px 10px #c15b291a;--shadow-floating:4px 8px 15px #c15b2926;--shadow-inset:inset 2px 2px 6px #6446321a, inset -2px -2px 6px #fffc;--shadow-tactile-btn:2px 4px 0px #a1451c;--shadow-tactile-btn-pressed:0px 0px 0px #a1451c}[data-theme=original] *{box-sizing:border-box;margin:0;padding:0}[data-theme=original]{background-color:var(--bg-color);color:var(--text-main);background-image:none;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5}[data-theme=original] .glass-panel{background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow-low);border-radius:4px;transition:all .2s}[data-theme=original] .auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}[data-theme=original] .auth-card{width:100%;max-width:440px;padding:3rem 2.5rem}[data-theme=original] .auth-header{text-align:center;margin-bottom:2.5rem}[data-theme=original] .brand-icon{color:var(--primary);margin-bottom:1rem}[data-theme=original] .auth-header h1{letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}[data-theme=original] .auth-header p{color:var(--text-muted);font-size:.95rem}[data-theme=original] .auth-form{flex-direction:column;gap:1.25rem;display:flex}[data-theme=original] .auth-form .btn-primary,[data-theme=original] .auth-form .btn-secondary{width:100%}[data-theme=original] .input-group{align-items:center;display:flex;position:relative}[data-theme=original] .input-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}[data-theme=original] input,[data-theme=original] textarea,[data-theme=original] select{background:var(--input-bg);width:100%;color:var(--text-main);box-shadow:var(--shadow-inset);border:1px solid #0000;border-radius:4px;padding:.875rem 1rem;font-size:.95rem;transition:all .2s}[data-theme=original] .input-icon~input{padding-left:3rem}[data-theme=original] input::placeholder,[data-theme=original] textarea::placeholder{color:#fff;opacity:1}[data-theme=original] input:focus,[data-theme=original] textarea:focus,[data-theme=original] select:focus{border-color:var(--primary);background:var(--panel-bg);outline:none;box-shadow:0 0 0 3px #c15b2933}[data-theme=original] .name-row{gap:1rem;display:flex}[data-theme=original] .name-row .input-group:last-child input{padding-left:1rem}[data-theme=original] .btn-primary{background:var(--primary);color:#fff;cursor:pointer;width:auto;box-shadow:var(--shadow-tactile-btn);text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:4px;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .1s;display:flex}[data-theme=original] .btn-primary:hover:not(:disabled){background:var(--primary-hover)}[data-theme=original] .btn-primary:active:not(:disabled){box-shadow:var(--shadow-tactile-btn-pressed);margin-top:calc(.5rem + 4px);margin-bottom:0;transform:translateY(4px)}[data-theme=original] .btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;margin-bottom:0;transform:translateY(4px)}[data-theme=original] .btn-secondary{background:var(--input-bg);width:auto;color:var(--text-main);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;margin-bottom:4px;padding:1rem 2rem;font-size:.95rem;font-weight:600;transition:all .1s;display:flex;box-shadow:2px 4px #64463233}[data-theme=original] .btn-secondary:active:not(:disabled){margin-top:calc(.5rem + 4px);margin-bottom:0;transform:translateY(4px);box-shadow:0 0 #64463233}[data-theme=original] .error-banner{color:var(--error);background:#ef44441a;border:1px solid #ef444433;border-radius:8px;padding:.75rem 1rem;font-size:.875rem}[data-theme=original] .auth-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}[data-theme=original] .auth-footer a{color:var(--primary);font-weight:500;text-decoration:none;transition:color .2s}[data-theme=original] .auth-footer a:hover{text-decoration:underline}@keyframes pulse{}[data-theme=original] .pulse{animation:3s ease-in-out infinite pulse}[data-theme=original] .dashboard-layout{height:100vh;display:flex}[data-theme=original] .sidebar{background:var(--panel-bg);border-right:1px solid var(--panel-border);flex-direction:column;width:16.18rem;padding:1.618rem;display:flex}[data-theme=original] .sidebar h2{letter-spacing:2px;color:var(--primary);margin-bottom:2.618rem;font-size:1.618rem}[data-theme=original] .sidebar nav ul{flex-direction:column;gap:1rem;list-style:none;display:flex}[data-theme=original] .sidebar nav a{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}[data-theme=original] .sidebar nav li{cursor:pointer;color:var(--text-main);border-radius:8px;padding:1rem 1.25rem;transition:all .2s}[data-theme=original] .sidebar nav li:hover{background:#6446320d}[data-theme=original] .sidebar nav a.active li{color:var(--primary);background:#c15b291a;font-weight:600}[data-theme=original] .sidebar nav li:has(a.active){color:var(--primary);background:#c15b291a;font-weight:600}[data-theme=original] .logout-btn{color:var(--text-main);border:1px solid var(--panel-border);cursor:pointer;background:0 0;border-radius:8px;margin-top:auto;padding:.75rem;transition:all .2s}[data-theme=original] .logout-btn:hover{color:var(--text-main);background:#6446320d}[data-theme=original] .dashboard-content{flex:1;min-width:0;padding:2.618rem;overflow-y:auto}[data-theme=original] .dashboard-content header{margin-bottom:2.618rem}[data-theme=original] .dashboard-content h1{font-size:2.618rem;font-weight:600}[data-theme=original] .dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(16.18rem,1fr));gap:1.618rem;display:grid}[data-theme=original] .stat-card{padding:1.5rem}[data-theme=original] .stat-card h3{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;font-weight:500}[data-theme=original] .stat-value{font-size:2.618rem;font-weight:700}[data-theme=original] .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.618rem;margin-bottom:2.618rem;display:flex}[data-theme=original] .subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.95rem}[data-theme=original] .card-grid{grid-template-columns:repeat(auto-fill,minmax(16.18rem,1fr));gap:1.618rem;display:grid}[data-theme=original] .card{flex-direction:column;padding:1.618rem;display:flex}[data-theme=original] .mb-1{margin-bottom:.5rem}[data-theme=original] .mt-1{margin-top:1rem}[data-theme=original] .mt-0{margin-top:0!important}[data-theme=original] .pt-1{padding-top:1rem}[data-theme=original] .pt-2{padding-top:2rem}[data-theme=original] .px-1{padding-left:.5rem;padding-right:.5rem}[data-theme=original] .mb-05{margin-bottom:.25rem}[data-theme=original] .w-full{width:100%}[data-theme=original] .text-sm{color:var(--text-muted);font-size:.875rem}[data-theme=original] .border-t{border-top:1px solid var(--panel-border)}[data-theme=original] .badge{color:var(--primary);background:#3b82f626;border-radius:4px;margin:.5rem 0;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}[data-theme=original] .modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0b0f19cc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}[data-theme=original] .modal{background:var(--bg-color);border:1px solid var(--panel-border);border-radius:16px;width:100%;max-width:500px;padding:2.5rem;box-shadow:0 10px 40px #00000080}[data-theme=original] .btn-secondary{color:var(--text-main);border:1px solid var(--panel-border);cursor:pointer;background:0 0;border-radius:10px;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}[data-theme=original] .btn-secondary:hover{background:#ffffff0d}[data-theme=original] textarea.bg-input{background:var(--input-bg);border:1px solid var(--panel-border);color:var(--text-main);resize:vertical;border-radius:10px;padding:1rem;font-family:inherit}[data-theme=original] textarea.bg-input:focus{border-color:var(--primary);outline:none}[data-theme=original] .select-styled{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}[data-theme=original] .flex-col-align-start{flex-direction:column;align-items:flex-start}[data-theme=original] .flex{display:flex}[data-theme=original] .flex-col{flex-direction:column}[data-theme=original] .items-center{align-items:center}[data-theme=original] .justify-between{justify-content:space-between}[data-theme=original] .gap-1{gap:.5rem}[data-theme=original] .gap-2{gap:.75rem}[data-theme=original] .gap-3{gap:1rem}[data-theme=original] .gap-4{gap:1.25rem}[data-theme=original] .gap-5{gap:1.75rem}[data-theme=original] .gap-6{gap:2rem}[data-theme=original] .gap-8{gap:2.5rem}[data-theme=original] .gap-10{gap:3rem}[data-theme=original] .mb-2{margin-bottom:.75rem}[data-theme=original] .mb-3{margin-bottom:1rem}[data-theme=original] .mb-4{margin-bottom:1.25rem}[data-theme=original] .mb-6{margin-bottom:2rem}[data-theme=original] .mb-8{margin-bottom:2.5rem}[data-theme=original] .mb-10{margin-bottom:3rem}[data-theme=original] .mt-2{margin-top:.75rem}[data-theme=original] .ml-1{margin-left:.5rem}[data-theme=original] .ml-auto{margin-left:auto}[data-theme=original] .p-2{padding:.75rem}[data-theme=original] .p-4{padding:1.25rem}[data-theme=original] .p-6{padding:2rem}[data-theme=original] .p-8{padding:2.5rem}[data-theme=original] .px-3{padding-left:.75rem;padding-right:.75rem}[data-theme=original] .py-1{padding-top:.25rem;padding-bottom:.25rem}[data-theme=original] .pb-2{padding-bottom:.5rem}[data-theme=original] .pl-8{padding-left:2rem}[data-theme=original] .border-b{border-bottom:1px solid var(--panel-border)}[data-theme=original] .border{border:1px solid var(--panel-border)}[data-theme=original] .border-panel{border-color:var(--panel-border)}[data-theme=original] .border-dashed{border-style:dashed}[data-theme=original] .border-error{border-color:var(--error)}[data-theme=original] .border-2{border-width:2px}[data-theme=original] .cursor-grab{cursor:grab}[data-theme=original] .cursor-pointer{cursor:pointer}[data-theme=original] .text-xs{font-size:.75rem}[data-theme=original] .text-sm{font-size:.875rem}[data-theme=original] .text-md{font-size:1rem}[data-theme=original] .text-lg{font-size:1.125rem}[data-theme=original] .text-xl{font-size:1.25rem}[data-theme=original] .font-semibold{font-weight:600}[data-theme=original] .font-medium{font-weight:500}[data-theme=original] .text-primary{color:var(--primary)}[data-theme=original] .text-muted{color:var(--text-muted)}[data-theme=original] .text-text-main{color:var(--text-main)}[data-theme=original] .text-text-muted{color:var(--text-muted)}[data-theme=original] .text-error{color:var(--error)}[data-theme=original] .bg-transparent{background:0 0}[data-theme=original] .bg-input{background:var(--input-bg)}[data-theme=original] .bg-error\/10{background:#ef44441a}[data-theme=original] .line-through{text-decoration:line-through}[data-theme=original] .relative{position:relative}[data-theme=original] .overflow-y-auto{overflow-y:auto}[data-theme=original] .max-h-96{max-height:24rem}[data-theme=original] .inline{display:inline}[data-theme=original] .mr-1{margin-right:.25rem}[data-theme=original] .mr-4{margin-right:1rem}[data-theme=original] .rounded{border-radius:.375rem}[data-theme=original] .opacity-0{opacity:0}[data-theme=original] .group-hover\:opacity-100:hover,[data-theme=original] .group:hover .group-hover\:opacity-100{opacity:1}[data-theme=original] .transition-opacity{transition:opacity .2s}[data-theme=original] .transition-colors{transition:background-color .2s,color .2s}[data-theme=original] .hover\:text-primary:hover{color:var(--primary)}[data-theme=original] .hover\:bg-white\/5:hover{background:#ffffff0d}[data-theme=original] .hover\:underline:hover{text-decoration:underline}[data-theme=original] .m-0{margin:0}@media print{[data-theme=original]{color:#000!important;background:#fff!important}[data-theme=original] .sidebar,[data-theme=original] .page-header p.subtitle,[data-theme=original] .no-print{display:none!important}[data-theme=original] .dashboard-layout{display:block!important}[data-theme=original] .dashboard-content{padding:0!important;overflow:visible!important}[data-theme=original] .glass-panel{break-inside:avoid;box-shadow:none!important;background:#fff!important;border:1px solid #ccc!important}[data-theme=original] h1,[data-theme=original] h2,[data-theme=original] h3,[data-theme=original] h4,[data-theme=original] th,[data-theme=original] td{color:#000!important}[data-theme=original] .text-muted{color:#555!important}[data-theme=original] .text-primary,[data-theme=original] .text-error,[data-theme=original] .text-success{color:#000!important}[data-theme=original] .bg-primary,[data-theme=original] .bg-error,[data-theme=original] .bg-success{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#555!important}[data-theme=original] .print-friendly{width:100%!important}[data-theme=original] .page-break-before-print{break-before:page!important}}@media (width<=768px){[data-theme=original] .dashboard-layout{flex-direction:column}[data-theme=original] .sidebar{border-right:none;border-bottom:1px solid var(--panel-border);flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem}[data-theme=original] .sidebar h2{margin-bottom:0;font-size:1.618rem}[data-theme=original] .sidebar nav ul{flex-flow:wrap;gap:.618rem}[data-theme=original] .sidebar nav li{padding:.5rem .618rem;font-size:.875rem}[data-theme=original] .logout-btn{margin-top:0}[data-theme=original] .dashboard-content{padding:1.618rem}}[data-theme=steam]{--bg-color:#0b0c0d;--panel-bg:#161719;--panel-border:#9b7842;--panel-border-dark:#2a2215;--text-main:#d4b572;--text-muted:#a38c5c;--primary:#c29547;--primary-hover:#dfb25e;--primary-gradient:linear-gradient(180deg, #d8ac5c 0%, #856123 100%);--error:#ef4444;--input-bg:#070809;--input-text:#fff;--input-border:#332717;--shadow-flat:none;--shadow-low:0 4px 8px #000c;--panel-shadow:inset 0 0 0 1px #463720, inset 0 0 0 3px #111, 0 15px 30px #000000e6;--btn-bg:linear-gradient(180deg, #2c2e33 0%, #17181a 100%)}[data-theme=steam] *{box-sizing:border-box;margin:0;padding:0}[data-theme=steam]{background-color:var(--bg-color);color:var(--text-main);text-transform:uppercase;letter-spacing:1px;background-image:radial-gradient(circle,#151618 0%,#050606 100%),repeating-linear-gradient(45deg,#0000,#0000 2px,#0000004d 2px 4px);background-attachment:fixed;min-height:100vh;font-family:Jura,sans-serif;line-height:1.6}[data-theme=steam] .glass-panel{background:var(--panel-bg);box-shadow:var(--panel-shadow);border:3px solid #000;border-radius:12px;transition:all .3s;position:relative}[data-theme=steam] .glass-panel:before{content:"";border:1px solid var(--panel-border-dark);pointer-events:none;border-radius:6px;position:absolute;inset:4px}[data-theme=steam] .glass-panel:after{content:"";background:radial-gradient(circle, var(--panel-border) 2px, #000 3px, transparent 4px) 0 0 / 16px 16px no-repeat, radial-gradient(circle, var(--panel-border) 2px, #000 3px, transparent 4px) 100% 0 / 16px 16px no-repeat, radial-gradient(circle, var(--panel-border) 2px, #000 3px, transparent 4px) 0 100% / 16px 16px no-repeat, radial-gradient(circle, var(--panel-border) 2px, #000 3px, transparent 4px) 100% 100% / 16px 16px no-repeat;pointer-events:none;position:absolute;inset:8px}[data-theme=steam] .auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}[data-theme=steam] .auth-card{border-radius:16px;width:100%;max-width:480px;padding:3.5rem 3rem}[data-theme=steam] .auth-header{text-align:center;margin-bottom:2.5rem}[data-theme=steam] .brand-icon{color:#1a140b;background:var(--primary-gradient);box-shadow:inset 0 2px 2px #fff6, inset 0 -3px 4px #00000080, 0 5px 10px #000000e6, 0 0 0 4px #151618, 0 0 0 6px var(--panel-border-dark);border-radius:50%;margin-bottom:1.5rem;padding:1rem;display:inline-flex}[data-theme=steam] .auth-header h1{color:var(--primary);text-shadow:0 2px 4px #000c;letter-spacing:2px;margin-bottom:.5rem;font-family:Courier Prime,monospace;font-size:2rem;font-weight:700}[data-theme=steam] .auth-header p{color:var(--text-muted);font-size:.95rem;font-weight:600}[data-theme=steam] .auth-form{z-index:2;flex-direction:column;gap:1.5rem;display:flex;position:relative}[data-theme=steam] .input-group{align-items:center;display:flex;position:relative}[data-theme=steam] .input-icon{color:var(--text-muted);pointer-events:none;transition:color .3s;position:absolute;left:1.25rem}[data-theme=steam] input,[data-theme=steam] textarea,[data-theme=steam] select{background:var(--input-bg);width:100%;color:var(--input-text);border:2px solid #000;border-radius:6px;padding:1.125rem 1.25rem;font-family:Courier Prime,monospace;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:inset 0 3px 8px #000,inset 0 0 0 1px #222}[data-theme=steam] .input-icon~input{padding-left:3.5rem}[data-theme=steam] input:focus,[data-theme=steam] textarea:focus,[data-theme=steam] select:focus{border-color:var(--primary);outline:none;box-shadow:inset 0 3px 8px #000,0 0 10px #c2954766}[data-theme=steam] input:focus+.input-icon,[data-theme=steam] .input-group:focus-within .input-icon{color:var(--primary)}[data-theme=steam] .name-row{gap:1rem;display:flex}[data-theme=steam] .name-row .input-group:last-child input{padding-left:1.25rem}[data-theme=steam] .btn-primary{background:var(--primary-gradient);color:#1a140b;cursor:pointer;text-transform:uppercase;letter-spacing:2px;border:2px solid #000;border-radius:40px;justify-content:center;align-items:center;gap:.5rem;width:auto;padding:1.25rem 2rem;font-family:Jura,sans-serif;font-size:1.1rem;font-weight:700;transition:all .1s;display:flex;box-shadow:inset 0 2px 3px #fff6,inset 0 -4px 6px #0009,0 6px 12px #000c}[data-theme=steam] .btn-primary:hover:not(:disabled){filter:brightness(1.2)}[data-theme=steam] .btn-primary:active:not(:disabled){transform:translateY(4px);box-shadow:inset 0 4px 8px #000000b3,0 2px 4px #000c}[data-theme=steam] .btn-primary:disabled{opacity:.6;cursor:not-allowed;filter:grayscale(.5)}[data-theme=steam] .btn-secondary{background:var(--btn-bg);width:auto;color:var(--text-main);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 2rem;font-family:Jura,sans-serif;font-size:1rem;font-weight:700;transition:all .1s;display:flex;box-shadow:inset 0 1px 1px #ffffff1a,inset 0 -2px 3px #0009,0 4px 6px #000c}[data-theme=steam] .btn-secondary:hover:not(:disabled){background:linear-gradient(#3c3e45 0%,#1f2124 100%)}[data-theme=steam] .btn-secondary:active:not(:disabled){transform:translateY(3px);box-shadow:inset 0 3px 6px #000c,0 1px 2px #000c}[data-theme=steam] .error-banner{color:var(--error);background:#a842421a;border:1px solid #a8424266;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-family:Courier Prime,monospace;font-size:.95rem;font-weight:700;display:flex;box-shadow:inset 0 2px 4px #00000080}[data-theme=steam] .auth-footer{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.95rem}[data-theme=steam] .auth-footer a{color:var(--primary);font-weight:700;text-decoration:none;transition:all .2s}[data-theme=steam] .auth-footer a:hover{text-shadow:0 0 10px #c2954780;color:var(--primary-hover)}[data-theme=steam] .dashboard-layout{height:100vh;display:flex}[data-theme=steam] .sidebar{background:var(--panel-bg);border-right:2px solid #000;flex-direction:column;width:18rem;padding:2rem;display:flex;position:relative;box-shadow:5px 0 15px #000c}[data-theme=steam] .sidebar:before{content:"";border-right:1px solid var(--panel-border-dark);pointer-events:none;position:absolute;inset:4px}[data-theme=steam] .sidebar h2{letter-spacing:2px;color:var(--primary);text-shadow:0 2px 4px #000c;margin-bottom:2.5rem;font-family:Courier Prime,monospace;font-size:1.5rem;font-weight:700}[data-theme=steam] .sidebar nav ul{flex-direction:column;gap:1rem;list-style:none;display:flex}[data-theme=steam] .sidebar nav a{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}[data-theme=steam] .sidebar nav li{cursor:pointer;color:var(--text-muted);background:0 0;border:1px solid #0000;border-radius:6px;padding:1.125rem 1.5rem;font-weight:700;transition:all .2s}[data-theme=steam] .sidebar nav li:hover{color:var(--text-main);border-color:var(--panel-border-dark);background:#9b78420d}[data-theme=steam] .sidebar nav a.active li{background:var(--btn-bg);color:var(--primary);border:1px solid #000;box-shadow:inset 0 1px 1px #ffffff0d,inset 0 -2px 3px #00000080,0 2px 4px #00000080}[data-theme=steam] .sidebar nav li:has(a.active){background:var(--btn-bg);color:var(--primary);border:1px solid #000;box-shadow:inset 0 1px 1px #ffffff0d,inset 0 -2px 3px #00000080,0 2px 4px #00000080}[data-theme=steam] .logout-btn{background:var(--btn-bg);color:var(--text-muted);cursor:pointer;text-transform:uppercase;border:2px solid #000;border-radius:8px;margin-top:auto;padding:1rem;font-family:Jura,sans-serif;font-weight:700;transition:all .2s;box-shadow:inset 0 1px 1px #ffffff0d,inset 0 -2px 3px #00000080,0 4px 6px #00000080}[data-theme=steam] .logout-btn:hover{color:var(--text-main);background:linear-gradient(#3c3e45 0%,#1f2124 100%)}[data-theme=steam] .logout-btn:active{transform:translateY(2px);box-shadow:inset 0 3px 6px #000c}[data-theme=steam] .dashboard-content{flex:1;min-width:0;padding:3rem;overflow-y:auto}[data-theme=steam] .dashboard-content header{margin-bottom:3rem}[data-theme=steam] .dashboard-content h1{letter-spacing:2px;color:var(--primary);text-shadow:0 2px 4px #000c;font-family:Courier Prime,monospace;font-size:2.5rem;font-weight:700}[data-theme=steam] .dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;display:grid}[data-theme=steam] .stat-card{background:var(--panel-bg);color:var(--text-main);box-shadow:var(--panel-shadow);border:2px solid #000;border-radius:8px;padding:2rem;position:relative}[data-theme=steam] .stat-card:before{content:"";border:1px solid var(--panel-border-dark);pointer-events:none;position:absolute;inset:4px}[data-theme=steam] .stat-card h3{color:var(--text-muted);margin-bottom:1rem;font-family:Courier Prime,monospace;font-size:1.1rem;font-weight:700}[data-theme=steam] .stat-value{color:var(--primary);text-shadow:0 2px 5px #000c;font-size:3rem;font-weight:700}[data-theme=steam] .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}[data-theme=steam] .subtitle{color:var(--text-muted);margin-top:.5rem;font-family:Courier Prime,monospace;font-size:1.1rem}[data-theme=steam] .card-grid{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:2rem;display:grid}[data-theme=steam] .card{border-radius:8px;flex-direction:column;padding:2rem;display:flex}[data-theme=steam] .mb-1{margin-bottom:.5rem}[data-theme=steam] .mt-1{margin-top:1rem}[data-theme=steam] .mt-0{margin-top:0!important}[data-theme=steam] .pt-1{padding-top:1rem}[data-theme=steam] .pt-2{padding-top:2rem}[data-theme=steam] .px-1{padding-left:.5rem;padding-right:.5rem}[data-theme=steam] .mb-05{margin-bottom:.25rem}[data-theme=steam] .w-full{width:100%}[data-theme=steam] .text-sm{color:var(--text-muted);font-size:.875rem}[data-theme=steam] .text-xs{font-size:.75rem}[data-theme=steam] .text-primary{color:var(--primary)}[data-theme=steam] .text-muted{color:var(--text-muted)}[data-theme=steam] .border-t{box-shadow:inset 0 1px 0 var(--panel-border-dark);border-top:2px solid #000}[data-theme=steam] .flex{display:flex}[data-theme=steam] .flex-col{flex-direction:column}[data-theme=steam] .items-center{align-items:center}[data-theme=steam] .justify-between{justify-content:space-between}[data-theme=steam] .gap-1{gap:.5rem}[data-theme=steam] .gap-2{gap:.75rem}[data-theme=steam] .gap-3{gap:1rem}[data-theme=steam] .gap-4{gap:1.25rem}[data-theme=steam] .gap-5{gap:1.75rem}[data-theme=steam] .gap-6{gap:2rem}[data-theme=steam] .gap-8{gap:2.5rem}[data-theme=steam] .gap-10{gap:3rem}[data-theme=steam] .mb-2{margin-bottom:.75rem}[data-theme=steam] .mb-3{margin-bottom:1rem}[data-theme=steam] .mb-4{margin-bottom:1.25rem}[data-theme=steam] .mb-6{margin-bottom:2rem}[data-theme=steam] .mb-8{margin-bottom:2.5rem}[data-theme=steam] .mb-10{margin-bottom:3rem}[data-theme=steam] .mt-2{margin-top:.75rem}[data-theme=steam] .ml-1{margin-left:.5rem}[data-theme=steam] .ml-auto{margin-left:auto}[data-theme=steam] .p-2{padding:.75rem}[data-theme=steam] .p-4{padding:1.25rem}[data-theme=steam] .p-6{padding:2rem}[data-theme=steam] .p-8{padding:2.5rem}[data-theme=steam] .px-3{padding-left:.75rem;padding-right:.75rem}[data-theme=steam] .py-1{padding-top:.25rem;padding-bottom:.25rem}[data-theme=steam] .pb-2{padding-bottom:.5rem}[data-theme=steam] .pl-8{padding-left:2rem}[data-theme=steam] .border-b{box-shadow:0 1px 0 var(--panel-border-dark);border-bottom:2px solid #000}[data-theme=steam] .border{border:2px solid #000}[data-theme=steam] .border-panel{border-color:#000}[data-theme=steam] .border-dashed{border-style:dashed}[data-theme=steam] .border-error{border-color:var(--error)}[data-theme=steam] .border-2{border-width:2px}[data-theme=steam] .cursor-grab{cursor:grab}[data-theme=steam] .cursor-pointer{cursor:pointer}[data-theme=steam] .text-md{font-size:1rem}[data-theme=steam] .text-lg{font-size:1.125rem}[data-theme=steam] .text-xl{font-size:1.25rem}[data-theme=steam] .font-semibold{font-weight:700}[data-theme=steam] .font-medium{font-weight:600}[data-theme=steam] .text-text-main{color:var(--text-main)}[data-theme=steam] .text-text-muted{color:var(--text-muted)}[data-theme=steam] .text-error{color:var(--error)}[data-theme=steam] .bg-transparent{background:0 0}[data-theme=steam] .bg-input{background:var(--input-bg)}[data-theme=steam] .bg-error\/10{background:#ef44441a}[data-theme=steam] .bg-error\/20{background:#ef444433}[data-theme=steam] .border-error\/50{border-color:#ef444480}[data-theme=steam] .line-through{text-decoration:line-through}[data-theme=steam] .relative{position:relative}[data-theme=steam] .overflow-y-auto{overflow-y:auto}[data-theme=steam] .max-h-96{max-height:24rem}[data-theme=steam] .inline{display:inline}[data-theme=steam] .mr-1{margin-right:.25rem}[data-theme=steam] .mr-4{margin-right:1rem}[data-theme=steam] .rounded{border-radius:6px}[data-theme=steam] .opacity-0{opacity:0}[data-theme=steam] .group-hover\:opacity-100:hover,[data-theme=steam] .group:hover .group-hover\:opacity-100{opacity:1}[data-theme=steam] .transition-opacity{transition:opacity .3s}[data-theme=steam] .transition-colors{transition:background-color .3s,color .3s,border-color .3s}[data-theme=steam] .hover\:text-primary:hover{color:var(--primary)}[data-theme=steam] .hover\:bg-white\/5:hover{background:#ffffff0d}[data-theme=steam] .hover\:underline:hover{text-decoration:underline}[data-theme=steam] .m-0{margin:0}[data-theme=steam] .badge{background:var(--input-bg);color:var(--primary);border:2px solid #000;border-radius:4px;margin:.5rem 0;padding:.35rem .75rem;font-size:.8rem;font-weight:700;display:inline-block;box-shadow:inset 0 2px 4px #000}[data-theme=steam] .select-styled{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239b7842' stroke-width='3' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat}[data-theme=steam] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=steam] ::-webkit-scrollbar-track{background:var(--bg-color);border-left:2px solid #000}[data-theme=steam] ::-webkit-scrollbar-thumb{background:var(--btn-bg);border:2px solid #000;border-radius:4px}[data-theme=steam] ::-webkit-scrollbar-thumb:hover{background:var(--panel-border-dark)}[data-theme=steam] .modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[data-theme=steam] .modal{background:var(--panel-bg);width:100%;max-width:550px;box-shadow:0 25px 50px -12px #000, inset 0 0 0 1px var(--panel-border-dark);border:3px solid #000;border-radius:12px;padding:3rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) modalPop;position:relative;transform:scale(1)}[data-theme=steam] .modal:before{content:"";border:1px solid var(--panel-border-dark);pointer-events:none;border-radius:6px;position:absolute;inset:6px}@keyframes modalPop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (width<=768px){[data-theme=steam] .dashboard-layout{flex-direction:column}[data-theme=steam] .sidebar{border-bottom:2px solid #000;border-right:none;flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem;box-shadow:0 5px 15px #000c}[data-theme=steam] .sidebar:before{border-right:none;border-bottom:1px solid var(--panel-border-dark)}[data-theme=steam] .sidebar h2{margin-bottom:0;font-size:1.5rem}[data-theme=steam] .sidebar nav ul{flex-flow:wrap;gap:.5rem}[data-theme=steam] .sidebar nav li{padding:.5rem 1rem;font-size:.9rem}[data-theme=steam] .logout-btn{margin-top:0}[data-theme=steam] .dashboard-content{padding:1.5rem}}[data-theme=brand]{--bg-color:#070b16;--panel-bg:#131a2e9e;--panel-bg-solid:#111729;--panel-border:#60a5fa2e;--text-main:#e6edf7;--text-muted:#8a97b3;--primary:#3b82f6;--primary-hover:#2563eb;--accent:#38bdf8;--accent2:#6366f1;--primary-gradient:linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);--heading-gradient:linear-gradient(90deg, #7dd3fc 0%, #818cf8 100%);--error:#f87171;--success:#34d399;--input-bg:#080c16b3;--input-text:#e6edf7;--radius:14px;--shadow-low:0 10px 30px #0206178c;--shadow-glow:0 0 0 1px #60a5fa1f, 0 18px 50px #02061799;--glow-blue:0 0 24px #38bdf840}[data-theme=brand] *{box-sizing:border-box;margin:0;padding:0}[data-theme=brand]{color:var(--text-main);background-color:var(--bg-color);background-image:radial-gradient(1200px 620px at 50% -12%,#3882f629,#0000 60%),radial-gradient(900px 500px at 85% 8%,#6366f11f,#0000 60%),radial-gradient(1px 1px at 20% 30%,#ffffff80,#0000),radial-gradient(1px 1px at 70% 40%,#ffffff59,#0000),radial-gradient(1px 1px at 40% 70%,#fff6,#0000),radial-gradient(1px 1px at 88% 65%,#ffffff4d,#0000),radial-gradient(1px 1px at 12% 80%,#ffffff4d,#0000);background-attachment:fixed;min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.55}[data-theme=brand] h1,[data-theme=brand] h2,[data-theme=brand] h3,[data-theme=brand] h4{letter-spacing:.02em;font-family:"Exo 2",sans-serif}[data-theme=brand] .glass-panel{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:var(--radius);box-shadow:var(--shadow-glow);-webkit-backdrop-filter:blur(14px);transition:all .25s}[data-theme=brand] .auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}[data-theme=brand] .auth-card{width:100%;max-width:460px;padding:3rem 2.75rem}[data-theme=brand] .auth-header{text-align:center;margin-bottom:2.25rem}[data-theme=brand] .brand-icon{color:#0b1020;background:var(--primary-gradient);box-shadow:var(--glow-blue), inset 0 1px 1px #fff6;border-radius:50%;margin-bottom:1.25rem;padding:.9rem;display:inline-flex}[data-theme=brand] .auth-header h1{text-transform:uppercase;letter-spacing:.04em;background:var(--heading-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.6rem;font-size:1.9rem;font-weight:800}[data-theme=brand] .auth-header p{color:var(--text-muted);font-size:.95rem}[data-theme=brand] .auth-form{flex-direction:column;gap:1.25rem;display:flex}[data-theme=brand] .auth-form .btn-primary,[data-theme=brand] .auth-form .btn-secondary{width:100%}[data-theme=brand] .input-group{align-items:center;display:flex;position:relative}[data-theme=brand] .input-icon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;left:1rem}[data-theme=brand] input,[data-theme=brand] textarea,[data-theme=brand] select{background:var(--input-bg);border:1px solid var(--panel-border);width:100%;color:var(--input-text);border-radius:10px;padding:.9rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}[data-theme=brand] .input-icon~input{padding-left:3rem}[data-theme=brand] input::placeholder,[data-theme=brand] textarea::placeholder{color:#5b6680;opacity:1}[data-theme=brand] input:focus,[data-theme=brand] textarea:focus,[data-theme=brand] select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #38bdf82e,0 0 18px #38bdf826}[data-theme=brand] .input-group:focus-within .input-icon{color:var(--accent)}[data-theme=brand] .name-row{gap:1rem;display:flex}[data-theme=brand] .name-row .input-group:last-child input{padding-left:1rem}[data-theme=brand] .btn-primary{background:var(--primary-gradient);color:#08111f;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;width:auto;box-shadow:var(--glow-blue), 0 8px 20px #2563eb59;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.95rem 2rem;font-family:"Exo 2",sans-serif;font-size:.95rem;font-weight:700;transition:all .18s;display:flex}[data-theme=brand] .btn-primary:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 0 30px #38bdf866,0 12px 26px #2563eb73}[data-theme=brand] .btn-primary:active:not(:disabled){transform:translateY(0)}[data-theme=brand] .btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}[data-theme=brand] .btn-secondary{width:auto;color:var(--text-main);border:1px solid var(--panel-border);cursor:pointer;background:#60a5fa0f;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;transition:all .18s;display:flex}[data-theme=brand] .btn-secondary:hover:not(:disabled){border-color:var(--accent);background:#60a5fa1f}[data-theme=brand] .error-banner{color:var(--error);background:#f871711a;border:1px solid #f871714d;border-radius:10px;padding:.8rem 1rem;font-size:.875rem}[data-theme=brand] .info-banner{color:var(--accent);background:#38bdf81a;border:1px solid #38bdf84d;border-radius:10px;padding:.8rem 1rem;font-size:.875rem}[data-theme=brand] .auth-footer{text-align:center;color:var(--text-muted);flex-direction:column;gap:.6rem;margin-top:1.75rem;font-size:.9rem;display:flex}[data-theme=brand] .auth-footer a{color:var(--accent);font-weight:600;text-decoration:none;transition:color .2s}[data-theme=brand] .auth-footer a:hover{color:#7dd3fc;text-decoration:underline}[data-theme=brand] .pulse{animation:3s ease-in-out infinite pulse}[data-theme=brand] .dashboard-layout{height:100vh;display:flex}[data-theme=brand] .sidebar{-webkit-backdrop-filter:blur(14px);border-right:1px solid var(--panel-border);box-sizing:border-box;background:#0d1221bf;flex-direction:column;width:17rem;height:100vh;padding:1.75rem;display:flex;overflow-y:auto}[data-theme=brand] .sidebar h2{letter-spacing:.12em;text-transform:uppercase;background:var(--heading-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-family:"Exo 2",sans-serif;font-size:1.6rem;font-weight:800}[data-theme=brand] .sidebar nav ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}[data-theme=brand] .sidebar nav a{color:inherit;align-items:center;gap:.6rem;text-decoration:none;display:flex}[data-theme=brand] .sidebar nav li{cursor:pointer;color:var(--text-muted);border:1px solid #0000;border-radius:10px;padding:.85rem 1.1rem;font-weight:500;transition:all .2s}[data-theme=brand] .sidebar nav li:hover{color:var(--text-main);background:#60a5fa12}[data-theme=brand] .sidebar nav a.active li{color:#bfe2ff;background:linear-gradient(135deg,#38bdf829,#6366f129);border-color:#60a5fa59;font-weight:600;box-shadow:inset 0 0 0 1px #60a5fa1a,0 0 18px #38bdf81f}[data-theme=brand] .sidebar nav li:has(a.active){color:#bfe2ff;background:linear-gradient(135deg,#38bdf829,#6366f129);border-color:#60a5fa59;font-weight:600;box-shadow:inset 0 0 0 1px #60a5fa1a,0 0 18px #38bdf81f}[data-theme=brand] .logout-btn{color:var(--text-main);border:1px solid var(--panel-border);cursor:pointer;background:#60a5fa0f;border-radius:10px;margin-top:auto;padding:.75rem;font-family:Inter,sans-serif;transition:all .2s}[data-theme=brand] .logout-btn:hover{color:#fca5a5;background:#f871711f;border-color:#f8717166}[data-theme=brand] .dashboard-content{flex:1;min-width:0;padding:2.5rem;overflow-y:auto}[data-theme=brand] .dashboard-content header{margin-bottom:2.5rem}[data-theme=brand] .dashboard-content h1{text-transform:uppercase;letter-spacing:.03em;background:var(--heading-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:"Exo 2",sans-serif;font-size:2.4rem;font-weight:800}[data-theme=brand] .dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem;display:grid}[data-theme=brand] .stat-card{border-radius:var(--radius);background:var(--panel-bg);border:1px solid var(--panel-border);box-shadow:var(--shadow-glow);-webkit-backdrop-filter:blur(14px);padding:1.75rem}[data-theme=brand] .stat-card h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.9rem;font-size:1rem;font-weight:600}[data-theme=brand] .stat-value{background:var(--heading-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:"Exo 2",sans-serif;font-size:2.6rem;font-weight:800}[data-theme=brand] .page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}[data-theme=brand] .subtitle{color:var(--text-muted);margin-top:.3rem;font-size:.95rem}[data-theme=brand] .card-grid{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem;display:grid}[data-theme=brand] .card{border-radius:var(--radius);flex-direction:column;padding:1.6rem;display:flex}[data-theme=brand] .badge{color:var(--accent);background:#38bdf81f;border:1px solid #38bdf84d;border-radius:999px;margin:.5rem 0;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}[data-theme=brand] textarea.bg-input{background:var(--input-bg);border:1px solid var(--panel-border);color:var(--text-main);resize:vertical;border-radius:10px;padding:1rem;font-family:inherit}[data-theme=brand] textarea.bg-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #38bdf82e}[data-theme=brand] .select-styled{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2338bdf8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}[data-theme=brand] .flex-col-align-start{flex-direction:column;align-items:flex-start}[data-theme=brand] ::-webkit-scrollbar{width:10px;height:10px}[data-theme=brand] ::-webkit-scrollbar-track{background:#0a0f1d}[data-theme=brand] ::-webkit-scrollbar-thumb{background:#60a5fa40;border:2px solid #0a0f1d;border-radius:6px}[data-theme=brand] ::-webkit-scrollbar-thumb:hover{background:#60a5fa66}[data-theme=brand] .modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#040812b8;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}[data-theme=brand] .modal{background:var(--panel-bg-solid);border:1px solid var(--panel-border);border-radius:16px;width:100%;max-width:520px;padding:2.5rem;box-shadow:0 25px 60px #000000b3}[data-theme=brand] .mb-1{margin-bottom:.5rem}[data-theme=brand] .mt-1{margin-top:1rem}[data-theme=brand] .mt-0{margin-top:0!important}[data-theme=brand] .pt-1{padding-top:1rem}[data-theme=brand] .pt-2{padding-top:2rem}[data-theme=brand] .px-1{padding-left:.5rem;padding-right:.5rem}[data-theme=brand] .mb-05{margin-bottom:.25rem}[data-theme=brand] .w-full{width:100%}[data-theme=brand] .text-sm{color:var(--text-muted);font-size:.875rem}[data-theme=brand] .text-xs{font-size:.75rem}[data-theme=brand] .text-primary{color:var(--accent)}[data-theme=brand] .text-muted{color:var(--text-muted)}[data-theme=brand] .border-t{border-top:1px solid var(--panel-border)}[data-theme=brand] .flex{display:flex}[data-theme=brand] .flex-col{flex-direction:column}[data-theme=brand] .items-center{align-items:center}[data-theme=brand] .justify-between{justify-content:space-between}[data-theme=brand] .gap-1{gap:.5rem}[data-theme=brand] .gap-2{gap:.75rem}[data-theme=brand] .gap-3{gap:1rem}[data-theme=brand] .gap-4{gap:1.25rem}[data-theme=brand] .gap-5{gap:1.75rem}[data-theme=brand] .gap-6{gap:2rem}[data-theme=brand] .gap-8{gap:2.5rem}[data-theme=brand] .gap-10{gap:3rem}[data-theme=brand] .mb-2{margin-bottom:.75rem}[data-theme=brand] .mb-3{margin-bottom:1rem}[data-theme=brand] .mb-4{margin-bottom:1.25rem}[data-theme=brand] .mb-6{margin-bottom:2rem}[data-theme=brand] .mb-8{margin-bottom:2.5rem}[data-theme=brand] .mb-10{margin-bottom:3rem}[data-theme=brand] .mt-2{margin-top:.75rem}[data-theme=brand] .ml-1{margin-left:.5rem}[data-theme=brand] .ml-auto{margin-left:auto}[data-theme=brand] .p-2{padding:.75rem}[data-theme=brand] .p-4{padding:1.25rem}[data-theme=brand] .p-6{padding:2rem}[data-theme=brand] .p-8{padding:2.5rem}[data-theme=brand] .px-3{padding-left:.75rem;padding-right:.75rem}[data-theme=brand] .py-1{padding-top:.25rem;padding-bottom:.25rem}[data-theme=brand] .pb-2{padding-bottom:.5rem}[data-theme=brand] .pl-8{padding-left:2rem}[data-theme=brand] .border-b{border-bottom:1px solid var(--panel-border)}[data-theme=brand] .border{border:1px solid var(--panel-border)}[data-theme=brand] .border-panel{border-color:var(--panel-border)}[data-theme=brand] .border-dashed{border-style:dashed}[data-theme=brand] .border-error{border-color:var(--error)}[data-theme=brand] .border-2{border-width:2px}[data-theme=brand] .cursor-grab{cursor:grab}[data-theme=brand] .cursor-pointer{cursor:pointer}[data-theme=brand] .text-md{font-size:1rem}[data-theme=brand] .text-lg{font-size:1.125rem}[data-theme=brand] .text-xl{font-size:1.25rem}[data-theme=brand] .font-semibold{font-weight:700}[data-theme=brand] .font-medium{font-weight:600}[data-theme=brand] .text-text-main{color:var(--text-main)}[data-theme=brand] .text-text-muted{color:var(--text-muted)}[data-theme=brand] .text-error{color:var(--error)}[data-theme=brand] .bg-transparent{background:0 0}[data-theme=brand] .bg-input{background:var(--input-bg)}[data-theme=brand] .bg-error\/10{background:#f871711a}[data-theme=brand] .bg-error\/20{background:#f8717133}[data-theme=brand] .border-error\/50{border-color:#f8717180}[data-theme=brand] .line-through{text-decoration:line-through}[data-theme=brand] .relative{position:relative}[data-theme=brand] .overflow-y-auto{overflow-y:auto}[data-theme=brand] .max-h-96{max-height:24rem}[data-theme=brand] .inline{display:inline}[data-theme=brand] .mr-1{margin-right:.25rem}[data-theme=brand] .mr-4{margin-right:1rem}[data-theme=brand] .rounded{border-radius:.5rem}[data-theme=brand] .opacity-0{opacity:0}[data-theme=brand] .group-hover\:opacity-100:hover,[data-theme=brand] .group:hover .group-hover\:opacity-100{opacity:1}[data-theme=brand] .transition-opacity{transition:opacity .2s}[data-theme=brand] .transition-colors{transition:background-color .2s,color .2s,border-color .2s}[data-theme=brand] .hover\:text-primary:hover{color:var(--accent)}[data-theme=brand] .hover\:bg-white\/5:hover{background:#ffffff0d}[data-theme=brand] .hover\:underline:hover{text-decoration:underline}[data-theme=brand] .m-0{margin:0}@media (width<=768px){[data-theme=brand] .dashboard-layout{flex-direction:column}[data-theme=brand] .sidebar{border-right:none;border-bottom:1px solid var(--panel-border);flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem}[data-theme=brand] .sidebar h2{margin-bottom:0}[data-theme=brand] .sidebar nav ul{flex-flow:wrap;gap:.5rem}[data-theme=brand] .sidebar nav li{padding:.5rem .75rem;font-size:.875rem}[data-theme=brand] .logout-btn{margin-top:0}[data-theme=brand] .dashboard-content{padding:1.5rem}}
