:root{--font-sans: "Plus Jakarta Sans", sans-serif;--font-mono: "DM Mono", monospace;--color-bg: #f5f7f5;--color-surface: #ffffff;--color-surface2: #f5f7f5;--color-surface3: #eef5f1;--color-border: #E5E5E5;--color-accent: #0e7533;--color-accent2: #09461f;--color-accent3: #10b981;--color-accent4: #f8a701;--color-danger: #dc2626;--color-text: #504E4E;--color-heading: #17012C;--color-muted: #8a8a8a}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{background:#f5f7f5}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{position:relative;z-index:1}.font-sans{font-family:var(--font-sans)}.font-mono{font-family:var(--font-mono)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-extrabold{font-weight:800}.text-xs{font-size:.75rem;line-height:1}.text-sm{font-size:.875rem;line-height:1.25}.text-base{font-size:1rem;line-height:1.5}.text-lg{font-size:1.125rem;line-height:1.75}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.whitespace-nowrap{white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-muted{color:var(--color-muted)}.text-accent{color:var(--color-accent)}.text-heading{color:var(--color-heading)}.text-danger{color:var(--color-danger)}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.mx-auto{margin-left:auto;margin-right:auto}.shrink-0{flex-shrink:0}.gap-3{gap:.75rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.mr-\[47px\]{margin-right:47px}.rounded-xl{border-radius:12px}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}.transition-all{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.hover-lift{transition:transform .2s ease,border-color .2s ease}.hover-lift:hover{transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-up{animation:fadeUp .4s ease both}.animate-spin{animation:spin 1s linear infinite}.stagger>*:nth-child(1){animation:fadeUp .4s ease .05s both}.stagger>*:nth-child(2){animation:fadeUp .4s ease .1s both}.stagger>*:nth-child(3){animation:fadeUp .4s ease .15s both}.stagger>*:nth-child(4){animation:fadeUp .4s ease .2s both}.stagger>*:nth-child(5){animation:fadeUp .4s ease .25s both}.stagger>*:nth-child(6){animation:fadeUp .4s ease .3s both}.stagger>*:nth-child(7){animation:fadeUp .4s ease .35s both}.stagger>*:nth-child(8){animation:fadeUp .4s ease .4s both}.skeleton{background:linear-gradient(90deg,#eef5f1 25%,#e2e8e2,#eef5f1 75%);background-size:200% 100%;animation:shimmer 1.6s linear infinite;border-radius:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.aspect-video{aspect-ratio:16 / 9}.backdrop-blur{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.border-bottom{border-bottom:1px solid var(--color-border)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-5>*+*{margin-top:1.25rem}.d-grid{display:grid}
