:root{--so-black-100:#000000;--so-white-100:#FFFFFF;--so-lime-400:#D2FE85;--so-lime-300:#E8FEC2;--so-lime-200:#F4FFE0;--so-teal-500:#04B4A2;--so-teal-400:#5FD6C4;--so-teal-300:#A4EBDE;--so-teal-200:#CEF4ED;--so-cyan-400:#69D1F1;--so-cyan-300:#A2E7FE;--so-cyan-200:#CEF3FF;--so-gray-900:#434B56;--so-gray-700:#656F80;--so-gray-500:#94A1B6;--so-gray-400:#B6C5DC;--so-gray-300:#D2DEF2;--so-gray-200:#E5EEFB;--so-blue-1000:#00288A;--so-blue-700:#1063F9;--fg-1:#000000;--fg-2:#434B56;--fg-3:#656F80;--fg-4:#94A1B6;--background:var(--so-white-100);--foreground:var(--so-black-100);--muted:var(--so-gray-200);--muted-foreground:var(--so-gray-700);--accent:var(--so-lime-400);--accent-foreground:var(--so-black-100);--secondary:var(--so-teal-400);--tertiary:var(--so-cyan-400);--quaternary:var(--so-blue-700);--border:var(--so-gray-300);--input:var(--so-white-100);--card:var(--so-white-100);--ring:var(--so-blue-700);--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-full:9999px;--shadow-pop:4px 4px 0 0 var(--foreground);--shadow-pop-hover:6px 6px 0 0 var(--foreground);--shadow-soft:8px 8px 0 0 var(--so-gray-300);--font-heading:"Outfit",system-ui,sans-serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif}html[data-theme=dark]{--background:var(--so-black-100);--foreground:var(--so-white-100);--muted:var(--so-gray-900);--muted-foreground:var(--so-gray-400);--border:var(--so-gray-700);--input:var(--so-gray-900);--card:var(--so-gray-900);--ring:var(--so-lime-400);--shadow-pop:4px 4px 0 0 var(--so-lime-400);--shadow-pop-hover:6px 6px 0 0 var(--so-lime-400);--shadow-soft:8px 8px 0 0 var(--so-gray-700)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body);overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.page{min-height:100vh;position:relative}.shape{position:absolute;pointer-events:none;z-index:0}.shape.circle{width:150px;height:150px;border-radius:50%;background:var(--so-lime-400);border:2px solid var(--foreground)}.shape.pink-pill{width:180px;height:54px;border-radius:999px;background:var(--so-teal-400);border:2px solid var(--foreground);transform:rotate(-8deg)}.shape.green-square{width:82px;height:82px;background:var(--so-cyan-400);border:2px solid var(--foreground);transform:rotate(12deg)}.shape.triangle{width:0;height:0;border-left:42px solid transparent;border-right:42px solid transparent;border-bottom:74px solid var(--so-blue-700);filter:drop-shadow(2px 2px 0 var(--foreground))}.shape.dots{width:130px;height:130px;background-image:radial-gradient(var(--foreground) 1.5px,transparent 1.5px);background-size:16px 16px}.shape.squiggle{width:150px;height:30px}.shape.squiggle svg{width:100%;height:100%}.topbar{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--foreground)}.topbar-inner{max-width:1180px;margin:0 auto;min-height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0 28px}.brand{display:flex;align-items:center;gap:14px;flex-shrink:0;white-space:nowrap;font-family:var(--font-heading);font-weight:800;font-size:25px}.users-brand{border:0;background:transparent;padding:0;cursor:pointer;color:inherit}.brand-mark{width:48px;height:48px;border-radius:16px 16px 16px 0;background:var(--so-lime-400);color:var(--so-black-100);border:2px solid var(--foreground);box-shadow:3px 3px 0 var(--foreground);display:grid;place-items:center;transform:rotate(-3deg)}.top-nav{display:flex;justify-content:center;gap:10px}.nav-link{border:0;background:transparent;padding:12px 16px;border-radius:999px;font-size:14px;font-weight:700;color:var(--foreground)}.nav-link:hover{background:var(--tertiary);color:var(--so-black-100)}.top-actions{display:flex;gap:12px;align-items:center}.btn{min-height:48px;border:2px solid var(--foreground);border-radius:999px;padding:0 20px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:10px;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.btn-primary{background:var(--so-lime-400);color:var(--so-black-100);box-shadow:var(--shadow-pop)}.btn-primary:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-pop-hover)}.btn-primary:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--foreground)}.btn-secondary{background:transparent}.btn-secondary:hover{background:var(--tertiary)}.btn-icon{width:24px;height:24px;border-radius:50%;background:#fff;color:var(--foreground);display:grid;place-items:center;font-size:13px}.user-menu{position:relative}.user-menu-btn{display:inline-flex;align-items:center;gap:8px;min-height:48px;border:2px solid var(--foreground);border-radius:999px;padding:4px 14px 4px 4px;background:var(--background);font-weight:700;font-size:14px}.user-avatar{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--foreground);object-fit:cover;display:block}.user-avatar-fallback{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--foreground);background:var(--so-lime-400);color:var(--so-black-100);display:grid;place-items:center;font-weight:800;font-size:13px}.user-menu-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:60;background:var(--background);color:var(--foreground);border:2px solid var(--foreground);border-radius:16px 16px 16px 0;box-shadow:4px 4px 0 var(--foreground);padding:8px;min-width:200px}.user-menu-dropdown-head{padding:6px 10px 10px;margin-bottom:4px;border-bottom:1.5px dashed var(--so-gray-300)}.user-menu-dropdown-name{font-weight:800;font-size:13px;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-dropdown-email{font-size:11px;font-weight:600;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu-section{padding:4px 0}.user-menu-section+.user-menu-section{border-top:1.5px dashed var(--so-gray-300);margin-top:4px}.user-menu-dropdown button{width:100%;text-align:left;border:0;background:transparent;color:inherit;padding:10px;border-radius:10px;font-weight:700;font-size:13px}.user-menu-dropdown button:hover{background:var(--tertiary);color:var(--so-black-100)}.notif-bell-btn{position:relative;padding:0;width:48px;justify-content:center}.notif-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--so-blue-700);color:var(--so-white-100);border:2px solid var(--background);font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.notif-dropdown{min-width:340px;max-width:90vw;padding:10px}.notif-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px 10px;font-size:13px;font-weight:800}.notif-markall{width:auto;padding:4px 8px!important;font-size:10px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.03em;color:var(--so-blue-700)!important;background:transparent!important}html[data-theme=dark] .notif-markall{color:var(--so-cyan-400)!important}.notif-empty{padding:18px 8px;text-align:center}.notif-list{display:flex;flex-direction:column;gap:4px;max-height:360px;overflow-y:auto}.notif-item{display:flex;flex-direction:column;align-items:flex-start;gap:3px;padding:10px!important;border-bottom:1.5px dashed var(--so-gray-300)}.notif-item:last-child{border-bottom:0}.notif-item-top{display:flex;align-items:center;gap:6px}.notif-dot{width:7px;height:7px;border-radius:50%;background:var(--so-blue-700);flex-shrink:0}.notif-title{font-size:12px;font-weight:800}.notif-item:not(.unread) .notif-title{font-weight:600}.notif-message{font-size:11px;color:var(--muted-foreground);line-height:1.4}.notif-time{font-size:10px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.03em}.hero{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:82px 24px 58px;display:flex;justify-content:center}.hero-copy{position:relative;z-index:2;width:100%;max-width:950px;text-align:center;display:flex;flex-direction:column;align-items:center}.kicker{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid var(--foreground);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;box-shadow:3px 3px 0 var(--so-cyan-300)}.kicker-dot{width:9px;height:9px;border-radius:50%;background:var(--quaternary);border:1.5px solid var(--foreground)}.hero h1{font-family:var(--font-heading);font-size:clamp(54px,7vw,92px);line-height:.92;letter-spacing:-.05em;margin:24px 0 22px;max-width:760px}.highlight{display:inline-block;position:relative;color:var(--so-blue-700)}.highlight:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:10px;background:radial-gradient(circle at 5px 5px,var(--so-lime-400) 0 4px,transparent 4.5px) 0 0/18px 10px repeat-x}.hero p{font-size:17px;line-height:1.65;max-width:650px;color:var(--so-gray-900)}.search-box{width:100%;max-width:900px;margin-top:36px;position:relative;background:#fff;border:2px solid var(--foreground);border-radius:28px 28px 28px 0;padding:12px;box-shadow:8px 8px 0 var(--so-teal-400)}.search-box-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.search-symbol{width:56px;height:56px;border-radius:50%;background:var(--so-lime-400);border:2px solid var(--foreground);display:grid;place-items:center;font-weight:800;font-size:22px;flex-shrink:0}.search-box input{width:100%;border:0;outline:0;background:transparent;font-size:19px;font-weight:600;color:var(--foreground);padding:14px 4px;text-align:left}.search-box input::placeholder{color:var(--so-gray-500)}.search-action{min-height:56px;border:2px solid var(--foreground);background:var(--so-blue-1000);color:var(--so-white-100);border-radius:999px;padding:0 22px;font-size:13px;font-weight:800;flex-shrink:0}.quick-searches{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:14px}.quick-searches button{border:1.5px solid var(--foreground);background:var(--background);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.quick-searches button:nth-child(2n){background:var(--so-teal-200)}.quick-searches button:nth-child(3n){background:var(--so-cyan-200)}.quick-searches button:hover{transform:rotate(-1.5deg)}.live-results{width:100%;max-width:900px;margin:18px auto 0;background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:6px 6px 0 var(--so-lime-300);text-align:left;overflow:hidden}.live-result-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1.5px dashed var(--so-gray-300)}.live-result-row:last-child{border-bottom:0}.live-result-row.clickable{cursor:pointer}.live-result-row.clickable:hover{background:var(--so-lime-200)}.live-result-row:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.live-result-main{display:flex;flex-direction:column;gap:4px;min-width:0}.live-result-main strong{font-family:var(--font-heading);font-size:16px}.live-result-meta{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-result-no-link{font-size:10px;font-weight:700;color:var(--muted-foreground);flex-shrink:0}.live-results-more{display:block;width:100%;border:0;border-top:2px solid var(--foreground);background:var(--so-lime-400);color:var(--so-black-100);padding:14px;font-weight:800;font-size:13px}.live-results-empty{margin:0;padding:22px 20px 6px;font-family:var(--font-heading);font-size:18px}.live-results-cta{margin:0;padding:0 20px 20px;font-size:13px;color:var(--muted-foreground)}.live-results-add{border:0;background:transparent;padding:0;font-weight:800;text-decoration:underline;color:var(--so-blue-700);font-size:13px}.marquee{border-top:2px solid var(--foreground);border-bottom:2px solid var(--foreground);background:var(--so-lime-400);overflow:hidden}.marquee-track{white-space:nowrap;padding:11px 0;font-family:var(--font-heading);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;animation:marquee 24s linear infinite}.marquee-track span{margin-right:36px}.section{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:74px 24px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-head .label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--muted-foreground)}.section-head h2{margin:6px 0 0;font-family:var(--font-heading);font-size:42px;letter-spacing:-.04em}.section-head p{max-width:470px;color:var(--muted-foreground);font-size:13px;line-height:1.6}.dept-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dept-card{min-height:158px;position:relative;background:#fff;border:2px solid var(--foreground);padding:18px;transition:all .22s cubic-bezier(.34,1.56,.64,1)}.dept-card:nth-child(4n+1){border-radius:24px 24px 24px 0;box-shadow:7px 7px 0 var(--so-lime-300)}.dept-card:nth-child(4n+2){border-radius:24px 0 24px 24px;box-shadow:7px 7px 0 var(--so-teal-300)}.dept-card:nth-child(4n+3){border-radius:0 24px 24px;box-shadow:7px 7px 0 var(--so-cyan-300)}.dept-card:nth-child(4n){border-radius:24px 24px 0;box-shadow:7px 7px 0 var(--so-gray-300)}.dept-card:hover{transform:translate(-2px,-3px) rotate(-.8deg)}.dept-card.active{background:var(--so-blue-1000);color:var(--so-white-100)}.dept-code{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800;color:var(--muted-foreground)}.dept-card.active .dept-code{color:#cbd5e1}.dept-card h3{font-family:var(--font-heading);font-size:20px;line-height:1.05;margin:24px 0 8px}.dept-card p{font-size:11px;margin:0;color:var(--muted-foreground)}.dept-card.active p{color:#cbd5e1}.dept-shape{position:absolute;right:14px;top:14px;width:36px;height:36px;border:2px solid var(--foreground);background:var(--tertiary);border-radius:50% 50% 0}.dept-card:nth-child(2n) .dept-shape{background:var(--secondary);border-radius:50%}.dept-card:nth-child(3n) .dept-shape{background:var(--quaternary);border-radius:0}.catalogue-wrap{background:var(--so-gray-200);border-top:2px solid var(--foreground);border-bottom:2px solid var(--foreground);position:relative}.catalogue-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(var(--so-gray-400) 1.2px,transparent 1.2px);background-size:18px 18px;opacity:.45}.catalogue{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:78px 24px}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.filter{border:2px solid var(--foreground);background:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;box-shadow:2px 2px 0 var(--foreground)}.chip-group{display:flex;flex-wrap:wrap;gap:8px}.filter.active{background:var(--foreground);color:#fff}.filter:hover{background:var(--tertiary)}.filter.active:hover{background:var(--foreground)}.sort-select{margin-left:auto;border:2px solid var(--foreground);background:#fff;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:800;color:var(--foreground)}.sort-select option{background:#fff;color:var(--so-black-100)}.sort-select option:disabled{color:var(--so-gray-500)}.sort-select{color-scheme:light}.ranking-section{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 24px 56px}.ranking-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:14px}.ranking-title{font-family:var(--font-heading);font-size:20px;letter-spacing:-.02em;margin:0}.ranking-tabs{display:flex;gap:8px}.ranking-list{background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:6px 6px 0 var(--so-lime-300);overflow:hidden}.ranking-row{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1.5px dashed var(--so-gray-300)}.ranking-row:last-child{border-bottom:0}.ranking-row.clickable{cursor:pointer}.ranking-row.clickable:hover{background:var(--so-lime-200)}.ranking-row:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.ranking-position{font-family:var(--font-heading);font-weight:800;font-size:16px;color:var(--muted-foreground);width:26px;flex-shrink:0}.ranking-main{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.ranking-main strong{font-family:var(--font-heading);font-size:14px}.ranking-meta{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-metric{font-size:10px;font-weight:800;color:var(--muted-foreground);white-space:nowrap;flex-shrink:0}.ranking-empty{margin:0;padding:22px;font-size:13px;color:var(--muted-foreground);background:#fff;border:2px dashed var(--so-gray-300);border-radius:16px;text-align:center}.users-section{max-width:1000px}.users-role-error{margin-bottom:18px}.users-list{background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:8px 8px 0 var(--so-cyan-300);overflow:hidden}.users-row{display:grid;grid-template-columns:1.3fr 1.6fr 1fr .9fr .9fr;gap:14px;align-items:center;padding:14px 20px;border-bottom:1.5px dashed var(--so-gray-300);font-size:12px}.users-row:last-child{border-bottom:0}.users-row-head{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);background:var(--so-gray-200)}.users-name{display:flex;align-items:center;gap:10px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted-foreground)}.users-date{color:var(--muted-foreground);white-space:nowrap}.role-badge{display:inline-flex;align-items:center;border:1.5px solid var(--foreground);border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.role-badge.role-owner{background:var(--so-lime-400)}.role-badge.role-admin{background:var(--so-cyan-300)}.role-badge.role-moderator{background:var(--so-teal-200)}.role-badge.role-user{background:var(--so-gray-200)}.role-select{border:2px solid var(--foreground);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;background:#fff;color:var(--so-black-100)}.role-select option{background:#fff;color:var(--so-black-100)}.role-select option:disabled{color:var(--so-gray-500)}.role-select{color-scheme:light}.moderation-tabs{margin:0}.submission-list{display:flex;flex-direction:column;gap:18px}.submission-card{background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:6px 6px 0 var(--so-cyan-300);padding:20px}.submission-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.submission-card-head h3{font-family:var(--font-heading);font-size:18px;margin:0 0 6px}.submission-desc{font-size:12px;color:var(--muted-foreground);margin:0;max-width:60ch}.approval-badge{display:inline-flex;align-items:center;flex-shrink:0;border:1.5px solid var(--foreground);border-radius:999px;padding:4px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.approval-badge.approval-pending{background:var(--so-cyan-200)}.approval-badge.approval-approved{background:var(--so-lime-300)}.approval-badge.approval-rejected{background:var(--so-gray-300)}.submission-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0;font-size:12px}.submission-meta-label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin-bottom:2px}.submission-tags{margin-bottom:14px}.submission-url{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--so-blue-700);word-break:break-all}.submission-footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:14px 0 0;font-size:11px;color:var(--muted-foreground)}.submission-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.mysub-note{margin-top:14px}.mysub-empty{padding:40px 22px;text-align:center;background:#fff;border:2px dashed var(--so-gray-300);border-radius:20px}.mysub-empty p{margin:0 0 18px;font-size:14px;color:var(--muted-foreground)}.mysub-empty .btn{margin:0 auto}.btn-approve,.btn-reject{border:2px solid var(--foreground);border-radius:999px;padding:8px 16px;font-size:11px;font-weight:800;box-shadow:2px 2px 0 var(--foreground)}.btn-approve{background:var(--so-lime-400)}.btn-reject{background:#fff}.btn-approve:disabled,.btn-reject:disabled{opacity:.6}.reject-reason{display:flex;gap:10px;flex-wrap:wrap;flex:1;justify-content:flex-end}.reject-reason input{flex:1;min-width:180px;border:2px solid var(--foreground);border-radius:999px;padding:8px 14px;font-size:11px}.mod-table{background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:8px 8px 0 var(--so-cyan-300);overflow:hidden}.mod-row{display:grid;grid-template-columns:1.4fr 1fr .9fr .9fr 1.2fr;gap:14px;align-items:center;padding:14px 20px;border-bottom:1.5px dashed var(--so-gray-300);font-size:12px}.mod-row:last-child{border-bottom:0}.mod-row-head{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);background:var(--so-gray-200)}.mod-name{font-weight:700}.mod-status-cell{display:flex;align-items:center;gap:8px}.mod-owner-cell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.mod-owner-cell .role-select{width:100%}.mod-edit-btn{padding:4px 12px!important;font-size:10px!important}.mod-empty{padding:20px;text-align:center}.group-row{grid-template-columns:1fr .6fr 1.6fr .7fr .8fr 1.6fr}.group-desc{font-size:11px;color:var(--muted-foreground)}.group-row.inactive{opacity:.55}.group-actions{display:flex;flex-wrap:wrap;gap:4px}.group-actions .btn-reject{padding:4px 10px!important;font-size:10px!important}.analytics-section{max-width:1180px}.analytics-head{align-items:flex-start}.analytics-head p{margin:8px 0 0}.analytics-range{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.analytics-range-note{margin:0;font-size:11px;color:var(--muted-foreground);text-align:right;max-width:280px}.range-selector{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.range-preset{margin-left:0}.range-custom{display:flex;align-items:center;gap:8px}.range-date{border:2px solid var(--foreground);border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700;background:#fff;color:var(--foreground)}.range-custom-sep{font-size:11px;font-weight:700;color:var(--muted-foreground)}.kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:32px}.kpi-card{background:#fff;border:2px solid var(--foreground);border-radius:16px 16px 16px 0;box-shadow:4px 4px 0 var(--so-cyan-300);padding:14px 12px;text-align:center}.kpi-value{font-family:var(--font-heading);font-size:24px;font-weight:800;line-height:1}.kpi-label{margin-top:6px;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;color:var(--muted-foreground)}.analytics-block{background:#fff;border:2px solid var(--foreground);border-radius:20px 20px 20px 0;box-shadow:6px 6px 0 var(--so-cyan-300);padding:20px;margin-bottom:24px;min-width:0;overflow:hidden}.analytics-h3{font-family:var(--font-heading);font-size:16px;margin:0 0 14px}.analytics-subnote{font-size:11px;color:var(--muted-foreground);margin:0 0 10px;font-weight:700}.analytics-subnote-spaced{margin-top:18px}.analytics-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%}.analytics-columns.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-columns .analytics-block{margin-bottom:0;min-width:0}.perf-controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.perf-search{flex:1;min-width:180px;border:2px solid var(--foreground);border-radius:999px;padding:8px 14px;font-size:12px}.table-scroll{overflow-x:auto}.perf-table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}.perf-table th{text-align:left;font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);background:var(--so-gray-200);padding:10px 12px}.perf-table td{padding:10px 12px;border-bottom:1.5px dashed var(--so-gray-300)}.perf-table tbody tr:last-child td{border-bottom:0}.perf-table a{font-weight:700;color:var(--so-blue-700)}.bar-row{display:grid;grid-template-columns:110px 1fr 34px;align-items:center;gap:10px;margin-bottom:10px;font-size:11px}.bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.bar-track{height:10px;border:1.5px solid var(--foreground);border-radius:999px;background:var(--so-gray-200);overflow:hidden}.bar-fill{height:100%;background:var(--quaternary);border-radius:999px}.bar-count{text-align:right;font-weight:800;color:var(--muted-foreground)}.analytics-mod-link{margin-top:10px;width:100%;justify-content:center;display:flex;border-radius:999px;font-size:11px}.recent-login-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.recent-login-list li{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;border-bottom:1.5px dashed var(--so-gray-300);padding-bottom:8px}.recent-login-list li:last-child{border-bottom:0;padding-bottom:0}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 22px}.resource-card{position:relative;background:#fff;border:2px solid var(--foreground);border-radius:22px;padding:22px 20px 18px;min-height:290px;box-shadow:8px 8px 0 var(--border);transition:all .25s cubic-bezier(.34,1.56,.64,1)}.resource-card:nth-child(3n+1){box-shadow:8px 8px 0 var(--so-lime-300)}.resource-card:nth-child(3n+2){box-shadow:8px 8px 0 var(--so-teal-300)}.resource-card:nth-child(3n){box-shadow:8px 8px 0 var(--so-cyan-300)}.resource-card:hover{transform:rotate(-1deg) scale(1.02);box-shadow:10px 10px 0 var(--foreground)}.resource-card.clickable{cursor:pointer}.resource-card:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.resource-icon{position:absolute;right:20px;top:-22px;width:48px;height:48px;border-radius:50%;border:2px solid var(--foreground);background:var(--tertiary);display:grid;place-items:center;font-family:var(--font-heading);font-weight:800;box-shadow:3px 3px 0 var(--foreground)}.resource-card:nth-child(3n+2) .resource-icon{background:var(--secondary)}.resource-card:nth-child(3n) .resource-icon{background:var(--quaternary)}.status{display:inline-flex;align-items:center;gap:6px;border:1.5px solid var(--foreground);border-radius:999px;padding:5px 8px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--quaternary);border:1px solid var(--foreground)}.status.experimental .status-dot{background:var(--tertiary)}.status.deprecated .status-dot{background:var(--secondary)}.resource-card h3{font-family:var(--font-heading);font-size:22px;line-height:1.05;letter-spacing:-.03em;margin:18px 0 10px;padding-right:42px}.resource-card p{font-size:12px;line-height:1.55;color:var(--muted-foreground);min-height:72px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:16px 0 18px}.tag{background:var(--muted);border-radius:999px;padding:5px 7px;font-size:9px;font-weight:700}.card-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:-6px 0 10px;flex-wrap:wrap}.click-count{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground)}.vote-row{display:flex;align-items:center;gap:6px;position:relative}.vote-btn{display:inline-flex;align-items:center;gap:4px;border:1.5px solid var(--foreground);background:#fff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;color:var(--foreground);line-height:1}.vote-btn:disabled{opacity:.6;cursor:not-allowed}.vote-btn.vote-up.active{background:var(--so-lime-400);border-width:2px;box-shadow:2px 2px 0 var(--foreground)}.vote-btn.vote-down.active{background:var(--secondary);border-width:2px;box-shadow:2px 2px 0 var(--foreground)}.vote-error{position:absolute;top:calc(100% + 4px);right:0;white-space:nowrap;font-size:9px;font-weight:700;color:var(--so-blue-1000);background:var(--so-lime-200);border:1.5px solid var(--foreground);border-radius:8px;padding:3px 6px;z-index:2}.card-footer{border-top:1.5px dashed var(--so-gray-400);padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.meta{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);font-weight:700}.open-link{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.open-link.no-link{color:var(--muted-foreground);font-weight:700;text-transform:none}.open-bubble{width:26px;height:26px;border-radius:50%;border:1.5px solid var(--foreground);background:var(--so-lime-400);color:var(--so-black-100);display:grid;place-items:center}.empty{grid-column:1/-1;border:2px dashed var(--foreground);border-radius:24px;background:var(--background);padding:46px;font-family:var(--font-heading);font-size:26px;text-align:center}.add-banner{max-width:1180px;margin:0 auto;padding:72px 24px 92px}.add-panel{position:relative;border:2px solid var(--foreground);background:var(--so-lime-400);color:var(--so-black-100);border-radius:36px 36px 36px 0;box-shadow:10px 10px 0 var(--foreground);padding:34px;overflow:hidden}.add-panel:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:var(--so-lime-400);border:2px solid var(--foreground);right:-30px;top:-70px}.add-panel:after{content:"";position:absolute;width:96px;height:96px;background:var(--secondary);border:2px solid var(--foreground);left:52%;bottom:-48px;transform:rotate(20deg)}.add-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.add-content h2{font-family:var(--font-heading);font-size:44px;line-height:.98;margin:0 0 12px}.add-content p{margin:0;max-width:620px;line-height:1.55}.add-content .btn-primary{background:var(--so-lime-400);color:var(--so-black-100)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1e293bb8;display:none;align-items:center;justify-content:center;padding:24px}.modal.open{display:flex}.modal-card{width:min(760px,96vw);background:var(--background);border:2px solid var(--foreground);border-radius:28px 28px 28px 0;box-shadow:10px 10px 0 var(--foreground);padding:26px;position:relative}.modal-card h3{font-family:var(--font-heading);font-size:34px;margin:0 0 8px}.modal-card p{margin:0 0 22px;color:var(--muted-foreground);font-size:13px;line-height:1.55}.close{position:absolute;right:18px;top:18px;width:36px;height:36px;border-radius:50%;border:2px solid var(--foreground);background:var(--secondary);font-weight:800}.paste-box{display:grid;grid-template-columns:1fr auto;gap:10px}.paste-box input{border:2px solid var(--so-gray-400);border-radius:16px;background:#fff;padding:14px 15px;outline:0}.paste-box input:focus{border-color:var(--accent);box-shadow:4px 4px 0 var(--accent)}.analyse{border:2px solid var(--foreground);border-radius:999px;background:var(--so-lime-400);color:var(--so-black-100);padding:0 16px;font-weight:800;box-shadow:4px 4px 0 var(--foreground)}.analysis{display:none;margin-top:24px;background:#fff;border:2px solid var(--foreground);border-radius:18px 18px 18px 0;padding:16px;box-shadow:6px 6px 0 var(--quaternary)}.analysis.show{display:block}.analysis-row{display:grid;grid-template-columns:150px 1fr;gap:14px;padding:10px 0;border-top:1px dashed var(--so-gray-400)}.analysis-row:first-child{border-top:0}.analysis-key{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted-foreground)}.analysis-value{font-size:13px;font-weight:700}.analysis-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.analysis-actions button{border:2px solid var(--foreground);border-radius:999px;padding:10px 14px;font-weight:800}.analysis-actions .publish{background:var(--quaternary);box-shadow:3px 3px 0 var(--foreground)}.analysis-actions .publish:disabled,.analysis-actions button:disabled{opacity:.6;cursor:not-allowed}.add-form{display:flex;flex-direction:column;gap:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted-foreground)}.form-field input,.form-field select,.form-field textarea{border:2px solid var(--so-gray-400);border-radius:16px;background:#fff;padding:12px 14px;outline:0;font-family:var(--font-body);font-size:13px;color:var(--foreground);resize:vertical}.form-field select option{background:#fff;color:var(--so-black-100)}.form-field select option:disabled{color:var(--so-gray-500)}.form-field select{color-scheme:light}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--accent);box-shadow:4px 4px 0 var(--accent)}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{opacity:.6}.form-message{border:2px solid var(--foreground);border-radius:14px 14px 14px 0;padding:10px 14px;font-size:12px;font-weight:700}.form-message.error{background:var(--so-lime-200);color:var(--so-black-100)}.form-message.success{background:var(--so-teal-200);color:var(--so-black-100)}.form-message.info{background:var(--so-cyan-200);color:var(--so-black-100);margin-top:10px}.url-analyze-row{display:flex;gap:10px;align-items:center}.url-analyze-row input{flex:1}.url-analyze-row .analyse{white-space:nowrap;min-height:44px}.url-analyze-row .analyse:disabled{opacity:.6;cursor:not-allowed}.login-page{display:flex;align-items:center;justify-content:center}.login-theme-toggle{position:absolute;top:24px;right:24px;z-index:3}.login-wrap{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:center;padding:24px;min-height:100vh}.login-card{width:min(480px,100%);background:var(--background);border:2px solid var(--foreground);border-radius:28px 28px 28px 0;box-shadow:10px 10px 0 var(--foreground);padding:40px 34px;text-align:center}.login-brand{justify-content:center;margin-bottom:18px}.login-card .kicker{margin:0 auto 22px}.login-title{font-family:var(--font-heading);font-size:clamp(32px,5vw,44px);line-height:1;letter-spacing:-.04em;margin:0 0 14px}.login-card p{font-size:14px;line-height:1.6;color:var(--so-gray-900);margin:0 0 28px}.login-google-btn{width:100%;justify-content:center;font-size:14px}.login-error{margin-top:16px;text-align:left}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:16px;font-weight:700;color:var(--foreground);background:var(--background)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes wiggle{0%,to{transform:rotate(0)}33%{transform:rotate(3deg)}66%{transform:rotate(-3deg)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition:none!important}}@media (max-width:980px){.top-nav{display:none}.topbar-inner{grid-template-columns:1fr auto}.dept-grid,.cards-grid{grid-template-columns:repeat(2,1fr)}.analytics-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-head{flex-direction:column;align-items:stretch}.analytics-range{align-items:flex-start}.range-selector{justify-content:flex-start}.analytics-range-note{text-align:left;max-width:none}}@media (max-width:680px){.topbar-inner{min-height:64px;padding:0 16px;gap:16px}.brand{font-size:19px;gap:10px}.brand-mark{width:38px;height:38px;border-radius:12px 12px 12px 0}.top-actions .btn-secondary,.theme-toggle .mode-label{display:none}.theme-toggle,.top-actions .btn-primary{padding:0;width:48px;justify-content:center}.top-actions .btn-primary .btn-label{display:none}.notif-dropdown{min-width:0;width:min(320px,90vw);right:-8px}.hero{padding-top:48px}.hero h1{font-size:56px}.search-symbol{width:46px;height:46px;font-size:18px}.search-box input{font-size:16px}.search-action{min-height:46px;padding:0 16px}.live-result-row{flex-direction:column;align-items:flex-start}.ranking-row{flex-wrap:wrap}.ranking-meta{white-space:normal}.filter-bar{align-items:stretch}.sort-select{margin-left:0;width:100%}.users-row{grid-template-columns:1fr;gap:6px;text-align:left}.users-row-head{display:none}.mod-row{grid-template-columns:1fr;gap:6px;text-align:left}.mod-row-head{display:none}.submission-meta-grid{grid-template-columns:1fr 1fr}.submission-card-head{flex-direction:column}.reject-reason{justify-content:flex-start}.kpi-grid{grid-template-columns:repeat(2,1fr)}.analytics-columns,.analytics-columns.cols-2{grid-template-columns:1fr}.perf-controls{flex-direction:column}.dept-grid,.cards-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.add-content,.paste-box,.form-grid{grid-template-columns:1fr}}.theme-toggle{min-width:44px;min-height:44px;padding:0 13px;border:2px solid var(--foreground);border-radius:999px;background:var(--background);color:var(--foreground);font-weight:800;box-shadow:3px 3px 0 var(--foreground);transition:all .2s cubic-bezier(.34,1.56,.64,1)}.theme-toggle:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--so-lime-400)}.theme-toggle:active{transform:translate(1px,1px);box-shadow:2px 2px 0 var(--so-lime-400)}.theme-toggle .mode-icon{display:inline-grid;width:20px;height:20px;place-items:center;margin-right:6px}.theme-toggle .mode-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em}html[data-theme=dark] body{background:var(--so-black-100);color:var(--so-white-100)}html[data-theme=dark] .topbar{background:#000000f0;border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .brand-mark{background:var(--so-lime-400);color:var(--so-black-100);border-color:var(--so-white-100);box-shadow:3px 3px 0 var(--so-white-100)}html[data-theme=dark] .nav-link:hover{background:var(--so-lime-400);color:var(--so-black-100)}html[data-theme=dark] .btn-secondary{border-color:var(--so-white-100);color:var(--so-white-100)}html[data-theme=dark] .btn-secondary:hover{background:var(--so-cyan-400);color:var(--so-black-100)}html[data-theme=dark] .btn-primary{border-color:var(--so-white-100);box-shadow:4px 4px 0 var(--so-white-100)}html[data-theme=dark] .btn-primary:hover{box-shadow:6px 6px 0 var(--so-white-100)}html[data-theme=dark] .btn-icon{background:var(--so-black-100);color:var(--so-lime-400);border:1px solid var(--so-white-100)}html[data-theme=dark] .kicker{background:var(--so-gray-900);color:var(--so-white-100);border-color:var(--so-white-100);box-shadow:3px 3px 0 var(--so-cyan-400)}html[data-theme=dark] .hero p,html[data-theme=dark] .section-head p,html[data-theme=dark] .resource-card p,html[data-theme=dark] .modal-card p{color:var(--so-gray-300)}html[data-theme=dark] .highlight{color:var(--so-lime-400)}html[data-theme=dark] .highlight:after{background:radial-gradient(circle at 5px 5px,var(--so-teal-400) 0 4px,transparent 4.5px) 0 0/18px 10px repeat-x}html[data-theme=dark] .search-box{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-teal-400)}html[data-theme=dark] .search-box input{color:var(--so-white-100)}html[data-theme=dark] .search-box input::placeholder{color:var(--so-gray-400)}html[data-theme=dark] .search-symbol{color:var(--so-black-100);border-color:var(--so-white-100)}html[data-theme=dark] .quick-searches button{border-color:var(--so-gray-400);color:var(--so-white-100);background:var(--so-gray-900)}html[data-theme=dark] .quick-searches button:nth-child(2n){background:var(--so-teal-500);color:var(--so-black-100)}html[data-theme=dark] .quick-searches button:nth-child(3n){background:var(--so-blue-1000);color:var(--so-white-100)}html[data-theme=dark] .live-results{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-lime-400)}html[data-theme=dark] .live-result-row{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .live-result-row.clickable:hover{background:var(--so-black-100)}html[data-theme=dark] .live-result-meta,html[data-theme=dark] .live-result-no-link,html[data-theme=dark] .live-results-cta{color:var(--so-gray-300)}html[data-theme=dark] .live-results-more{border-top-color:var(--so-white-100);color:var(--so-black-100)}html[data-theme=dark] .live-results-add{color:var(--so-lime-400)}html[data-theme=dark] .marquee{color:var(--so-black-100)}html[data-theme=dark] .dept-card{background:var(--so-gray-900);border-color:var(--so-white-100);color:var(--so-white-100)}html[data-theme=dark] .dept-card:nth-child(4n+1){box-shadow:7px 7px 0 var(--so-lime-400)}html[data-theme=dark] .dept-card:nth-child(4n+2){box-shadow:7px 7px 0 var(--so-teal-400)}html[data-theme=dark] .dept-card:nth-child(4n+3){box-shadow:7px 7px 0 var(--so-cyan-400)}html[data-theme=dark] .dept-card:nth-child(4n){box-shadow:7px 7px 0 var(--so-blue-700)}html[data-theme=dark] .dept-card p,html[data-theme=dark] .dept-code{color:var(--so-gray-300)}html[data-theme=dark] .dept-card.active{background:var(--so-lime-400);color:var(--so-black-100);border-color:var(--so-white-100)}html[data-theme=dark] .dept-card.active p,html[data-theme=dark] .dept-card.active .dept-code{color:var(--so-gray-900)}html[data-theme=dark] .catalogue-wrap{background:var(--so-black-100);border-color:var(--so-gray-700)}html[data-theme=dark] .catalogue-wrap:before{background-image:radial-gradient(var(--so-gray-700) 1.2px,transparent 1.2px);opacity:.6}html[data-theme=dark] .filter{background:var(--so-gray-900);color:var(--so-white-100);border-color:var(--so-white-100);box-shadow:2px 2px 0 var(--so-white-100)}html[data-theme=dark] .filter:hover{background:var(--so-cyan-400);color:var(--so-black-100)}html[data-theme=dark] .filter.active{background:var(--so-lime-400);color:var(--so-black-100)}html[data-theme=dark] .sort-select{background:var(--so-gray-900);color:var(--so-white-100);border-color:var(--so-white-100)}html[data-theme=dark] .sort-select option{background:var(--so-gray-900);color:var(--so-white-100)}html[data-theme=dark] .sort-select option:disabled{color:var(--so-gray-500)}html[data-theme=dark] .sort-select{color-scheme:dark}html[data-theme=dark] .ranking-list{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-lime-400)}html[data-theme=dark] .ranking-row{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .ranking-row.clickable:hover{background:var(--so-black-100)}html[data-theme=dark] .ranking-empty{background:var(--so-gray-900);border-color:var(--so-gray-700);color:var(--so-gray-300)}html[data-theme=dark] .mysub-empty{background:var(--so-gray-900);border-color:var(--so-gray-700);color:var(--so-white-100)}html[data-theme=dark] .users-list{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:8px 8px 0 var(--so-cyan-400)}html[data-theme=dark] .users-row{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .users-row-head{background:var(--so-black-100);color:var(--so-gray-400)}html[data-theme=dark] .role-select{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-white-100)}html[data-theme=dark] .role-select option{background:var(--so-black-100);color:var(--so-white-100)}html[data-theme=dark] .role-select option:disabled{color:var(--so-gray-500)}html[data-theme=dark] .role-select{color-scheme:dark}html[data-theme=dark] .role-badge{border-color:var(--so-white-100);color:var(--so-black-100)}html[data-theme=dark] .submission-card{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-cyan-400);color:var(--so-white-100)}html[data-theme=dark] .approval-badge{border-color:var(--so-white-100);color:var(--so-black-100)}html[data-theme=dark] .btn-reject,html[data-theme=dark] .reject-reason input{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-white-100)}html[data-theme=dark] .mod-table{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:8px 8px 0 var(--so-cyan-400)}html[data-theme=dark] .mod-row{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .mod-row-head{background:var(--so-black-100);color:var(--so-gray-400)}html[data-theme=dark] .kpi-card{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:4px 4px 0 var(--so-cyan-400);color:var(--so-white-100)}html[data-theme=dark] .analytics-block{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-cyan-400);color:var(--so-white-100)}html[data-theme=dark] .perf-search{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-white-100)}html[data-theme=dark] .range-date{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-white-100);color-scheme:dark}html[data-theme=dark] .perf-table th{background:var(--so-black-100);color:var(--so-gray-400)}html[data-theme=dark] .perf-table td{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .bar-track{background:var(--so-gray-700);border-color:var(--so-white-100)}html[data-theme=dark] .recent-login-list li{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .resource-card{background:var(--so-gray-900);color:var(--so-white-100);border-color:var(--so-white-100)}html[data-theme=dark] .resource-card:nth-child(3n+1){box-shadow:8px 8px 0 var(--so-lime-400)}html[data-theme=dark] .resource-card:nth-child(3n+2){box-shadow:8px 8px 0 var(--so-teal-400)}html[data-theme=dark] .resource-card:nth-child(3n){box-shadow:8px 8px 0 var(--so-cyan-400)}html[data-theme=dark] .resource-card:hover{box-shadow:10px 10px 0 var(--so-white-100)}html[data-theme=dark] .resource-icon{color:var(--so-black-100);border-color:var(--so-white-100);box-shadow:3px 3px 0 var(--so-white-100)}html[data-theme=dark] .resource-card:nth-child(3n) .resource-icon{color:var(--so-white-100)}html[data-theme=dark] .status{border-color:var(--so-gray-400)}html[data-theme=dark] .tag{background:var(--so-black-100);color:var(--so-gray-300);border:1px solid var(--so-gray-700)}html[data-theme=dark] .vote-btn{background:var(--so-black-100);border-color:var(--so-white-100);color:var(--so-white-100)}html[data-theme=dark] .vote-btn.vote-up.active{background:var(--so-lime-400);color:var(--so-black-100);box-shadow:2px 2px 0 var(--so-white-100)}html[data-theme=dark] .vote-btn.vote-down.active{background:var(--so-teal-400);color:var(--so-black-100);box-shadow:2px 2px 0 var(--so-white-100)}html[data-theme=dark] .vote-error{background:var(--so-gray-900);color:var(--so-lime-400);border-color:var(--so-white-100)}html[data-theme=dark] .card-footer{border-top-color:var(--so-gray-700)}html[data-theme=dark] .meta{color:var(--so-gray-300)}html[data-theme=dark] .open-bubble{background:var(--so-lime-400);color:var(--so-black-100);border-color:var(--so-white-100)}html[data-theme=dark] .empty{background:var(--so-gray-900);border-color:var(--so-gray-400)}html[data-theme=dark] .add-panel{background:var(--so-blue-1000);border-color:var(--so-white-100);box-shadow:10px 10px 0 var(--so-lime-400)}html[data-theme=dark] .modal{background:#000000d1}html[data-theme=dark] .modal-card{background:var(--so-gray-900);color:var(--so-white-100);border-color:var(--so-white-100);box-shadow:10px 10px 0 var(--so-lime-400)}html[data-theme=dark] .paste-box input{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-gray-400)}html[data-theme=dark] .paste-box input::placeholder{color:var(--so-gray-500)}html[data-theme=dark] .form-field input,html[data-theme=dark] .form-field select,html[data-theme=dark] .form-field textarea{background:var(--so-black-100);color:var(--so-white-100);border-color:var(--so-gray-400)}html[data-theme=dark] .form-field select option{background:var(--so-black-100);color:var(--so-white-100)}html[data-theme=dark] .form-field select option:disabled{color:var(--so-gray-500)}html[data-theme=dark] .form-field select{color-scheme:dark}html[data-theme=dark] .form-field input::placeholder,html[data-theme=dark] .form-field textarea::placeholder{color:var(--so-gray-500)}html[data-theme=dark] .form-field label{color:var(--so-gray-400)}html[data-theme=dark] .form-message.error{background:var(--so-gray-900);color:var(--so-lime-400);border-color:var(--so-white-100)}html[data-theme=dark] .form-message.success{background:var(--so-gray-900);color:var(--so-teal-400);border-color:var(--so-white-100)}html[data-theme=dark] .form-message.info{background:var(--so-gray-900);color:var(--so-cyan-400);border-color:var(--so-white-100)}html[data-theme=dark] .login-card{background:var(--so-gray-900);border-color:var(--so-white-100);box-shadow:10px 10px 0 var(--so-lime-400);color:var(--so-white-100)}html[data-theme=dark] .login-card p{color:var(--so-gray-300)}html[data-theme=dark] .auth-loading{background:var(--so-black-100);color:var(--so-white-100)}html[data-theme=dark] .user-menu-btn{border-color:var(--so-white-100);color:var(--so-white-100)}html[data-theme=dark] .user-menu-dropdown{background:var(--so-gray-900);border-color:var(--so-white-100);color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-lime-400)}html[data-theme=dark] .notif-item{border-bottom-color:var(--so-gray-700)}html[data-theme=dark] .notif-dot{background:var(--so-cyan-400)}html[data-theme=dark] .analysis{background:var(--so-black-100);border-color:var(--so-white-100);box-shadow:6px 6px 0 var(--so-teal-400)}html[data-theme=dark] .analysis-row{border-top-color:var(--so-gray-700)}html[data-theme=dark] .analysis-key{color:var(--so-gray-400)}html[data-theme=dark] .close{color:var(--so-black-100);border-color:var(--so-white-100)}
