*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1a73e8;--primary-dark: #1557b0;--bg: #ffffff;--bg-alt: #f8f9fa;--text: #202124;--text-secondary: #5f6368;--border: #dadce0;--radius: 12px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);--max-width: 1100px}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}img{max-width:100%;display:block}.site-header{position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:100}.nav-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-size:1.25rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.5rem}.logo span{color:var(--primary)}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:var(--text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle svg{width:24px;height:24px;stroke:var(--text)}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem;gap:1rem;box-shadow:var(--shadow)}.nav-links.open{display:flex}}.hero{padding:5rem 1.5rem;background:linear-gradient(135deg,#e8f0fe,#f8f9fa)}.hero-content{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-text{flex:1}.hero h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.hero p{font-size:1.15rem;color:var(--text-secondary);max-width:540px}.hero-logo{flex-shrink:0}.hero-logo img{width:220px;height:auto}@media(max-width:768px){.hero{padding:3rem 1.5rem}.hero-content{flex-direction:column-reverse;text-align:center}.hero h1{font-size:1.75rem}.hero-logo img{width:160px}}.section{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.section-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.product-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:box-shadow .3s,transform .2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.product-icon.bizmaster{background:#e8f5e9;color:#2e7d32}.product-icon.tcgmaster{background:#fce4ec;color:#c62828}.product-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-card p{color:var(--text-secondary);font-size:.95rem;margin-bottom:1.25rem}.product-link{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;font-size:.9rem}.product-link svg{width:16px;height:16px;transition:transform .2s}.product-link:hover svg{transform:translate(3px)}.about-section{background:var(--bg-alt)}.about-content{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.about-item{text-align:center;padding:1.5rem}.about-item-icon{width:48px;height:48px;border-radius:50%;background:#e8f0fe;color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem}.about-item h4{font-weight:600;margin-bottom:.5rem}.about-item p{color:var(--text-secondary);font-size:.9rem}.legal-page{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.legal-page h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.legal-page .last-updated{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem}.legal-page h2{font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text)}.legal-page p,.legal-page ul,.legal-page ol{margin-bottom:1rem;color:var(--text-secondary)}.legal-page ul,.legal-page ol{padding-left:1.5rem}.legal-page li{margin-bottom:.5rem}.legal-page a{text-decoration:underline}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.contact-card{background:var(--bg-alt);border-radius:var(--radius);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}.contact-card-icon{width:40px;height:40px;border-radius:50%;background:#e8f0fe;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card h4{font-weight:600;margin-bottom:.25rem}.contact-card p{color:var(--text-secondary);font-size:.9rem}.site-footer{background:#1a1a2e;color:#a0a0b0;padding:3rem 1.5rem 2rem}.footer-container{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:2fr repeat(2,1fr);gap:2rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr}}.footer-brand h3{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.footer-brand p{font-size:.85rem;line-height:1.6}.footer-links h4{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#a0a0b0;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:var(--max-width);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.8rem;flex-wrap:wrap;gap:.5rem}.footer-bottom a{color:#a0a0b0}.footer-bottom a:hover{color:#fff}.lang-switcher{position:relative}.lang-switcher-btn{display:flex;align-items:center;gap:.35rem;background:none;border:1px solid var(--border);border-radius:8px;padding:.35rem .65rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s;font-family:inherit}.lang-switcher-btn:hover{border-color:var(--primary);color:var(--primary)}.lang-switcher-btn svg{width:12px;height:12px;transition:transform .2s}.lang-switcher.open .lang-switcher-btn svg{transform:rotate(180deg)}.lang-dropdown{display:none;position:absolute;top:calc(100% + 4px);right:0;background:var(--bg);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);min-width:160px;z-index:200;max-height:320px;overflow-y:auto}.lang-switcher.open .lang-dropdown{display:block}.lang-dropdown a{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;color:var(--text-secondary);transition:background .15s}.lang-dropdown a:hover{background:var(--bg-alt);color:var(--text)}.lang-dropdown a.active{color:var(--primary);font-weight:600}
