.announcement-banners{display:flex;flex-direction:column;gap:0}.announcement-banner{display:flex;align-items:center;gap:12px;padding:12px 20px;border-left:4px solid;font-size:14px;line-height:1.5}.announcement-banner-icon{font-size:20px;flex-shrink:0}.announcement-banner-content{flex:1;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.announcement-banner-content strong{font-weight:600}.announcement-banner-content span{opacity:.9}.announcement-banner-dismiss{background:none;border:none;font-size:24px;line-height:1;padding:0;cursor:pointer;opacity:.6;transition:opacity .2s;flex-shrink:0}.announcement-banner-dismiss:hover{opacity:1}@media (max-width: 768px){.announcement-banner{padding:10px 16px;flex-wrap:wrap}.announcement-banner-content{flex-direction:column;align-items:flex-start;gap:4px;width:100%}.announcement-banner-dismiss{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.announcement-banner{position:relative;padding-right:40px}}.landing-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease;background:#ffffff1a;backdrop-filter:blur(10px)}.navbar.scrolled{background:#fffffff2;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-logo{width:32px;height:32px;color:#fff;transition:color .3s ease}.navbar.scrolled .brand-logo{color:#667eea}.brand-logo svg{width:100%;height:100%}.brand-text{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:color .3s ease}.navbar.scrolled .brand-text{color:#667eea}.desktop-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;padding:.5rem 0}.navbar.scrolled .nav-link{color:#333}.nav-link:hover{color:#fff}.navbar.scrolled .nav-link:hover{color:#667eea}.nav-divider{width:1px;height:24px;background:#ffffff4d}.navbar.scrolled .nav-divider{background:#e5e7eb}.login-link{font-weight:500}.cta-button{background:#fff;color:#667eea!important;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026;color:#667eea!important}.navbar.scrolled .cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;box-shadow:0 4px 15px #667eea66}.navbar.scrolled .cta-button:hover{box-shadow:0 6px 20px #667eea80}.mobile-menu-btn{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease}.navbar.scrolled .mobile-menu-btn{color:#333}.mobile-menu-btn:hover{background:#ffffff1a}.navbar.scrolled .mobile-menu-btn:hover{background:#0000000d}.mobile-nav{display:none;position:fixed;inset:72px 0 0;background:#fffffffa;backdrop-filter:blur(20px);flex-direction:column;padding:2rem;gap:.5rem;transform:translate(100%);transition:transform .3s ease}.mobile-nav.open{transform:translate(0)}.mobile-nav-link{color:#333;text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem;border-radius:12px;transition:all .2s ease}.mobile-nav-link:hover{background:#667eea1a;color:#667eea}.mobile-nav-divider{height:1px;background:#e5e7eb;margin:1rem 0}.mobile-cta-button{display:block;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:1rem;border-radius:12px;font-weight:600;text-decoration:none;margin-top:1rem;transition:all .2s ease}.mobile-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;padding-top:80px}.hero-content{flex:1;max-width:600px;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;backdrop-filter:blur(10px);padding:8px 16px;border-radius:50px;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.hero-badge svg{animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(10deg);opacity:.8}}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#667eea;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;color:#667eea}.btn-arrow{width:20px;height:20px;transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translate(4px)}.btn-secondary{background:transparent;color:#fff;padding:1rem 2rem;border:2px solid white;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-trust{display:flex;align-items:center;gap:1rem}.trust-avatars{display:flex}.trust-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;border:2px solid white;margin-left:-8px}.trust-avatar:first-child{margin-left:0}.trust-avatar.more{background:#fff3;backdrop-filter:blur(10px)}.trust-text{display:flex;flex-direction:column;gap:4px}.trust-stars{display:flex;gap:2px}.trust-text>span{color:#ffffffe6;font-size:.875rem}.document-animation{flex:1;display:flex;justify-content:center;align-items:center;position:relative;perspective:1000px}.document-wrapper{position:relative;animation:float 6s ease-in-out infinite;transform-style:preserve-3d}.document{width:300px;height:400px;background:#fff;border-radius:15px;box-shadow:0 20px 60px #0003;padding:2rem;position:relative;overflow:hidden;transform:rotateY(-5deg) rotateX(5deg);transition:transform .5s ease}.document-wrapper:hover .document{transform:rotateY(0) rotateX(0)}.doc-header{margin-bottom:2rem}.doc-line{height:8px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;margin-bottom:.5rem}.doc-line:nth-child(1){width:60%}.doc-line:nth-child(2){width:40%}.doc-line:nth-child(3){width:50%}.doc-text-line{height:4px;background:#e0e0e0;border-radius:2px;margin-bottom:.75rem;animation:typewriter 3s ease-in-out infinite}.doc-text-line:nth-child(1){width:90%;animation-delay:0s}.doc-text-line:nth-child(2){width:85%;animation-delay:.2s}.doc-text-line:nth-child(3){width:95%;animation-delay:.4s}.doc-text-line:nth-child(4){width:80%;animation-delay:.6s}.doc-text-line:nth-child(5){width:88%;animation-delay:.8s}.doc-text-line:nth-child(6){width:92%;animation-delay:1s}.doc-text-line:nth-child(7){width:75%;animation-delay:1.2s}.ai-cursor{position:absolute;bottom:80px;left:32px;display:flex;align-items:center;gap:4px;animation:cursorMove 4s ease-in-out infinite}.cursor-line{width:2px;height:16px;background:#667eea;animation:blink .8s ease-in-out infinite}.cursor-sparkle{color:#667eea;animation:sparkle 1.5s ease-in-out infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes cursorMove{0%,to{left:32px}50%{left:200px}}.ai-particles{position:absolute;inset:0;pointer-events:none}.ai-particle{position:absolute;width:8px;height:8px;background:#fff9;border-radius:50%;animation:particleFloat 4s ease-in-out infinite}.particle-0{top:10%;left:-20px;animation-delay:0s}.particle-1{top:30%;left:-30px;animation-delay:.3s}.particle-2{top:50%;left:-15px;animation-delay:.6s}.particle-3{top:70%;left:-25px;animation-delay:.9s}.particle-4{top:90%;left:-10px;animation-delay:1.2s}.particle-5{top:20%;right:-20px;animation-delay:.15s}.particle-6{top:40%;right:-25px;animation-delay:.45s}.particle-7{top:60%;right:-15px;animation-delay:.75s}.particle-8{top:80%;right:-30px;animation-delay:1.05s}.particle-9{top:5%;left:50%;animation-delay:.2s}.particle-10{top:-10px;left:30%;animation-delay:.5s}.particle-11{top:-15px;left:70%;animation-delay:.8s}@keyframes particleFloat{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-20px) scale(1.2);opacity:1}}.doc-badge{position:absolute;bottom:-20px;right:-20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 16px;border-radius:25px;display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;box-shadow:0 4px 15px #667eea66;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.float-element{position:absolute;border-radius:50%;background:#ffffff1a;animation:floatAround 8s ease-in-out infinite}.float-1{width:60px;height:60px;top:20%;right:10%;animation-delay:0s}.float-2{width:40px;height:40px;top:60%;right:20%;animation-delay:2s}.float-3{width:80px;height:80px;top:80%;right:5%;animation-delay:4s}.social-proof{background:#fff;padding:5rem 0}.social-proof-container{max-width:1200px;margin:0 auto;padding:0 2rem}.social-proof-title{text-align:center;font-size:2rem;font-weight:700;color:#333;margin-bottom:3rem}.stats-row{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;margin-bottom:4rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.stat-label{color:#666;font-size:.95rem;margin-top:.5rem}.stat-divider{width:1px;height:60px;background:#e5e7eb}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#f8f9ff;border-radius:20px;padding:2rem;border:1px solid #ecebf5;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #667eea1a;border-color:#667eea}.testimonial-stars{display:flex;gap:2px;margin-bottom:1rem}.testimonial-text{color:#333;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.author-info{display:flex;flex-direction:column;gap:2px}.author-name{font-weight:600;color:#333}.author-role{font-size:.875rem;color:#666}.features{background:linear-gradient(180deg,#f8f9ff,#fff);padding:5rem 0}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:3rem}.features-badge{display:inline-block;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.features-title{text-align:center;font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.features-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.coming-soon-title{text-align:center;font-size:2rem;font-weight:600;color:#333;margin-bottom:2.5rem;margin-top:2rem;position:relative;display:inline-block;left:50%;transform:translate(-50%)}.coming-soon-title:before,.coming-soon-title:after{content:"";position:absolute;top:50%;width:100px;height:2px;background:linear-gradient(90deg,transparent,#667eea,transparent)}.coming-soon-title:before{right:100%;margin-right:15px}.coming-soon-title:after{left:100%;margin-left:15px}.coming-soon-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border:1px solid #f0f0f0;position:relative;overflow:hidden}.feature-card.active{border:2px solid #667eea;background:linear-gradient(135deg,#fff,#f8f9ff)}.feature-card.active:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2)}.feature-card.coming-soon{opacity:.8;border:1px dashed #ccc;background:linear-gradient(135deg,#fff,#f5f5f5)}.feature-card.coming-soon:hover{opacity:1;border:1px dashed #667eea;background:linear-gradient(135deg,#fff,#f8f9ff)}.feature-card.mystery{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.feature-card.mystery .feature-title,.feature-card.mystery .feature-desc{color:#fff}.feature-card.mystery .feature-status{background:#fff3;color:#fff}.feature-status{position:absolute;top:15px;right:15px;padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.feature-card.active .feature-status{background:linear-gradient(90deg,#667eea,#764ba2);color:#fff;animation:pulse 2s ease-in-out infinite}.feature-card.coming-soon .feature-status{background:#e0e0e0;color:#666}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #667eea26}.feature-card.active:hover{border-color:#764ba2;box-shadow:0 20px 40px #667eea40}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#667eea1a,#764ba21a);transition:all .3s ease}.feature-card.active .feature-icon-wrapper{background:linear-gradient(135deg,#667eea26,#764ba226);animation:pulse-wrapper 2s ease-in-out infinite}.feature-card.coming-soon .feature-icon-wrapper{background:#e6e6e680}.feature-card.mystery .feature-icon-wrapper{background:#fff3}.feature-icon-svg{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}.feature-card.mystery .feature-icon-svg{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1);box-shadow:0 8px 20px #667eea33}.feature-card.active:hover .feature-icon-wrapper{background:linear-gradient(135deg,#667eea33,#764ba233)}.feature-card.mystery:hover .feature-icon-wrapper{background:#ffffff4d}.feature-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.feature-desc{color:#666;line-height:1.6;font-size:1rem;margin-bottom:0}.feature-list{list-style:none;padding:0;margin:1.5rem 0 0;text-align:left}.feature-list li{display:flex;align-items:center;gap:8px;color:#666;font-size:.95rem;padding:.5rem 0}.feature-list li svg{color:#52c41a;flex-shrink:0}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-container{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.cta-content{text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.cta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:30px;font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.cta-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;color:#667eea}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.cta-btn:hover .cta-arrow{transform:translate(4px)}.cta-note{margin-top:1.5rem;color:#fffc;font-size:.95rem}.footer{background:#0f172a;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem}.footer-brand{max-width:300px}.footer .brand{margin-bottom:1rem}.footer .brand-logo,.footer .brand-text{color:#fff}.footer-tagline{color:#fff9;font-size:.95rem;line-height:1.6}.footer-links{display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.footer-column a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-bottom{margin-top:3rem;padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff80;font-size:.875rem;margin:0}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}@keyframes floatAround{0%,to{transform:translate(0) scale(1)}25%{transform:translate(10px,-10px) scale(1.1)}50%{transform:translate(-5px,-20px) scale(.9)}75%{transform:translate(-10px,10px) scale(1.05)}}@keyframes typewriter{0%,to{background:#e0e0e0}50%{background:linear-gradient(90deg,#667eea,#764ba2)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes pulse-wrapper{0%,to{transform:scale(1);box-shadow:0 0 #667eea66}50%{transform:scale(1.05);box-shadow:0 0 0 10px #667eea00}}@media (max-width: 1024px){.hero-title{font-size:3rem}.stats-row{gap:2rem}.stat-number{font-size:2.5rem}}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn,.mobile-nav{display:flex}.hero{flex-direction:column;text-align:center;padding:100px 1rem 2rem;min-height:auto}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-trust{justify-content:center;flex-wrap:wrap}.document-animation{margin-top:2rem}.document{width:250px;height:320px;transform:none}.document-wrapper:hover .document{transform:none}.nav-container{padding:0 1rem}.stats-row{flex-direction:column;gap:2rem}.stat-divider{width:60px;height:1px}.features-title{font-size:2rem}.features-subtitle{font-size:1rem}.coming-soon-title{font-size:1.5rem}.coming-soon-title:before,.coming-soon-title:after{width:50px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.coming-soon-grid{grid-template-columns:1fr;gap:1.2rem}.testimonials-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.footer-container{flex-direction:column;gap:2rem}.footer-links{width:100%;justify-content:space-between}}@media (max-width: 480px){.hero-title{font-size:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:1rem;width:100%;justify-content:center}.hero-buttons{flex-direction:column}.document{width:200px;height:280px}.stat-number{font-size:2rem}.footer-links{flex-direction:column;gap:2rem}}.auth-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.brand-link{position:absolute;top:40px;text-decoration:none}.brand-auth{font-family:Playfair Display,serif;font-size:36px;font-weight:900;color:#fff;letter-spacing:-1px;position:relative}.brand-auth:after{content:"✦";position:absolute;right:-25px;top:-5px;font-size:16px;color:#fff;animation:sparkle 2s infinite}.auth-card{width:100%;max-width:440px;padding:40px;border-radius:20px;box-shadow:0 20px 60px #0000004d;background:#fff}.auth-header{text-align:center;margin-bottom:40px}.auth-title{font-family:Playfair Display,serif;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.auth-input{border-radius:10px;font-size:15px}.auth-input:hover,.auth-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.auth-options{display:flex;justify-content:space-between;align-items:center}.auth-link{color:#667eea;text-decoration:none;font-weight:500}.auth-link:hover{color:#764ba2;text-decoration:underline}.auth-button{border-radius:10px;font-size:16px;font-weight:600;height:45px}.gradient-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.gradient-button:hover{background:linear-gradient(135deg,#764ba2,#667eea)}.auth-divider{text-align:center;margin:30px 0 20px;position:relative}.auth-divider span{background:#fff;padding:0 15px;color:#999;position:relative}.auth-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e0e0e0}.social-auth{display:flex;gap:15px;margin-bottom:30px;align-items:center}.social-auth>div{flex:1}.social-button{flex:1;height:45px;border-radius:10px;font-size:16px;border:1px solid #e0e0e0;transition:all .3s ease}.social-button:hover{border-color:#667eea;color:#667eea}.auth-footer{text-align:center}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-error{background:#fff2f0;border:1px solid #ffccc7;border-radius:10px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#cf1322;font-size:14px;animation:shake .5s}.error-icon{font-size:18px}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}*,: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:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,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}.\!visible{visibility:visible!important}.visible{visibility:visible}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{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))}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);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)}.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{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:"Liberation Serif";src:url(/fonts/LiberationSerif-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Liberation Serif";src:url(/fonts/LiberationSerif-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Liberation Serif";src:url(/fonts/LiberationSerif-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Liberation Serif";src:url(/fonts/LiberationSerif-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Liberation Sans;src:url(/fonts/LiberationSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Liberation Sans;src:url(/fonts/LiberationSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Liberation Sans;src:url(/fonts/LiberationSans-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Liberation Sans;src:url(/fonts/LiberationSans-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Liberation Mono;src:url(/fonts/LiberationMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Liberation Mono;src:url(/fonts/LiberationMono-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Liberation Mono;src:url(/fonts/LiberationMono-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Liberation Mono;src:url(/fonts/LiberationMono-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--cc-font-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;--cc-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--cc-primary-indigo: #667eea;--cc-primary-purple: #764ba2;--cc-success-green: #52c41a;--cc-tertiary-cyan: #13c2c2;--cc-tint-primary: rgba(102, 126, 234, .06);--cc-tint-primary-hover: rgba(102, 126, 234, .1);--cc-tint-success: rgba(82, 196, 26, .08);--cc-glow-primary: 0 0 20px rgba(102, 126, 234, .15);--cc-glow-success: 0 0 16px rgba(82, 196, 26, .12);--cc-radius-lg: 24px;--cc-radius-md: 16px;--cc-radius-sm: 10px}body{margin:0;font-family:var(--cc-font-sans);background-color:#f5f6f7;transition:background-color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark] body{background-color:#09090b}html{scroll-behavior:smooth}#root{height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff40}.ant-btn{border-radius:8px;font-weight:500;transition:all .3s ease}.ant-btn-lg{border-radius:10px}.ant-btn-sm{border-radius:6px}.ant-btn-primary,.gradient-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 14px #667eea59}.ant-btn-primary:hover,.gradient-button:hover,.ant-btn-primary:focus,.gradient-button:focus{background:linear-gradient(135deg,#5a72d4,#6a4193);transform:translateY(-1px);box-shadow:0 6px 20px #667eea73}.ant-btn-primary:active,.gradient-button:active{transform:translateY(0);box-shadow:0 2px 8px #667eea59}.ant-btn-default{border-color:#e5e7eb;color:#374151}.ant-btn-default:hover{border-color:#667eea;color:#667eea}[data-theme=dark] .ant-btn-default{border-color:#ffffff26;color:#ffffffd9;background:transparent}[data-theme=dark] .ant-btn-default:hover{border-color:#667eea;color:#667eea}.ant-btn-text:hover,.ant-btn-link:hover{background:#667eea14}[data-theme=dark] .ant-btn-text:hover,[data-theme=dark] .ant-btn-link:hover{background:#667eea26}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:10px!important;transition:all .3s ease!important}.ant-input-lg,.ant-input-affix-wrapper-lg,.ant-select-lg .ant-select-selector,.ant-picker-large{border-radius:12px!important}.ant-input-sm,.ant-input-affix-wrapper-sm,.ant-select-sm .ant-select-selector,.ant-picker-small{border-radius:8px!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1f!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector,.ant-picker:hover{border-color:#667eea!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-select-selector,[data-theme=dark] .ant-picker{background:#18181b80!important;border-color:#ffffff1a!important}[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-input-focused,[data-theme=dark] .ant-input-affix-wrapper:focus,[data-theme=dark] .ant-input-affix-wrapper-focused,[data-theme=dark] .ant-select-focused .ant-select-selector,[data-theme=dark] .ant-picker-focused{border-color:#667eea!important;box-shadow:0 0 0 3px #667eea33!important}.ant-input-textarea .ant-input{border-radius:12px!important}.ant-card{border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.ant-card:hover{box-shadow:0 4px 12px #00000014}[data-theme=dark] .ant-card{background:#18181b80;border-color:#ffffff1a}[data-theme=dark] .ant-card:hover{box-shadow:0 4px 12px #0000004d}.ant-modal-content{border-radius:20px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.ant-modal-header{border-bottom:1px solid #f0f0f0;padding:20px 24px}.ant-modal-body{padding:24px}.ant-modal-footer{border-top:1px solid #f0f0f0;padding:16px 24px}[data-theme=dark] .ant-modal-content{background:#1f1f23}[data-theme=dark] .ant-modal-header,[data-theme=dark] .ant-modal-footer{border-color:#ffffff1a}.ant-message-notice-content{padding:12px 20px;border-radius:12px;box-shadow:0 6px 16px #0000001f}.ant-message-success .ant-message-notice-content{background:linear-gradient(135deg,#f6ffed,#d9f7be);border:1px solid #b7eb8f}.ant-message-error .ant-message-notice-content{background:linear-gradient(135deg,#fff2f0,#ffccc7);border:1px solid #ffa39e}.ant-message-warning .ant-message-notice-content{background:linear-gradient(135deg,#fffbe6,#fff1b8);border:1px solid #ffe58f}.ant-message-info .ant-message-notice-content{background:linear-gradient(135deg,#e6f4ff,#bae0ff);border:1px solid #91caff}[data-theme=dark] .ant-message-notice-content{background:#1f1f23;border:1px solid rgba(255,255,255,.1)}.ant-notification-notice{border-radius:12px;box-shadow:0 6px 16px #0000001f}[data-theme=dark] .ant-notification-notice{background:#1f1f23;border:1px solid rgba(255,255,255,.1)}.ant-tag{border-radius:6px;font-weight:500}.ant-dropdown-menu{border-radius:12px;padding:6px;box-shadow:0 6px 16px #0000001f}.ant-dropdown-menu-item{border-radius:8px;margin:2px 0}[data-theme=dark] .ant-dropdown-menu{background:#1f1f23;border:1px solid rgba(255,255,255,.1)}.ant-tooltip-inner{border-radius:8px;padding:8px 12px}.ant-tabs-tab{transition:all .3s ease}.ant-tabs-tab:hover{color:#667eea}.ant-tabs-ink-bar{background:linear-gradient(90deg,#667eea,#764ba2);height:3px;border-radius:3px}.ant-progress-inner,.ant-progress-bg{border-radius:100px!important}.ant-badge-count{box-shadow:0 2px 4px #00000026}.ant-avatar{transition:all .3s ease}.ant-avatar:hover{transform:scale(1.05)}::-moz-selection{background:#667eea4d;color:inherit}::selection{background:#667eea4d;color:inherit}*:focus-visible{outline:2px solid #667eea;outline-offset:2px}a{transition:color .2s ease}.ant-form-item-label>label{font-weight:500}.ant-table{border-radius:12px;overflow:hidden}.ant-table-thead>tr>th{background:#fafafa;font-weight:600}[data-theme=dark] .ant-table-thead>tr>th{background:#18181bcc}.ant-popover-inner{border-radius:12px}.ant-upload-drag{border-radius:12px!important;transition:all .3s ease}.ant-upload-drag:hover{border-color:#667eea!important}.ant-spin-dot-item{background-color:#667eea}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideInRight{animation:slideInRight .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-text-util{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-effect{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .glass-effect{background:#18181b80;border-color:#ffffff1a}@media print{body{background:#fff!important}.no-print{display:none!important}}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body{background-color:#141414!important;color:#ffffffd9!important}[data-theme=dark] body,[data-theme=dark] p,[data-theme=dark] span,[data-theme=dark] label,[data-theme=dark] strong,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#ffffffe0!important}[data-theme=dark] a{color:#8cbcff!important}[data-theme=dark] a:hover{color:#b7d3ff!important}[data-theme=dark] .ant-typography-secondary,[data-theme=dark] .ant-form-item-extra,[data-theme=dark] .ant-form-item-explain,[data-theme=dark] .ant-descriptions-item-label{color:#ffffffa6!important}[data-theme=dark] .ant-input::-moz-placeholder,[data-theme=dark] .ant-input-password input::-moz-placeholder{color:#ffffff73!important}[data-theme=dark] .ant-input::placeholder,[data-theme=dark] .ant-input-password input::placeholder,[data-theme=dark] .ant-select-selection-placeholder,[data-theme=dark] .ant-typography-secondary{color:#ffffff73!important}[data-theme=dark] .ant-breadcrumb a,[data-theme=dark] .ant-breadcrumb-separator{color:#ffffffa6!important}[data-theme=dark] .ant-statistic-content-value,[data-theme=dark] .ant-statistic-title{color:#ffffffe0!important}[data-theme=dark] #root{background-color:#141414!important}[data-theme=dark] .ant-layout-sider,[data-theme=dark] .ant-layout-sider-trigger{background:#1a1a1a!important;border-right:1px solid #2a2a2a!important}[data-theme=dark] .ant-layout,[data-theme=dark] .ant-layout-content{background:#141414!important}[data-theme=dark] .ant-layout-header{background:#1f1f1f!important;border-bottom:1px solid #434343!important}[data-theme=dark] .ant-card{background:#1f1f1f!important;border-color:#434343!important;color:#ffffffd9!important}[data-theme=dark] .ant-card-head{border-bottom-color:#434343!important;color:#ffffffd9!important}[data-theme=dark] .ant-card-head-title{color:#ffffffd9!important}[data-theme=dark] .ant-menu{background:transparent!important}[data-theme=dark] .ant-menu-item,[data-theme=dark] .ant-menu-submenu-title{color:#ffffffd9!important}[data-theme=dark] .ant-menu-item-selected{background-color:#1f1f1f!important}[data-theme=dark] .ant-dropdown,[data-theme=dark] .ant-dropdown-menu,[data-theme=dark] .ant-popover-inner,[data-theme=dark] .ant-tooltip-inner,[data-theme=dark] .ant-select-dropdown,[data-theme=dark] .ant-picker-dropdown{background:#1f1f1f!important;border:1px solid #2e2e2e!important;color:#ffffffd9!important}[data-theme=dark] .ant-select-item-option,[data-theme=dark] .ant-dropdown-menu-item{color:#ffffffd9!important}[data-theme=dark] .ant-select-item-option-active,[data-theme=dark] .ant-select-item-option-selected,[data-theme=dark] .ant-dropdown-menu-item:hover{background:#262626!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-password input,[data-theme=dark] .ant-select-selector,[data-theme=dark] .ant-picker,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input-number,[data-theme=dark] .ant-input-number-input{background:#1a1a1a!important;border-color:#3a3a3a!important;color:#ffffffd9!important;box-shadow:none!important}[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-input-password:hover input,[data-theme=dark] .ant-input-affix-wrapper:hover,[data-theme=dark] .ant-select-selector:hover,[data-theme=dark] .ant-picker:hover,[data-theme=dark] .ant-input-number:hover{border-color:#4a4a4a!important}[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-input-password:focus-within input,[data-theme=dark] .ant-input-affix-wrapper-focused,[data-theme=dark] .ant-select-selector:focus,[data-theme=dark] .ant-picker-focused,[data-theme=dark] .ant-input-number-focused{border-color:#1890ff!important;box-shadow:0 0 0 2px #1890ff33!important}[data-theme=dark] .ant-input:disabled,[data-theme=dark] .ant-input-disabled{background:#1f1f1f!important;color:#ffffff73!important}[data-theme=dark] .ant-descriptions-item-label{color:#ffffffa6!important}[data-theme=dark] .ant-descriptions-item-content{color:#ffffffd9!important}[data-theme=dark] .ant-descriptions{background:transparent!important}[data-theme=dark] .ant-descriptions-row{border-bottom-color:#434343!important}[data-theme=dark] .ant-tabs-tab{color:#ffffffa6!important}[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff!important}[data-theme=dark] .ant-tabs-ink-bar{background:#1890ff!important}[data-theme=dark] .ant-form-item-label>label{color:#ffffffd9!important}[data-theme=dark] .ant-btn-default{background:#1f1f1f!important;border-color:#434343!important;color:#ffffffd9!important}[data-theme=dark] .ant-btn-default:hover{border-color:#1890ff!important;color:#1890ff!important}[data-theme=dark] .ant-modal-content{background:#1f1f1f!important;color:#ffffffd9!important}[data-theme=dark] .ant-modal-header{background:#1f1f1f!important;border-bottom-color:#434343!important}[data-theme=dark] .ant-modal-title{color:#ffffffd9!important}[data-theme=dark] .ant-message-notice-content{background:#0f1118!important;color:#ffffffe6!important;border:1px solid #252a38!important;box-shadow:0 8px 20px #00000059!important}[data-theme=dark] .ant-message-notice-content .ant-message-custom-content,[data-theme=dark] .ant-message-notice-content .ant-message-custom-content span{color:#ffffffe6!important}[data-theme=dark] .ant-modal-mask{background-color:#0009!important}[data-theme=dark] .ant-popover-message-title,[data-theme=dark] .ant-popover-title,[data-theme=dark] .ant-typography{color:#ffffffd9!important}[data-theme=dark] .ant-list-item{border-bottom-color:#434343!important}[data-theme=dark] .ant-list-item-meta-title{color:#ffffffd9!important}[data-theme=dark] .ant-list-item-meta-description{color:#ffffffa6!important}[data-theme=dark] .ant-table{background:#1f1f1f!important;color:#ffffffd9!important}[data-theme=dark] .ant-table-thead>tr>th{background:#141414!important;border-bottom-color:#434343!important;color:#ffffffd9!important}[data-theme=dark] .ant-table-cell,[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:#434343!important;background:#1a1a1a!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#141414!important}[data-theme=dark] .ant-alert{background:#1f1f1f!important;border-color:#434343!important}[data-theme=dark] .ant-alert-message,[data-theme=dark] .ant-alert-description{color:#ffffffd9!important}[data-theme=dark] .ant-divider{border-top-color:#434343!important}[data-theme=dark] .ant-select-dropdown{background:#1f1f1f!important}[data-theme=dark] .ant-select-item{color:#ffffffd9!important}[data-theme=dark] .ant-select-item-option-selected{background:#141414!important}[data-theme=dark] .ant-tag,[data-theme=dark] .ant-tag-blue,[data-theme=dark] .ant-tag-geekblue{color:#9dc2ff!important;background:#1890ff1f!important;border-color:#1890ff59!important}[data-theme=dark] .ant-badge-count{background:#4b5da9!important;color:#ffffffe6!important}[data-theme=dark] .ant-tabs-content-holder,[data-theme=dark] .ant-tabs-tabpane{background:transparent!important}[data-theme=dark] .ant-pagination-item a,[data-theme=dark] .ant-pagination-prev .ant-pagination-item-link,[data-theme=dark] .ant-pagination-next .ant-pagination-item-link{color:#ffffffd9!important;background:#1f1f1f!important;border-color:#2e2e2e!important}[data-theme=dark] .ant-pagination-item-active{border-color:#1890ff!important}[data-theme=dark] .ant-radio-button-wrapper,[data-theme=dark] .ant-checkbox-wrapper{color:#ffffffd9!important}[data-theme=dark] .ant-radio-button-wrapper-checked{background:#1f1f1f!important;border-color:#1890ff!important}[data-theme=dark] .ant-divider,[data-theme=dark] .ant-divider-vertical{border-top-color:#2e2e2e!important}
