.top-bar{background:linear-gradient(135deg,#1e293b,#334155);border-bottom:1px solid rgba(99,102,241,.2);padding:8px 0;font-size:13px;position:fixed;top:0;left:0;right:0;z-index:1001;box-shadow:0 1px 3px #0000001a}.top-bar-container{max-width:1600px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:24px}.top-bar-item{color:#cbd5e1;text-decoration:none;display:flex;align-items:center;gap:6px;transition:all .3s ease;font-weight:500}.top-bar-item:hover{color:#6366f1;transform:translateY(-1px)}.social-icons{display:flex;gap:12px;align-items:center}.social-icon{width:28px;height:28px;border-radius:50%;background:#6366f11a;color:#cbd5e1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none;font-size:14px}.social-icon:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #6366f166}.top-bar-lang-btn{color:#cbd5e1!important;font-size:12px;font-weight:600;padding:4px 8px;height:auto}.top-bar-lang-btn:hover{color:#6366f1!important;background:#6366f11a!important}.app-header{position:fixed;top:40px;left:0;right:0;z-index:1000;background:#0f172ab3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(99,102,241,.1);padding:0;height:80px;line-height:80px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.app-header.scrolled{top:0;background:#0f172af2;backdrop-filter:blur(30px) saturate(200%);-webkit-backdrop-filter:blur(30px) saturate(200%);box-shadow:0 8px 32px #0006,0 0 0 1px #6366f133;border-bottom:1px solid rgba(99,102,241,.3);height:70px;line-height:70px}.header-container{max-width:1600px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:100%}.logo{display:flex;align-items:center;cursor:pointer;position:relative;z-index:10}.logo-wrapper{display:flex;align-items:center;gap:12px}.logo-img{width:45px;height:45px;transition:all .3s ease;filter:drop-shadow(0 0 8px rgba(99,102,241,.5))}.app-header.scrolled .logo-img{width:40px;height:40px}.logo-text-wrapper{display:flex;align-items:center;gap:4px;font-size:26px;font-weight:800;letter-spacing:-.5px}.app-header.scrolled .logo-text-wrapper{font-size:24px}.logo-text{color:#f1f5f9;text-shadow:0 0 20px rgba(241,245,249,.3)}.logo-highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;animation:gradientShift 3s ease infinite;background-size:200% 200%}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.search-btn{color:#cbd5e1!important;font-size:18px;padding:8px 12px;height:auto;transition:all .3s ease}.search-btn:hover{color:#6366f1!important;background:#6366f11a!important}.search-overlay{position:fixed;top:80px;left:0;right:0;background:#0f172afa;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:999;border-top:1px solid rgba(99,102,241,.2);border-bottom:1px solid rgba(99,102,241,.3);box-shadow:0 8px 32px #0006;padding:20px 0}.search-overlay-container{max-width:900px;margin:0 auto;padding:0 24px}.search-overlay-input{width:100%;background:#1e293be6!important;border:2px solid rgba(99,102,241,.4)!important;border-radius:12px;font-size:16px;height:56px;box-shadow:0 4px 20px #6366f133;transition:all .3s ease}.search-overlay-input:hover,.search-overlay-input:focus{border-color:#6366f1!important;box-shadow:0 0 0 4px #6366f126,0 8px 24px #6366f14d}.search-overlay-input input{color:#f1f5f9!important;font-size:16px;font-weight:500}.search-overlay-input input::placeholder{color:#64748b;font-weight:400}.search-overlay-input .ant-input-prefix{margin-right:12px}.search-suggestions{margin-top:16px;background:#1e293be6;border:1px solid rgba(99,102,241,.2);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000004d}.search-suggestion-item{padding:16px 20px;color:#cbd5e1;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500}.search-suggestion-item:hover{background:#6366f126;color:#6366f1}.search-suggestion-item .anticon{font-size:16px}.account-btn{color:#cbd5e1!important;font-weight:600;font-size:14px;padding:8px 16px;height:auto;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.account-btn:hover{color:#6366f1!important;background:#6366f11a!important;border-color:#6366f14d}.main-menu{flex:1;margin:0 24px;background:transparent;border:none;line-height:inherit;max-width:none}.main-menu .ant-menu-item{color:#cbd5e1;font-weight:600;font-size:15px;margin:0;padding:0 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px}.main-menu .ant-menu-item:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transform:translate(-50%);transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:3px 3px 0 0}.main-menu .ant-menu-item:hover{color:#fff;background:#6366f11a}.main-menu .ant-menu-item:hover:before{width:80%}.main-menu .ant-menu-item-selected{color:#fff!important;background:#6366f126!important}.main-menu .ant-menu-item-selected:before{width:80%}.main-menu .ant-menu-item:after{display:none!important}.main-menu .ant-menu-item .anticon{font-size:16px;margin-right:6px}.header-actions{display:flex;align-items:center;gap:12px}.action-btn,.language-btn{color:#cbd5e1;font-weight:600;font-size:14px;height:40px;padding:0 16px;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.action-btn:hover,.language-btn:hover{color:#fff!important;background:#6366f126!important;border-color:#6366f14d!important}.contact-quick-btn{display:flex;align-items:center;gap:6px}.cta-btn{height:42px;padding:0 24px;font-weight:700;font-size:14px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 4px 14px #6366f166;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-btn:hover:before{left:100%}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f199;background:linear-gradient(135deg,#7c3aed,#a855f7)}.cta-btn:active{transform:translateY(0)}.menu-btn{color:#cbd5e1;font-size:22px;width:44px;height:44px;border-radius:10px;transition:all .3s ease;border:1px solid transparent}.menu-btn:hover{color:#fff!important;background:#6366f126!important;border-color:#6366f14d!important}.mobile-drawer .ant-drawer-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:1px solid rgba(99,102,241,.2);padding:20px 24px}.mobile-drawer .ant-drawer-body{background:#0f172a;padding:0}.drawer-logo{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800}.drawer-logo-img{width:36px;height:36px;filter:drop-shadow(0 0 8px rgba(99,102,241,.5))}.mobile-drawer .ant-menu{background:transparent;border:none}.mobile-drawer .ant-menu-item{color:#cbd5e1;font-weight:600;font-size:16px;margin:4px 16px;padding:16px 20px!important;border-radius:10px;height:auto;line-height:1.5;transition:all .3s ease}.mobile-drawer .ant-menu-item:hover{color:#fff;background:#6366f126}.mobile-drawer .ant-menu-item-selected{color:#fff!important;background:linear-gradient(135deg,#6366f133,#8b5cf633)!important;border:1px solid rgba(99,102,241,.3)}.mobile-drawer .ant-menu-item .anticon{font-size:18px;margin-right:12px}.drawer-footer{padding:20px 24px;border-top:1px solid rgba(99,102,241,.2);background:#0f172a80}.drawer-footer .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;height:50px;font-size:16px;font-weight:700;border-radius:10px;box-shadow:0 4px 14px #6366f166}.drawer-footer .ant-btn-dangerous{height:50px;font-size:16px;font-weight:600;border-radius:10px}.mobile-menu{display:flex;align-items:center;gap:8px}.mobile-search-btn,.mobile-account-btn{color:#cbd5e1!important;font-size:18px;padding:8px;height:auto}.mobile-search-btn:hover,.mobile-account-btn:hover{color:#6366f1!important;background:#6366f11a!important}.ant-dropdown{z-index:1050}.ant-dropdown-menu{background:#0f172afa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.3);border-radius:12px;box-shadow:0 8px 32px #00000080;padding:8px;min-width:200px}.ant-dropdown-menu-item{color:#cbd5e1;padding:12px 16px;border-radius:8px;transition:all .3s ease;font-size:15px;font-weight:500}.ant-dropdown-menu-item:hover{color:#fff;background:#6366f133}.ant-dropdown-menu-item-danger{color:#f87171}.ant-dropdown-menu-item-danger:hover{color:#fff;background:#f8717133}.ant-dropdown-menu-item .anticon{margin-right:10px;font-size:16px}.ant-dropdown-menu-item-divider{background:#6366f133;margin:6px 0}.drawer-account-section{padding:20px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-bottom:1px solid rgba(99,102,241,.2);margin-bottom:16px}.drawer-user-info{display:flex;align-items:center;gap:16px}.drawer-user-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 12px #6366f166}.drawer-user-details h4{color:#f1f5f9;margin:0 0 4px;font-size:18px;font-weight:700}.drawer-user-details p{color:#94a3b8;margin:0;font-size:14px}.drawer-guest-actions{display:flex;flex-direction:column;gap:8px}.drawer-guest-actions .ant-btn{height:44px;font-size:15px;font-weight:600;border-radius:8px}.drawer-menu{margin:16px 0}.drawer-account-actions{padding:16px 20px;border-top:1px solid rgba(99,102,241,.1);border-bottom:1px solid rgba(99,102,241,.1);margin:16px 0}.drawer-account-actions .ant-btn{height:44px;font-size:15px;font-weight:600;border-radius:8px;color:#cbd5e1;border-color:#6366f14d;background:#6366f10d;transition:all .3s ease}.drawer-account-actions .ant-btn:hover{color:#6366f1;border-color:#6366f1;background:#6366f126}.drawer-contact-info{padding:20px;background:#0f172a80;border-radius:12px;margin:16px 20px}.drawer-contact-info h4{color:#f1f5f9;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;opacity:.8}.drawer-contact-item{display:flex;align-items:center;gap:10px;color:#cbd5e1;text-decoration:none;padding:10px 0;font-size:14px;font-weight:500;transition:all .3s ease}.drawer-contact-item:hover{color:#6366f1;transform:translate(4px)}.drawer-contact-item .anticon{font-size:16px;color:#6366f1}.drawer-social{padding:20px;background:#0f172a80;border-radius:12px;margin:16px 20px}.drawer-social h4{color:#f1f5f9;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;opacity:.8}.drawer-social-icons{display:flex;gap:12px;justify-content:center}.drawer-social-icons a{width:44px;height:44px;border-radius:50%;background:#6366f11a;color:#cbd5e1;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;text-decoration:none}.drawer-social-icons a:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transform:translateY(-4px) scale(1.1);box-shadow:0 8px 16px #6366f180}.scroll-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef);transform-origin:left;box-shadow:0 0 10px #6366f1cc}@media (max-width: 991px){.search-overlay{top:64px}.search-overlay-container{padding:0 16px}.search-overlay-input{height:50px;font-size:15px}}@media (min-width: 992px){.search-overlay{top:80px}.app-header.scrolled~.search-overlay{top:70px}}@media (max-width: 479px){.app-header{top:0;height:64px;line-height:64px}.search-overlay{top:64px;padding:16px 0}.search-overlay-input{height:48px;font-size:14px}.search-suggestion-item{padding:14px 16px;font-size:14px}.app-header.scrolled{height:60px;line-height:60px}.header-container{padding:0 16px}.logo-img{width:36px;height:36px}.app-header.scrolled .logo-img{width:32px;height:32px}.logo-text-wrapper{font-size:20px}.app-header.scrolled .logo-text-wrapper{font-size:18px}.menu-btn{width:40px;height:40px;font-size:20px}.mobile-drawer .ant-menu-item{font-size:15px;padding:14px 18px!important;margin:3px 12px}.drawer-footer{padding:16px}.drawer-footer .ant-btn-primary{height:46px;font-size:15px}}@media (min-width: 480px) and (max-width: 767px){.app-header{top:0;height:70px;line-height:70px}.app-header.scrolled{height:65px;line-height:65px}.header-container{padding:0 20px}.logo-img{width:40px;height:40px}.app-header.scrolled .logo-img{width:36px;height:36px}.logo-text-wrapper{font-size:22px}.app-header.scrolled .logo-text-wrapper{font-size:20px}}@media (min-width: 768px) and (max-width: 1199px){.header-container{padding:0 20px}.main-menu{margin:0 14px}.main-menu .ant-menu-item{padding:0 10px;font-size:13px;margin:0 1px}.main-menu .ant-menu-item .anticon{font-size:14px;margin-right:4px}.action-btn,.language-btn{padding:0 12px;font-size:13px;height:36px}.cta-btn{padding:0 18px;font-size:13px;height:38px}}@media (min-width: 1200px) and (max-width: 1599px){.header-container{padding:0 24px}.main-menu{margin:0 20px}.main-menu .ant-menu-item{padding:0 14px;font-size:14px}}@media (min-width: 1600px){.header-container{max-width:1800px;padding:0 40px}.logo-img{width:50px;height:50px}.app-header.scrolled .logo-img{width:45px;height:45px}.logo-text-wrapper{font-size:28px}.main-menu .ant-menu-item{font-size:16px;padding:0 20px}.cta-btn{height:46px;padding:0 28px;font-size:15px}}.main-menu .ant-menu-item{animation:fadeInDown .5s ease backwards}.main-menu .ant-menu-item:nth-child(1){animation-delay:.1s}.main-menu .ant-menu-item:nth-child(2){animation-delay:.15s}.main-menu .ant-menu-item:nth-child(3){animation-delay:.2s}.main-menu .ant-menu-item:nth-child(4){animation-delay:.25s}.main-menu .ant-menu-item:nth-child(5){animation-delay:.3s}.main-menu .ant-menu-item:nth-child(6){animation-delay:.35s}.main-menu .ant-menu-item:nth-child(7){animation-delay:.4s}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-footer{background:#1e293b;border-top:1px solid #334155;padding:60px 0 20px}.footer-container{max-width:1400px;margin:0 auto;padding:0 24px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;gap:4px;font-size:28px;font-weight:700;margin-bottom:8px}.footer-description{color:#94a3b8;line-height:1.8}.footer-title{color:#f1f5f9!important;font-size:18px!important;margin-bottom:8px!important}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#94a3b8;transition:all .3s ease;cursor:pointer}.footer-links a:hover{color:#6366f1;padding-left:8px}.social-links{margin-top:8px}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#6366f11a;color:#6366f1;font-size:18px;transition:all .3s ease}.contact-info{width:100%}.contact-info .ant-space-item{color:#94a3b8}.footer-divider{border-color:#334155;margin:40px 0 20px}.footer-bottom{text-align:center}.copyright{color:#64748b}@media (max-width: 768px){.app-footer{padding:40px 0 20px}.footer-container{padding:0 16px}.footer-logo{font-size:24px}}.tech-grid-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.tech-grid{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite;transform-origin:center}.tech-grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,transparent 0%,rgba(2,6,23,.8) 100%)}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0)}to{transform:perspective(500px) rotateX(60deg) translateY(50px)}}.particles-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.3}.floating-buttons-container{position:fixed;bottom:30px;right:30px;z-index:999;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.hotline-button-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.hotline-button{width:56px!important;height:56px!important;min-width:56px!important;background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;box-shadow:0 8px 24px #10b98166!important;position:relative;z-index:3;transition:all .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.hotline-button:hover{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 12px 32px #10b98180!important;transform:translateY(-2px) scale(1.05)!important}.hotline-button span{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important}.hotline-button .anticon{font-size:24px;color:#fff;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;line-height:1!important}.hotline-button .anticon svg{display:block;margin:0 auto}.attention-pulse{animation:attention-bounce 2s ease-in-out infinite}@keyframes attention-bounce{0%,to{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}30%{transform:scale(1.1)}40%{transform:scale(1)}}.social-button-wrapper{display:flex;align-items:center;justify-content:center}.social-button{width:56px!important;height:56px!important;min-width:56px!important;background:#fff!important;border:2px solid #e5e7eb!important;box-shadow:0 4px 16px #00000026!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:all .3s ease!important}.social-button .ant-btn-icon{margin:0!important;display:flex;align-items:center;justify-content:center}.social-button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #0003!important}.social-button .social-icon-img{width:32px;height:32px;object-fit:contain;display:block;transition:transform .3s ease}.messenger-button{background:#fff!important}.messenger-button:hover{background:#fff!important;border-color:#0084ff!important;box-shadow:0 8px 32px #0084ff4d!important}.messenger-button:hover .social-icon-img{transform:scale(1.1)}.zalo-button{background:#fff!important}.zalo-button:hover{background:#fff!important;border-color:#0068ff!important;box-shadow:0 8px 32px #0068ff4d!important}.zalo-button:hover .social-icon-img{transform:scale(1.1)}.scroll-top-wrapper{display:flex;align-items:center;justify-content:center}.scroll-top-button{width:56px!important;height:56px!important;min-width:56px!important;background:#1e293be6!important;border:2px solid rgba(99,102,241,.5)!important;box-shadow:0 4px 16px #6366f14d!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;transition:all .3s ease!important}.scroll-top-button:hover{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border-color:#6366f1!important;box-shadow:0 8px 24px #6366f166!important;transform:translateY(-2px)!important}.scroll-top-button .anticon{font-size:24px;color:#6366f1;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;transition:color .3s ease}.scroll-top-button:hover .anticon{color:#fff}@media (max-width: 767px){.floating-buttons-container{bottom:20px;right:20px;gap:12px}.hotline-button{width:50px!important;height:50px!important;min-width:50px!important}.hotline-button .anticon{font-size:22px}.social-button{width:50px!important;height:50px!important;min-width:50px!important}.social-button .social-icon-img{width:28px;height:28px}.scroll-top-button{width:50px!important;height:50px!important;min-width:50px!important}.scroll-top-button .anticon{font-size:22px}}@media (max-width: 479px){.floating-buttons-container{bottom:16px;right:16px;gap:10px}.hotline-button{width:46px!important;height:46px!important;min-width:46px!important}.hotline-button .anticon{font-size:20px}.social-button{width:46px!important;height:46px!important;min-width:46px!important}.social-button .social-icon-img{width:26px;height:26px}.scroll-top-button{width:46px!important;height:46px!important;min-width:46px!important}.scroll-top-button .anticon{font-size:20px}}.hotline-button,.social-button{transition:all .3s ease}.ant-tooltip{z-index:1000}.ant-tooltip-inner{background:#0f172af2;color:#f1f5f9;font-size:13px;font-weight:600;padding:8px 12px;border-radius:8px;box-shadow:0 4px 16px #0000004d}.ant-tooltip-arrow-content{background:#0f172af2}.app-layout{min-height:100vh;background:linear-gradient(180deg,#020617,#0f172a,#1e293b);position:relative;overflow-x:hidden}.main-content{min-height:calc(100vh - 180px);padding-top:120px;position:relative;z-index:1}@media (max-width: 991px){.main-content{padding-top:64px}}@media (min-width: 992px){.main-content{padding-top:120px}}.hero-banner{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);padding:120px 24px 80px}.particles-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.hero-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(99,102,241,.15) 0%,transparent 60%);z-index:2;pointer-events:none}.hero-bg-shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1;pointer-events:none}.shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4}.shape-1{width:500px;height:500px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-200px;right:-100px}.shape-2{width:600px;height:600px;background:linear-gradient(135deg,#8b5cf6,#d946ef);bottom:-250px;left:-150px}.shape-3{width:400px;height:400px;background:linear-gradient(135deg,#3b82f6,#6366f1);top:50%;left:50%;transform:translate(-50%,-50%)}.floating-icon{position:absolute;font-size:64px;color:#6366f14d;z-index:2;pointer-events:none}.hero-content{position:relative;z-index:10;max-width:1400px;width:100%;margin:0 auto;text-align:center}.hero-text-container{margin-bottom:60px}.hero-subtitle{display:inline-block;padding:10px 24px;background:#6366f126;border:1px solid rgba(99,102,241,.3);border-radius:50px;color:#a5b4fc;font-size:15px;font-weight:600;margin-bottom:24px;letter-spacing:.5px;box-shadow:0 4px 12px #6366f133;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:clamp(40px,8vw,80px)!important;font-weight:900!important;line-height:1.1!important;margin:0 0 32px!important;background:linear-gradient(135deg,#fff,#e0e7ff,#c7d2fe 60%,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 80px rgba(99,102,241,.5);letter-spacing:-2px}.hero-description{font-size:clamp(16px,2.5vw,22px)!important;color:#cbd5e1!important;line-height:1.8!important;max-width:800px;margin:0 auto 40px!important;font-weight:400}.hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hero-btn-primary,.hero-btn-secondary{height:60px;padding:0 40px;font-size:18px;font-weight:700;border-radius:12px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 8px 24px #0000004d;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;position:relative;overflow:hidden}.hero-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.hero-btn-primary:hover:before{left:100%}.hero-btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 32px #6366f199}.hero-btn-secondary{background:#0f172acc;border:2px solid rgba(99,102,241,.5);color:#e0e7ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-btn-secondary:hover{background:#6366f126;border-color:#6366f1;color:#fff!important;transform:translateY(-4px);box-shadow:0 12px 32px #6366f166}.hero-stats{background:#0f172a99;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(99,102,241,.2);border-radius:24px;padding:40px 32px;max-width:1000px;margin:0 auto;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d}.stat-card{text-align:center;padding:20px;border-radius:16px;background:#1e293b80;border:1px solid rgba(99,102,241,.1);transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.stat-card:hover{background:#6366f11a;border-color:#6366f14d;box-shadow:0 8px 20px #6366f133}.stat-icon{font-size:42px;margin-bottom:12px;filter:drop-shadow(0 0 10px currentColor)}.stat-number{font-size:clamp(32px,5vw,48px);font-weight:900;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;line-height:1}.stat-label{color:#94a3b8;font-size:clamp(13px,2vw,16px);font-weight:600;text-transform:uppercase;letter-spacing:1px}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:10;cursor:pointer}.scroll-mouse{width:30px;height:50px;border:2px solid rgba(99,102,241,.5);border-radius:20px;position:relative;display:flex;justify-content:center;padding-top:8px}.scroll-wheel{width:4px;height:10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2px;animation:scrollWheel 2s infinite}@keyframes scrollWheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(12px)}}.scroll-text{color:#94a3b8;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}@media (max-width: 479px){.hero-banner{padding:100px 16px 60px;min-height:calc(100vh - 64px)}.hero-text-container{margin-bottom:40px}.hero-subtitle{padding:8px 16px;font-size:12px;margin-bottom:16px}.hero-title{font-size:36px!important;margin-bottom:20px!important;letter-spacing:-1px}.hero-description{font-size:15px!important;margin-bottom:28px!important}.hero-btn-primary,.hero-btn-secondary{height:50px;padding:0 28px;font-size:15px;width:100%;justify-content:center}.hero-stats{padding:24px 16px;border-radius:16px}.stat-card{padding:16px 8px}.stat-icon{font-size:28px;margin-bottom:8px}.stat-number{font-size:28px;margin-bottom:4px}.stat-label{font-size:11px}.shape-1{width:300px;height:300px}.shape-2{width:350px;height:350px}.shape-3{width:250px;height:250px}.floating-icon{font-size:32px}.scroll-indicator{bottom:20px}.scroll-mouse{width:24px;height:40px}.scroll-wheel{width:3px;height:8px}.scroll-text{font-size:10px}}@media (min-width: 480px) and (max-width: 767px){.hero-banner{padding:110px 20px 70px}.hero-title{font-size:48px!important}.hero-description{font-size:17px!important}.hero-btn-primary,.hero-btn-secondary{height:54px;padding:0 32px;font-size:16px}.hero-stats{padding:32px 24px}.stat-icon,.stat-number{font-size:36px}.stat-label{font-size:13px}}@media (min-width: 768px) and (max-width: 1023px){.hero-banner{padding:120px 32px 80px}.hero-title{font-size:56px!important}.hero-description{font-size:19px!important}.hero-stats{padding:36px 28px}.stat-icon{font-size:38px}.stat-number{font-size:40px}}@media (min-width: 1024px) and (max-width: 1439px){.hero-banner{padding:140px 40px 90px}.hero-title{font-size:64px!important}.hero-description{font-size:20px!important}}@media (min-width: 1440px){.hero-banner{padding:160px 48px 100px}.hero-title{font-size:80px!important}.hero-description{font-size:22px!important}.hero-btn-primary,.hero-btn-secondary{height:64px;padding:0 48px;font-size:19px}.hero-stats{padding:48px 40px;border-radius:28px}.stat-card{padding:24px}.stat-icon{font-size:48px}.stat-number{font-size:52px}.stat-label{font-size:17px}}@media (prefers-reduced-motion: reduce){.hero-banner *,.hero-banner *:before,.hero-banner *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.section-title{margin-bottom:48px}.section-title.center{text-align:center}.section-title.left{text-align:left}.section-title.right{text-align:right}.section-title .title{color:#f1f5f9!important;font-size:36px!important;font-weight:700!important;margin-bottom:16px!important;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title .subtitle{color:#94a3b8;font-size:18px;line-height:1.7;display:block}@media (max-width: 768px){.section-title .title{font-size:28px!important}.section-title .subtitle{font-size:16px}}.service-card{background:#1e293b;border:1px solid #334155;border-radius:12px;height:100%;transition:all .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000004d;border-color:#6366f1}.service-card .ant-card-body{padding:32px 24px}.service-content{width:100%}.service-icon{width:70px;height:70px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-text{width:100%}.service-title{color:#f1f5f9!important;font-size:20px!important;margin-bottom:12px!important}.service-description{color:#94a3b8;line-height:1.7;display:block}.service-features{list-style:none;padding:0;margin:0;width:100%}.feature-item{display:flex;align-items:center;gap:10px;color:#cbd5e1;padding:8px 0;font-size:14px}.feature-icon{font-size:16px;flex-shrink:0}.project-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;border-color:#6366f1}.project-card .ant-card-cover{position:relative}.project-image-wrapper{position:relative;height:240px;overflow:hidden}.project-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.project-card:hover .project-overlay{opacity:1}.project-card .ant-card-body{padding:20px}.project-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:0!important;line-height:1.4!important}.project-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description{color:#94a3b8!important;font-size:13px!important;line-height:1.6!important;margin-bottom:0!important}.project-card .ant-card-meta-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px!important;line-height:1.4!important}.project-card .ant-card-meta-description{color:#94a3b8!important;font-size:13px!important;line-height:1.6!important}.project-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:42px}.project-description{color:#94a3b8!important;font-size:13px!important;line-height:1.6!important;margin-bottom:16px!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:40px}.project-info{margin:16px 0}.project-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px}.meta-label{color:#cbd5e1;font-size:13px}.project-technologies{display:flex;flex-wrap:wrap;gap:6px}.tech-tag{background:#6366f11a;border-color:#6366f14d;color:#a5b4fc;font-size:12px}.view-more-btn{color:#6366f1;margin-top:8px}.view-more-btn:hover{color:#8b5cf6}@media (max-width: 479px){.project-image-wrapper{height:180px}.project-card .ant-card-body{padding:16px}.project-title{font-size:14px;min-height:38px}.project-description{font-size:12px;min-height:36px}.meta-label{font-size:12px}.tech-tag{font-size:10px;padding:0 4px}.view-more-btn{font-size:13px}}@media (min-width: 480px) and (max-width: 767px){.project-image-wrapper{height:200px}.project-card .ant-card-body{padding:18px}.project-title{font-size:14px}.project-description{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.project-image-wrapper{height:220px}.project-title{font-size:15px}.project-description{font-size:13px}}@media (min-width: 992px) and (max-width: 1199px){.project-image-wrapper{height:240px}}@media (min-width: 1200px){.project-image-wrapper{height:260px}.project-card .ant-card-body{padding:24px}.project-card .ant-card-meta-title,.project-title{font-size:15px!important;min-height:42px}.project-card .ant-card-meta-description,.project-description{font-size:13px!important;min-height:40px}.meta-label{font-size:13px}.tech-tag{font-size:12px}}@media (min-width: 1600px){.project-image-wrapper{height:280px}.project-card .ant-card-body{padding:28px}.project-card .ant-card-meta-title,.project-title{font-size:16px!important}.project-card .ant-card-meta-description,.project-description{font-size:14px!important}.meta-label{font-size:14px}.tech-tag{font-size:12px}}.product-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;border-color:#6366f1}.product-card .ant-card-cover{position:relative}.product-image-wrapper{position:relative;height:220px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.product-card:hover .product-image{transform:scale(1.1)}.featured-badge{position:absolute;top:12px;right:12px;z-index:1}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.product-card:hover .product-overlay{opacity:1}.product-card .ant-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.product-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:0!important;line-height:1.4!important}.product-card .ant-card-meta .ant-card-meta-detail .ant-card-meta-description{color:#94a3b8!important;font-size:13px!important;line-height:1.5!important;margin-bottom:0!important}.product-card .ant-card-meta-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px!important;line-height:1.4!important}.product-card .ant-card-meta-description{color:#94a3b8!important;font-size:13px!important;line-height:1.5!important}.product-title{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;margin-bottom:8px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px}.product-description{color:#94a3b8!important;font-size:13px!important;line-height:1.5!important;margin-bottom:12px!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:40px}.product-info{flex:1;display:flex;flex-direction:column;gap:12px}.product-rating{display:flex;flex-direction:column;gap:4px}.rating-stars{font-size:14px}.rating-text{color:#94a3b8;font-size:12px}.product-technologies{display:flex;flex-wrap:wrap;gap:6px}.tech-tag{background:#6366f11a;border-color:#6366f14d;color:#a5b4fc;font-size:11px;padding:0 6px}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #334155;margin-top:auto}.product-price{display:flex;align-items:center;gap:6px}.price-icon{color:#10b981;font-size:14px}.price-value{color:#10b981!important;font-size:15px!important;font-weight:700!important;white-space:nowrap}@media (max-width: 479px){.product-image-wrapper{height:180px}.product-card .ant-card-body{padding:16px}.product-title{font-size:14px;min-height:38px}.product-description{font-size:12px;min-height:36px}.rating-stars{font-size:12px}.rating-text{font-size:11px}.tech-tag{font-size:10px;padding:0 4px}.price-icon{font-size:12px}.price-value{font-size:13px}.product-footer{flex-direction:column;gap:8px;align-items:stretch}.product-footer button{width:100%;font-size:13px}}@media (min-width: 480px) and (max-width: 767px){.product-image-wrapper{height:200px}.product-card .ant-card-body{padding:18px}.product-title,.price-value{font-size:14px}}@media (min-width: 768px) and (max-width: 991px){.product-image-wrapper{height:200px}.product-title{font-size:15px}}@media (min-width: 992px) and (max-width: 1199px){.product-image-wrapper{height:220px}}@media (min-width: 1200px){.product-image-wrapper{height:240px}.product-card .ant-card-body{padding:24px}.product-card .ant-card-meta-title,.product-title{font-size:15px!important;min-height:42px}.product-card .ant-card-meta-description,.product-description{font-size:13px!important;min-height:40px}.price-icon{font-size:14px}.price-value{font-size:15px!important}}@media (min-width: 1600px){.product-image-wrapper{height:260px}.product-card .ant-card-body{padding:28px}.product-card .ant-card-meta-title,.product-title{font-size:16px!important}.product-card .ant-card-meta-description,.product-description{font-size:14px!important}.rating-stars{font-size:16px}.rating-text{font-size:13px}.tech-tag{font-size:12px}.price-icon{font-size:16px}.price-value{font-size:16px!important}}.product-card-horizontal{height:auto}.product-card-horizontal .ant-card-body{padding:24px}.horizontal-layout{display:flex;gap:24px;align-items:stretch}.product-image-section{position:relative;flex-shrink:0}.product-content-section{flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-footer-horizontal{display:flex;justify-content:space-between;align-items:center;margin-top:auto}@media (max-width: 991px){.horizontal-layout{flex-direction:column}.product-image-section{width:100%;height:240px}}@media (max-width: 768px){.product-card-horizontal .ant-card-body{padding:16px}.product-image-section{height:200px}.product-title-horizontal{font-size:18px}.product-description-horizontal{font-size:13px}.product-footer-horizontal{flex-direction:column;align-items:flex-start;gap:16px}.product-footer-horizontal .ant-space{width:100%}.product-footer-horizontal .ant-btn{flex:1}}@media (max-width: 479px){.product-card-horizontal .ant-card-body{padding:12px}.product-image-section{height:180px}.product-title-horizontal{font-size:16px}.product-price-horizontal .discount-price{font-size:20px}.product-footer-horizontal .ant-btn{font-size:13px;padding:8px 12px}}.home-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.section{padding:100px 0;position:relative}.section-cta{text-align:center;margin-top:56px}.why-choose-section{background:#0f172a}.feature-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:32px 24px;text-align:center;height:100%;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);border-color:#6366f1;box-shadow:0 20px 40px #6366f133}.feature-icon{font-size:56px;margin-bottom:20px}.feature-title{color:#f1f5f9!important;font-size:20px!important;font-weight:700!important;margin-bottom:12px!important}.feature-description{color:#94a3b8;font-size:15px;line-height:1.6}.about-section{background:#1e293b}.about-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.about-image{width:100%;height:auto;display:block;border-radius:20px;transition:all .5s ease}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-badge{position:absolute;bottom:20px;right:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:20px;border-radius:16px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 20px #6366f166}.badge-icon{font-size:32px;color:#fbbf24}.badge-number{font-size:28px;font-weight:900;color:#fff;line-height:1}.badge-text{font-size:12px;color:#e0e7ff;text-transform:uppercase;letter-spacing:1px}.about-text{color:#cbd5e1!important;font-size:16px!important;line-height:1.8!important;margin-bottom:24px!important}.about-highlights{display:flex;flex-direction:column;gap:12px;margin-top:24px}.highlight-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:15px}.check-icon{color:#10b981;font-size:20px;flex-shrink:0}.services-section{background:#0f172a}.tech-section{background:#1e293b}.tech-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:40px;max-width:800px;margin-left:auto;margin-right:auto}.tech-list-item{display:flex;align-items:center;gap:12px;background:#0f172a99;border:1px solid rgba(51,65,85,.5);border-radius:12px;padding:12px 20px;transition:all .3s ease}.tech-list-item:hover{border-color:#6366f1;background:#6366f11a;box-shadow:0 4px 12px #6366f133}.tech-emoji{font-size:24px;display:block}.tech-name{color:#f1f5f9;font-size:15px;font-weight:500;white-space:nowrap}.tech-more-wrapper{display:flex;justify-content:center;margin-top:32px}.tech-more-btn{height:48px;padding:0 32px;font-size:16px;font-weight:600;border:2px solid #6366f1;color:#6366f1;background:transparent}.tech-more-btn:hover{background:#6366f11a;border-color:#8b5cf6;color:#8b5cf6}.projects-section{background:#0f172a}.marketplace-section{background:#1e293b}.testimonials-section{background:#0f172a}.testimonial-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:24px;height:100%;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-8px);border-color:#6366f1;box-shadow:0 20px 40px #6366f126}.testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.testimonial-info{flex:1}.testimonial-name{color:#f1f5f9!important;margin:0!important;font-size:18px!important;font-weight:700!important}.testimonial-position{color:#94a3b8;font-size:14px}.testimonial-rating{margin-bottom:16px}.testimonial-content{color:#cbd5e1!important;font-size:15px!important;line-height:1.8!important;font-style:italic;margin:0!important}.blog-section{background:#1e293b}.blog-card{background:#0f172a;border:1px solid #334155;border-radius:16px;overflow:hidden;height:100%;transition:all .3s ease}.blog-card:hover{transform:translateY(-8px);border-color:#6366f1;box-shadow:0 20px 40px #6366f126}.blog-card .ant-card-body{padding:20px}.blog-image{width:100%;height:200px;object-fit:cover}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.blog-date{color:#94a3b8;font-size:13px}.blog-title{color:#f1f5f9!important;font-size:18px!important;font-weight:700!important;margin:12px 0!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-excerpt{color:#94a3b8!important;font-size:14px!important;line-height:1.6!important;margin-bottom:16px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #334155}.blog-read-time{color:#6366f1;font-size:13px;display:flex;align-items:center;gap:4px}.blog-read-more{color:#6366f1!important;padding:0;font-weight:600}.blog-read-more:hover{color:#8b5cf6!important}.faq-preview-section{background:#0f172a}.faq-preview-text{color:#cbd5e1!important;font-size:16px!important;line-height:1.8!important;margin:20px 0 28px!important}.faq-preview-image{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000004d}.cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta-primary-btn{height:56px;font-size:18px;padding:0 40px;font-weight:600;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 8px 20px #6366f166}.cta-primary-btn:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 12px 28px #6366f180}.cta-secondary-btn{height:56px;font-size:18px;padding:0 40px;font-weight:600;background:transparent;border:2px solid #6366f1;color:#6366f1}.cta-secondary-btn:hover{background:#6366f11a;border-color:#8b5cf6;color:#8b5cf6}@media (max-width: 479px){.section{padding:48px 0}.container{padding:0 16px}.hero-stats{padding:24px 16px;margin-top:32px}.stat-item{padding:12px 8px}.stat-icon,.stat-number{font-size:24px}.stat-label{font-size:11px}.feature-card{padding:24px 16px}.feature-icon{font-size:40px}.feature-title{font-size:18px!important}.feature-description{font-size:13px}.about-badge{padding:12px;gap:8px}.badge-icon{font-size:24px}.badge-number{font-size:20px}.badge-text{font-size:10px}.about-text,.faq-preview-text{font-size:14px!important}.highlight-item{font-size:13px}.check-icon{font-size:16px}.tech-list{gap:12px;max-width:100%}.tech-list-item{padding:10px 16px;gap:8px}.tech-emoji{font-size:20px}.tech-name{font-size:13px}.tech-more-wrapper{margin-top:24px}.tech-more-btn{height:44px;padding:0 24px;font-size:14px}.testimonial-card{padding:16px}.testimonial-name{font-size:16px!important}.testimonial-position{font-size:12px}.testimonial-content{font-size:13px!important}.blog-image{height:160px}.blog-card .ant-card-body{padding:16px}.blog-title{font-size:16px!important}.blog-excerpt{font-size:13px!important}.blog-read-time{font-size:12px}.cta-title{font-size:24px!important}.cta-text{font-size:14px!important}.cta-buttons{flex-direction:column;width:100%}.cta-primary-btn,.cta-secondary-btn{width:100%;height:48px;font-size:15px;padding:0 24px}}@media (min-width: 480px) and (max-width: 767px){.section{padding:56px 0}.container{padding:0 20px}.hero-stats{padding:28px 20px}.stat-icon{font-size:28px}.stat-number{font-size:32px}.feature-card{padding:28px 20px}.feature-icon{font-size:48px}.tech-list{max-width:100%}.blog-image{height:180px}}@media (min-width: 768px) and (max-width: 991px){.section{padding:64px 0}.tech-list{max-width:900px}.blog-image{height:200px}}@media (min-width: 1200px){.section{padding:100px 0}.hero-stats{padding:40px 32px}.stat-icon{font-size:36px}.feature-card{padding:40px 28px}.feature-icon{font-size:64px}.feature-title{font-size:22px!important}.feature-description{font-size:16px}.about-text,.faq-preview-text{font-size:17px!important}.highlight-item{font-size:16px}.tech-emoji{font-size:26px}.tech-name{font-size:16px}.testimonial-card{padding:28px}.testimonial-name{font-size:19px!important}.testimonial-position{font-size:15px}.testimonial-content{font-size:16px!important}.blog-image{height:220px}.blog-title{font-size:19px!important}.blog-excerpt{font-size:15px!important}.cta-primary-btn,.cta-secondary-btn{height:60px;font-size:19px;padding:0 44px}}@media (min-width: 1600px){.container{max-width:1600px;padding:0 48px}.section{padding:120px 0}.hero-stats{padding:48px 40px;max-width:1100px}.stat-icon{font-size:40px}.stat-number{font-size:48px}.stat-label{font-size:15px}.feature-card{padding:48px 32px}.feature-icon{font-size:72px}.feature-title{font-size:24px!important}.feature-description{font-size:17px}.about-text,.faq-preview-text{font-size:18px!important}.tech-emoji{font-size:64px}.tech-name{font-size:18px}.blog-image{height:240px}.blog-title{font-size:20px!important}.blog-excerpt{font-size:16px!important}}.page-hero{position:relative;min-height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b);padding:60px 24px}.page-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.hero-shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;animation:float 15s ease-in-out infinite}.hero-shape-1{width:350px;height:350px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-100px;right:-80px;animation-delay:0s}.hero-shape-2{width:300px;height:300px;background:linear-gradient(135deg,#8b5cf6,#d946ef);bottom:-80px;left:-60px;animation-delay:2s}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(20px,-20px) rotate(120deg)}66%{transform:translate(-15px,15px) rotate(240deg)}}.hero-particles{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:2;pointer-events:none}.hero-particle{position:absolute;width:3px;height:3px;background:#6366f199;border-radius:50%;animation:particleRise linear infinite;box-shadow:0 0 8px #6366f1cc}@keyframes particleRise{0%{opacity:0;transform:translateY(100vh)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px)}}.page-hero-content{position:relative;z-index:10;max-width:1000px;width:100%;text-align:center;padding:0 20px}.hero-icon{font-size:44px;color:#6366f1;margin-bottom:14px;filter:drop-shadow(0 0 20px rgba(99,102,241,.6))}.hero-title{font-size:clamp(20px,3.5vw,28px);font-weight:800;line-height:1.4;margin:0 0 12px;background:linear-gradient(135deg,#fff,#e0e7ff,#c7d2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-description{font-size:clamp(13px,1.5vw,15px);color:#cbd5e1;line-height:1.6;max-width:650px;margin:0 auto 20px;font-weight:400}.hero-line{width:80px;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef);margin:0 auto;border-radius:2px;box-shadow:0 0 20px #6366f199}@media (max-width: 479px){.page-hero{min-height:160px;padding:40px 16px}.page-hero-content{padding:0 12px}.hero-icon{font-size:32px;margin-bottom:10px}.hero-title{font-size:18px;margin-bottom:8px;letter-spacing:-.2px;white-space:normal;line-height:1.3}.hero-description{font-size:12px;margin-bottom:14px;max-width:100%}.hero-line{width:60px;height:2px}.hero-shape-1{width:200px;height:200px}.hero-shape-2{width:180px;height:180px}}@media (min-width: 480px) and (max-width: 767px){.page-hero{min-height:180px;padding:50px 20px}.page-hero-content{padding:0 16px}.hero-icon{font-size:36px}.hero-title{font-size:22px;white-space:normal;line-height:1.35}.hero-description{font-size:13px}}@media (min-width: 768px) and (max-width: 1023px){.page-hero{min-height:200px;padding:55px 32px}.hero-icon{font-size:40px}.hero-title{font-size:26px;white-space:normal}.hero-description{font-size:14px}}@media (min-width: 1024px) and (max-width: 1439px){.hero-title{white-space:nowrap}}@media (min-width: 1440px){.page-hero{min-height:220px;padding:70px 48px}.page-hero-content{max-width:1200px}.hero-icon{font-size:52px}.hero-title{font-size:32px;white-space:nowrap}.hero-description{font-size:16px;max-width:700px}.hero-line{width:100px}}@media (prefers-reduced-motion: reduce){.page-hero *,.page-hero *:before,.page-hero *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.about-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.about-intro-section{padding:80px 0 100px;background:#0f172a}.about-main-image{width:100%;height:auto;border-radius:24px;box-shadow:0 30px 60px #00000080,0 0 0 1px #6366f133;transition:all .5s cubic-bezier(.4,0,.2,1)}.about-main-image:hover{transform:scale(1.02);box-shadow:0 40px 80px #6366f14d,0 0 0 1px #6366f166}.section-heading{color:#f1f5f9!important;font-size:clamp(28px,5vw,42px)!important;font-weight:900!important;margin-bottom:24px!important;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-description{color:#cbd5e1!important;font-size:clamp(15px,2vw,18px)!important;line-height:1.8!important;margin-bottom:20px!important}.values-section{padding:100px 0;background:#1e293b;position:relative}.values-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef);border-radius:2px}.value-card{background:#0f172acc;border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:40px 28px;text-align:center;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);transition:left .5s}.value-card:hover:before{left:100%}.value-card:hover{transform:translateY(-12px);border-color:#6366f180;background:#6366f114;box-shadow:0 20px 50px #6366f14d}.value-title{color:#f1f5f9!important;font-size:clamp(20px,3vw,24px)!important;font-weight:800!important;margin:20px 0 16px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.value-text{color:#94a3b8!important;font-size:clamp(14px,2vw,16px)!important;line-height:1.7!important}.team-section{padding:100px 0;background:#0f172a}.team-card{background:#1e293bcc;border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:32px 24px;text-align:center;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.team-card:hover{transform:translateY(-10px) scale(1.02);border-color:#6366f180;background:#6366f114;box-shadow:0 20px 50px #6366f14d}.team-avatar{margin:0 auto 20px;border:4px solid rgba(99,102,241,.3);box-shadow:0 8px 24px #6366f166;transition:all .3s ease}.team-card:hover .team-avatar{border-color:#6366f199;transform:scale(1.1);box-shadow:0 12px 32px #6366f199}.team-name{color:#f1f5f9!important;font-size:clamp(18px,2.5vw,20px)!important;font-weight:700!important;margin:16px 0 8px!important}.team-position{display:block;color:#6366f1!important;font-size:clamp(13px,2vw,15px)!important;font-weight:600!important;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.team-bio{color:#94a3b8!important;font-size:clamp(13px,1.8vw,14px)!important;line-height:1.7!important;margin:0!important}.mission-section{padding:100px 0;background:#1e293b}.mission-card{background:#0f172acc;border:1px solid rgba(99,102,241,.2);border-radius:24px;padding:48px 40px;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.mission-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef)}.mission-card:hover{transform:translateY(-8px);border-color:#6366f180;background:#6366f114;box-shadow:0 20px 50px #6366f14d}.mission-title{color:#f1f5f9!important;font-size:clamp(24px,4vw,32px)!important;font-weight:800!important;margin-bottom:20px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-text{color:#cbd5e1!important;font-size:clamp(15px,2vw,17px)!important;line-height:1.8!important;margin:0!important}@media (max-width: 479px){.about-intro-section,.values-section,.team-section,.mission-section{padding:60px 0}.about-main-image{border-radius:16px}.value-card{padding:28px 20px;border-radius:16px}.team-card{padding:24px 20px;border-radius:16px}.team-avatar{width:80px!important;height:80px!important;border-width:3px}.mission-card{padding:32px 24px;border-radius:16px}}@media (min-width: 480px) and (max-width: 767px){.about-intro-section,.values-section,.team-section,.mission-section{padding:70px 0}.value-card,.team-card{padding:32px 24px}.team-avatar{width:100px!important;height:100px!important}.mission-card{padding:40px 32px}}@media (min-width: 768px) and (max-width: 1023px){.about-intro-section,.values-section,.team-section,.mission-section{padding:80px 0}}@media (min-width: 1440px){.about-intro-section,.values-section,.team-section,.mission-section{padding:120px 0}.value-card{padding:48px 32px}.team-card{padding:40px 28px}.team-avatar{width:140px!important;height:140px!important}.mission-card{padding:56px 48px}}.services-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.services-grid-section{padding:80px 0 100px;background:#0f172a}.process-section{padding:100px 0;background:#1e293b;position:relative}.process-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#d946ef);border-radius:2px}.process-item{text-align:center;padding:40px 24px;background:#0f172a99;border:1px solid rgba(99,102,241,.2);border-radius:20px;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.process-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top,rgba(99,102,241,.15),transparent);opacity:0;transition:opacity .4s ease}.process-item:hover:before{opacity:1}.process-item:hover{transform:translateY(-12px) scale(1.02);border-color:#6366f180;box-shadow:0 20px 50px #6366f14d}.process-number{display:inline-block;width:80px;height:80px;line-height:80px;font-size:32px;font-weight:900;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border:3px solid rgba(99,102,241,.3);border-radius:50%;margin-bottom:20px;transition:all .3s ease;position:relative}.process-number:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:50%;z-index:-1;opacity:0;transition:opacity .3s ease}.process-item:hover .process-number{border-color:#6366f199;transform:scale(1.1)}.process-item:hover .process-number:before{opacity:1}.process-title{color:#f1f5f9!important;font-size:clamp(18px,2.5vw,22px)!important;font-weight:700!important;margin:16px 0 12px!important}.process-text{color:#94a3b8!important;font-size:clamp(14px,2vw,16px)!important;line-height:1.7!important;margin:0!important}.services-cta-section{padding:80px 0;background:linear-gradient(135deg,#6366f126,#8b5cf626);border-top:1px solid rgba(99,102,241,.3);border-bottom:1px solid rgba(99,102,241,.3);position:relative;overflow:hidden}.services-cta-section:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);animation:shimmer 3s infinite}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.cta-title{color:#f1f5f9!important;font-size:clamp(28px,5vw,44px)!important;font-weight:900!important;margin-bottom:16px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-button{height:60px;padding:0 48px;font-size:18px;font-weight:700;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 8px 24px #6366f166;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #6366f199}@media (max-width: 479px){.services-grid-section,.process-section{padding:60px 0}.process-item{padding:28px 20px;border-radius:16px}.process-number{width:60px;height:60px;line-height:60px;font-size:24px;border-width:2px}.services-cta-section{padding:50px 0}.cta-button{height:50px;padding:0 32px;font-size:15px;width:100%}}@media (min-width: 480px) and (max-width: 767px){.services-grid-section,.process-section{padding:70px 0}.process-item{padding:32px 24px}.process-number{width:70px;height:70px;line-height:70px;font-size:28px}.services-cta-section{padding:60px 0}.cta-button{height:54px;padding:0 40px;font-size:16px}}@media (min-width: 768px) and (max-width: 1023px){.services-grid-section,.process-section{padding:80px 0}}@media (min-width: 1440px){.services-grid-section,.process-section{padding:120px 0}.process-item{padding:48px 32px}.process-number{width:90px;height:90px;line-height:90px;font-size:36px}.services-cta-section{padding:100px 0}.cta-button{height:64px;padding:0 56px;font-size:19px}}.projects-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.projects-grid-section{padding:80px 0 100px;background:#0f172a}.projects-controls{margin-bottom:48px}.search-center{display:flex;justify-content:center;margin-bottom:24px}.projects-controls-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.desktop-filters{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.desktop-filters .ant-select-selector{background:#0f172a99!important;border-color:#6366f14d!important;color:#f1f5f9!important}.inline-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tags-label{color:#cbd5e1;font-weight:500;margin-right:8px;white-space:nowrap}.show-more-btn{color:#6366f1!important;font-size:13px;padding:4px 8px;height:auto;line-height:1.2}.additional-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.additional-tags-mobile{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.search-input{max-width:500px;height:50px;border-radius:12px;background:#1e293bcc;border:1px solid rgba(99,102,241,.3);color:#f1f5f9;font-size:15px;margin-bottom:32px;transition:all .3s ease}.search-input:hover,.search-input:focus{border-color:#6366f199;background:#1e293be6;box-shadow:0 0 0 3px #6366f11a}.search-input input{background:transparent!important;color:#f1f5f9!important}.search-input input::placeholder{color:#64748b!important}.search-input .anticon{color:#6366f1;font-size:18px}.category-tabs{border-bottom:2px solid rgba(99,102,241,.2)}.category-tabs .ant-tabs-nav{margin-bottom:0}.category-tabs .ant-tabs-tab{padding:12px 24px;color:#94a3b8;font-weight:600;font-size:15px;transition:all .3s ease;border-radius:8px 8px 0 0}.category-tabs .ant-tabs-tab:hover{color:#e0e7ff;background:#6366f11a}.category-tabs .ant-tabs-tab-active{background:#6366f126}.category-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#e0e7ff!important;font-weight:700}.category-tabs .ant-tabs-ink-bar{background:linear-gradient(90deg,#6366f1,#8b5cf6)!important;height:3px!important}.pagination-wrapper{display:flex;justify-content:center;margin-top:28px}@media (max-width: 479px){.projects-grid-section{padding:60px 0}.projects-controls{margin-bottom:32px}.search-center{margin-bottom:20px}.projects-controls-row{flex-direction:column;align-items:stretch}.desktop-filters{display:none}.mobile-filter-btn{width:100%;height:44px;font-size:14px}.search-input{height:44px;font-size:14px;max-width:100%}.inline-tags{gap:6px}.filter-tag{font-size:12px;padding:4px 8px}.tags-label{font-size:13px}.show-more-btn{font-size:12px}.active-filters{padding:10px 12px;margin:10px 0 16px}.no-results{padding:60px 20px}}@media (min-width: 480px) and (max-width: 767px){.projects-grid-section{padding:70px 0}.search-input{height:46px}.category-tabs .ant-tabs-tab{padding:11px 20px;font-size:14px}}@media (min-width: 768px) and (max-width: 1023px){.projects-grid-section{padding:80px 0}}@media (min-width: 1440px){.projects-grid-section{padding:120px 0}.search-input{height:54px;font-size:16px;max-width:600px}.category-tabs .ant-tabs-tab{padding:14px 28px;font-size:16px}.no-results{padding:100px 20px}}.custom-breadcrumb{padding:24px 0}.custom-breadcrumb .ant-breadcrumb{font-size:14px}.custom-breadcrumb .ant-breadcrumb a{color:#94a3b8;transition:color .3s ease}.custom-breadcrumb .ant-breadcrumb a:hover{color:#6366f1}.custom-breadcrumb .ant-breadcrumb-separator{color:#64748b}.custom-breadcrumb .ant-breadcrumb li:last-child span{color:#f1f5f9}.project-detail-page{padding-top:64px;min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b);padding-bottom:40px}.back-button{margin:24px 0;color:#94a3b8;border-color:#334155}.back-button:hover{color:#6366f1;border-color:#6366f1}.project-header{margin:24px 0 32px}.project-meta{margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px}.project-title{color:#f1f5f9!important;font-size:clamp(28px,5vw,48px)!important;font-weight:800!important;margin-bottom:16px!important;line-height:1.2!important;word-wrap:break-word}.project-description{color:#cbd5e1;font-size:clamp(15px,2vw,18px);line-height:1.8;max-width:100%;margin-bottom:24px}.project-info-bar{color:#94a3b8;flex-wrap:wrap}.project-main-image{margin:32px 0;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d;width:100%}.detail-image{width:100%;height:auto;border-radius:16px;display:block}.project-content{margin-top:32px;margin-bottom:40px}.content-card,.sidebar-card{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:24px}.content-card h2,.content-card h3,.sidebar-card h4{color:#f1f5f9!important}.detail-text{color:#94a3b8;font-size:16px;line-height:1.8}.feature-list{color:#cbd5e1;padding-left:24px;margin:24px 0}.feature-list li{margin-bottom:12px;line-height:1.6}.stats-row{margin-top:32px}.stat-card{background:#6366f11a;border:1px solid rgba(99,102,241,.3);text-align:center}.stat-number{font-size:32px;font-weight:700;color:#6366f1;margin-bottom:8px}.stat-label{color:#94a3b8;font-size:14px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tech-tag-detail{background:#6366f11a;border-color:#6366f14d;color:#a5b4fc;font-size:13px;padding:4px 12px}.info-list{margin-top:16px}.info-item{display:flex;justify-content:space-between;align-items:center}.info-label{color:#94a3b8;font-size:14px}.info-value{color:#f1f5f9;font-weight:500}@media (max-width: 479px){.container{padding:0 12px}.project-detail-page{padding-top:64px}.back-button{margin:16px 0;font-size:13px}.project-header{margin:16px 0 24px}.project-title{font-size:24px!important;margin-bottom:12px!important}.project-description{font-size:14px;line-height:1.6}.project-info-bar{font-size:13px}.project-main-image{margin:24px 0;border-radius:12px}.content-card,.sidebar-card{border-radius:8px;margin-bottom:16px}.content-card .ant-card-body,.sidebar-card .ant-card-body{padding:16px}.content-card h2{font-size:20px!important}.content-card h3{font-size:18px!important}.sidebar-card h4{font-size:16px!important}.detail-text{font-size:14px;line-height:1.6}.feature-list{padding-left:20px;margin:16px 0;font-size:14px}.stats-row{margin-top:20px}.stat-card .ant-card-body{padding:12px}.stat-number{font-size:20px}.stat-label{font-size:12px}.tech-tag-detail{font-size:11px;padding:2px 8px}.info-item{flex-direction:column;align-items:flex-start;gap:4px}.info-label,.info-value{font-size:13px}}@media (min-width: 480px) and (max-width: 767px){.container{padding:0 16px}.project-title{font-size:28px!important}.project-description{font-size:15px}.project-main-image{margin:28px 0}.content-card .ant-card-body,.sidebar-card .ant-card-body{padding:20px}.stat-number{font-size:24px}.detail-text{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.container{padding:0 20px}.project-title{font-size:36px!important}.project-description{font-size:16px}.content-card .ant-card-body,.sidebar-card .ant-card-body{padding:24px}.stat-number{font-size:28px}}@media (min-width: 992px) and (max-width: 1199px){.container{padding:0 24px}.project-title{font-size:40px!important}.stat-number{font-size:30px}}@media (min-width: 1200px) and (max-width: 1599px){.container{max-width:1200px;padding:0 32px}.project-title{font-size:44px!important}}@media (min-width: 1600px){.container{max-width:1600px;padding:0 48px}.project-title{font-size:48px!important}.project-description{font-size:20px}.content-card .ant-card-body,.sidebar-card .ant-card-body{padding:32px}.detail-text{font-size:18px}.stat-number{font-size:36px}.stat-label{font-size:16px}}@media (max-width: 767px) and (orientation: landscape){.project-header{margin:20px 0}.project-main-image{margin:24px 0}}@media print{.back-button,.project-info-bar{display:none}.project-detail-page{background:#fff}.project-title,.content-card h2,.content-card h3{color:#000!important}}.marketplace-section{padding:80px 0 100px}.marketplace-search-bar{max-width:800px;margin:0 auto 40px}.main-search-input{width:100%}.main-search-input .ant-input-search-button{border-color:#6366f1;height:48px;font-weight:600}.main-search-input .ant-input-search-button:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.main-search-input .ant-input-affix-wrapper{background:#1e293b99;border-color:#6366f14d;height:48px;font-size:15px}.main-search-input .ant-input-affix-wrapper:focus,.main-search-input .ant-input-affix-wrapper-focused{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.main-search-input .ant-input{background:transparent;color:#f1f5f9}.main-search-input .ant-input::placeholder{color:#64748b}.marketplace-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding:20px 24px;background:#1e293b66;border:1px solid rgba(99,102,241,.2);border-radius:12px}.controls-left .results-count{margin:0;color:#cbd5e1;font-size:15px}.controls-left .results-count strong{color:#6366f1;font-size:18px}.controls-right .sort-select .ant-select-selector{background:#0f172a99!important;border-color:#6366f14d!important;color:#f1f5f9!important}.controls-right .sort-select:hover .ant-select-selector{border-color:#6366f1!important}.ant-btn-group .ant-btn{background:#1e293b99;border-color:#6366f14d;color:#cbd5e1}.ant-btn-group .ant-btn:hover{border-color:#6366f1;color:#6366f1}.ant-btn-group .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;color:#fff}.marketplace-sidebar{position:sticky;top:140px}.filter-card{background:#1e293b99;border:1px solid rgba(99,102,241,.2);border-radius:12px;margin-bottom:20px}.filter-card .ant-card-head{background:#0f172a99;border-bottom:1px solid rgba(99,102,241,.2);color:#f1f5f9}.filter-card .ant-card-head-title{color:#f1f5f9;font-weight:700;font-size:16px}.filter-card .ant-card-body{padding:20px}.category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#0f172a66;border:1px solid rgba(99,102,241,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;color:#cbd5e1}.category-item:hover{background:#6366f11a;border-color:#6366f1;transform:translate(4px)}.category-item.active{background:linear-gradient(135deg,#6366f133,#8b5cf633);border-color:#6366f1;color:#6366f1;font-weight:700}.category-item .count{font-size:13px;color:#94a3b8}.category-item.active .count{color:#8b5cf6}.ant-slider-rail{background:#6366f133}.ant-slider-track{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.ant-slider-handle{border-color:#6366f1;background:#6366f1}.ant-slider-handle:hover,.ant-slider-handle:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #6366f133}.price-range-display{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:12px;background:#6366f10d;border:1px solid rgba(99,102,241,.2);border-radius:8px}.price-range-display .ant-typography{color:#6366f1;font-weight:600;font-size:14px}.tags-filter{display:flex;flex-wrap:wrap;gap:8px}.filter-tag{background:#1e293b99;border:1px solid rgba(99,102,241,.3);color:#cbd5e1;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .3s ease}.tags-filter-inline{margin-top:12px;margin-bottom:12px}.tags-toggle-btn{background:#1e293bcc;border:1px solid rgba(99,102,241,.3);color:#cbd5e1}.tags-toggle-btn:hover{border-color:#6366f1;color:#6366f1}.tags-actions{width:100%;margin-top:8px}.active-filters{margin:12px 0 20px;padding:12px 16px;background:#1e293b66;border:1px solid rgba(99,102,241,.2);border-radius:10px;color:#cbd5e1}.active-filters .ant-tag{background:#0f172a99;border:1px solid rgba(99,102,241,.3);color:#cbd5e1}.active-filters .ant-tag-close-icon{color:#94a3b8}.filter-tag:hover{border-color:#6366f1;color:#6366f1}.ant-tag-checkable-checked.filter-tag{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;color:#fff}.clear-filters-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;font-weight:600;margin-top:16px}.clear-filters-btn:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}.product-card-horizontal{background:#1e293b99;border:1px solid rgba(99,102,241,.2);transition:all .3s ease}.product-card-horizontal:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f133;transform:translateY(-2px)}.horizontal-layout{display:flex;gap:24px}.product-image-section{position:relative;flex-shrink:0;width:280px;height:200px;overflow:hidden;border-radius:8px}.product-image-horizontal{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-horizontal:hover .product-image-horizontal{transform:scale(1.05)}.product-content-section{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:8px 0}.product-header-horizontal{margin-bottom:12px}.product-title-horizontal{font-size:20px;font-weight:700;color:#f1f5f9;margin:0 0 8px;line-height:1.4}.product-rating{display:flex;align-items:center;gap:8px}.product-description-horizontal{color:#94a3b8;font-size:14px;line-height:1.6;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-tags-horizontal{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.product-tags-horizontal .tech-tag{background:#6366f11a;border:1px solid rgba(99,102,241,.3);color:#a5b4fc;font-size:12px}.product-footer-horizontal{display:flex;justify-content:space-between;align-items:center}.product-price-horizontal{display:flex;flex-direction:column;gap:4px}.product-price-horizontal .ant-typography{font-size:16px;color:#94a3b8}.product-price-horizontal .discount-price{font-size:24px;color:#6366f1;font-weight:700}.no-results{text-align:center;padding:80px 20px}.no-results .anticon{margin-bottom:20px}.no-results p{color:#94a3b8;font-size:16px;margin:0}@media (max-width: 991px){.marketplace-sidebar{position:relative;top:0}.marketplace-controls{flex-direction:column;gap:16px;align-items:stretch}.controls-left,.controls-right{width:100%}.controls-right{display:flex;justify-content:space-between;gap:12px}.controls-right .sort-select{flex:1}.horizontal-layout{flex-direction:column}.product-image-section{width:100%;height:240px}}@media (max-width: 768px){.marketplace-section{padding:50px 0 80px}.marketplace-search-bar{margin-bottom:32px}.main-search-input .ant-input-affix-wrapper,.main-search-input .ant-input-search-button{height:44px}.marketplace-controls{padding:16px}.controls-right .ant-btn-group{width:100%}.controls-right .ant-btn-group .ant-btn{flex:1}.mobile-filter-btn{display:inline-block}.product-image-section{height:200px}.product-title-horizontal{font-size:18px}.product-footer-horizontal{flex-direction:column;align-items:flex-start;gap:16px}.product-footer-horizontal .ant-space{width:100%}.product-footer-horizontal .ant-space button{flex:1}}@media (max-width: 479px){.marketplace-search-bar{padding:0 4px}.marketplace-controls{padding:12px}.controls-right{display:grid;grid-template-columns:1fr;gap:8px}.controls-right .sort-select,.controls-right .ant-btn-group{display:none}.controls-right .sort-select,.mobile-filter-btn{width:100%}.filter-card .ant-card-body{padding:16px}.category-item{padding:10px 12px;font-size:14px}.product-tags-horizontal{gap:4px}}@media (min-width: 769px) and (max-width: 1024px){.marketplace-section{padding:60px 0 90px}.product-image-section{width:240px;height:180px}}@media (min-width: 1600px){.marketplace-section{padding:100px 0 120px}.marketplace-search-bar{max-width:1000px}.product-image-section{width:320px;height:220px}}.product-detail-page{padding-top:64px;min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b);padding-bottom:60px}.product-header-section{margin-top:24px}.product-main-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px #0000004d;width:100%}.product-main-image img{width:100%;height:auto;display:block}.featured-badge-detail{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:6px 14px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:6px;font-size:13px;z-index:10}.product-meta{margin-bottom:16px;display:flex;flex-wrap:wrap;gap:8px}.product-title{color:#f1f5f9!important;font-size:clamp(24px,4vw,40px)!important;font-weight:800!important;margin-bottom:16px!important;line-height:1.2!important;word-wrap:break-word}.product-description{color:#cbd5e1;font-size:clamp(14px,2vw,16px);line-height:1.8;margin-bottom:20px}.rating-section{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}.rating-text{color:#94a3b8;font-size:clamp(12px,2vw,14px)}.price-section{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.3);border-radius:12px;padding:20px;margin-bottom:24px}.price-label{color:#94a3b8;font-size:clamp(12px,2vw,14px);margin-bottom:8px}.price-value{color:#10b981;font-size:clamp(28px,6vw,48px);font-weight:800;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-break:break-word}.buy-button{height:50px;font-size:16px;font-weight:600}.guarantee-section{background:#1e293b80;border:1px solid #334155;border-radius:12px;padding:20px;margin-top:24px}.guarantee-icon{color:#10b981;font-size:16px}.guarantee-section .ant-space-item span{color:#cbd5e1;font-size:14px}.product-tabs-section{margin-top:60px}.product-tabs .ant-tabs-nav{background:#1e293b;padding:0 24px;border-radius:12px 12px 0 0}.product-tabs .ant-tabs-tab{color:#94a3b8;font-weight:500;font-size:16px}.product-tabs .ant-tabs-tab:hover,.product-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#6366f1}.product-tabs .ant-tabs-ink-bar{background:#6366f1}.product-tabs .ant-tabs-content-holder{background:#1e293b;border:1px solid #334155;border-top:none;border-radius:0 0 12px 12px}.tab-content{padding:32px}.tab-content h4{color:#f1f5f9!important;margin-top:24px;margin-bottom:16px}.tab-content h4:first-child{margin-top:0}.detail-text{color:#94a3b8;font-size:15px;line-height:1.8}.feature-list{color:#cbd5e1;padding-left:0;list-style:none}.feature-list li{padding:10px 0;display:flex;align-items:center;gap:12px}.feature-list li .anticon{color:#10b981;font-size:16px}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-top:16px}.tech-card{background:#6366f10d;border:1px solid rgba(99,102,241,.2);text-align:center;padding:20px;transition:all .3s ease}.tech-card:hover{transform:translateY(-4px);border-color:#6366f1;box-shadow:0 10px 15px -3px #0000004d}.tech-icon{font-size:32px;color:#6366f1;margin-bottom:12px;display:block}.tech-name{color:#f1f5f9;font-weight:500;display:block}.related-section{margin-top:60px}.related-section h2{color:#f1f5f9!important}.related-section p{color:#94a3b8;font-size:16px}@media (max-width: 479px){.container{padding:0 12px}.product-detail-page{padding-bottom:40px}.back-button{margin:16px 0;font-size:13px}.product-header-section{margin-top:16px}.product-main-image{border-radius:12px}.featured-badge-detail{top:12px;right:12px;padding:4px 10px;font-size:11px}.product-title{font-size:22px!important}.product-description{font-size:13px;line-height:1.6}.rating-section{margin-bottom:16px}.rating-section .ant-rate{font-size:12px}.rating-text{font-size:11px}.price-section{padding:16px;margin-bottom:20px}.price-label{font-size:12px}.price-value{font-size:26px}.buy-button{height:44px;font-size:14px}.guarantee-section{padding:16px;margin-top:20px}.guarantee-section .ant-space-item{font-size:12px}.product-tabs-section{margin-top:32px}.tab-content{padding:16px}.tab-content h4{font-size:16px!important}.detail-text{font-size:13px;line-height:1.6}.feature-list{padding-left:20px;font-size:13px}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.tech-card{padding:12px}.tech-icon{font-size:24px;margin-bottom:8px}.tech-name{font-size:12px}.related-section{margin-top:40px}.related-section h2{font-size:22px!important}}@media (min-width: 480px) and (max-width: 767px){.container{padding:0 16px}.product-title{font-size:26px!important}.price-value{font-size:32px}.tab-content{padding:18px}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.buy-button{height:46px;font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.container{padding:0 20px}.product-title{font-size:30px!important}.price-value{font-size:36px}.tab-content{padding:24px}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}@media (min-width: 992px) and (max-width: 1199px){.container{padding:0 24px}.product-title{font-size:34px!important}.price-value{font-size:40px}}@media (min-width: 1200px) and (max-width: 1599px){.container{max-width:1200px;padding:0 32px}.product-title{font-size:38px!important}.price-value{font-size:44px}}@media (min-width: 1600px){.container{max-width:1600px;padding:0 48px}.product-title{font-size:42px!important}.product-description{font-size:18px}.price-value{font-size:48px}.tab-content{padding:32px}.detail-text{font-size:17px}.tech-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:20px}.tech-icon{font-size:40px}.tech-name{font-size:16px}}@media (max-width: 767px) and (orientation: landscape){.product-header-section{margin-top:20px}.price-section{padding:16px}}@media print{.back-button,.buy-button,.guarantee-section{display:none}.product-detail-page{background:#fff}.product-title,.tab-content h4{color:#000!important}}.blog-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b)}.blog-section{padding:80px 0 100px}.container{max-width:1400px;margin:0 auto;padding:0 24px}.search-center{display:flex;justify-content:center;margin-bottom:20px}.sort-center{display:flex;justify-content:center;margin-bottom:40px}.blog-search{max-width:500px;width:100%}.blog-search .ant-input-affix-wrapper{background:#1e293b99;border-color:#334155;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:50px}.blog-search .ant-input{background:transparent;color:#f1f5f9;font-size:16px}.blog-search .ant-input::placeholder{color:#64748b}.blog-search .anticon{color:#6366f1;font-size:18px}.sort-select .ant-select-selector{background:#1e293b99;border-color:#334155;color:#f1f5f9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sort-select .ant-select-selection-item{color:#f1f5f9!important}.blog-main-content{margin-top:20px}.blog-sidebar{position:sticky;top:100px}.sidebar-card{background:#1e293b99;border:1px solid #334155;border-radius:12px;padding:24px;margin-bottom:24px}.sidebar-card h3{color:#f1f5f9;font-size:18px;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #334155}.category-list{display:flex;flex-direction:column;gap:8px}.category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#0f172a4d;border:1px solid transparent}.category-item:hover{background:#6366f11a;border-color:#6366f14d}.category-item.active{background:#6366f126;border-color:#6366f1}.category-name{color:#cbd5e1;font-weight:500}.category-count{background:#6366f133;color:#6366f1;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.featured-sidebar{display:flex;flex-direction:column;gap:16px}.featured-item{display:flex;gap:12px;padding:12px;border-radius:8px;background:#0f172a4d;border:1px solid #334155;transition:all .3s ease;cursor:pointer}.featured-item:hover{background:#6366f11a;border-color:#6366f14d}.featured-item img{width:60px;height:60px;object-fit:cover;border-radius:6px}.featured-content h4{color:#f1f5f9;font-size:14px;font-weight:600;margin-bottom:6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-date{color:#64748b;font-size:12px}.posts-content{min-height:400px}.posts-header{display:flex;align-items:center;gap:12px;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #334155}.posts-header h2{color:#f1f5f9;font-size:28px;font-weight:700;margin:0}.posts-count{color:#6366f1;font-size:16px;font-weight:600}.featured-section{margin-bottom:80px}.featured-blog-card{background:#1e293b;border:1px solid #334155;border-radius:16px;overflow:hidden;transition:all .3s ease;height:100%}.featured-blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#6366f1}.featured-blog-card .ant-card-body{padding:32px}.featured-badge{position:absolute;top:16px;right:16px;z-index:10}.blog-image-wrapper{position:relative;height:280px;overflow:hidden}.blog-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-blog-card:hover .blog-image-wrapper img,.blog-card:hover .blog-image-wrapper img{transform:scale(1.1)}.blog-category{margin-bottom:16px}.blog-title{color:#f1f5f9!important;font-size:24px!important;font-weight:700!important;margin-bottom:16px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-excerpt{color:#94a3b8;font-size:16px;line-height:1.6;margin-bottom:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-meta{color:#64748b;font-size:14px;margin-bottom:24px;padding-top:16px;border-top:1px solid #334155}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #334155;margin-top:auto}.blog-footer span{color:#cbd5e1;font-size:14px;font-weight:500}.featured-badge{position:absolute;top:12px;right:12px;z-index:10}.hot-badge{position:absolute;top:12px;left:12px;z-index:10}.all-posts-section{margin-top:80px}.blog-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000004d;border-color:#6366f1}.blog-card .ant-card-body{padding:24px;display:flex;flex-direction:column;flex:1}.blog-card .blog-image-wrapper{height:220px}.blog-title-small{color:#f1f5f9!important;font-size:18px!important;font-weight:600!important;margin-bottom:12px!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:50px}.blog-excerpt-small{color:#94a3b8;font-size:14px;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-meta-small{color:#64748b;font-size:13px;margin-bottom:16px;padding-top:12px;border-top:1px solid #334155}.no-results{text-align:center;padding:80px 24px}.no-results h3{color:#f1f5f9;font-size:24px;margin-bottom:16px}.no-results p{color:#94a3b8;font-size:16px}.pagination-wrapper{display:flex;justify-content:center;margin-top:40px;padding-top:32px;border-top:1px solid #334155}.pagination-wrapper .ant-pagination{color:#cbd5e1}.pagination-wrapper .ant-pagination .ant-pagination-item{background:#1e293b99;border-color:#334155}.pagination-wrapper .ant-pagination .ant-pagination-item a{color:#cbd5e1}.pagination-wrapper .ant-pagination .ant-pagination-item:hover{border-color:#6366f1}.pagination-wrapper .ant-pagination .ant-pagination-item:hover a{color:#6366f1}.pagination-wrapper .ant-pagination .ant-pagination-item-active{background:#6366f1;border-color:#6366f1}.pagination-wrapper .ant-pagination .ant-pagination-item-active a{color:#fff}.pagination-wrapper .ant-pagination .ant-pagination-prev,.pagination-wrapper .ant-pagination .ant-pagination-next{background:#1e293b99;border-color:#334155}.pagination-wrapper .ant-pagination .ant-pagination-prev .anticon,.pagination-wrapper .ant-pagination .ant-pagination-next .anticon{color:#cbd5e1}.pagination-wrapper .ant-pagination .ant-pagination-prev:hover,.pagination-wrapper .ant-pagination .ant-pagination-next:hover{border-color:#6366f1}.pagination-wrapper .ant-pagination .ant-pagination-prev:hover .anticon,.pagination-wrapper .ant-pagination .ant-pagination-next:hover .anticon{color:#6366f1}@media (max-width: 991px){.blog-sidebar{position:static;margin-bottom:32px}.sidebar-card{padding:20px}.category-item{padding:10px 14px}.featured-item{padding:10px}.featured-item img{width:50px;height:50px}}@media (max-width: 768px){.blog-section{padding:50px 0 80px}.container{padding:0 16px}.search-center{margin-bottom:16px}.sort-center{margin-bottom:32px}.blog-search{max-width:100%}.sort-select{width:100%!important}.blog-search .ant-input-affix-wrapper{height:44px}.blog-search .ant-input{font-size:14px}.posts-header h2{font-size:24px}.posts-count{font-size:14px}.sidebar-card{padding:16px;margin-bottom:20px}.sidebar-card h3{font-size:16px;margin-bottom:16px}.category-item{padding:10px 12px}.category-name{font-size:14px}.category-count{font-size:11px;padding:3px 6px}.featured-item{padding:8px;gap:10px}.featured-item img{width:45px;height:45px}.featured-content h4{font-size:13px}.featured-date{font-size:11px}.featured-blog-card .ant-card-body,.blog-card .ant-card-body{padding:20px}.blog-image-wrapper{height:200px}.blog-title{font-size:20px!important}.blog-excerpt{font-size:14px}.blog-title-small{font-size:16px!important;min-height:44px}.blog-excerpt-small{font-size:13px}}@media (min-width: 769px) and (max-width: 1024px){.blog-section{padding:60px 0 90px}}@media (min-width: 1600px){.blog-section{padding:100px 0 120px}.container{max-width:1600px;padding:0 48px}.blog-title{font-size:28px!important}.blog-excerpt{font-size:18px}.blog-title-small{font-size:20px!important}.blog-excerpt-small{font-size:15px}}.gallery-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b)}.gallery-section{padding:80px 0 100px}.gallery-tabs{margin-bottom:40px}.gallery-tabs .ant-tabs-nav{margin-bottom:0}.gallery-tabs .ant-tabs-tab{color:#94a3b8;font-size:16px;font-weight:600;padding:12px 24px}.gallery-tabs .ant-tabs-tab:hover{color:#6366f1}.gallery-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#6366f1!important}.gallery-tabs .ant-tabs-ink-bar{background:linear-gradient(90deg,#6366f1,#8b5cf6);height:3px}.gallery-card{background:#1e293b;border:1px solid #334155;border-radius:12px;overflow:hidden;transition:all .3s ease;height:100%}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003;border-color:#6366f1}.gallery-image-wrapper{position:relative;height:220px;overflow:hidden;cursor:pointer}.gallery-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.gallery-card:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-icon{font-size:48px;color:#6366f1;animation:iconPulse 1.5s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.gallery-card .ant-card-body{padding:16px}.gallery-card .ant-card-meta-title{color:#f1f5f9!important;font-size:14px!important;font-weight:600!important;margin-bottom:4px!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.gallery-card .ant-card-meta-description{color:#94a3b8!important;font-size:12px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.no-results{text-align:center;padding:60px 20px;color:#94a3b8}.no-results p{margin-top:16px;font-size:18px}.gallery-preview-modal .ant-modal-content{background:#1e293b;border:1px solid #334155}.gallery-preview-modal .ant-modal-header{background:#1e293b;border-bottom:1px solid #334155}.gallery-preview-modal .ant-modal-title{color:#f1f5f9!important;font-size:18px;font-weight:600}.gallery-preview-modal .ant-modal-close-x{color:#94a3b8}.gallery-preview-modal .ant-modal-close-x:hover{color:#f1f5f9}.gallery-preview-modal .ant-modal-body{padding:0}.gallery-preview-modal img{border-radius:0 0 8px 8px}@media (max-width: 479px){.gallery-section{padding:50px 0 80px}.gallery-tabs .ant-tabs-tab{font-size:13px;padding:8px 12px}.gallery-image-wrapper{height:180px}.gallery-card .ant-card-body{padding:12px}.gallery-card .ant-card-meta-title{font-size:13px!important}.gallery-card .ant-card-meta-description{font-size:11px!important}.gallery-icon{font-size:36px}.no-results p{font-size:16px}.gallery-preview-modal{width:95%!important}}@media (min-width: 480px) and (max-width: 767px){.gallery-tabs .ant-tabs-tab{font-size:14px;padding:10px 16px}.gallery-image-wrapper{height:200px}.gallery-card .ant-card-body{padding:14px}}@media (min-width: 768px) and (max-width: 991px){.gallery-section{padding:60px 0 90px}.gallery-image-wrapper{height:200px}}@media (min-width: 1200px){.gallery-image-wrapper{height:240px}.gallery-card .ant-card-meta-title{font-size:15px!important}.gallery-card .ant-card-meta-description{font-size:13px!important}}@media (min-width: 1600px){.gallery-section{padding:100px 0 120px}.gallery-image-wrapper{height:280px}.gallery-tabs .ant-tabs-tab{font-size:18px;padding:14px 28px}.gallery-card .ant-card-body{padding:20px}.gallery-card .ant-card-meta-title{font-size:16px!important}.gallery-card .ant-card-meta-description{font-size:14px!important}}.faq-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b)}.faq-content-section{padding:80px 0 100px}.faq-search-row{margin-bottom:48px}.faq-search-input{background:#1e293b;border:2px solid #334155;border-radius:12px;padding:14px 20px;font-size:16px;color:#f1f5f9;transition:all .3s ease}.faq-search-input:hover,.faq-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.faq-search-input input{background:transparent;color:#f1f5f9!important}.faq-search-input input::placeholder{color:#64748b}.faq-search-input .anticon{color:#94a3b8;font-size:18px}.faq-category-section{margin-bottom:40px}.faq-category-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #334155}.faq-category-icon{font-size:28px;display:flex;align-items:center}.faq-category-title{color:#f1f5f9!important;margin:0!important;flex:1;font-size:24px!important;font-weight:700!important}.faq-count-tag{font-size:13px;padding:4px 12px;border-radius:20px;font-weight:600}.faq-collapse{background:transparent;border:none}.faq-collapse .ant-collapse-item{background:#1e293b;border:1px solid #334155;border-radius:12px!important;margin-bottom:12px;overflow:hidden;transition:all .3s ease}.faq-collapse .ant-collapse-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f126}.faq-collapse .ant-collapse-item-active{border-color:#6366f1}.faq-collapse .ant-collapse-header{padding:18px 20px!important;color:#f1f5f9!important;font-size:16px!important;font-weight:600!important;background:transparent!important}.faq-collapse .ant-collapse-header:hover,.faq-collapse .ant-collapse-item-active .ant-collapse-header{color:#6366f1!important}.faq-question{display:flex;align-items:center;gap:12px}.faq-q-icon{color:#6366f1;font-size:18px}.faq-collapse .ant-collapse-content{background:#0f172a;border-top:1px solid #334155}.faq-collapse .ant-collapse-content-box{padding:20px!important}.faq-answer{color:#cbd5e1!important;font-size:15px!important;line-height:1.8!important;margin:0!important}.faq-collapse .ant-collapse-expand-icon{color:#94a3b8!important;padding-inline-end:0!important}.faq-collapse .ant-collapse-item-active .ant-collapse-expand-icon{color:#6366f1!important}.faq-no-results{text-align:center;padding:80px 20px;color:#94a3b8}.faq-no-results h4{color:#f1f5f9!important;margin:24px 0 12px!important;font-size:20px!important}.faq-no-results p{color:#94a3b8!important;font-size:16px}.faq-cta{margin-top:60px;padding:48px 32px;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:2px solid rgba(99,102,241,.3);border-radius:20px;text-align:center}.faq-cta-content h3{color:#f1f5f9!important;font-size:28px!important;font-weight:700!important;margin-bottom:12px!important}.faq-cta-content p{color:#cbd5e1!important;font-size:16px;margin-bottom:28px}.faq-cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.faq-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.faq-cta-btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.faq-cta-btn.primary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 8px 20px #6366f166}.faq-cta-btn.secondary{background:transparent;border:2px solid #6366f1;color:#6366f1}.faq-cta-btn.secondary:hover{background:#6366f11a;border-color:#8b5cf6;color:#8b5cf6}@media (max-width: 479px){.faq-content-section{padding:50px 0 80px}.faq-search-input{padding:12px 16px;font-size:14px}.faq-category-header{flex-wrap:wrap;gap:8px}.faq-category-icon{font-size:24px}.faq-category-title{font-size:20px!important;width:100%}.faq-count-tag{font-size:11px;padding:2px 8px}.faq-collapse .ant-collapse-header{padding:14px 16px!important;font-size:14px!important}.faq-q-icon{font-size:16px}.faq-collapse .ant-collapse-content-box{padding:16px!important}.faq-answer{font-size:13px!important}.faq-no-results{padding:60px 16px}.faq-no-results h4{font-size:18px!important}.faq-no-results p{font-size:14px}.faq-cta{padding:32px 20px;margin-top:40px}.faq-cta-content h3{font-size:22px!important}.faq-cta-content p{font-size:14px}.faq-cta-buttons{flex-direction:column;gap:12px}.faq-cta-btn{width:100%;padding:12px 24px;font-size:14px}}@media (min-width: 480px) and (max-width: 767px){.faq-search-input{padding:13px 18px;font-size:15px}.faq-category-title{font-size:22px!important}.faq-collapse .ant-collapse-header{padding:16px 18px!important;font-size:15px!important}.faq-answer{font-size:14px!important}.faq-cta{padding:40px 28px}.faq-cta-content h3{font-size:24px!important}.faq-cta-btn{padding:13px 28px;font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.faq-content-section{padding:60px 0 90px}.faq-category-title{font-size:23px!important}}@media (min-width: 1200px){.faq-search-input{padding:16px 24px;font-size:17px}.faq-category-icon{font-size:30px}.faq-category-title{font-size:26px!important}.faq-collapse .ant-collapse-header{padding:20px 24px!important;font-size:17px!important}.faq-q-icon{font-size:20px}.faq-collapse .ant-collapse-content-box{padding:24px!important}.faq-answer{font-size:16px!important}.faq-cta{padding:56px 40px;margin-top:70px}.faq-cta-content h3{font-size:32px!important}.faq-cta-content p{font-size:18px}.faq-cta-btn{padding:16px 36px;font-size:17px}}@media (min-width: 1600px){.faq-content-section{padding:100px 0 120px}.faq-search-input{padding:18px 26px;font-size:18px}.faq-category-icon{font-size:32px}.faq-category-title{font-size:28px!important}.faq-count-tag{font-size:14px;padding:5px 14px}.faq-collapse .ant-collapse-header{padding:22px 28px!important;font-size:18px!important}.faq-answer{font-size:17px!important}.faq-cta-content h3{font-size:34px!important}.faq-cta-content p{font-size:19px}.faq-cta-btn{padding:18px 40px;font-size:18px}}.contact-section{padding:80px 0 100px}.contact-form-card,.contact-info-card,.map-card{background:#1e293b;border:1px solid #334155;border-radius:12px;margin-bottom:24px}.contact-form-card{padding:40px}.form-title,.info-title{color:#f1f5f9!important;margin-bottom:32px!important}.contact-form .ant-form-item-label>label{color:#cbd5e1;font-weight:500}.contact-form .ant-input,.contact-form .ant-input-textarea{background:#0f172a99;border-color:#334155;color:#f1f5f9}.contact-form .ant-input::placeholder,.contact-form .ant-input-textarea::placeholder{color:#64748b}.contact-form .ant-input:hover,.contact-form .ant-input:focus,.contact-form .ant-input-textarea:hover,.contact-form .ant-input-textarea:focus{border-color:#6366f1}.contact-info-card{padding:32px}.contact-details{width:100%;margin-bottom:32px}.contact-item{display:flex;align-items:flex-start;gap:16px;width:100%}.contact-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.contact-text{display:flex;flex-direction:column;gap:4px;flex:1}.contact-label{color:#94a3b8;font-size:13px;font-weight:500}.contact-value{color:#f1f5f9;font-size:15px;font-weight:500}.social-section{padding-top:24px;border-top:1px solid #334155}.social-title{color:#f1f5f9!important;font-size:16px!important;margin-bottom:16px!important}.social-links{width:100%}.social-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#6366f11a;color:#6366f1;font-size:20px;transition:all .3s ease}.social-link:hover{background:#6366f1;color:#fff;transform:translateY(-4px)}.map-card{padding:0;overflow:hidden;height:300px}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);gap:12px}.map-icon{font-size:48px;color:#6366f1}.map-placeholder span{color:#94a3b8}@media (max-width: 768px){.contact-section{padding:50px 0 80px}.contact-form-card,.contact-info-card{padding:24px}}@media (min-width: 769px) and (max-width: 1024px){.contact-section{padding:60px 0 90px}}@media (min-width: 1600px){.contact-section{padding:100px 0 120px}}.auth-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#312e81);display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1.1) translate(-10%,10%)}}.auth-container{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;background:#1e293b80;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006;border:1px solid rgba(99,102,241,.2)}.auth-left{background:linear-gradient(135deg,#6366f126,#8b5cf626);padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-left:before{content:"";position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);border-radius:50%;filter:blur(40px)}.auth-left-content{position:relative;z-index:10}.auth-logo{display:flex;align-items:center;gap:12px;margin-bottom:40px}.auth-logo img{width:50px;height:50px;filter:drop-shadow(0 0 10px rgba(99,102,241,.5))}.auth-logo h2{font-size:28px;font-weight:800;color:#f1f5f9;margin:0}.auth-logo .highlight{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-welcome{font-size:42px;font-weight:900;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 16px;line-height:1.2}.auth-subtitle{font-size:16px;color:#cbd5e1;line-height:1.7;margin-bottom:40px}.auth-features{display:flex;flex-direction:column;gap:24px}.feature-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#6366f10d;border:1px solid rgba(99,102,241,.2);border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#6366f11a;border-color:#6366f166;transform:translate(8px)}.feature-icon{font-size:32px;line-height:1;flex-shrink:0}.feature-text h4{color:#f1f5f9;font-size:16px;font-weight:700;margin:0 0 4px}.feature-text p{color:#94a3b8;font-size:14px;margin:0}.auth-right{background:#0f172acc;padding:60px;display:flex;align-items:center;justify-content:center}.auth-form-wrapper{width:100%;max-width:420px}.auth-form-header{margin-bottom:32px}.auth-form-header h2{font-size:32px;font-weight:800;color:#f1f5f9;margin:0 0 8px}.auth-form-header p{font-size:15px;color:#94a3b8;margin:0}.auth-form .ant-form-item-label>label{color:#cbd5e1;font-weight:600;font-size:14px}.auth-form .ant-input,.auth-form .ant-input-password{background:#1e293bcc;border:1px solid rgba(99,102,241,.3);color:#f1f5f9;font-size:15px;border-radius:10px;height:48px}.auth-form .ant-input::placeholder{color:#64748b}.auth-form .ant-input:hover,.auth-form .ant-input:focus,.auth-form .ant-input-password:hover,.auth-form .ant-input-focused{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.auth-form .ant-input-prefix{color:#6366f1;font-size:16px;margin-right:12px}.auth-form .ant-input-suffix .anticon{color:#94a3b8}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.form-options .ant-checkbox-wrapper{color:#cbd5e1;font-size:14px}.form-options .ant-checkbox-inner{background:#1e293bcc;border-color:#6366f14d}.form-options .ant-checkbox-checked .ant-checkbox-inner{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1}.forgot-link{color:#6366f1;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease}.forgot-link:hover{color:#8b5cf6;text-decoration:underline}.submit-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;height:50px;font-size:16px;font-weight:700;border-radius:10px;box-shadow:0 4px 20px #6366f166;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 8px 30px #6366f199;transform:translateY(-2px)}.divider-text{color:#64748b;font-size:14px;margin:24px 0}.divider-text:before,.divider-text:after{border-top-color:#6366f133}.google-btn{background:#1e293bcc;border:1px solid rgba(99,102,241,.3);color:#f1f5f9;height:50px;font-size:15px;font-weight:600;border-radius:10px;transition:all .3s ease}.google-btn:hover{background:#6366f11a;border-color:#6366f1;color:#6366f1;transform:translateY(-2px)}.google-btn .anticon{font-size:18px}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid rgba(99,102,241,.2)}.auth-footer p{color:#94a3b8;font-size:14px;margin:0}.auth-footer a{color:#6366f1;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.auth-footer a:hover{color:#8b5cf6;text-decoration:underline}@media (max-width: 991px){.auth-container{grid-template-columns:1fr;max-width:500px}.auth-left{display:none}.auth-right{padding:40px 30px}}@media (max-width: 479px){.auth-page{padding:20px 16px}.auth-container{border-radius:16px}.auth-right{padding:32px 24px}.auth-form-header h2{font-size:26px}.auth-form .ant-input,.auth-form .ant-input-password{height:44px}.submit-btn,.google-btn{height:46px}}.consultation-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.consultation-section{padding:80px 0 100px}.consultation-wrapper{max-width:1400px;margin:0 auto}.consultation-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.consultation-info{position:sticky;top:140px}.info-header{margin-bottom:40px}.info-header h2{font-size:32px;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;line-height:1.3}.info-header p{font-size:16px;color:#cbd5e1;line-height:1.6}.info-features{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.info-feature-item{display:flex;gap:16px;padding:20px;background:#1e293b80;border:1px solid rgba(99,102,241,.2);border-radius:12px;transition:all .3s ease}.info-feature-item:hover{background:#1e293bcc;border-color:#6366f166;transform:translate(8px)}.info-feature-item .feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;font-size:20px;color:#fff}.info-feature-item .feature-content h4{font-size:16px;font-weight:700;color:#f1f5f9;margin:0 0 6px}.info-feature-item .feature-content p{font-size:14px;color:#94a3b8;margin:0;line-height:1.6}.info-contact{padding:24px;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:12px}.info-contact h3{font-size:18px;font-weight:700;color:#f1f5f9;margin:0 0 16px}.contact-methods{display:flex;flex-direction:column;gap:12px}.contact-method{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:14px}.contact-method .anticon{font-size:16px;color:#6366f1}.consultation-form-wrapper{width:100%}.form-card{background:#1e293b99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(99,102,241,.2);border-radius:20px;padding:40px;box-shadow:0 20px 60px #0000004d}.form-header{margin-bottom:32px;text-align:center}.form-header h3{font-size:28px;font-weight:800;color:#f1f5f9;margin:0 0 8px}.form-header p{font-size:15px;color:#94a3b8;margin:0}.success-banner{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:10px;margin-bottom:24px;color:#6ee7b7;font-size:14px;font-weight:600}.success-banner .anticon{font-size:20px;color:#22c55e}.consultation-form .ant-form-item-label>label{color:#cbd5e1;font-size:14px;font-weight:600}.consultation-form .ant-input,.consultation-form .ant-input-textarea textarea{background:#0f172a99;border:1px solid rgba(99,102,241,.3);color:#f1f5f9;font-size:15px;transition:all .3s ease}.consultation-form .ant-input:hover,.consultation-form .ant-input-textarea textarea:hover{background:#0f172acc;border-color:#6366f180}.consultation-form .ant-input:focus,.consultation-form .ant-input-focused,.consultation-form .ant-input-textarea textarea:focus{background:#0f172ae6;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.consultation-form .ant-input::placeholder,.consultation-form .ant-input-textarea textarea::placeholder{color:#64748b}.consultation-form .ant-input-prefix{color:#6366f1;font-size:16px;margin-right:12px}.consultation-form .ant-input-textarea-show-count:after{color:#64748b;font-size:12px}.zalo-checkbox{margin-bottom:20px!important}.zalo-checkbox .ant-checkbox-wrapper{color:#cbd5e1;font-size:14px;font-weight:500}.zalo-checkbox .ant-checkbox-inner{background:#0f172a99;border-color:#6366f14d}.zalo-checkbox .ant-checkbox-checked .ant-checkbox-inner{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1}.zalo-checkbox .ant-checkbox:hover .ant-checkbox-inner{border-color:#6366f1}.submit-btn{height:52px;font-size:16px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 8px 24px #6366f14d;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#7c3aed,#a855f7);transform:translateY(-2px);box-shadow:0 12px 32px #6366f166}.submit-btn:active{transform:translateY(0)}.form-note{text-align:center;margin-top:16px}.form-note p{font-size:13px;color:#64748b;margin:0;line-height:1.6}.form-note a{color:#6366f1;text-decoration:none;font-weight:600;transition:all .3s ease}.form-note a:hover{color:#8b5cf6;text-decoration:underline}@media (max-width: 1200px){.consultation-grid{gap:40px}.info-header h2{font-size:28px}.form-card{padding:32px}}@media (max-width: 991px){.consultation-section{padding:60px 0 80px}.consultation-grid{grid-template-columns:1fr;gap:40px}.consultation-info{position:relative;top:0}.info-header h2{font-size:26px}.info-features{gap:16px}.info-feature-item{padding:16px}}@media (max-width: 767px){.consultation-section{padding:50px 0 70px}.consultation-grid{gap:32px}.info-header{margin-bottom:24px}.info-header h2{font-size:24px}.info-header p{font-size:15px}.info-features{gap:12px;margin-bottom:24px}.info-feature-item{padding:14px;gap:12px}.info-feature-item .feature-icon{width:36px;height:36px;font-size:18px}.info-feature-item .feature-content h4{font-size:15px}.info-feature-item .feature-content p{font-size:13px}.info-contact{padding:20px}.info-contact h3{font-size:16px}.contact-method{font-size:13px}.form-card{padding:28px 24px}.form-header h3{font-size:24px}.form-header p{font-size:14px}.consultation-form .ant-form-item-label>label{font-size:13px}.consultation-form .ant-input,.consultation-form .ant-input-textarea textarea{font-size:14px}.submit-btn{height:48px;font-size:15px}}@media (max-width: 479px){.consultation-section{padding:40px 0 60px}.info-header h2{font-size:22px}.info-header p{font-size:14px}.info-feature-item{padding:12px;flex-direction:column;gap:10px}.form-card{padding:24px 20px;border-radius:16px}.form-header{margin-bottom:24px}.form-header h3{font-size:22px}.form-header p{font-size:13px}.consultation-form .ant-input{height:44px}.submit-btn{height:46px;font-size:14px}.form-note p{font-size:12px}}.pricing-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.category-section{padding:80px 0 60px;background:#0f172a}.category-grid{margin-top:48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.category-item-wrapper{display:flex}.category-card{background:#1e293b99;border:2px solid #334155;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease;cursor:pointer;height:100%}.category-card:hover{transform:translateY(-8px);border-color:#6366f1;box-shadow:0 20px 40px #6366f126}.category-card.active{border-color:#6366f1;background:#6366f11a;box-shadow:0 20px 40px #6366f133}.category-icon{font-size:48px;color:#6366f1;margin-bottom:20px;transition:all .3s ease}.category-card:hover .category-icon,.category-card.active .category-icon{color:#8b5cf6;transform:scale(1.1)}.category-title{color:#f1f5f9!important;font-size:20px!important;font-weight:700!important;margin-bottom:12px!important}.category-description{color:#94a3b8;font-size:14px;line-height:1.6}.pricing-section{padding:60px 0 80px;background:#1e293b}.pricing-slider-container{margin-top:48px;position:relative}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.nav-btn{width:48px;height:48px;border-radius:50%;background:#1e293be6;border:2px solid #6366f1;color:#6366f1;pointer-events:auto;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}.nav-btn:hover{background:#6366f1;color:#fff;transform:scale(1.1)}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-btn:disabled:hover{transform:none;background:#1e293be6;color:#6366f1}.nav-btn-left{left:-24px}.nav-btn-right{right:-24px}.pricing-scroll-container{overflow-x:auto;overflow-y:hidden;padding-bottom:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.pricing-scroll-container::-webkit-scrollbar{display:none}.pricing-grid{display:flex;gap:24px;min-width:max-content;padding-right:24px}.pricing-card-wrapper{flex:0 0 320px;min-width:320px}.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#6366f14d;cursor:pointer;transition:all .3s ease}.dot:hover{background:#6366f199;transform:scale(1.2)}.dot.active{background:#6366f1;transform:scale(1.3)}.pricing-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;padding:0;transition:all .3s ease;height:100%;position:relative;overflow:hidden}.pricing-card:hover{transform:translateY(-12px);border-color:#6366f1;box-shadow:0 25px 50px #6366f133}.pricing-card.popular{border-color:#f59e0b;background:#f59e0b0d}.pricing-card.popular:hover{border-color:#f59e0b;box-shadow:0 25px 50px #f59e0b33}.popular-badge{position:absolute;top:-1px;right:24px;z-index:10}.pricing-header{padding:40px 32px 24px;text-align:center;border-bottom:1px solid #334155}.plan-name{color:#f1f5f9!important;font-size:24px!important;font-weight:700!important;margin-bottom:12px!important}.plan-description{color:#94a3b8!important;font-size:14px!important;margin-bottom:24px!important;line-height:1.6!important}.pricing-price{display:flex;flex-direction:column;align-items:center;gap:8px}.price-main{display:flex;align-items:baseline;gap:4px}.currency{color:#6366f1;font-size:24px;font-weight:600}.amount{color:#f1f5f9;font-size:48px;font-weight:900;line-height:1}.price-period{color:#94a3b8;font-size:16px;font-weight:500}.price-original{display:flex;align-items:center;gap:4px;margin-top:8px}.original-text{color:#64748b;font-size:14px}.original-amount{color:#ef4444;font-size:16px;font-weight:600;text-decoration:line-through}.pricing-features{padding:32px;flex:1}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:#cbd5e1;font-size:15px;line-height:1.6}.feature-item:last-child{margin-bottom:0}.check-icon{color:#10b981;font-size:16px;margin-top:2px;flex-shrink:0}.pricing-footer{padding:0 32px 32px;border-top:1px solid #334155;margin-top:auto}.pricing-button{height:48px;font-size:16px;font-weight:600;border-radius:12px;margin-top:24px}.pricing-button.ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 8px 20px #6366f166}.pricing-button.ant-btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 12px 28px #6366f180}.pricing-button.ant-btn-default{background:transparent;border:2px solid #6366f1;color:#6366f1}.pricing-button.ant-btn-default:hover{background:#6366f11a;border-color:#8b5cf6;color:#8b5cf6}.price-notice-modal .ant-modal-content{background:linear-gradient(145deg,#1e293bfa,#0f172afa);border:2px solid #6366f1;border-radius:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px #00000080,0 0 0 1px #6366f11a;overflow:hidden;position:relative}.price-notice-modal .ant-modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#3b82f6,#6366f1);background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.price-notice-modal .ant-modal-body{padding:0}.modal-content-wrapper{padding:32px}.modal-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;position:relative}.warning-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#f97316);display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 8px 32px #f59e0b66;position:relative}.warning-icon:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#f97316);opacity:.3;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.1}to{transform:scale(1.4);opacity:0}}.header-content{flex:1}.modal-title{color:#f1f5f9!important;font-size:24px!important;font-weight:700!important;margin-bottom:4px!important;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-subtitle{color:#94a3b8!important;font-size:14px!important;font-weight:500!important}.close-btn{color:#94a3b8!important;font-size:20px!important;width:40px!important;height:40px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.close-btn:hover{color:#f1f5f9!important;background:#94a3b81a!important;transform:scale(1.1)!important}.modal-body{margin-bottom:32px}.notice-content{background:#1e293b99;border-radius:16px;padding:24px;border:1px solid rgba(99,102,241,.2)}.main-notice{display:flex;gap:16px;margin-bottom:24px}.notice-icon{font-size:32px;flex-shrink:0;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.notice-text{flex:1}.notice-title{color:#fbbf24!important;font-size:18px!important;font-weight:600!important;margin-bottom:12px!important;line-height:1.4!important}.notice-description{color:#cbd5e1!important;font-size:15px!important;line-height:1.6!important;margin-bottom:0!important}.contact-info{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid rgba(99,102,241,.2)}.contact-item{display:flex;align-items:center;gap:12px}.contact-icon{color:#6366f1!important;font-size:16px!important}.contact-text{color:#e2e8f0!important;font-size:14px!important;font-weight:500!important}.modal-footer{display:flex;gap:16px;justify-content:center}.understand-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-weight:600!important;font-size:16px!important;box-shadow:0 8px 20px #6366f166!important;transition:all .3s ease!important}.understand-btn:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1)!important;transform:translateY(-2px)!important;box-shadow:0 12px 28px #6366f180!important}.consult-btn{background:transparent!important;border:2px solid #6366f1!important;color:#6366f1!important;border-radius:12px!important;height:48px!important;padding:0 32px!important;font-weight:600!important;font-size:16px!important;transition:all .3s ease!important}.consult-btn:hover{background:#6366f11a!important;border-color:#8b5cf6!important;color:#8b5cf6!important;transform:translateY(-2px)!important;box-shadow:0 8px 20px #6366f14d!important}.domain-search-section{padding:60px 0;background:#1e293b}.domain-search-container{max-width:800px;margin:0 auto}.domain-search-input{height:56px;font-size:18px;border-radius:12px;border:2px solid #334155;background:#1e293bcc;color:#f1f5f9}.domain-search-input:focus,.domain-search-input:hover{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.domain-search-input .ant-input{background:transparent;border:none;color:#f1f5f9;font-size:18px}.domain-search-input .ant-input::placeholder{color:#94a3b8}.domain-search-input .ant-input-prefix{color:#6366f1;font-size:20px}.domain-loading{text-align:center;padding:40px 0;color:#cbd5e1}.domain-loading .ant-spin{margin-bottom:16px}.domain-results{margin-top:32px;background:#1e293b99;border-radius:16px;padding:24px;border:1px solid #334155}.domain-results h4{color:#f1f5f9!important;margin-bottom:20px!important;font-size:18px!important}.domain-item{padding:16px 0!important;border-bottom:1px solid #334155!important;display:flex!important;justify-content:space-between!important;align-items:center!important}.domain-item:last-child{border-bottom:none!important}.domain-info{display:flex;align-items:center;gap:12px}.domain-name{color:#f1f5f9!important;font-size:16px!important;font-weight:600!important}.domain-actions{display:flex;align-items:center;gap:16px}.domain-price{color:#6366f1!important;font-size:16px!important;font-weight:700!important}.cta-section{background:linear-gradient(135deg,#6366f126,#8b5cf626);border-top:1px solid rgba(99,102,241,.3);border-bottom:1px solid rgba(99,102,241,.3);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.cta-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1;padding:80px 0}.cta-title{color:#f1f5f9!important;font-size:clamp(28px,5vw,44px)!important;font-weight:900!important;margin-bottom:16px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-text{color:#cbd5e1!important;font-size:clamp(16px,2.5vw,20px)!important;margin-bottom:32px!important;line-height:1.6!important}.cta-button{height:56px;font-size:18px;padding:0 40px;font-weight:600;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 8px 20px #6366f166}.cta-button:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 12px 28px #6366f180}@media (max-width: 768px){.price-notice-modal .ant-modal{width:90%!important;max-width:450px}.modal-content-wrapper{padding:24px}.modal-header{margin-bottom:24px}.warning-icon{width:56px;height:56px;font-size:24px}.modal-title{font-size:20px!important}.modal-subtitle{font-size:13px!important}.notice-content{padding:20px}.notice-title{font-size:16px!important}.notice-description{font-size:14px!important}.modal-footer{flex-direction:column;gap:12px}.understand-btn,.consult-btn{height:44px!important;font-size:15px!important;padding:0 28px!important}}@media (max-width: 479px){.price-notice-modal .ant-modal{width:95%!important;max-width:380px}.modal-content-wrapper{padding:20px}.modal-header{margin-bottom:20px;gap:12px}.warning-icon{width:48px;height:48px;font-size:20px}.modal-title{font-size:18px!important}.modal-subtitle{font-size:12px!important}.notice-content{padding:16px}.main-notice{flex-direction:column;gap:12px;text-align:center}.notice-icon{font-size:28px;align-self:center}.notice-title{font-size:15px!important}.notice-description{font-size:13px!important}.contact-info{gap:10px}.contact-text{font-size:13px!important}.understand-btn,.consult-btn{height:40px!important;font-size:14px!important;padding:0 24px!important}}@media (max-width: 768px){.domain-search-section{padding:40px 0}.domain-search-input{height:48px;font-size:16px}.domain-search-input .ant-input{font-size:16px}.domain-results{padding:20px}.domain-item{flex-direction:column!important;align-items:flex-start!important;gap:12px}.domain-actions{width:100%;justify-content:space-between}.domain-name,.domain-price{font-size:14px!important}}@media (max-width: 479px){.domain-search-container{padding:0 16px}.domain-search-input{height:44px;font-size:14px}.domain-search-input .ant-input{font-size:14px}.domain-results{padding:16px}.domain-results h4{font-size:16px!important}}@media (max-width: 768px){.category-section{padding:60px 0 40px}.pricing-section{padding:40px 0 60px}.category-grid{margin-top:32px;grid-template-columns:repeat(2,1fr);gap:8px;max-width:380px;margin-left:auto;margin-right:auto}.category-card{padding:12px 8px;text-align:center;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100px}.category-icon{font-size:20px;margin-bottom:6px}.category-title{font-size:11px!important;margin-bottom:0!important;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%;padding:0 4px}.category-description{display:none}.pricing-slider-container{margin-top:32px}.slider-nav{display:none}.pricing-scroll-container{padding-bottom:16px}.pricing-grid{gap:16px}.pricing-card-wrapper{flex:0 0 320px;min-width:320px}.slider-dots{margin-top:16px}.pricing-header{padding:24px 20px 16px}.plan-name{font-size:18px!important}.amount{font-size:32px}.currency{font-size:18px}.pricing-features{padding:20px}.feature-item{font-size:13px;margin-bottom:10px}.pricing-footer{padding:0 20px 20px}.pricing-button{height:40px;font-size:14px}.cta-content{padding:60px 0}}@media (max-width: 479px){.container{padding:0 12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:6px;max-width:300px;margin-left:auto;margin-right:auto}.category-card{padding:10px 6px;aspect-ratio:1;min-height:80px}.category-icon{font-size:18px;margin-bottom:5px}.category-title{font-size:9px!important;margin-bottom:0!important;line-height:1.1!important;padding:0 3px}.pricing-card-wrapper{flex:0 0 340px;min-width:340px}.pricing-header{padding:20px 16px 12px}.plan-name{font-size:16px!important}.amount{font-size:28px}.currency{font-size:16px}.pricing-features{padding:16px}.feature-item{font-size:12px;margin-bottom:8px}.pricing-footer{padding:0 16px 16px}.pricing-button{height:38px;font-size:13px}.cta-content{padding:40px 0}.cta-button{height:48px;font-size:16px;padding:0 32px}}@media (min-width: 769px){.pricing-slider-container.has-many-cards .pricing-grid{display:flex!important;min-width:max-content}.pricing-slider-container.has-many-cards .pricing-card-wrapper{flex:0 0 320px!important;min-width:320px!important}.pricing-slider-container.has-many-cards .pricing-scroll-container{overflow-x:auto!important;overflow-y:hidden;padding-bottom:20px}.pricing-slider-container.has-many-cards .slider-nav,.pricing-slider-container.has-many-cards .slider-dots{display:block!important}}@media (min-width: 769px){.pricing-slider-container:not(.has-many-cards) .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.pricing-slider-container:not(.has-many-cards) .pricing-card-wrapper{flex:none;min-width:auto}.pricing-slider-container:not(.has-many-cards) .slider-nav,.pricing-slider-container:not(.has-many-cards) .slider-dots{display:none}.pricing-slider-container:not(.has-many-cards) .pricing-scroll-container{overflow:visible;padding-bottom:0}}@media (min-width: 1200px){.category-section{padding:100px 0 80px}.pricing-section{padding:80px 0 100px}.category-grid,.pricing-slider-container{margin-top:60px}.category-card{padding:40px 32px}.category-icon{font-size:56px;margin-bottom:24px}.category-title{font-size:22px!important}.category-description{font-size:15px}.pricing-header{padding:48px 40px 32px}.plan-name{font-size:26px!important}.amount{font-size:52px}.currency{font-size:26px}.pricing-features{padding:40px}.feature-item{font-size:16px;margin-bottom:18px}.pricing-footer{padding:0 40px 40px}.pricing-button{height:52px;font-size:17px}}.profile-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.profile-section{padding:80px 0}.user-info-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;margin-bottom:24px;text-align:center}.user-avatar-section{position:relative;margin-bottom:24px}.user-avatar{border:4px solid #6366f1;box-shadow:0 8px 32px #6366f14d;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.edit-avatar-btn{position:absolute;bottom:-8px;right:50%;transform:translate(50%);color:#6366f1;font-size:12px;padding:4px 8px;height:auto;border-radius:16px}.user-details{text-align:center}.user-name{color:#f1f5f9!important;font-size:20px!important;font-weight:700!important;margin-bottom:16px!important}.user-contact{margin-bottom:12px}.contact-item{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.contact-icon{color:#6366f1;font-size:16px}.contact-text{color:#cbd5e1!important;font-size:14px!important}.join-date{color:#94a3b8!important;font-size:12px!important;font-style:italic}.activities-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;margin-bottom:24px}.activities-card .ant-card-head-title{color:#f1f5f9!important;font-weight:600!important}.activities-card .ant-card-extra{color:#6366f1!important}.activity-item{padding:12px 0!important;border-bottom:1px solid #334155!important}.activity-item:last-child{border-bottom:none!important}.activity-content{display:flex;align-items:center;gap:12px;flex:1}.activity-icon{font-size:18px;flex-shrink:0}.activity-info{flex:1}.activity-title{color:#f1f5f9!important;font-size:14px!important;font-weight:500!important;display:block;margin-bottom:4px}.activity-time{color:#94a3b8!important;font-size:12px!important}.purchases-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px}.purchases-card .ant-card-head-title{color:#f1f5f9!important;font-weight:600!important}.purchases-card .ant-card-extra{color:#6366f1!important}.purchase-item{padding:16px 0!important;border-bottom:1px solid #334155!important}.purchase-item:last-child{border-bottom:none!important}.purchase-content{width:100%}.purchase-info{margin-bottom:12px}.purchase-name{color:#f1f5f9!important;font-size:15px!important;font-weight:600!important;display:block;margin-bottom:4px}.purchase-price{color:#6366f1!important;font-size:14px!important;font-weight:700!important;display:block;margin-bottom:4px}.purchase-date{color:#94a3b8!important;font-size:12px!important}.purchase-files{display:flex;flex-wrap:wrap;gap:8px}.file-btn{color:#6366f1!important;font-size:12px!important;padding:4px 8px!important;height:auto!important;border-radius:12px!important;border:1px solid rgba(99,102,241,.3)!important;background:#6366f11a!important}.file-btn:hover{background:#6366f133!important;border-color:#6366f1!important}.profile-content-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;min-height:600px}.profile-tabs .ant-tabs-nav{background:#0f172acc;border-radius:16px 16px 0 0;margin:0;padding:0 24px}.profile-tabs .ant-tabs-tab{color:#94a3b8!important;font-weight:500!important;padding:16px 20px!important}.profile-tabs .ant-tabs-tab:hover,.profile-tabs .ant-tabs-tab-active{color:#6366f1!important}.profile-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#6366f1!important;font-weight:600!important}.profile-tabs .ant-tabs-ink-bar{background:#6366f1!important}.profile-tabs .ant-tabs-content-holder{padding:32px}.tab-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.tab-header h4{color:#f1f5f9!important;margin-bottom:0!important}.profile-content-card .ant-form-item-label>label{color:#e2e8f0!important;font-weight:500!important}.profile-content-card .ant-input,.profile-content-card .ant-input-affix-wrapper,.profile-content-card .ant-input-password{background:#1e293bcc!important;border-radius:12px!important;color:#f1f5f9!important}.profile-content-card .ant-input:focus,.profile-content-card .ant-input-affix-wrapper:focus,.profile-content-card .ant-input-password:focus,.profile-content-card .ant-input-affix-wrapper-focused,.profile-content-card .ant-input-password-focused{border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f133!important}.profile-content-card .ant-input::placeholder,.profile-content-card .ant-input-affix-wrapper input::placeholder{color:#94a3b8!important}.profile-content-card .ant-input-prefix{color:#6366f1!important}.form-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #334155}.activity-history-item{padding:16px 0!important;border-bottom:1px solid #334155!important}.activity-history-item:last-child{border-bottom:none!important}.purchase-history-item{padding:20px 0!important;border-bottom:1px solid #334155!important}.purchase-history-item:last-child{border-bottom:none!important}.security-section{margin-bottom:32px}.security-section h4{color:#f1f5f9!important;margin-bottom:20px!important}.notification-settings{display:flex;flex-direction:column;gap:20px}.notification-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#1e293b99;border-radius:12px;border:1px solid #334155}.notification-info{display:flex;align-items:center;gap:12px}.notification-icon{color:#6366f1;font-size:20px}.notification-title{color:#f1f5f9!important;font-size:15px!important;font-weight:500!important;display:block;margin-bottom:4px}.notification-desc{color:#94a3b8!important;font-size:13px!important}.ant-switch-checked{background-color:#6366f1!important}.danger-zone{border:2px solid rgba(239,68,68,.3);border-radius:16px;padding:24px;background:#ef44440d}.danger-actions{margin-top:16px}.danger-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ef44441a;border-radius:12px;border:1px solid rgba(239,68,68,.3)}.danger-info{display:flex;align-items:center;gap:12px}.danger-icon{color:#ef4444;font-size:20px}.danger-title{color:#f1f5f9!important;font-size:15px!important;font-weight:500!important;display:block;margin-bottom:4px}.danger-desc{color:#fca5a5!important;font-size:13px!important}@media (max-width: 768px){.profile-section{padding:60px 0}.profile-tabs .ant-tabs-content-holder{padding:20px}.tab-header{flex-direction:column;gap:16px;align-items:flex-start}.user-info-card,.activities-card,.purchases-card,.profile-content-card{border-radius:16px}.user-avatar{width:60px!important;height:60px!important}.user-name{font-size:18px!important}.contact-text{font-size:13px!important}.activity-content,.notification-info,.danger-info{gap:8px}.activity-title,.notification-title,.danger-title{font-size:14px!important}.notification-item,.danger-item{flex-direction:column;gap:16px;align-items:flex-start}.form-actions{flex-direction:column}}@media (max-width: 479px){.profile-tabs .ant-tabs-nav{padding:0 16px}.profile-tabs .ant-tabs-tab{padding:12px 16px!important;font-size:13px!important}.profile-tabs .ant-tabs-content-holder{padding:16px}.user-avatar{width:50px!important;height:50px!important}.user-name{font-size:16px!important}.contact-text{font-size:12px!important}.purchase-files{flex-direction:column;align-items:flex-start}.file-btn{font-size:11px!important;padding:3px 6px!important}}.blog-detail-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.blog-header{padding:80px 0 40px;background:#0f172a}.back-btn{color:#6366f1!important;border-color:#6366f1!important;margin-bottom:24px;border-radius:8px;font-weight:500}.back-btn:hover{background:#6366f11a!important;border-color:#8b5cf6!important;color:#8b5cf6!important}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.meta-left{display:flex;gap:8px;align-items:center}.category-tag,.hot-tag{border-radius:20px;font-weight:600;font-size:12px;padding:4px 12px;height:auto}.blog-title{color:#f1f5f9!important;font-size:clamp(24px,5vw,40px)!important;font-weight:900!important;line-height:1.2!important;margin-bottom:16px!important;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.blog-excerpt{color:#cbd5e1!important;font-size:18px!important;line-height:1.6!important;margin-bottom:32px!important}.blog-author{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:20px;background:#1e293b99;border-radius:16px;border:1px solid #334155}.author-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:2px solid rgba(99,102,241,.3)}.author-info{flex:1}.author-name{color:#f1f5f9!important;font-size:16px!important;font-weight:600!important;display:block;margin-bottom:4px}.author-bio{color:#94a3b8!important;font-size:14px!important}.blog-stats{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:8px}.stat-icon{color:#6366f1;font-size:16px}.stat-icon.liked{color:#ef4444}.stat-text{color:#cbd5e1!important;font-size:14px!important;font-weight:500!important}.blog-actions{display:flex;gap:12px}.action-btn{height:40px;border-radius:8px;font-weight:500}.featured-image-section{padding:40px 0;background:#1e293b}.featured-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.blog-image{width:100%;height:400px;object-fit:cover;transition:transform .3s ease}.blog-image:hover{transform:scale(1.02)}.blog-content-section{padding:60px 0;background:#1e293b}.content-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;padding:32px}.blog-content{color:#e2e8f0;line-height:1.8;font-size:16px}.blog-content h2{color:#f1f5f9;font-size:24px;font-weight:700;margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid #6366f1}.blog-content h3{color:#f1f5f9;font-size:20px;font-weight:600;margin:24px 0 12px}.blog-content p{margin-bottom:16px;color:#cbd5e1}.blog-content ul,.blog-content ol{margin:16px 0;padding-left:24px}.blog-content li{margin-bottom:8px;color:#cbd5e1}.blog-content code{background:#0f172acc;color:#10b981;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}.blog-content pre{background:#0f172ae6;border:1px solid #334155;border-radius:12px;padding:20px;margin:20px 0;overflow-x:auto;box-shadow:0 4px 12px #0000004d}.blog-content pre code{background:transparent;color:#e2e8f0;padding:0;font-size:14px;line-height:1.6}.blog-content blockquote{border-left:4px solid #6366f1;background:#6366f11a;padding:16px 20px;margin:20px 0;border-radius:0 8px 8px 0;font-style:italic;color:#cbd5e1}.blog-tags{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tags-icon{color:#6366f1;font-size:16px}.tags-label{color:#f1f5f9;font-weight:600;font-size:14px}.content-tag{background:#6366f133;border:1px solid rgba(99,102,241,.3);color:#6366f1;border-radius:16px;font-size:12px;padding:4px 12px;height:auto}.related-posts-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px}.related-posts-card .ant-card-head-title{color:#f1f5f9!important;font-weight:600!important}.related-post-item{padding:16px 0!important;border-bottom:1px solid #334155!important;cursor:pointer;transition:all .3s ease}.related-post-item:last-child{border-bottom:none!important}.related-post-item:hover{background:#6366f10d;border-radius:12px;padding:16px!important;margin:0 -16px}.related-post-content{display:flex;gap:12px;width:100%}.related-post-image{width:80px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.related-post-info{flex:1}.related-post-title{color:#f1f5f9!important;font-size:14px!important;font-weight:600!important;display:block;margin-bottom:6px;line-height:1.4}.related-post-excerpt{color:#94a3b8!important;font-size:12px!important;display:block;margin-bottom:8px;line-height:1.4}.related-post-meta{display:flex;gap:12px;flex-wrap:wrap}.related-post-date,.related-post-read-time,.related-post-views{color:#64748b!important;font-size:11px!important;display:flex;align-items:center;gap:4px}@media (max-width: 768px){.blog-header{padding:60px 0 30px}.blog-meta{flex-direction:column;align-items:flex-start;gap:12px}.meta-right{display:flex;gap:16px;flex-wrap:wrap}.blog-title{font-size:28px!important;line-height:1.3!important}.blog-excerpt{font-size:16px!important}.blog-author{flex-direction:column;text-align:center;gap:12px}.blog-stats{justify-content:center;gap:16px}.blog-actions{justify-content:center}.featured-image-section{padding:30px 0}.blog-image{height:250px}.blog-content-section{padding:40px 0}.content-card{padding:20px;border-radius:16px}.blog-content{font-size:15px}.blog-content h2{font-size:20px;margin:24px 0 12px}.blog-content h3{font-size:18px;margin:20px 0 10px}.blog-content pre{padding:16px;font-size:13px}.related-post-content{flex-direction:column;gap:8px}.related-post-image{width:100%;height:120px}.related-post-meta{gap:8px}}@media (max-width: 479px){.blog-header{padding:40px 0 20px}.blog-title{font-size:24px!important}.blog-excerpt{font-size:14px!important}.blog-stats{flex-direction:column;gap:8px;align-items:center}.blog-actions{flex-direction:column;width:100%}.action-btn{width:100%}.blog-image{height:200px}.content-card{padding:16px}.blog-content{font-size:14px}.blog-content h2{font-size:18px}.blog-content h3{font-size:16px}.blog-content pre{padding:12px;font-size:12px}.related-post-title{font-size:13px!important}.related-post-excerpt{font-size:11px!important}}.favorites-page{min-height:100vh;background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}.favorites-section{padding:80px 0}.favorites-card{background:#1e293bcc;border:2px solid #334155;border-radius:20px;min-height:600px}.favorites-tabs .ant-tabs-nav{background:#0f172acc;border-radius:16px 16px 0 0;margin:0;padding:0 24px}.favorites-tabs .ant-tabs-tab{color:#94a3b8!important;font-weight:500!important;padding:16px 20px!important}.favorites-tabs .ant-tabs-tab:hover,.favorites-tabs .ant-tabs-tab-active{color:#6366f1!important}.favorites-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#6366f1!important;font-weight:600!important}.favorites-tabs .ant-tabs-ink-bar{background:#6366f1!important}.favorites-tabs .ant-tabs-content-holder{padding:32px}.tab-content{min-height:400px}.favorite-item{position:relative;background:#1e293b99;border-radius:16px;overflow:hidden;transition:all .3s ease}.favorite-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.favorite-actions{padding:16px 20px;background:#0f172acc;border-top:1px solid #334155;display:flex;justify-content:space-between;align-items:center}.remove-btn{color:#ef4444!important;border-color:transparent!important;font-size:13px;height:32px;padding:0 12px}.remove-btn:hover{background:#ef44441a!important;border-color:#ef44444d!important}.added-date{color:#94a3b8!important;font-size:12px!important;font-style:italic}.empty-state{padding:60px 20px;text-align:center}.empty-state .ant-empty-description{color:#94a3b8!important;font-size:16px!important;margin:16px 0 24px}.empty-state .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;height:40px;padding:0 24px;border-radius:8px;font-weight:500}.empty-state .ant-btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 8px 24px #6366f14d}.blog-list{display:flex;flex-direction:column;gap:24px}.favorite-blog-item{background:#1e293b99;border-radius:16px;overflow:hidden;transition:all .3s ease}.favorite-blog-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.favorite-blog-item .blog-card{background:transparent;border:none;border-radius:0}.favorite-blog-item .blog-card .ant-card-body{padding:20px}.blog-image-wrapper{position:relative;border-radius:12px;overflow:hidden;height:180px}.blog-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.favorite-blog-item:hover .blog-image-wrapper img{transform:scale(1.05)}.featured-badge,.hot-badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:600;border-radius:12px;padding:4px 8px;height:auto}.blog-content{height:100%;display:flex;flex-direction:column}.blog-category{margin-bottom:12px}.blog-category .ant-tag{border-radius:16px;font-size:12px;padding:4px 12px;height:auto;border:none}.blog-title{color:#f1f5f9!important;font-size:18px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:8px!important}.blog-excerpt{color:#cbd5e1!important;font-size:14px!important;line-height:1.5!important;margin-bottom:16px!important;flex:1}.blog-meta{margin-bottom:16px}.blog-meta span{color:#94a3b8;font-size:12px;display:flex;align-items:center;gap:4px}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #334155}.blog-footer .ant-avatar{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:1px solid rgba(99,102,241,.3)}.blog-footer span{color:#cbd5e1;font-size:13px;font-weight:500}.blog-footer .ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#6366f1;height:32px;padding:0 16px;font-size:12px;border-radius:6px}.blog-footer .ant-btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1);border-color:#8b5cf6;transform:translateY(-1px)}@media (max-width: 768px){.favorites-section{padding:60px 0}.favorites-tabs .ant-tabs-content-holder{padding:20px}.favorite-actions{flex-direction:column;gap:8px;align-items:flex-start}.added-date{font-size:11px!important}.blog-image-wrapper{height:150px}.blog-title{font-size:16px!important}.blog-excerpt{font-size:13px!important}.blog-footer{flex-direction:column;gap:12px;align-items:flex-start}.blog-footer .ant-btn-primary{width:100%}}@media (max-width: 479px){.favorites-tabs .ant-tabs-nav{padding:0 16px}.favorites-tabs .ant-tabs-tab{padding:12px 16px!important;font-size:13px!important}.favorites-tabs .ant-tabs-content-holder{padding:16px}.empty-state{padding:40px 16px}.empty-state .ant-empty-description{font-size:14px!important}.favorite-blog-item .blog-card .ant-card-body{padding:16px}.blog-image-wrapper{height:120px}.blog-title{font-size:15px!important}.blog-excerpt{font-size:12px!important}.blog-meta{flex-direction:column;gap:4px}.blog-meta span{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f172a;color:#f1f5f9}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ant-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;font-weight:600}.ant-btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#6366f1)}.ant-btn-default{background:transparent;border-color:#6366f1;color:#6366f1;font-weight:600}.ant-btn-default:hover{background:#6366f11a;border-color:#8b5cf6;color:#8b5cf6}html{scroll-behavior:smooth}::selection{background:#6366f1;color:#fff}
