html{box-sizing:border-box}*,:after,:before{box-sizing:inherit;margin:0;padding:0}body,html{scroll-behavior:smooth;width:100%;min-height:100vh;font-family:Noto Sans TC,system-ui,-apple-system,sans-serif;color:#333;background-color:#f9f9f9;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:opacity .2s ease}.button,button{border:0;padding:1rem;font-size:1.1rem;border-radius:.35rem;cursor:pointer;background:transparent;color:inherit}ul li{list-style:none}p{line-height:2rem;font-size:1.1rem}details{font-style:normal}details summary{cursor:pointer;font-weight:600;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;outline:none}blockquote,figure{margin:0}img{max-width:100%;height:auto;display:block;border-radius:.52rem}.container,.container-narrow{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}@media(min-width:580px){.container,.container-narrow{max-width:540px}}@media(min-width:768px){.container,.container-narrow{max-width:720px}}@media(min-width:992px){.container,.container-narrow{max-width:960px}}@media(min-width:1200px){.container,.container-narrow{max-width:1140px}}.container-narrow{max-width:800px!important}.section{padding-top:3rem;padding-bottom:3rem}.text-right{text-align:right}@media(max-width:580px){.d-none-mobile{display:none!important}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(21deg,#f4f4f4,transparent);background-attachment:fixed}.bg-light{min-height:100vh}.text-center{text-align:center}table{width:100%;border-collapse:collapse;margin:1.5rem 0 2.5rem;font-size:1rem;text-align:left;overflow-x:auto;-webkit-overflow-scrolling:touch}table::-webkit-scrollbar{height:6px}table::-webkit-scrollbar-thumb{background-color:#d4d4d8;border-radius:4px}td,th{padding:14px 18px;border-bottom:1px solid #e0e0e0}thead th{background-color:#f4f4f5;color:#1d1d1f;font-weight:600;border-bottom:2px solid #d4d4d8;white-space:nowrap}tbody tr{transition:background-color .2s ease}tbody tr:hover{background-color:#f9f9fa}tbody td{color:#1d1d1f;line-height:1.6;min-width:100px}.top-nav{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;padding:16px 0}.top-nav .nav-container{display:flex;justify-content:space-between;align-items:center}.top-nav .logo{font-size:1.5rem;font-weight:700;color:#1d1d1f}.top-nav .nav-links a{margin-left:32px;text-decoration:none;color:#1d1d1f;font-weight:500;transition:color .3s}.top-nav .nav-links a:hover{color:#ff6900}.footer{padding:40px 0;border-top:1px solid #e0e0e0}.footer p{color:#86868b;font-size:.9rem;margin:0}.hero-section{padding:120px 0 100px;background-color:#fff}.hero-section .hero-title{font-size:4rem;font-weight:700;letter-spacing:-.05em;margin-bottom:24px;color:#1d1d1f}@media(max-width:768px){.hero-section .hero-title{font-size:2.5rem}}.hero-section .hero-subtitle{font-size:1.5rem;color:#86868b;max-width:700px;margin:0 auto 48px;line-height:1.5}@media(max-width:768px){.hero-section .hero-subtitle{font-size:1.2rem}}.hero-section .hero-actions{display:flex;justify-content:center;gap:20px}.hero-section .hero-actions a{display:inline-block;padding:16px 40px;font-size:1.1rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.hero-section .hero-actions .btn-primary{background-color:#ff6900;color:#fff}.hero-section .hero-actions .btn-primary:hover{background-color:#cc5400}.hero-section .hero-actions .btn-secondary{background-color:#f7f7f7;color:#1d1d1f;border:1px solid #e0e0e0}.hero-section .hero-actions .btn-secondary:hover{background-color:#ebebeb}.value-section{padding:100px 0}.value-section .value-item{text-align:center;padding:20px}.value-section .value-item .value-title{font-size:1.25rem;font-weight:700;margin-bottom:16px;color:#1d1d1f}.value-section .value-item p{color:#86868b;line-height:1.6}.category-section{padding:100px 0}.category-section .section-heading{font-size:2.5rem;font-weight:700;margin-bottom:64px;color:#1d1d1f}.grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.grid-layout.cols-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.mi-card{display:block;padding:40px 32px;border-radius:16px;text-decoration:none;transition:transform .3s cubic-bezier(.165,.84,.44,1),box-shadow .3s ease;position:relative;overflow:hidden}.mi-card:hover .card-action{color:#ff6900;transform:translate(5px)}.mi-card .badge{position:absolute;top:24px;right:24px;background-color:#ff69001a;color:#ff6900;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.mi-card .card-title{font-size:1.5rem;font-weight:700;color:#1d1d1f;margin-bottom:16px;margin-top:20px}.mi-card .card-desc{font-size:1rem;color:#86868b;line-height:1.6;margin-bottom:24px}.mi-card .card-action{display:inline-block;font-weight:600;color:#1d1d1f;transition:all .3s ease}.attributes-section{padding:60px 0}.attributes-section .attr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.attributes-section .attr-card{background:#fff;padding:32px 24px;border-radius:8px;text-align:center;box-shadow:0 2px 10px #00000005;transition:transform .3s ease}.attributes-section .attr-card:hover{transform:translateY(-5px)}.attributes-section .attr-card .attr-label{display:block;font-size:.9rem;color:#86868b;margin-bottom:12px}.attributes-section .attr-card .attr-value{display:block;font-size:1.25rem;font-weight:600;color:#1d1d1f}.article-container{max-width:800px;margin:60px auto;background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 24px #0000000a}.prose{color:#333;line-height:1.8;font-size:1.1rem}.prose h1{font-size:2.2rem;font-weight:700;color:#1d1d1f;margin-bottom:32px;line-height:1.4}.prose h2{font-size:1.5rem;font-weight:600;color:#1d1d1f;margin-top:48px;margin-bottom:16px;border-bottom:2px solid #e0e0e0;padding-bottom:8px}.prose p{margin-bottom:24px}.prose strong{color:#ff6900;font-weight:600}.prose ul{margin-bottom:24px;padding-left:24px}.prose ul li{margin-bottom:8px}.prose blockquote{background-color:#fff0e6;border-left:4px solid #ff6900;padding:16px 24px;margin:32px 0;border-radius:0 8px 8px 0}.prose blockquote p{margin:0;color:#1d1d1f;font-weight:500}.prose a{color:#0056b3;text-decoration:none;font-weight:600}.prose a:hover{text-decoration:underline}.modern-home{font-family:system-ui,-apple-system,sans-serif;color:#1e293b;background-color:#f8fafc}.site-header{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s ease;padding:24px 0;background:transparent}.site-header.is-scrolled{background-color:#0f172a;padding:16px 0;box-shadow:0 4px 6px -1px #0000001a}.site-header .header-container{display:flex;justify-content:space-between;align-items:center}.site-header .logo{font-size:1.5rem;font-weight:700;letter-spacing:.05em;color:#fff;display:flex;align-items:center}.site-header .logo .icon-gear{width:32px;height:32px;margin-right:8px;color:#cbd5e1}.site-header .logo span{color:#94a3b8}.site-header .desktop-nav{display:none}@media(min-width:768px){.site-header .desktop-nav{display:flex;gap:40px}}.site-header .desktop-nav a{color:#cbd5e1;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:color .3s}.site-header .desktop-nav a:hover{color:#fff}.site-header .mobile-toggle{display:block;background:transparent;border:none;color:#fff;cursor:pointer;width:28px;height:28px}@media(min-width:768px){.site-header .mobile-toggle{display:none}}.site-header .mobile-nav{background-color:#0f172a;padding:16px 24px 32px;text-align:center}.site-header .mobile-nav a{display:block;padding:12px 0;color:#cbd5e1;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em}.hero-premium{position:relative;padding:120px 0 80px;overflow:hidden}@media(min-width:768px){.hero-premium{padding:192px 0 128px}}.hero-premium .hero-bg{position:absolute;inset:0;background:linear-gradient(to bottom right,#f1f5f9,#f8fafc,#e2e8f0);opacity:.7;z-index:0}.hero-premium .hero-layout{display:flex;flex-direction:column-reverse;align-items:center;gap:64px;position:relative;z-index:10}@media(min-width:1024px){.hero-premium .hero-layout{flex-direction:row}}.hero-premium .hero-text{flex:1;text-align:center}@media(min-width:1024px){.hero-premium .hero-text{text-align:left}}.hero-premium .hero-text h1{font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#0f172a;margin-bottom:24px}@media(min-width:1024px){.hero-premium .hero-text h1{font-size:4.5rem}}.hero-premium .hero-text h1 span{color:#64748b}.hero-premium .hero-text p{font-size:1.125rem;color:#475569;margin-bottom:40px;max-width:600px;line-height:1.7;margin-inline:auto}@media(min-width:1024px){.hero-premium .hero-text p{margin-inline:0}}.hero-premium .btn-dark{display:inline-flex;align-items:center;background-color:#0f172a;color:#fff;padding:16px 32px;border-radius:9999px;font-weight:600;letter-spacing:.05em;transition:background-color .3s}.hero-premium .btn-dark:hover{background-color:#1e293b}.hero-premium .btn-dark:hover .icon-arrow{transform:translate(4px)}.hero-premium .btn-dark .icon-arrow{width:20px;height:20px;margin-left:8px;transition:transform .3s}.hero-premium .hero-image-wrapper{flex:1;position:relative}.hero-premium .hero-image-wrapper .hero-img{width:100%;max-width:600px;margin:0 auto;transition:transform .5s}.hero-premium .hero-image-wrapper .hero-img:hover{transform:scale(1.05)}.hero-premium .hero-image-wrapper .hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;height:75%;background-color:#94a3b8;border-radius:50%;filter:blur(120px);opacity:.2;z-index:-1}.features-premium{padding:96px 0;background-color:#fff}.features-premium .feature-grid{display:grid;grid-template-columns:1fr;gap:64px;text-align:center}@media(min-width:768px){.features-premium .feature-grid{grid-template-columns:repeat(3,1fr);padding:0 40px}}.features-premium .feature-item{display:flex;flex-direction:column;align-items:center}.features-premium .feature-item:hover .icon-box{background-color:#f1f5f9}.features-premium .feature-item .icon-box{width:80px;height:80px;background-color:#f8fafc;border-radius:16px;display:flex;justify-content:center;align-items:center;margin-bottom:24px;transition:background-color .3s;color:#334155}.features-premium .feature-item h3{font-size:1.25rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.features-premium .feature-item p{color:#64748b;line-height:1.7}.tech-spotlight{padding:128px 0;background-color:#0f172a;color:#fff;position:relative;overflow:hidden}.tech-spotlight .tech-bg{position:absolute;inset:0;opacity:.05;background:radial-gradient(circle at center,#64748b,transparent)}.tech-spotlight .tech-layout{display:flex;flex-direction:column;align-items:center;gap:80px;position:relative;z-index:10}@media(min-width:1024px){.tech-spotlight .tech-layout{flex-direction:row}}.tech-spotlight .tech-image{flex:1}.tech-spotlight .tech-image img{width:100%;max-width:500px;margin:0 auto;filter:drop-shadow(0 20px 50px rgba(255,255,255,.1))}.tech-spotlight .tech-text{flex:1}.tech-spotlight .tech-text .subtitle{font-size:.875rem;font-weight:700;letter-spacing:.2em;color:#94a3b8;text-transform:uppercase;margin-bottom:16px}.tech-spotlight .tech-text h2{font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:32px}@media(min-width:768px){.tech-spotlight .tech-text h2{font-size:3rem}}.tech-spotlight .tech-text p{font-size:1.125rem;color:#cbd5e1;line-height:1.7;margin-bottom:40px;max-width:600px}.tech-spotlight .tech-text .tech-stats{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:400px}.tech-spotlight .tech-text .stat-num{font-size:2.25rem;font-weight:900;margin-bottom:4px}.tech-spotlight .tech-text .stat-label{font-size:.875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.products-premium{padding:128px 0;background-color:#f8fafc}.products-premium .section-header{text-align:center;max-width:768px;margin:0 auto 96px}.products-premium .section-header h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:24px}.products-premium .section-header p{font-size:1.125rem;color:#475569;line-height:1.7}.products-premium .product-grid{display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:768px){.products-premium .product-grid{grid-template-columns:repeat(2,1fr);gap:64px}}@media(min-width:1024px){.products-premium .product-grid{grid-template-columns:repeat(3,1fr)}}.products-premium .product-card{background-color:#fff;border-radius:24px;padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;border:1px solid #f1f5f9;transition:all .3s;text-decoration:none}.products-premium .product-card:hover{box-shadow:0 20px 25px -5px #0000001a}.products-premium .product-card:hover .img-glow{opacity:.4}.products-premium .product-card:hover img{transform:scale(1.05)}.products-premium .product-card:hover h3{color:#334155}.products-premium .product-card:hover .view-btn{border-color:#0f172a;color:#475569}.products-premium .product-card .img-container{height:256px;display:flex;justify-content:center;align-items:center;margin-bottom:32px;position:relative;width:100%}.products-premium .product-card .img-glow{position:absolute;inset:0;background-color:#f1f5f9;border-radius:50%;filter:blur(24px);opacity:0;transition:opacity .3s}.products-premium .product-card img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;position:relative;z-index:10;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));transition:transform .5s}.products-premium .product-card h3{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:16px;transition:color .3s}.products-premium .product-card p{color:#64748b;line-height:1.7;margin-bottom:32px;flex-grow:1}.products-premium .product-card .view-btn{display:flex;align-items:center;color:#0f172a;font-weight:600;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;padding-bottom:8px;border-bottom:2px solid transparent;transition:all .3s}.products-premium .product-card .view-btn svg{width:16px;height:16px;margin-left:8px}.footer-premium{background-color:#0f172a;color:#94a3b8;padding:80px 0}.footer-premium .footer-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-bottom:64px}@media(min-width:768px){.footer-premium .footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-premium .footer-brand .logo{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;margin-bottom:24px}.footer-premium .footer-brand .logo svg{width:24px;height:24px;margin-right:8px;color:#cbd5e1}.footer-premium .footer-brand .logo span{color:#64748b}.footer-premium .footer-brand p{line-height:1.7;max-width:320px}.footer-premium h4{color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.footer-premium ul{list-style:none;padding:0;margin:0}.footer-premium ul li{margin-bottom:12px}.footer-premium ul a{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-premium ul a:hover{color:#fff}.footer-premium .footer-bottom{border-top:1px solid #1e293b;padding-top:32px;display:flex;flex-direction:column;align-items:center;font-size:.875rem;color:#64748b}@media(min-width:768px){.footer-premium .footer-bottom{flex-direction:row;justify-content:space-between}}
