@keyframes slide-up{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
.animate-slide-up{animation:slide-up .24s ease-out}
.tab-btn{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:2.4rem;padding:.55rem .85rem;border:1px solid hsl(0 0% 89%);border-radius:.75rem;background:#fff;color:hsl(0 0% 32%);font-size:.86rem;font-weight:500;transition:all .18s ease}
.tab-btn:hover,.tab-active{background:hsl(0 0% 96.1%);color:hsl(0 0% 9%);border-color:hsl(0 0% 80%)}
.panel{display:none}.panel-active{display:block}
.card{border:1px solid hsl(0 0% 89%);border-radius:1rem;background:#fff;box-shadow:0 18px 50px -38px rgba(0,0,0,.45)}
.input{height:2.45rem;width:100%;border:1px solid hsl(0 0% 89%);border-radius:.55rem;padding:0 .75rem;font-size:.875rem;outline:none;background:#fff}
.input:focus,.textarea:focus{box-shadow:0 0 0 2px #111}
.textarea{width:100%;border:1px solid hsl(0 0% 89%);border-radius:.55rem;padding:.65rem .75rem;font-size:.875rem;outline:none;background:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.55rem;height:2.35rem;padding:0 .9rem;font-size:.86rem;font-weight:600;transition:all .18s ease;white-space:nowrap}
.btn-primary{background:#111;color:white}.btn-primary:hover{background:#2b2b2b}
.btn-light{border:1px solid hsl(0 0% 89%);background:white}.btn-light:hover{background:hsl(0 0% 96.1%)}
.btn-danger{background:#dc2626;color:white}.btn-danger:hover{background:#b91c1c}
.badge{display:inline-flex;border-radius:999px;padding:.12rem .5rem;font-size:.72rem;font-weight:700}
.table-wrap{overflow-x:auto}th,td{white-space:nowrap}.wrap{white-space:normal;word-break:break-word}
#loginShell{min-height:100vh;background:radial-gradient(circle at top left,#f4f4f5,transparent 30%),linear-gradient(135deg,#fafafa,#e5e5e5)}
*{box-sizing:border-box}html,body{margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}table{border-collapse:collapse}pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}
.h-full{height:100%}.h-fit{height:fit-content}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-14{height:3.5rem}
.min-h-screen{min-height:100vh}.min-h-24{min-height:6rem}.min-h-28{min-height:7rem}.min-h-32{min-height:8rem}.min-h-56{min-height:14rem}.min-h-80{min-height:20rem}
.w-full{width:100%}.w-4{width:1rem}.min-w-0{min-width:0}.min-w-20{min-width:5rem}.min-w-32{min-width:8rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}[class~="max-w-[96rem]"]{max-width:96rem}
.max-h-40{max-height:10rem}.max-h-56{max-height:14rem}.max-h-72{max-height:18rem}[class~="max-h-[30rem]"]{max-height:30rem}[class~="max-h-[32rem]"]{max-height:32rem}
.fixed{position:fixed}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-20{top:5rem}.right-4{right:1rem}.bottom-4{bottom:1rem}.z-40{z-index:40}.z-50{z-index:50}
.mx-auto{margin-left:auto;margin-right:auto}.my-8{margin-top:2rem;margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}
.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}
.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none!important}.content-start{align-content:start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}
.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.space-y-1>*+*{margin-top:.25rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-5>*+*{margin-top:1.25rem}
.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.break-all{word-break:break-all}.whitespace-pre-wrap{white-space:pre-wrap}.object-contain{object-fit:contain}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border:1px solid hsl(0 0% 89%)}.border-b{border-bottom:1px solid hsl(0 0% 89%)}.border-border{border-color:hsl(0 0% 89%)}.divide-y>*+*{border-top:1px solid hsl(0 0% 89%)}
.bg-white{background:#fff}.bg-white\/90,[class~="bg-white/90"]{background:rgba(255,255,255,.9)}.bg-black{background:#000}.bg-black\/30,[class~="bg-black/30"]{background:rgba(0,0,0,.3)}.bg-neutral-50{background:#fafafa}.bg-neutral-100{background:#f5f5f5}.bg-neutral-200{background:#e5e5e5}.bg-amber-100{background:#fef3c7}.bg-amber-500{background:#f59e0b}.bg-emerald-100{background:#d1fae5}.bg-emerald-600{background:#059669}.bg-red-100{background:#fee2e2}.bg-red-600{background:#dc2626}
.text-white{color:#fff}.text-neutral-500{color:#737373}.text-neutral-600{color:#525252}.text-neutral-700{color:#404040}.text-neutral-800{color:#262626}.text-neutral-950{color:#0a0a0a}.text-amber-700{color:#b45309}.text-emerald-700{color:#047857}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}
.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}
.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.backdrop-blur{backdrop-filter:blur(8px)}.transition-all{transition:all .18s ease}.opacity-50{opacity:.5}.pointer-events-none{pointer-events:none}.hover\:bg-neutral-50:hover{background:#fafafa}
@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-20{top:5rem}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}[class~="lg:grid-cols-[13rem_minmax(0,1fr)]"]{grid-template-columns:13rem minmax(0,1fr)}[class~="lg:grid-cols-[minmax(0,1fr)_24rem]"]{grid-template-columns:minmax(0,1fr) 24rem}}
@media (min-width:1280px){.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}
