@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";
:root{--bg-base:#f9fafb;--bg-surface:#fff;--bg-secondary:#f3f4f6;--bg-panel:#fff;--lime-50:#f7fee7;--lime-100:#ecfccb;--lime-200:#d9f99d;--lime-300:#bef264;--lime-400:#a3e635;--lime-500:#84cc16;--lime-600:#65a30d;--lime-700:#4d7c0f;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-inverted:#fff;--border:#f3f4f6;--border-dark:#e5e7eb;--sidebar-width:290px;--header-height:64px;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000000a, 0 1px 2px #00000005;--shadow-md:0 8px 24px #0000000f, 0 2px 6px #00000008;--shadow-lg:0 16px 40px -10px #0000001a, 0 4px 12px -2px #0000000a;--shadow-premium:0 30px 60px -12px #0000001f, 0 10px 20px -5px #0000000a, 0 0 0 1px #00000005;--shadow-hover:0 40px 80px -12px #84cc1638, 0 10px 30px -8px #0000000f;--shadow-lime:0 10px 24px -4px #84cc1659;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--transition-fast:.12s cubic-bezier(.4, 0, .2, 1);--transition-normal:.22s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-base);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}.checkered-bg{background-color:#fff;background-image:linear-gradient(45deg,#f3f4f6 25%,#0000 25%),linear-gradient(-45deg,#f3f4f6 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f3f4f6 75%),linear-gradient(-45deg,#0000 75%,#f3f4f6 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#e5e7eb}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--lime-500);outline-offset:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn var(--transition-normal) forwards}.animate-pop-in{animation:popIn var(--transition-fast) forwards}input[type=checkbox],input[type=radio]{accent-color:var(--lime-500);cursor:pointer}input[type=range]{accent-color:var(--lime-500);cursor:pointer;border-radius:var(--radius-full);appearance:none;background:#e5e7eb;height:5px}input[type=range]::-webkit-slider-runnable-track{height:5px}input[type=range]::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);background:var(--lime-500);border:3px solid var(--bg-surface);width:18px;height:18px;transition:transform var(--transition-fast);margin-top:-6px;box-shadow:0 2px 6px #00000026}input[type=range]::-webkit-slider-thumb:active{transform:scale(1.15)}
.DashboardLayout-module__TvOKRa__container{background-color:var(--bg-base);flex-direction:column;min-height:100vh;display:flex}@media (min-width:992px){.DashboardLayout-module__TvOKRa__container{flex-direction:row}}.DashboardLayout-module__TvOKRa__sidebar{width:var(--sidebar-width);background-color:var(--bg-surface);z-index:50;border-right:1px solid #00000008;flex-direction:column;align-self:flex-start;height:100vh;padding:32px 24px;display:none;position:sticky;top:0;overflow-y:auto;box-shadow:1px 0 10px #00000004}@media (min-width:992px){.DashboardLayout-module__TvOKRa__sidebar{display:flex}}.DashboardLayout-module__TvOKRa__brand{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;margin-bottom:40px;padding:0;display:flex}.DashboardLayout-module__TvOKRa__logo{border-radius:var(--radius-md);width:38px;height:38px;box-shadow:var(--shadow-lime);object-fit:cover}.DashboardLayout-module__TvOKRa__brandName{color:var(--text-primary);letter-spacing:-.03em;font-size:1.35rem;font-weight:800}.DashboardLayout-module__TvOKRa__nav{flex-direction:column;flex:1;gap:8px;display:flex}.DashboardLayout-module__TvOKRa__navBtn{font-family:var(--font-sans);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 18px;font-size:.95rem;font-weight:600;display:flex}.DashboardLayout-module__TvOKRa__navBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.DashboardLayout-module__TvOKRa__navBtnActive{background:var(--lime-50);color:var(--lime-700)}.DashboardLayout-module__TvOKRa__navIcon{stroke-width:2px;flex-shrink:0;width:20px;height:20px}.DashboardLayout-module__TvOKRa__sandboxBadge{box-shadow:var(--shadow-md);border-radius:var(--radius-md);background:#fff;align-items:flex-start;gap:12px;margin-top:auto;padding:16px;display:flex}.DashboardLayout-module__TvOKRa__pulseCircle{background-color:var(--lime-500);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:5px;animation:2s infinite DashboardLayout-module__TvOKRa__pulse-ring;box-shadow:0 0 #84cc1666}@keyframes DashboardLayout-module__TvOKRa__pulse-ring{0%{box-shadow:0 0 #84cc16b3}70%{box-shadow:0 0 0 10px #84cc1600}to{box-shadow:0 0 #84cc1600}}.DashboardLayout-module__TvOKRa__sandboxText{flex-direction:column;gap:3px;display:flex}.DashboardLayout-module__TvOKRa__sandboxTitle{color:var(--lime-700);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:800}.DashboardLayout-module__TvOKRa__sandboxDesc{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.DashboardLayout-module__TvOKRa__mobileHeader{height:var(--header-height);background-color:var(--bg-surface);box-shadow:var(--shadow-sm);z-index:100;border-bottom:1px solid #00000008;justify-content:space-between;align-items:center;padding:0 20px;display:flex;position:sticky;top:0}@media (min-width:992px){.DashboardLayout-module__TvOKRa__mobileHeader{display:none}}.DashboardLayout-module__TvOKRa__menuBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.DashboardLayout-module__TvOKRa__drawerOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;width:100vw;height:100vh;animation:DashboardLayout-module__TvOKRa__fadeInOverlay var(--transition-fast) forwards;background-color:#09090b33;position:fixed;top:0;left:0}@keyframes DashboardLayout-module__TvOKRa__fadeInOverlay{0%{opacity:0}to{opacity:1}}.DashboardLayout-module__TvOKRa__drawerSheet{background-color:var(--bg-surface);z-index:210;width:82%;max-width:320px;height:100vh;box-shadow:var(--shadow-premium);animation:DashboardLayout-module__TvOKRa__slideInSheet var(--transition-normal) cubic-bezier(.16, 1, .3, 1) forwards;flex-direction:column;padding:28px 24px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}@keyframes DashboardLayout-module__TvOKRa__slideInSheet{0%{transform:translate(-100%)}to{transform:translate(0)}}.DashboardLayout-module__TvOKRa__drawerHeader{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.DashboardLayout-module__TvOKRa__drawerCloseBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:8px}.DashboardLayout-module__TvOKRa__main{flex-direction:column;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:24px 20px;display:flex}@media (min-width:992px){.DashboardLayout-module__TvOKRa__main{flex-direction:column;min-height:100vh;padding:48px 64px;display:flex}}.DashboardLayout-module__TvOKRa__mainScrollContent{flex:1}.DashboardLayout-module__TvOKRa__footer{border-top:1px solid var(--border);color:var(--text-muted);flex-direction:column;justify-content:space-between;align-items:center;gap:16px;margin-top:64px;padding-top:24px;font-size:.85rem;display:flex}@media (min-width:768px){.DashboardLayout-module__TvOKRa__footer{flex-direction:row;gap:0}}.DashboardLayout-module__TvOKRa__footerBrand{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.DashboardLayout-module__TvOKRa__footerShield{color:var(--lime-600);align-items:center;gap:4px;font-weight:700;display:inline-flex}.DashboardLayout-module__TvOKRa__footerLinks{align-items:center;gap:8px;display:flex}.DashboardLayout-module__TvOKRa__footerLink{font-family:var(--font-sans);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-size:.85rem;font-weight:600}.DashboardLayout-module__TvOKRa__footerLink:hover{color:var(--text-primary);background-color:var(--bg-secondary)}.DashboardLayout-module__TvOKRa__footerLinkActive{color:var(--lime-700);background-color:var(--lime-50)}.DashboardLayout-module__TvOKRa__footerSeparator{color:var(--border);font-weight:800}.DashboardLayout-module__TvOKRa__navWrapper{flex-direction:column;gap:12px;width:100%;display:flex}.DashboardLayout-module__TvOKRa__searchContainer{align-items:center;margin-bottom:8px;display:flex;position:relative}.DashboardLayout-module__TvOKRa__searchIcon{width:15px;height:15px;color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.DashboardLayout-module__TvOKRa__searchInput{width:100%;font-family:var(--font-sans);color:var(--text-primary);background-color:var(--bg-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);border:1px solid #0000;padding:10px 64px 10px 36px;font-size:.85rem;font-weight:500}.DashboardLayout-module__TvOKRa__searchInput:focus{border-color:var(--lime-400);background-color:#fff;outline:none;box-shadow:0 0 0 3px #84cc161a}.DashboardLayout-module__TvOKRa__shortcutBadge{color:var(--text-muted);background-color:var(--bg-surface);border:1px solid var(--border-dark);text-transform:uppercase;pointer-events:none;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;right:12px}.DashboardLayout-module__TvOKRa__categoriesList{flex-direction:column;gap:6px;display:flex}.DashboardLayout-module__TvOKRa__categorySection{flex-direction:column;gap:4px;display:flex}.DashboardLayout-module__TvOKRa__categoryHeader{cursor:pointer;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;align-items:center;padding:10px 12px;display:flex}.DashboardLayout-module__TvOKRa__categoryHeader:hover{background-color:var(--bg-secondary)}.DashboardLayout-module__TvOKRa__folderIcon{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;margin-right:10px}.DashboardLayout-module__TvOKRa__categoryName{font-family:var(--font-sans);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;flex:1;font-size:.75rem;font-weight:800}.DashboardLayout-module__TvOKRa__caretIcon{width:12px;height:12px;color:var(--text-muted);transition:transform var(--transition-normal);flex-shrink:0}.DashboardLayout-module__TvOKRa__caretIconRotated{transform:rotate(180deg)}.DashboardLayout-module__TvOKRa__categoryItems{animation:DashboardLayout-module__TvOKRa__slideDown var(--transition-fast) forwards;flex-direction:column;gap:2px;display:flex}@keyframes DashboardLayout-module__TvOKRa__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.DashboardLayout-module__TvOKRa__clearSearchBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:2px 6px;font-size:1.15rem;font-weight:600;display:flex;position:absolute;right:12px}.DashboardLayout-module__TvOKRa__clearSearchBtn:hover{color:var(--text-primary);background-color:var(--bg-secondary)}.DashboardLayout-module__TvOKRa__toggleFoldersRow{align-items:center;gap:6px;margin-top:4px;margin-bottom:4px;padding:4px 12px;display:flex}.DashboardLayout-module__TvOKRa__toggleFoldersBtn{font-family:var(--font-sans);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:0 0;border:none;padding:4px 8px;font-size:.72rem;font-weight:700}.DashboardLayout-module__TvOKRa__toggleFoldersBtn:hover{color:var(--lime-700);background-color:var(--lime-50);transform:translateY(-1px)}.DashboardLayout-module__TvOKRa__toggleSeparator{color:var(--text-muted);opacity:.5;font-size:.7rem}.DashboardLayout-module__TvOKRa__categoryBadge{font-family:var(--font-sans);color:var(--text-secondary);background-color:var(--bg-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);margin-right:8px;padding:2px 6px;font-size:.7rem;font-weight:700}.DashboardLayout-module__TvOKRa__categoryHeader:hover .DashboardLayout-module__TvOKRa__categoryBadge{background-color:var(--lime-100);color:var(--lime-700)}.DashboardLayout-module__TvOKRa__categoryHeader:hover .DashboardLayout-module__TvOKRa__folderIcon{color:var(--lime-600);filter:drop-shadow(0 0 4px #84cc164d)}
