@keyframes shimmer{to{transform:translate(100%)}}:root{--color-bg: #EBF4F9;--color-bg-dark: #D8E9F2;--color-surface: #FFFFFF;--color-primary: #000000;--color-primary-hover: #1a1a1a;--color-text: #0D0D0D;--color-text-secondary: #4A5568;--color-text-muted: #718096;--color-success: #16A34A;--color-success-bg: #DCFCE7;--color-warning: #DC2626;--color-warning-bg: #FEE2E2;--color-accent: #2563EB;--color-accent-bg: #DBEAFE;--color-border: #E2E8F0;--color-border-light: #F1F5F9;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .03);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .04)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:1rem;font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);overflow-x:hidden}#root{min-height:100vh}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:100px}button,input,select,textarea{font-family:var(--font-family)}h1,h2,h3,h4{letter-spacing:-.02em}.argus-bg-orbs{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.argus-bg-orb{position:absolute;border-radius:50%;opacity:.08;filter:blur(60px);animation:argus-float-orb 25s ease-in-out infinite;will-change:transform}.argus-bg-orb--1{width:500px;height:500px;background:radial-gradient(circle,#2563EB,transparent 70%);top:-120px;right:-80px;animation-delay:0s}.argus-bg-orb--2{width:400px;height:400px;background:radial-gradient(circle,#7C3AED,transparent 70%);bottom:-60px;left:-100px;animation-delay:-9s}.argus-bg-orb--3{width:350px;height:350px;background:radial-gradient(circle,#2563EB,transparent 70%);top:35%;left:55%;animation-delay:-16s}@keyframes argus-float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(35px,-25px) scale(1.06)}50%{transform:translate(-25px,35px) scale(.94)}75%{transform:translate(25px,25px) scale(1.03)}}.argus-grid-pattern{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:linear-gradient(rgba(0,0,0,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.045) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%)}.argus-shimmer-line{height:2px;background:linear-gradient(90deg,transparent,#2563EB,#7C3AED,#2563EB,transparent);background-size:200% 100%;animation:argus-shimmer 3s ease-in-out infinite;border-radius:2px;max-width:160px;margin:0 auto}@keyframes argus-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.argus-card-glow{position:relative;overflow:hidden}.argus-card-glow:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,#2563eb14,#7c3aed0f);opacity:0;transition:opacity .5s ease;z-index:-1;pointer-events:none}.argus-card-glow:hover:after{opacity:1}.argus-pulse{animation:argus-pulse-anim 2s ease-in-out infinite}@keyframes argus-pulse-anim{0%,to{opacity:1}50%{opacity:.4}}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(720deg);opacity:0}}.argus-btn-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.argus-btn-hover:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.argus-btn-hover:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #00000014}.argus-nav-active{position:relative}.argus-nav-active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:linear-gradient(180deg,#2563eb,#7c3aed);border-radius:0 4px 4px 0;animation:argus-slide-in .3s ease-out}@keyframes argus-slide-in{0%{height:0;opacity:0}to{height:60%;opacity:1}}.argus-divider-animated{position:relative;height:1px;overflow:hidden}.argus-divider-animated:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--color-border),transparent);animation:argus-slide-line 5s ease-in-out infinite}@keyframes argus-slide-line{0%{left:-100%}to{left:100%}}.argus-fade-up{animation:argus-fade-up-anim .5s cubic-bezier(.16,1,.3,1) both}@keyframes argus-fade-up-anim{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.argus-badge-shimmer{position:relative;overflow:hidden}.argus-badge-shimmer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,#fff0,#ffffff26,#fff0);background-size:200% 200%;animation:argus-badge-shine 4s ease-in-out infinite;pointer-events:none}@keyframes argus-badge-shine{0%,to{background-position:-100% -100%}50%{background-position:200% 200%}}.argus-lift:hover{transform:translateY(-4px)!important;box-shadow:0 12px 40px #00000014!important}.argus-lift{transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1)!important}.argus-logo-watermark{position:fixed;pointer-events:none;z-index:0;opacity:.06;color:#0d0d0d}.argus-logo-watermark img{width:100%;height:100%}.argus-logo-watermark--1{width:550px;height:550px;top:50%;left:50%;transform:translate(-50%,-50%);animation:argus-rotate-slow 60s linear infinite}.argus-logo-watermark--2{width:350px;height:350px;top:-60px;right:-60px;animation:argus-rotate-slow 80s linear infinite reverse}.argus-logo-watermark--3{width:400px;height:400px;bottom:-80px;left:-60px;animation:argus-rotate-slow 70s linear infinite}@keyframes argus-rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.argus-logo-watermark--1{animation-name:argus-rotate-center}@keyframes argus-rotate-center{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.pac-container{z-index:10000!important;border-radius:12px!important;border:1px solid var(--color-border)!important;box-shadow:var(--shadow-lg)!important;font-family:var(--font-family)!important;margin-top:4px!important;background:#fff!important}.pac-item{padding:8px 14px!important;font-size:13px!important;cursor:pointer!important;border-top:1px solid #f1f5f9!important}.pac-item:first-child{border-top:none!important}.pac-item:hover{background:#ebf4f9!important}.pac-item-query{font-weight:700!important;color:#0d0d0d!important}.pac-matched{font-weight:800!important}.argus-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:1px solid var(--color-border);padding:6px 8px calc(6px + env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000000f}.argus-bottom-nav-items{display:flex;justify-content:space-around;align-items:center;gap:2px}.argus-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:6px 4px;border-radius:14px;font-size:10px;font-weight:700;color:var(--color-text-muted);transition:all .2s ease;cursor:pointer;min-width:56px;position:relative;border:none;background:none;font-family:var(--font-family);-webkit-tap-highlight-color:transparent}.argus-bottom-nav-item:active{transform:scale(.92)}.argus-bottom-nav-item--active{color:var(--color-primary)}.argus-bottom-nav-item--active:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:20px;height:3px;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#2563eb,#7c3aed)}.argus-bottom-nav-item svg{width:22px;height:22px;stroke-width:2}.argus-mobile-more-menu{position:fixed;bottom:calc(64px + env(safe-area-inset-bottom));left:8px;right:8px;z-index:49;background:#fff;border-radius:20px;border:1px solid var(--color-border);box-shadow:0 -8px 40px #0000001f;padding:8px;animation:argus-fade-up-anim .25s ease-out both}.argus-mobile-more-menu button{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;font-weight:700;font-size:14px;color:var(--color-text);border:none;background:none;cursor:pointer;transition:background .15s ease;font-family:var(--font-family);-webkit-tap-highlight-color:transparent}.argus-mobile-more-menu button:active{background:var(--color-border-light)}.argus-mobile-more-menu button svg{width:20px;height:20px;color:var(--color-text-secondary)}.argus-mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:48;background:#0000004d;animation:argus-fade-in .2s ease both}@keyframes argus-fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:1023px){.argus-main-content{padding:24px 16px!important}}@media(max-width:767px){.argus-sidebar-desktop{display:none!important}.argus-bottom-nav{display:block}.argus-main-content{margin-left:0!important;padding:16px 12px 80px!important}html{font-size:13px}.argus-bg-orbs,.argus-grid-pattern,.argus-logo-watermark{display:none!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.grid-cols-2,.grid-cols-3,.grid-cols-4,.md\:grid-cols-2,.lg\:grid-cols-3,.xl\:grid-cols-4{grid-template-columns:1fr!important}.argus-modal-mobile{max-width:100vw!important;width:100%!important;border-radius:20px 20px 0 0!important;max-height:90vh!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;transform:none!important}.fixed.bottom-8{bottom:80px!important;padding:0 12px!important}.argus-stat-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.argus-pipeline-scroll{flex-direction:column!important}.rounded-3xl,.rounded-\[2rem\]{border-radius:16px!important}}@media(max-width:389px){html{font-size:12px}.argus-bottom-nav-item{min-width:48px;font-size:9px}.argus-bottom-nav-item svg{width:20px;height:20px}}
