body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a202c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,source-code-pro,Menlo,Courier New,monospace}.ant-layout{background:#0000}.ant-typography{color:inherit}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:576px){.container{padding:0 .75rem}}@media (max-width:768px){.container{padding:0 1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mb-3{margin-bottom:1.5rem!important}.mb-4{margin-bottom:2rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.5rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.mt-4{margin-top:2rem!important}:root{--primary-color:#2563eb;--primary-dark:#1d4ed8;--secondary-color:#64748b;--accent-color:#f59e0b;--background:#fff;--background-light:#f8fafc;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#d3d2d7;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--border-radius:0.5rem;--font-mono:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace}.home-page{animation:fadeInUp .6s ease-out;overflow-x:hidden}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-section{animation:slideInFromLeft .8s ease-out}.features-section{animation:slideInFromRight .8s ease-out .2s both}.core-capabilities-section{animation:slideInFromLeft .8s ease-out .4s both}.nl-programming-section{animation:slideInFromRight .8s ease-out .6s both}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero-title{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#2563eb,#f59e0b)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:3.5rem!important;font-weight:800!important;margin-bottom:1rem!important}.demo-gif{border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%}.features-section{background:#f8fafc}.feature-card{animation:cardFadeIn .6s ease-out}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.quick-start-section{background:#fff;padding:4rem 0}.step-card{border-left:4px solid #2563eb!important;border-radius:16px!important;position:relative;text-align:center}.step-number{display:inline-flex;font-size:1.25rem;height:50px;margin:0 auto 1rem;width:50px}.core-capabilities-section{background:#f8fafc;padding:4rem 0}.core-feature-card{border-radius:16px!important;text-align:center;transition:all .3s ease}.core-feature-card:hover{border-color:#2563eb!important;transform:translateY(-4px)}.nl-programming-section{background:#fff;padding:4rem 0}.nl-feature-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;text-align:center;transition:all .3s ease}.nl-feature-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.nl-icon{color:#2563eb;font-size:2rem;margin-bottom:1rem}.example-card{background:#fff;border-left:4px solid #f59e0b;border-left:4px solid var(--accent-color);border-radius:.5rem;border-radius:var(--border-radius);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.example-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.example-card h4{color:#1e293b;color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.example-card p{color:#475569;color:var(--text-secondary);font-style:italic;line-height:1.6}.advanced-features-section,.cicd-integration-section,.deep-thinking-section,.git-worktree-section,.image-analysis-section,.mcp-protocol-section{background:#fff;padding:4rem 0}.advanced-features-section:nth-of-type(2n),.cicd-integration-section:nth-of-type(2n),.deep-thinking-section:nth-of-type(2n),.git-worktree-section:nth-of-type(2n),.image-analysis-section:nth-of-type(2n),.mcp-protocol-section:nth-of-type(2n){background:#f8fafc}.core-feature-card,.example-card,.feature-card,.nl-feature-card,.step-card{display:flex;flex-direction:column;justify-content:space-between;min-height:180px}.terminal-code-block{background:#2d2d2d;border:1px solid #404040;border-radius:12px;box-shadow:0 4px 12px #00000026;color:#fff;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6;padding:20px;position:relative}.terminal-code-block .code-comment{color:#a0a0a0;margin-bottom:10px;opacity:.7}.terminal-code-block .code-command{color:#98d982;margin-bottom:8px}.copy-button{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px;position:absolute;right:12px;top:12px;transition:all .2s ease}.copy-button:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.info-quote-box{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #f59e0b;border-left:4px solid var(--accent-color);border-radius:6px!important;box-shadow:0 2px 8px #2563eb1a;margin:20px 0;padding:24px}.info-quote-box h4{color:#1e293b!important;color:var(--text-primary)!important;margin-bottom:16px!important}.info-quote-box ul li{color:#1e293b;color:var(--text-primary);margin-bottom:8px;position:relative}.info-quote-box ul li:before{color:#3b82f6;font-size:16px;left:-8px;position:absolute}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-weight:700!important;margin-bottom:1rem!important;text-align:center}.section-subtitle{color:#64748b!important;line-height:1.6!important;margin-bottom:3rem!important}.feature-title{align-items:center;display:flex;margin-bottom:1.5rem!important}.feature-title .anticon{color:#2563eb;font-size:1.5rem;margin-right:12px}.image-analysis-section{background:#fefefe}.deep-thinking-section{background:#f8fafc}.cicd-integration-section{background:#fefefe}.mcp-protocol-section{background:#f8fafc}.git-worktree-section{background:#fefefe}.advanced-features-section{background:#f8fafc}.core-feature-card,.feature-card,.nl-feature-card{border:1px solid #0000000a!important;box-shadow:0 2px 8px #0000000f!important}.core-feature-card:hover,.feature-card:hover,.nl-feature-card:hover{border-color:#2563eb33!important;box-shadow:0 8px 25px #2563eb26!important}@media (max-width:768px){.hero-title{font-size:2.5rem!important}.advanced-features-section,.cicd-integration-section,.core-capabilities-section,.deep-thinking-section,.features-section,.git-worktree-section,.hero-section,.image-analysis-section,.mcp-protocol-section,.nl-programming-section,.quick-start-section{padding:2rem 0}.container{padding:0 .5rem}.core-feature-card,.example-card,.feature-card,.nl-feature-card,.step-card{margin-bottom:1rem;min-height:160px}.terminal-code-block{font-size:12px;overflow-x:auto;padding:16px;white-space:nowrap}.copy-button{font-size:12px;padding:4px 8px;right:8px;top:8px}.info-quote-box{margin:16px 0;padding:16px}.section-title{font-size:1.8rem!important;line-height:1.3!important}.section-subtitle{font-size:1rem!important;margin-bottom:2rem!important}.feature-title{flex-direction:column;font-size:1.2rem!important;gap:8px;text-align:center}.feature-title .anticon{margin-bottom:8px;margin-right:0}.copy-button{align-items:center;display:flex;justify-content:center;min-height:44px;min-width:44px}.core-feature-card{-webkit-tap-highlight-color:transparent;cursor:pointer}}@media (min-width:769px) and (max-width:1024px){.container{padding:0 2rem}.hero-title{font-size:3rem!important}.core-feature-card,.feature-card,.nl-feature-card{min-height:200px}.terminal-code-block{font-size:13px}}.quickstart-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.hero-subtitle{margin-bottom:2rem!important}.prerequisites-section{background:#f8fafc;padding:4rem 0}.prerequisite-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;height:100%;text-align:center;transition:all .3s ease}.prerequisite-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;transform:translateY(-4px)}.installation-section{background:#fff;padding:4rem 0}.os-tabs .ant-tabs-nav{justify-content:center;margin:0 auto;margin-bottom:3rem!important}.os-tabs .ant-tabs-tab{font-size:1.1rem!important;font-weight:600!important;padding:1rem 2rem!important}.os-installation{margin:0 auto;max-width:800px}.installation-step{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;transition:all .3s ease}.installation-step:hover{box-shadow:0 8px 25px #0000001a!important;transform:translateY(-2px)}.usage-section{background:#f8fafc;padding:4rem 0}.usage-step,.usage-tips-card{border-left:4px solid #2563eb!important;border-radius:16px!important;text-align:center}.usage-step .step-number{margin-bottom:1rem}.troubleshooting-card{box-shadow:0 4px 6px #0000000d!important}@media (max-width:768px){.hero-section,.installation-section,.prerequisites-section,.troubleshooting-section,.usage-section{padding:2rem 0}.os-tabs .ant-tabs-tab{font-size:1rem!important;padding:.75rem 1rem!important}.installation-step{margin-bottom:1rem}.step-number{font-size:1.25rem;height:50px;width:50px}}.best-practices-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.overview-section{background:#fff;padding:4rem 0}.feature-card{height:100%}.feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.customization-section{background:#f8fafc;padding:4rem 0}.customization-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.workflow-section{background:#fff;padding:4rem 0}.workflow-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.workflow-step-card{border-left:4px solid #2563eb!important;border-radius:12px!important;height:100%}.step-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.step-number{background:#2563eb;height:40px;justify-content:flex-start;margin-left:10px;text-align:left;width:40px}.example-command{background:#f8fafc;border-left:4px solid #f59e0b;border-radius:0 8px 8px 0;margin-top:1rem;padding:1rem}.optimization-section{background:#f8fafc;padding:4rem 0}.optimization-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.tip-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.tip-icon{color:#2563eb;font-size:1.5rem}.example-section{margin-top:1rem}.bad-example,.good-example{border-radius:8px;margin-bottom:.5rem;padding:.75rem}.good-example{background:#f0f9ff;border-left:4px solid #22c55e}.bad-example{background:#fef2f2;border-left:4px solid #ef4444}.example-text{color:#374151;font-style:italic;margin-top:.5rem}.advanced-section{background:#fff;padding:4rem 0}.advanced-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.feature-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.feature-icon{font-size:1.5rem}.server-item{background:#f8fafc;border-radius:8px;margin-bottom:.5rem;padding:.75rem}.security-section{background:#f8fafc;padding:4rem 0}.security-card{border-left:4px solid #ef4444!important;border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.security-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.security-icon{color:#ef4444;font-size:1.5rem}.tips-section{background:#fff;padding:4rem 0}.tips-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.tips-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.tips-icon{color:#2563eb;font-size:1.5rem}.tip-item{margin-bottom:1.5rem}.tip-item:last-child{margin-bottom:0}.patterns-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important}.pattern-item{text-align:left}.code-block code{white-space:pre-wrap}@media (max-width:768px){.advanced-section,.customization-section,.hero-section,.optimization-section,.overview-section,.security-section,.tips-section,.workflow-section{padding:2rem 0}.feature-header,.security-header,.step-header,.tip-header,.tips-header{align-items:flex-start;flex-direction:column;text-align:left}}.ide-integration-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.demo-placeholder,.hero-demo{align-items:center;display:flex;justify-content:center}.demo-placeholder{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;flex-direction:column;gap:1rem;height:300px;max-width:500px;width:100%}.features-section{background:#fff;padding:4rem 0}.feature-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;transform:translateY(-4px)}.feature-icon{color:#2563eb;display:block;font-size:2.5rem;margin-bottom:1rem}.supported-ides-section{background:#f8fafc;padding:4rem 0}.ide-card{border:2px solid #e1e5e9!important;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;cursor:pointer;overflow:hidden;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.ide-card:before{background:linear-gradient(90deg,#2563eb,#3b82f6);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.ide-card:hover{border-color:#2563eb!important;box-shadow:0 20px 40px #00000026!important;transform:translateY(-8px)}.ide-card:hover:before{transform:scaleX(1)}.ide-card.active{border-color:#2563eb!important;box-shadow:0 20px 40px #2563eb33!important}.ide-card.active:before{transform:scaleX(1)}.ide-icon{color:#64748b;font-size:4rem;margin-bottom:1rem;transition:all .3s ease}.ide-card:hover .ide-icon{color:#2563eb;transform:scale(1.1)}.ide-features{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0;text-align:left}.feature-item{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:.5rem}.feature-item .anticon{color:#22c55e;font-size:1rem}.setup-btn{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border:none!important;border-radius:25px!important;font-weight:600!important;padding:.75rem 2rem!important;transition:all .3s ease!important}.setup-btn:hover{box-shadow:0 10px 20px #2563eb4d!important;transform:translateY(-2px)!important}.setup-section{animation:fadeInUp .6s ease;margin-top:3rem}.setup-card{border-radius:20px!important;box-shadow:0 10px 30px #0000001a!important}.setup-header{margin-bottom:3rem;text-align:center}.setup-header h3{color:#1e293b!important;font-size:2rem!important;font-weight:700!important;margin-bottom:1rem!important}.setup-header p{color:#475569!important;font-size:1.1rem!important;margin:0 auto!important;max-width:600px}.setup-steps{display:flex;flex-direction:column;gap:1.5rem}.setup-step{border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;transition:all .3s ease}.setup-step:hover{box-shadow:0 8px 30px #0000001f!important;transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.substeps ol{color:#475569;line-height:1.6}.substeps li{margin-bottom:.5rem}.substeps code{background:#f1f5f9;border-radius:4px;color:#475569;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;padding:.2rem .4rem}.methods{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;margin-top:1rem;padding:1.5rem}.method-item{background:#fff;border-left:4px solid #22c55e;border-radius:8px;margin-bottom:1rem;padding:1rem}.method-item:last-child{margin-bottom:0}.android-feature{background:#fff;border-left:4px solid #22c55e;border-radius:8px;padding:1rem}.troubleshooting-section{background:#fff;padding:4rem 0}.troubleshooting-card{border-left:4px solid #ef4444!important;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important}.troubleshooting-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.troubleshooting-icon{color:#ef4444;font-size:1.5rem}.troubleshooting-card ul{color:#475569;line-height:1.6;padding-left:1.5rem}.troubleshooting-card li{margin-bottom:.5rem}.code-block{background:#1a1b26;border-radius:8px;margin:1rem 0;padding:1rem;position:relative}.code-block pre{background:none;border:none;margin:0;padding:0}.code-block code{color:#e2e8f0;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.6}.copy-button{background:#ffffff1a!important;border:none!important;color:#e2e8f0!important;position:absolute!important;right:.5rem!important;top:.5rem!important;z-index:10}.copy-button:hover{background:#fff3!important;color:#fff!important}@media (max-width:768px){.features-section,.hero-section,.supported-ides-section,.troubleshooting-section{padding:2rem 0}.ide-card,.setup-step{margin-bottom:1rem}.setup-header h3{font-size:1.75rem!important}.step-number{font-size:1.25rem;height:50px;width:50px}.troubleshooting-header{align-items:flex-start;flex-direction:column;text-align:left}}.pricing-page .container{margin:0 auto;max-width:1200px;padding:0 1rem}.pricing-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.pricing-hero .hero-title{-webkit-text-fill-color:#0000!important;background:linear-gradient(45deg,#fff,#f0f8ff)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:3.5rem!important;font-weight:700!important;margin-bottom:1rem!important}.pricing-hero .hero-subtitle{font-size:1.3rem!important;margin-bottom:2rem!important}.advantages-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.advantages-section .section-subtitle{color:#64748b!important;font-size:1.2rem!important;margin-bottom:0!important;text-align:center}.advantage-card{background:#fff!important;border:none!important;box-shadow:0 8px 25px #00000014!important;padding:2rem!important;text-align:center}.advantage-card:hover{box-shadow:0 20px 40px #0000001f!important;transform:translateY(-5px)}.advantage-icon{display:flex;font-size:3rem;justify-content:center;margin-bottom:1.5rem}.advantage-title{color:#1f2937!important;font-size:1.5rem!important;font-weight:700!important;margin-bottom:.75rem!important;text-align:center}.advantage-subtitle{color:#3b82f6!important;display:block;font-size:1rem!important;font-weight:600!important;margin-bottom:1.5rem!important;text-align:center}.advantage-description{color:#6b7280!important;font-size:.95rem!important;line-height:1.7!important;margin-bottom:0!important;text-align:left!important}.pricing-cards-section{background:#fff;padding:4rem 0}.pricing-card{border:none!important;border-radius:16px!important;box-shadow:0 10px 30px #0000001a!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;overflow:hidden;padding:.75rem!important;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.pricing-card.free-card,.pricing-card.max-card,.pricing-card.pro-card,.pricing-card.ultra-card{background:#fff!important}.pricing-card:hover{box-shadow:0 20px 40px #00000026!important;transform:translateY(-5px)}.pricing-banner{border-radius:12px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem 1.5rem;position:absolute;right:-24px;text-align:center;top:16px;transform:rotate(8deg);z-index:10}.pricing-card.has-badge{padding-top:2rem!important}.plan-icon{font-size:2rem;margin-bottom:.375rem}.pricing-title{color:#1f2937!important;font-size:1.5rem!important;font-weight:700!important;margin-bottom:.375rem!important}.pricing-price-section{margin-bottom:.75rem}.pricing-price{color:#1f2937;display:block;font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;text-align:center}.original-price{color:#ef4444!important;display:block;font-size:1.2rem!important;margin-left:.5rem;margin-top:.25rem}.free-register-text{display:block;font-size:1rem!important;font-weight:600!important;margin-top:.25rem;text-align:center}.pricing-period{color:#6b7280;font-size:.9rem}.sub-period{font-size:.8rem;font-weight:600;margin-top:.25rem}.official-price-badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;color:#64748b;display:inline-block;font-size:.8rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem}.usage-explanation-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0}.usage-explanation-card{background:#fff!important;border:none!important;border-radius:16px!important;box-shadow:0 8px 25px #00000014!important;margin-bottom:0;padding:2rem!important}.explanation-header{border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.explanation-title{color:#1f2937!important;font-weight:600!important;margin-bottom:0!important}.frequency-item{height:100%;padding:1rem;text-align:center}.frequency-label{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:.75rem;padding:.5rem 1rem}.frequency-label.high-freq,.frequency-label.low-freq,.frequency-label.medium-freq{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.frequency-desc{color:#374151;font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:.5rem}.frequency-example{color:#6b7280;font-size:.85rem;font-style:italic}.explanation-note{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1rem;text-align:center}.note-text{color:#6b7280!important;font-size:.85rem;font-style:italic}.usage-time-section{background:#0000;border:none;border-radius:12px;margin-bottom:.625rem;padding:.5rem}.usage-time-title{font-size:.9rem;letter-spacing:.025em;margin-bottom:1rem}.unlimited-badge,.usage-time-title{color:#374151;font-weight:600;text-align:center}.unlimited-badge{align-items:center;background:#0000;border:none;border-radius:25px;display:flex;font-size:1rem;gap:.5rem;justify-content:center;padding:.75rem 1rem}.unlimited-icon{font-size:1.5rem;font-weight:700}.credits-based-badge{align-items:center;background:#0000;border:none;border-radius:20px;color:#374151;display:flex;font-weight:600;gap:.75rem;padding:.75rem 1rem}.credits-icon{font-size:1.25rem}.credits-text{flex:1 1}.credits-title{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.credits-desc{font-size:.8rem;opacity:.9}.usage-time-bars{display:flex;flex-direction:column;gap:.75rem}.usage-time-reference{margin-bottom:1rem;position:relative}.reference-line{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;height:20px;overflow:hidden;position:relative}.color-zones{display:flex;left:0;right:0}.color-zones,.zone-high{bottom:0;position:absolute;top:0}.zone-high{background:linear-gradient(90deg,#ef444426,#dc262626);border-radius:10px 0 0 10px}.zone-medium{background:linear-gradient(90deg,#3b82f626,#2563eb26)}.zone-low,.zone-medium{bottom:0;position:absolute;top:0}.zone-low{background:linear-gradient(90deg,#10b98126,#05966926);border-radius:0 10px 10px 0}.reference-mark{color:#64748b;font-size:.7rem;font-weight:600;top:-25px;white-space:nowrap}.reference-mark,.reference-mark:before{position:absolute;transform:translateX(-50%)}.reference-mark:before{background:#cbd5e1;content:"";height:15px;left:50%;top:20px;width:1px}.reference-mark.high-zone-end{color:#ef4444;font-weight:700}.reference-mark.medium-zone-end{color:#3b82f6;font-weight:700}.frequency-zones-labels{height:20px;left:0;position:absolute;right:0;top:25px}.zone-label{border-radius:8px;font-size:.65rem;font-weight:600;padding:.15rem .4rem;position:absolute;transform:translateX(-50%);white-space:nowrap}.zone-label.high-freq-label{background:#ef44441a;border:1px solid #ef444433;color:#dc2626}.zone-label.medium-freq-label{background:#3b82f61a;border:1px solid #3b82f633;color:#2563eb}.zone-label.low-freq-label{background:#10b9811a;border:1px solid #10b98133;color:#059669}.simple-usage-display{text-align:center}.daily-limit-title{color:#374151;font-size:.85rem;font-weight:600;margin-bottom:.25rem;text-align:center}.horizontal-time-display{display:flex;flex-direction:column;gap:.2rem}.time-row{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;padding:.2rem .3rem;transition:all .2s ease}.time-row:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.freq-label{color:#6b7280;font-size:.8rem;font-weight:500;min-width:32px}.time-value{font-size:.9rem;font-weight:700;text-align:right}.time-value.high-freq,.time-value.low-freq,.time-value.medium-freq{color:#374151}.usage-item{align-items:center;display:flex;gap:.75rem}.usage-label{color:#6b7280;font-size:.8rem;font-weight:600;min-width:32px;text-align:center}.usage-bar{background:#e5e7eb;flex:1 1;height:6px;overflow:hidden}.usage-bar,.usage-fill{border-radius:3px;position:relative}.usage-fill{height:100%;transition:width .6s ease}.high-freq-fill{background:linear-gradient(90deg,#ef4444,#dc2626)}.medium-freq-fill{background:linear-gradient(90deg,#3b82f6,#2563eb)}.low-freq-fill{background:linear-gradient(90deg,#10b981,#059669)}.usage-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.usage-value{color:#374151;font-size:.8rem;font-weight:600;min-width:50px;text-align:right}.pricing-features{flex-grow:1;margin-bottom:.75rem!important;text-align:left}.pricing-features .ant-list-item{justify-content:flex-start!important;padding-left:0!important;padding-right:0!important}.pricing-features .feature-item{align-items:center!important;border:none!important;color:#374151;display:flex!important;font-size:.9rem;gap:5px;justify-content:flex-start!important;line-height:1.4;padding:.25rem 0!important}.pricing-features .feature-item span{flex:1 1;text-align:left}.pricing-features .feature-icon{align-items:center;color:#10b981;display:inline-flex;flex-shrink:0;font-size:16px!important;height:16px!important;justify-content:center;width:16px!important}.pricing-button{border-radius:8px!important;font-weight:600!important;margin-top:auto;transition:all .3s ease!important}.pricing-table-section{background:#f8fafc;padding:4rem 0}.section-subtitle{color:#475569!important;font-size:1.1rem!important;line-height:1.7!important;margin-bottom:2rem!important;text-align:center}.table-container{background:#1f2937;border-radius:12px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.pricing-table .ant-table{background:#0000}.pricing-table .ant-table-thead>tr>th{background:#374151!important;border-bottom:1px solid #4b5563;color:#fff!important;font-weight:600}.pricing-table .ant-table-tbody>tr>td{background:#0000!important;border-bottom:1px solid #374151;color:#d1d5db!important}.pricing-table .ant-table-tbody>tr:nth-child(2n)>td{background:#283548!important}.pricing-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.topup-section{background:#f8fafc;padding:4rem 0}.topup-card{background:linear-gradient(135deg,#fff,#f8fafc)!important;border:1px solid #e2e8f0!important;border-radius:16px!important;box-shadow:0 8px 25px #00000014!important;height:100%;padding:1.5rem!important;text-align:center;transition:all .3s ease}.topup-card:hover{border-color:#3b82f6!important;box-shadow:0 20px 40px #0000001f!important;transform:translateY(-5px)}.topup-card-header{align-items:center;display:flex;flex-direction:column;margin-bottom:1.5rem}.topup-icon{color:#3b82f6;font-size:2.5rem;margin-bottom:.75rem}.topup-title{color:#1f2937!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:0!important}.topup-price{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.topup-credits{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:20px;color:#3b82f6;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.topup-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1rem;text-align:left}.detail-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.detail-item:last-child{margin-bottom:0}.detail-label{color:#6b7280!important;font-size:.9rem}.detail-value{color:#374151!important;font-size:.9rem;font-weight:500}.topup-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 14px #3b82f64d!important;font-weight:600!important;height:44px!important}.topup-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e3a8a)!important;box-shadow:0 6px 20px #3b82f666!important;transform:translateY(-1px)}.topup-info-card{background:linear-gradient(135deg,#fefefe,#f8fafc)!important;border:1px solid #e2e8f0!important;border-radius:16px!important;box-shadow:0 8px 25px #00000014!important;padding:2rem!important}.info-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.info-icon{color:#3b82f6;font-size:1.5rem}.info-title{color:#1f2937!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:0!important}.info-feature{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:.75rem}.feature-check-icon{color:#10b981;flex-shrink:0;font-size:16px;margin-top:.125rem}.feature-text{color:#374151;font-size:.95rem;line-height:1.6}.faq-section{background:#f8fafc;padding:4rem 0}.faq-item{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;height:100%;transition:all .3s ease}.faq-item:hover{box-shadow:0 8px 25px #0000001a!important;transform:translateY(-2px)}.faq-question{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.faq-icon{color:#2563eb;flex-shrink:0;font-size:1.25rem}.faq-question h4{color:#1f2937!important;font-weight:600!important;margin-bottom:0!important}.faq-answer{color:#6b7280!important;line-height:1.6!important;margin-bottom:0!important}@media (max-width:768px){.pricing-hero{padding:2rem 0}.pricing-hero .hero-title{font-size:2.5rem!important}.pricing-hero .hero-subtitle{font-size:1.1rem!important}.faq-section,.pricing-cards-section,.pricing-table-section,.topup-section,.usage-explanation-section{padding:2rem 0}.pricing-card{height:580px;margin-bottom:1rem;padding:1.25rem!important}.pricing-price{align-items:center;flex-direction:column;font-size:2rem;gap:.25rem}.usage-time-section{padding:1rem}.usage-item{gap:.5rem}.usage-label{font-size:.75rem;min-width:28px}.usage-value{font-size:.75rem;min-width:45px}.usage-time-reference{margin-bottom:1.5rem}.reference-line{height:16px}.reference-mark{font-size:.6rem;top:-18px}.reference-mark:before{height:10px;top:13px}.frequency-zones-labels{top:20px}.zone-label{font-size:.55rem;padding:.1rem .3rem}.time-row{padding:.35rem .5rem}.freq-label{font-size:.75rem;min-width:28px}.time-value{font-size:.8rem}.daily-limit-title{font-size:.8rem;margin-bottom:.4rem}.usage-time-section{margin-bottom:1rem;padding:.75rem}.horizontal-time-display{gap:.3rem}.unlimited-badge{font-size:.9rem;padding:.6rem .8rem}.unlimited-icon{font-size:1.25rem}.official-price-badge{font-size:.75rem;padding:.2rem .6rem}.credits-based-badge{font-size:.9rem;padding:.6rem .8rem}.credits-title{font-size:.85rem}.credits-desc{font-size:.75rem}.usage-explanation-card{padding:1.5rem!important}.frequency-item{margin-bottom:1rem;padding:.75rem}.frequency-label{font-size:.8rem;padding:.4rem .8rem}.frequency-desc{font-size:.9rem}.frequency-example{font-size:.8rem}.table-container{overflow-x:auto}.faq-question{align-items:flex-start;flex-direction:column;gap:.5rem}.faq-icon{margin-top:0}.advantages-section{padding:2rem 0}.advantages-section .section-subtitle{font-size:1rem!important;padding:0 1rem}.advantage-card{margin-bottom:1rem;padding:1.5rem!important}.advantage-icon{font-size:2.5rem;margin-bottom:1rem}.advantage-title{font-size:1.25rem!important;margin-bottom:.5rem!important}.advantage-subtitle{margin-bottom:1rem!important}.advantage-description,.advantage-subtitle{font-size:.9rem!important}}.agent-recruitment-page{animation:fadeInUp .6s ease-out;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0}.hero-subtitle{color:#475569!important;font-size:1.25rem!important;line-height:1.7!important;margin-bottom:1rem!important}.agent-types-section{background:#fff;padding:4rem 0}.agent-type-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;display:flex;flex-direction:column;height:100%;text-align:center;transition:all .3s ease}.agent-type-card .ant-card-body{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.agent-type-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;transform:translateY(-4px)}.agent-type-icon{display:block;font-size:3rem;margin-bottom:1.5rem}.agent-type-description{color:#64748b!important;margin-bottom:1.5rem!important}.agent-features{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 1rem;width:100%}.feature-item{margin-bottom:.5rem!important;text-align:center!important;width:90%!important}.feature-item .ant-typography{color:#475569!important;margin-bottom:0!important;width:100%}.advantages-section{background:#f8fafc;padding:4rem 0}.advantage-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;height:100%;transition:all .3s ease}.advantage-card .advantage-icon,.advantage-card .ant-card-body,.advantage-card h4{text-align:center}.advantage-card .ant-typography{text-align:center!important}.advantage-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;transform:translateY(-4px)}.advantage-icon{color:#2563eb;display:block;font-size:2.5rem;margin-bottom:1rem}.requirements-section{background:#fff;padding:4rem 0}.requirements-card{border:1px solid #e2e8f0!important;border-radius:16px!important;box-shadow:0 8px 25px #0000001a!important}.requirements-content{padding:1rem 0}.requirement-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.requirement-item:hover{background:#e2e8f0;transform:translateX(8px)}.requirement-item:last-child{margin-bottom:0}.requirement-number{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:40px;justify-content:center;margin-right:1rem;width:40px}.requirement-text{color:#475569!important;font-size:1rem!important;line-height:1.6!important}.contact-section{background:#f8fafc;padding:4rem 0}.contact-card{border-radius:16px!important;box-shadow:0 4px 6px #0000000d!important;height:100%;text-align:center;transition:all .3s ease}.contact-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;transform:translateY(-4px)}.contact-icon{color:#2563eb;display:block;font-size:2.5rem;margin-bottom:1rem}.contact-info{color:#2563eb!important;font-size:1.1rem!important}.qr-placeholder{background:#f1f5f9;border:2px dashed #cbd5e1;color:#64748b;font-size:.875rem;height:120px;margin:1rem auto;width:120px}@media (max-width:768px){.hero-title{font-size:2.5rem!important}.hero-subtitle{font-size:1.1rem!important}.advantages-section,.agent-types-section,.contact-section,.requirements-section{padding:2rem 0}.container{padding:0 .5rem}.advantage-card,.agent-type-card,.contact-card{margin-bottom:1rem}.requirement-item{flex-direction:column;padding:1.5rem 1rem;text-align:center}.requirement-number{margin-bottom:1rem;margin-right:0}.advantage-icon,.agent-type-icon,.contact-icon{font-size:2rem}}@media (min-width:769px) and (max-width:1024px){.container{padding:0 2rem}.hero-title{font-size:3rem!important}.advantage-card,.agent-type-card,.contact-card{min-height:280px}}@media (min-width:1400px){.container{max-width:1400px}.hero-title{font-size:4rem!important}}.customer-service-float{animation:fadeInUp .5s ease-out;bottom:30px;position:fixed;right:0;z-index:1000}.service-button{background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border:none!important;box-shadow:0 4px 20px #2563eb66!important;font-size:24px!important;height:60px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;width:60px!important}.service-button:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;box-shadow:0 8px 25px #2563eb80!important;transform:translateY(-2px)!important}.service-button:active{transform:translateY(0)!important}.service-pulse{animation:pulse 2s infinite;background:#2563eb4d;border-radius:50%;height:60px;left:0;pointer-events:none;position:absolute;top:0;width:60px}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:0;transform:scale(1.4)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.customer-service-modal .ant-modal-content{border-radius:16px!important;box-shadow:0 20px 40px #00000026!important;overflow:hidden}.customer-service-modal .ant-modal-header{display:none}.customer-service-modal .ant-modal-body{padding:0!important}.customer-service-modal .ant-modal-close{color:#6b7280;font-size:16px;position:absolute;right:16px;top:16px;z-index:10}.customer-service-modal .ant-modal-close:hover{color:#374151}.service-card{border-radius:0!important;box-shadow:none!important}.service-header{border-bottom:1px solid #f3f4f6;gap:16px;padding-bottom:12px}.service-header,.service-icon{align-items:center;display:flex}.service-icon{background:#eff6ff;border-radius:50%;color:#2563eb;font-size:32px;height:56px;justify-content:center;padding:12px;width:56px}.service-title{color:#1f2937!important;margin-bottom:4px!important}.service-subtitle{color:#6b7280!important;font-size:14px}.qr-container{justify-content:center;padding:32px 0}.qr-mock{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px #0000000d;display:flex;height:160px;justify-content:center;margin:0 auto;width:160px}.qr-grid{grid-gap:1px;display:grid;gap:1px;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);height:100px;width:100px}.qr-dot{background:#f3f4f6;border-radius:1px}.qr-dot.active{background:#1f2937}.qr-text{color:#6b7280;font-size:14px}.service-info{background:#f9fafb;border-radius:8px;margin-bottom:20px;padding:20px}.info-item{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.info-item:last-child{margin-bottom:0}.info-item .ant-typography{font-size:14px}.info-item .ant-typography:first-child{color:#374151;min-width:80px}.info-item .ant-typography:last-child{color:#6b7280;flex:1 1;margin-left:12px;text-align:right}.service-tips{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #2563eb;border-radius:8px;padding:20px}.service-tips h5{color:#1e40af!important;font-size:14px!important;margin-bottom:12px!important}.service-tips ul{margin-bottom:0!important;padding-left:16px}.service-tips li{color:#374151;font-size:13px;line-height:1.5;margin-bottom:8px}.service-tips li:last-child{margin-bottom:0}@media (max-width:768px){.customer-service-float{bottom:20px;right:0}.service-button{font-size:20px!important;height:50px!important;width:50px!important}.service-pulse{height:50px;width:50px}.customer-service-modal{margin:0 16px}.service-header{flex-direction:column;gap:12px;text-align:center}.qr-mock{height:140px;width:140px}.qr-grid{height:100px;width:100px}.info-item{flex-direction:column;gap:4px}.info-item .ant-typography:last-child{margin-left:0;text-align:left}}.service-button.minimized{animation:bounce 2s infinite;background:linear-gradient(135deg,#f59e0b,#d97706)!important}.minimized-badge{align-items:center;animation:pulse-badge 2s infinite;background:#ef4444;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}@keyframes pulse-badge{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.customer-service-modal.persistent .ant-modal-content{bottom:100px;left:auto!important;margin:0!important;max-height:calc(100vh - 130px);overflow:hidden;position:fixed!important;right:30px;top:auto!important;transform:none!important}.customer-service-modal.persistent{bottom:100px!important;left:auto!important;margin:0!important;padding:0!important;position:fixed!important;right:30px!important;top:auto!important}.customer-service-modal.persistent .ant-modal-body{max-height:calc(100vh - 180px);overflow-y:auto}.service-titlebar{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:16px 16px 0 0;color:#fff;cursor:move;display:flex;justify-content:space-between;margin:-24px -24px 0;padding:12px 16px;-webkit-user-select:none;user-select:none}.titlebar-left{align-items:center;display:flex;gap:8px}.titlebar-icon{color:#fff;font-size:16px}.titlebar-title{font-size:14px;font-weight:600}.titlebar-controls{display:flex;gap:4px}.control-btn{align-items:center!important;border-radius:4px!important;color:#fff!important;display:flex!important;font-size:12px!important;height:24px!important;justify-content:center!important;width:24px!important}.control-btn:hover{background:#fff3!important;color:#fff!important}.minimize-btn:hover{background:#f59e0bcc!important}.close-btn:hover{background:#ef4444cc!important}.service-content{padding:24px}.service-content .service-header{border-bottom:none;padding-bottom:16px;text-align:center}@media (prefers-reduced-motion:reduce){.customer-service-float,.minimized-badge,.service-pulse{animation:none}.service-button{transition:none!important}.service-button.minimized{animation:none}}.qr-card{animation:fadeInUp .5s ease-out;background:#fff;border-radius:12px!important;box-shadow:0 8px 32px #0000001f!important;width:160px}.qr-header{align-items:center;background:#2563eb;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:center;margin:-24px -24px 0;padding:12px 16px}.qr-title{color:#fff!important;font-size:14px;font-weight:600}.qr-close-btn{color:#fff!important;height:20px!important;min-width:20px!important;width:20px!important}.qr-close-btn:hover{background:#fff3!important;color:#fff!important}.qr-content{text-align:center}.qr-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:120px;margin-top:12px;width:120px}.qr-content .qr-text{color:#6b7280;font-size:12px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.customer-service-float{bottom:20px;right:0}.service-button{font-size:20px!important;height:50px!important;width:50px!important}.qr-card{width:180px}.qr-content{padding:16px}.qr-image{height:100px;width:100px}}.group-qr-float{animation:fadeInDown .5s ease-out;bottom:240px;position:fixed;right:0;z-index:1000}.group-qr-card{animation:fadeInUp .5s ease-out;background:#fff;border-radius:12px!important;box-shadow:0 8px 32px #0000001f!important;width:160px}.group-qr-header{align-items:center;background:#52c41a;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:center;margin:-24px -24px 0;padding:12px 16px}.group-qr-title{color:#fff!important;font-size:14px;font-weight:600}.group-qr-content{text-align:center}.group-qr-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:120px;margin-top:12px;object-fit:contain;width:120px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.group-qr-float{right:0;top:20px}.group-qr-card{width:140px}.group-qr-content{padding:16px}.group-qr-image{height:100px;width:100px}}.back-to-top{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;bottom:250px;box-shadow:0 4px 20px #6366f166!important;font-size:20px!important;height:50px!important;opacity:0;position:fixed;right:30px;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)!important;visibility:hidden;width:50px!important;z-index:999}.back-to-top.visible{opacity:1;transform:translateY(0);visibility:visible}.back-to-top:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed)!important;box-shadow:0 8px 25px #6366f180!important;transform:translateY(-2px)!important}.back-to-top:active{transform:translateY(0)!important}@media (max-width:768px){.back-to-top{bottom:120px;font-size:18px!important;height:45px!important;right:20px;width:45px!important}}.layout{min-height:100vh}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #d3d2d7;box-shadow:0 1px 3px #0000001a;left:0;padding:0 1rem;position:fixed;right:0;top:0;z-index:1000}.nav-container{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.nav-brand,.nav-container{align-items:center;display:flex}.nav-brand{height:100%;justify-content:center}.nav-brand h1{color:#2563eb;font-size:1.5rem;font-weight:700;margin:0}.nav-brand .tagline{color:#475569;font-size:.875rem;margin-left:.5rem}.nav-menu.desktop-menu{background:#0000;border-bottom:none;flex:1 1;margin:0 2rem;max-width:600px}.nav-menu .ant-menu-item-selected{border-bottom-color:#2563eb!important;color:#2563eb!important}.nav-menu .ant-menu-item a{color:#475569;font-weight:500;text-decoration:none}.nav-menu .ant-menu-item-selected a{color:#2563eb!important}.mobile-menu-toggle{display:none;font-size:1.5rem}.content{margin-top:64px;min-height:calc(100vh - 64px)}.footer{background:#1e293b;color:#fff;padding:2rem 1rem}.footer-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-text p{color:#cbd5e1;margin:0 auto}.footer-links{display:flex;gap:2rem}.footer-links a{color:#cbd5e1;text-decoration:none}.footer-links a:hover{color:#fff}.footer-qr{text-align:center}.qr-container{flex-direction:column;gap:.5rem}.qr-container,.qr-placeholder{align-items:center;display:flex}.qr-placeholder{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#cbd5e1;font-size:.75rem;height:80px;justify-content:center;padding:.5rem;text-align:center;width:80px}@media (min-width:769px){.mobile-menu-toggle{display:none!important}.desktop-menu{display:flex!important;flex:1 1;justify-content:center}}@media (max-width:768px){.desktop-menu{display:none!important}.mobile-menu-toggle{display:block!important}.nav-brand .tagline{display:none}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{justify-content:center}}
/*# sourceMappingURL=main.9266e540.css.map*/