@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-1>*+*{margin-top:.25rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.overflow-y-auto{overflow-y:auto}.overflow-hidden{overflow:hidden}.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-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-blue-600{color:#2563eb}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-purple-600{color:#9333ea}.text-emerald-700{color:#047857}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-200{background-color:#e2e8f0}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-red-50{background-color:#fef2f2}.bg-red-100{background-color:#fee2e2}.bg-green-50{background-color:#f0fdf4}.bg-green-100{background-color:#dcfce7}.bg-amber-50{background-color:#fffbeb}.bg-amber-100{background-color:#fef3c7}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-purple-50{background-color:#faf5ff}.bg-emerald-100{background-color:#d1fae5}.border{border-style:solid;border-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-t{border-top-style:solid;border-top-width:1px}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-300{border-color:#cbd5e1}.border-slate-800{border-color:#1e293b}.border-red-100{border-color:#fee2e2}.border-red-200{border-color:#fecaca}.border-green-100{border-color:#dcfce7}.border-amber-100{border-color:#fef3c7}.border-amber-200{border-color:#fde68a}.border-blue-100{border-color:#dbeafe}.border-emerald-200{border-color:#a7f3d0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-10{padding-bottom:2.5rem}.pr-2{padding-right:.5rem}.m-0{margin:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-0{margin-bottom:0}.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}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transform{transform:translate(0)}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.w-full{width:100%}.w-16{width:4rem}.w-64{width:16rem}.w-1{width:.25rem}.h-16{height:4rem}.h-1{height:.25rem}.max-w-2xl{max-width:42rem}.max-w-1600{max-width:1600px}.min-h-0{min-height:0}.min-h-500{min-height:500px}.shrink-0{flex-shrink:0}.resize-none{resize:none}.outline-none{outline:none}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.025em}.line-through{text-decoration:line-through}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.cursor-not-allowed{cursor:not-allowed}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.hover\:bg-slate-200:hover{background-color:#e2e8f0}.hover\:bg-slate-300:hover{background-color:#cbd5e1}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-800\/50:hover{background-color:#1e293b80}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-red-50:hover{background-color:#fef2f2}.hover\:bg-red-100:hover{background-color:#fee2e2}.hover\:text-slate-200:hover{color:#e2e8f0}.hover\:text-red-600:hover{color:#dc2626}.hover\:border-slate-300:hover{border-color:#cbd5e1}.hover\:scale-110:hover{transform:scale(1.1)}.focus\:ring-2:focus,.focus\:ring-slate-500:focus{box-shadow:0 0 0 2px #64748b}.focus\:border-slate-500:focus{border-color:#64748b}.group:hover .group-hover\:scale-110{transform:scale(1.1)}.disabled\:opacity-30:disabled{opacity:.3}.last\:border-0:last-child{border-width:0}.last\:pb-0:last-child{padding-bottom:0}.bg-black\/50{background-color:#00000080}@media (min-width:768px){.md\:flex-row{flex-direction:row}.md\:hidden{display:none}.md\:relative{position:relative}.md\:translate-x-0{transform:translate(0)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:p-8{padding:2rem}.md\:w-2\/3{width:66.6667%}.md\:text-left{text-align:left}.md\:text-right{text-align:right}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.-translate-x-full{transform:translate(-100%)}.translate-x-0{transform:translate(0)}.accent-slate-900{accent-color:#0f172a}.inline-block{display:inline-block}.block{display:block}.hidden{display:none}
.Layout-module-scss-module__YPfFYW__header{color:#fff;z-index:30;background-color:#0f172a;border-bottom:1px solid #1e293b;height:64px;position:fixed;top:0;left:0;right:0}.Layout-module-scss-module__YPfFYW__headerContent{justify-content:space-between;align-items:center;max-width:1600px;height:100%;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__headerContent{padding:0 2rem}}.Layout-module-scss-module__YPfFYW__headerLogo{align-items:center;display:flex}.Layout-module-scss-module__YPfFYW__logoLink{color:#fff;flex-direction:column;text-decoration:none;display:flex}.Layout-module-scss-module__YPfFYW__logoText{letter-spacing:-.025em;font-size:1.125rem;font-weight:700}.Layout-module-scss-module__YPfFYW__logoSubtext{color:#64748b;font-size:.625rem;display:none}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__logoSubtext{display:block}}.Layout-module-scss-module__YPfFYW__headerNav{align-items:center;gap:.25rem;display:none}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__headerNav{display:flex}}.Layout-module-scss-module__YPfFYW__headerNavLink{color:#94a3b8;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.Layout-module-scss-module__YPfFYW__headerNavLink:hover{color:#e2e8f0;background-color:#1e293b80}.Layout-module-scss-module__YPfFYW__headerNavLinkActive{color:#fff;background-color:#1e293b}.Layout-module-scss-module__YPfFYW__container{background-color:#f8fafc;flex-direction:column;min-height:100vh;padding-top:64px;display:flex}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__container{flex-direction:row}}.Layout-module-scss-module__YPfFYW__mobileMenuToggle{z-index:40;color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .15s;display:flex;position:fixed;top:1rem;right:1rem}.Layout-module-scss-module__YPfFYW__mobileMenuToggle:hover{background-color:#1e293b80}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__mobileMenuToggle{display:none}}.Layout-module-scss-module__YPfFYW__sidebar{z-index:20;color:#fff;background-color:#0f172a;width:16rem;transition:transform .2s ease-in-out;position:fixed;top:64px;bottom:0;left:0;transform:translate(-100%)}.Layout-module-scss-module__YPfFYW__sidebarOpen{transform:translate(0)}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__sidebar{display:none}.Layout-module-scss-module__YPfFYW__sidebarOpen{display:block;transform:translate(0)}}.Layout-module-scss-module__YPfFYW__sidebarHeader{border-bottom:1px solid #1e293b;padding:1.5rem}.Layout-module-scss-module__YPfFYW__sidebarTitle{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.Layout-module-scss-module__YPfFYW__sidebarSubtitle{color:#64748b;margin-top:.25rem;font-size:.75rem}.Layout-module-scss-module__YPfFYW__nav{padding:1rem}.Layout-module-scss-module__YPfFYW__nav>*+*{margin-top:.25rem}.Layout-module-scss-module__YPfFYW__navLink{color:#94a3b8;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.Layout-module-scss-module__YPfFYW__navLink:hover{color:#e2e8f0;background-color:#1e293b80}.Layout-module-scss-module__YPfFYW__navLinkActive{color:#fff;background-color:#1e293b}.Layout-module-scss-module__YPfFYW__main{flex:1;min-height:calc(100vh - 64px);overflow-y:auto}.Layout-module-scss-module__YPfFYW__mainContent{max-width:1200px;margin-left:auto;margin-right:auto;padding:1.5rem}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__mainContent{padding:2rem}}.Layout-module-scss-module__YPfFYW__overlay{z-index:15;background-color:#00000080;position:fixed;inset:64px 0 0}@media (min-width:768px){.Layout-module-scss-module__YPfFYW__overlay{display:none}}
