.auth-welcome{min-height:100vh;min-height:100dvh;background:#fafafa;display:flex;flex-direction:column}.auth-welcome__body{flex:1;display:flex;flex-direction:column;justify-content:center;gap:40px;padding:40px 24px}.auth-welcome__hero{display:flex;flex-direction:column;align-items:center;gap:20px}.auth-welcome__mascot{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,#f0ebe1,#e4dbcc);display:flex;align-items:center;justify-content:center}.auth-welcome__emoji{font-size:64px;line-height:1}.auth-welcome__title-block{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.auth-welcome__title{font-family:Funnel Sans,sans-serif;font-size:32px;font-weight:700;color:var(--text)}.auth-welcome__subtitle{font-size:15px;font-weight:600;color:var(--primary)}.auth-welcome__desc{font-size:14px;color:var(--text-secondary);text-align:center;line-height:1.5;white-space:pre-line}.auth-welcome__actions{display:flex;flex-direction:column;gap:12px}.auth-welcome__btn-register{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:16px;background:linear-gradient(90deg,#111,#2a2a2a);color:#fff;font-size:16px;font-weight:600;box-shadow:0 8px 12px #00000017}.auth-welcome__btn-code{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:16px;background:#fff;color:var(--text);font-size:16px;font-weight:600;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0000000d}.auth-welcome__divider{display:flex;align-items:center;gap:12px;padding:4px 0}.auth-welcome__divider-line{flex:1;height:1px;background:#e5e5e5}.auth-welcome__divider-text{font-size:13px;color:var(--text-muted)}.auth-register{min-height:100vh;min-height:100dvh;background:#fafafa;display:flex;flex-direction:column;padding:20px 24px 40px}.auth-register__header{display:flex;align-items:center;gap:12px}.auth-register__back{width:40px;height:40px;border-radius:12px;background:#fafafa;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;color:var(--text)}.auth-register__title{font-family:Funnel Sans,sans-serif;font-size:20px;font-weight:700}.auth-register__form{display:flex;flex-direction:column;gap:20px;margin-top:32px}.auth-register__mascot{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,#f0ebe1,#e4dbcc);display:flex;align-items:center;justify-content:center}.auth-register__emoji{font-size:42px;line-height:1}.auth-register__field{display:flex;flex-direction:column;gap:8px}.auth-register__label{font-size:15px;font-weight:600;color:var(--text)}.auth-register__input-wrap{height:52px;border-radius:14px;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;padding:0 16px}.auth-register__input{width:100%;height:100%;border:none;background:transparent;font-size:15px;color:var(--text)}.auth-register__input::-moz-placeholder{color:#bbb}.auth-register__input::placeholder{color:#bbb}.auth-register__hint{font-size:12px;color:var(--text-muted)}.auth-register__spacer{flex:1}.auth-register__bottom{display:flex;flex-direction:column;gap:16px}.auth-register__error{font-size:14px;color:#d32f2f;text-align:center}.auth-register__warning{display:flex;gap:10px;padding:12px 16px;border-radius:14px;background:var(--warning-bg)}.auth-register__warning svg{flex-shrink:0;margin-top:1px}.auth-register__warning-text{display:flex;flex-direction:column;gap:2px}.auth-register__warning-text strong{font-size:13px;font-weight:700;color:#e65100}.auth-register__warning-text p{font-size:12px;color:var(--warning-text);line-height:1.4}.auth-register__btn-create{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:16px;background:linear-gradient(90deg,#111,#2a2a2a);color:#fff;font-size:16px;font-weight:600;box-shadow:0 8px 12px #00000017}.auth-register__btn-create:disabled{opacity:.5;cursor:not-allowed}.auth-code{min-height:100vh;min-height:100dvh;background:#fafafa;display:flex;flex-direction:column}.auth-code__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;padding:40px 24px}.auth-code__title-section{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.auth-code__title{font-family:Funnel Sans,sans-serif;font-size:22px;font-weight:700;text-align:center}.auth-code__subtitle{font-size:14px;font-weight:600;color:var(--success)}.auth-code__card{width:100%;background:#fafafa;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;gap:16px;border:1px solid #e5e5e5;box-shadow:0 8px 10px #00000012}.auth-code__card-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#0a0a0a}.auth-code__card-box{width:100%;display:flex;align-items:center;justify-content:center;padding:16px 20px;border-radius:12px;background:#fff;border:1px solid #e5e5e5}.auth-code__card-code{font-family:Funnel Sans,sans-serif;font-size:26px;font-weight:700;letter-spacing:1.5px;color:var(--text)}.auth-code__card-copy{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;border-radius:12px;background:linear-gradient(90deg,#111,#2a2a2a);color:#fff;font-size:14px;font-weight:600;box-shadow:0 8px 12px #00000017}.auth-code__card-divider{width:100%;height:1px;background:#e5e5e5}.auth-code__card-warn{display:flex;align-items:flex-start;gap:10px;width:100%}.auth-code__card-warn svg{flex-shrink:0;margin-top:1px}.auth-code__card-warn p{font-size:12px;font-weight:500;color:var(--warning-text);line-height:1.4}.auth-code__btn-start{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;border-radius:16px;background:linear-gradient(90deg,#111,#2a2a2a);color:#fff;font-size:16px;font-weight:600;box-shadow:0 8px 12px #00000017}.auth-login{min-height:100vh;min-height:100dvh;background:#fafafa;display:flex;flex-direction:column;padding:20px 24px 40px}.auth-login__header{display:flex;align-items:center;position:relative}.auth-login__header .auth-login__title{position:absolute;left:50%;transform:translate(-50%)}.auth-login__back{width:36px;height:36px;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#0a0a0a}.auth-login__title{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#0a0a0a}.auth-login__spacer{flex:1}.auth-login__input-section{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:12px;background:#fafafa;border:1px solid #e5e5e5;box-shadow:0 8px 10px #00000012;width:100%}.auth-login__label-row{display:flex;align-items:center;justify-content:center;gap:8px}.auth-login__label{font-size:14px;font-weight:600;color:#0a0a0a}.auth-login__input-wrap{height:52px;border-radius:10px;background:#fff;border:1px solid #e5e5e5;display:flex;align-items:center;padding:0 16px}.auth-login__input{width:100%;height:100%;border:none;background:transparent;font-size:22px;font-family:Funnel Sans,sans-serif;font-weight:700;letter-spacing:2px;color:#0a0a0a;text-align:center}.auth-login__input::-moz-placeholder{color:#ccc;font-weight:700}.auth-login__input::placeholder{color:#ccc;font-weight:700}.auth-login__bottom{display:flex;flex-direction:column;gap:16px}.auth-login__error{font-size:14px;color:#d32f2f;text-align:center;padding:12px 16px;background:#ffebee;border-radius:12px}.auth-login__btn-login{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:52px;border-radius:12px;background:linear-gradient(90deg,#111,#2a2a2a);color:#fff;font-size:16px;font-weight:600;box-shadow:0 8px 12px #00000017}.auth-login__btn-login:disabled{opacity:.5;cursor:not-allowed}.home{background:#f4f2ef;min-height:100vh;font-family:Inter,sans-serif;color:#1a1a1a;padding-bottom:90px}.home-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.home-header-left{display:flex;align-items:center;gap:12px}.home-avatar{position:relative;width:44px;height:44px;border-radius:50%;background:linear-gradient(180deg,#c8b496,#a89070);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.home-avatar-emoji{position:absolute;font-size:26px;top:6px;left:8px}.home-greeting{font-family:Funnel Sans,sans-serif;font-size:20px;font-weight:700;margin:0;line-height:1.2}.home-subtitle{font-size:13px;color:#777;margin:2px 0 0}.home-bell{position:relative;width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid #EEECE8;display:flex;align-items:center;justify-content:center;cursor:pointer}.home-bell-icon{width:20px;height:20px;color:#4a4a4a}.home-bell-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;border-radius:50%;background:#e7000b}.home-content{padding:0 20px;display:flex;flex-direction:column;gap:20px;margin-top:20px}.home-stats-row{display:flex;gap:10px}.home-stat-card{flex:1;background:#fff;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px #0000000a}.home-stat-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px}.home-stat-icon--beige{background:#f0ebe1;color:#c8b496}.home-stat-icon--purple{background:#ede8f5;color:#9c27b0}.home-stat-icon--blue{background:#e3eff9;color:#2196f3}.home-stat-value{font-family:Funnel Sans,sans-serif;font-size:22px;font-weight:700}.home-stat-label{font-size:11px;color:#777}.home-raccoons{display:flex;flex-direction:column;gap:12px}.home-section-header{display:flex;justify-content:space-between;align-items:center}.home-section-title{font-family:Funnel Sans,sans-serif;font-size:16px;font-weight:700;margin:0}.home-section-link{display:flex;align-items:center;gap:4px;color:#384f84;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none}.home-section-link svg{width:16px;height:16px}.home-raccoons-row{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.home-raccoons-row::-webkit-scrollbar{display:none}.home-raccoon-card{min-width:0;flex:1;height:110px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:2px solid}.home-raccoon-card--legendary{background:linear-gradient(180deg,#fff8e7,#f0ebe1);border-color:#ffd600}.home-raccoon-card--epic{background:linear-gradient(180deg,#f3e8ff,#ede0f7);border-color:#9c27b0}.home-raccoon-card--rare{background:linear-gradient(180deg,#e3f2fd,#daeaf7);border-color:#2196f3}.home-raccoon-card--common{background:linear-gradient(180deg,#f5f5f5,#eee);border-color:#e0e0e0}.home-raccoon-emoji{font-size:32px}.home-raccoon-name{font-size:10px;font-weight:600}.home-rarity-badge{font-size:9px;font-weight:600;color:#fff;padding:2px 6px;border-radius:9999px}.home-rarity-badge--legendary{background:#ffd600;color:#1a1a1a}.home-rarity-badge--epic{background:#9c27b0}.home-rarity-badge--rare{background:#2196f3}.home-rarity-badge--common{background:#e0e0e0;color:#1a1a1a}.home-mission{background:linear-gradient(90deg,#384f84,#2c3e6b);border-radius:20px;padding:16px;display:flex;align-items:center;gap:14px;box-shadow:0 6px 16px #384f8430;color:#fff}.home-mission-icon{width:48px;height:48px;border-radius:14px;background:#ffffff20;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.home-mission-body{flex:1;display:flex;flex-direction:column;gap:4px}.home-mission-tag{display:inline-flex;align-items:center;background:#ffffff25;border-radius:9999px;padding:2px 8px;font-size:10px;font-weight:600;width:-moz-fit-content;width:fit-content}.home-mission-text{font-size:13px;font-weight:500}.home-mission-chevron{color:#ffffff80;font-size:20px;flex-shrink:0}.home-season{background:#fff;border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #0000000a}.home-season-header{display:flex;justify-content:space-between;align-items:center}.home-season-left{display:flex;align-items:center;gap:8px}.home-season-name{font-family:Funnel Sans,sans-serif;font-size:16px;font-weight:700}.home-season-icon{color:#ff6b35;font-size:18px}.home-season-timer{display:flex;align-items:center;gap:4px;background:#fff3e0;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:600;color:#e65100}.home-season-timer-icon{width:12px;height:12px;color:#ff6b35}.home-progress-wrap{display:flex;flex-direction:column;gap:6px}.home-progress-bar{width:100%;height:10px;background:#f0ebe1;border-radius:9999px;overflow:hidden}.home-progress-fill{height:100%;background:linear-gradient(90deg,#c8b496,#a89070);border-radius:9999px;transition:width .3s ease}.home-progress-text{font-size:12px;color:#777}.home-news{display:flex;flex-direction:column;gap:12px}.home-news-item{background:#fff;border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 4px #00000008}.home-news-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px}.home-news-icon--award{background:#e8f5e9;color:#4caf50}.home-news-icon--trade{background:#fff3e0;color:#ff6b35}.home-news-icon--sparkles{background:#e3eff9;color:#2196f3}.home-news-body{flex:1;display:flex;flex-direction:column;gap:2px}.home-news-text{font-size:13px;font-weight:500}.home-news-time{font-size:11px;color:#777}.home-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f1117;padding:24px}.admin-login__card{width:100%;max-width:400px;background:#1a1d27;border-radius:16px;padding:40px 32px;border:1px solid #2a2d3a}.admin-login__icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#384f84,#5a73b5);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.admin-login__title{text-align:center;font-size:22px;font-weight:700;color:#e8e8ed;margin-bottom:4px}.admin-login__subtitle{text-align:center;font-size:14px;color:#6b6e7b;margin-bottom:32px}.admin-login__field{margin-bottom:20px}.admin-login__label{display:block;font-size:13px;font-weight:500;color:#9a9da8;margin-bottom:8px}.admin-login__input{width:100%;height:48px;background:#12141c;border:1px solid #2a2d3a;border-radius:10px;padding:0 16px;font-size:15px;color:#e8e8ed;transition:border-color .2s}.admin-login__input::-moz-placeholder{color:#3d4050}.admin-login__input::placeholder{color:#3d4050}.admin-login__input:focus{border-color:#384f84}.admin-login__error{font-size:13px;color:#e05454;text-align:center;margin-bottom:16px}.admin-login__btn{width:100%;height:48px;border-radius:10px;background:linear-gradient(135deg,#384f84,#4a63a0);color:#fff;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;transition:opacity .2s;margin-top:8px}.admin-login__btn:hover{opacity:.9}.admin-login__btn:disabled{opacity:.4;cursor:not-allowed}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Geist Mono,JetBrains Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--primary: 222 40% 37%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222 47% 11%;--muted: 210 40% 96%;--muted-foreground: 215 16% 47%;--accent: 210 40% 96%;--accent-foreground: 222 47% 11%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 98%;--border: 214 32% 91%;--input: 214 32% 91%;--ring: 222 40% 37%;--radius: .5rem;--sidebar: 0 0% 98%;--sidebar-foreground: 222 47% 11%;--sidebar-border: 214 32% 91%;--sidebar-accent: 210 40% 96%;--sidebar-accent-foreground: 222 47% 11%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));font-family:Inter,sans-serif;color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.col-span-2{grid-column:span 2 / span 2}.mb-1\.5{margin-bottom:.375rem}.mb-4{margin-bottom:1rem}.ml-auto{margin-left:auto}.mt-1{margin-top:.25rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[62px\]{height:62px}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-full{width:100%}.min-w-\[256px\]{min-width:256px}.max-w-\[520px\]{max-width:520px}.flex-1{flex:1 1 0%}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr_1fr\]{grid-template-columns:1fr 1fr}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[26px\]{border-radius:26px}.rounded-\[36px\]{border-radius:36px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#e5e5e5\]{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-border{border-color:hsl(var(--border))}.border-sidebar-border{border-color:hsl(var(--sidebar-border))}.bg-\[\#171717\]{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-\[\#e7000b\]{--tw-bg-opacity: 1;background-color:rgb(231 0 11 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f5f5\]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-\[\#fafafa\]{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-background{background-color:hsl(var(--background))}.bg-black\/40{background-color:#0006}.bg-card{background-color:hsl(var(--card))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:hsl(var(--muted))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity, 1))}.bg-primary{background-color:hsl(var(--primary))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-sidebar{background-color:hsl(var(--sidebar))}.bg-sidebar-accent{background-color:hsl(var(--sidebar-accent))}.bg-transparent{background-color:transparent}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2\.5{padding:.625rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.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-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.pb-28{padding-bottom:7rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.font-mono{font-family:Geist Mono,JetBrains Mono,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-none{line-height:1}.tracking-\[0\.5px\]{letter-spacing:.5px}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#0a0a0a\]{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.text-\[\#737373\]{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-\[\#fafafa\]{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-neutral-800{--tw-text-opacity: 1;color:rgb(38 38 38 / var(--tw-text-opacity, 1))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-sidebar-accent-foreground{color:hsl(var(--sidebar-accent-foreground))}.text-sidebar-foreground{color:hsl(var(--sidebar-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.shadow-\[0_-2px_8px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow: 0 -2px 8px rgba(0,0,0,.08);--tw-shadow-colored: 0 -2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.placeholder\:text-\[\#737373\]::-moz-placeholder{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.placeholder\:text-\[\#737373\]::placeholder{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:bg-\[\#333\]:hover{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#efefef\]:hover{--tw-bg-opacity: 1;background-color:rgb(239 239 239 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#f0f0f0\]:hover{--tw-bg-opacity: 1;background-color:rgb(240 240 240 / var(--tw-bg-opacity, 1))}.hover\:bg-sidebar-accent:hover{background-color:hsl(var(--sidebar-accent))}.hover\:text-\[\#0a0a0a\]:hover{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-sidebar-accent-foreground:hover{color:hsl(var(--sidebar-accent-foreground))}.focus\:border-\[\#171717\]:focus{--tw-border-opacity: 1;border-color:rgb(23 23 23 / var(--tw-border-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}@media (min-width: 768px){.md\:col-span-3{grid-column:span 3 / span 3}.md\:ml-64{margin-left:16rem}.md\:block{display:block}.md\:inline{display:inline}.md\:hidden{display:none}.md\:h-\[140px\]{height:140px}.md\:h-\[160px\]{height:160px}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[1fr_1fr_auto\]{grid-template-columns:1fr 1fr auto}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:rounded-lg{border-radius:var(--radius)}.md\:p-3\.5{padding:.875rem}.md\:p-8{padding:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pt-0{padding-top:0}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-\[11px\]{font-size:11px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[28px\]{font-size:28px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xs{font-size:.75rem;line-height:1rem}}:root{--primary: #384F84;--primary-dark: #2C3E6B;--bg: #F4F2EF;--border: #EEECE8;--success: #43A047;--text: #1A1A1A;--text-secondary: #777777;--text-muted: #999999;--warning-bg: #FFF8E1;--warning-text: #8D6E00}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit;outline:none}
