.header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:100}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:1.4rem;font-weight:700;color:#111}.logo-icon{background:red;color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.logo-accent{color:red}.nav{display:flex;gap:24px}.nav a{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;transition:color .2s}.nav a:hover{color:red}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.bar{display:block;width:24px;height:3px;background:#333;border-radius:2px;transition:transform .2s,opacity .2s}.bar.open:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.bar.open:nth-child(2){opacity:0}.bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(max-width:640px){.menu-toggle{display:flex}.nav{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;border-bottom:1px solid #eee;gap:16px}.nav.open{display:flex}}.footer{background:#111;color:#ccc;padding:48px 0 24px;margin-top:64px}.footer-inner{display:flex;flex-direction:column;gap:32px}.footer-brand .logo{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:1.3rem;font-weight:700;color:#fff}.footer-brand .logo-icon{background:red;color:#fff;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem}.footer-brand .logo-accent{color:red}.footer-tagline{margin-top:8px;font-size:.9rem;color:#888}.footer-links{display:flex;gap:48px}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-col h4{color:#fff;margin-bottom:4px;font-size:.95rem}.footer-col a{color:#aaa;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:red}.footer-bottom{border-top:1px solid #333;padding-top:16px;display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:#666}@media(max-width:640px){.footer-links{gap:32px}}.url-input{width:100%;max-width:640px;margin:0 auto}.url-input-row{display:flex;gap:0;border:2px solid #ddd;border-radius:12px;overflow:hidden;transition:border-color .2s}.url-input-row:focus-within{border-color:red}.url-input-field{flex:1;padding:16px 20px;border:none;outline:none;font-size:1rem;color:#333;background:#fff;min-width:0}.url-input-field::placeholder{color:#aaa}.url-input-btn{padding:16px 24px;background:red;color:#fff;border:none;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.url-input-btn:hover{background:#c00}.url-input-error{color:red;font-size:.85rem;margin-top:8px;text-align:left}@media(max-width:520px){.url-input-row{flex-direction:column;border-radius:10px}.url-input-btn{border-radius:0}}.blog-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s}.blog-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.blog-card-thumb{height:140px;background:linear-gradient(135deg,#fff0f0,#ffe0e0);display:flex;align-items:center;justify-content:center}.blog-card-icon{font-size:2.5rem}.blog-card-body{padding:20px}.blog-card-body h3{font-size:1.05rem;font-weight:600;color:#111;margin:0 0 8px;line-height:1.3}.blog-card-body p{font-size:.88rem;color:#666;line-height:1.5;margin:0 0 12px}.blog-card-read{font-size:.85rem;font-weight:600;color:red}.hero{background:linear-gradient(135deg,#fff5f5,#fff,#fff5f5);padding:64px 0 48px;text-align:center}.hero h1{font-size:2.4rem;font-weight:800;color:#111;line-height:1.2;margin:0 0 16px}.hero .accent{color:red}.hero-subtitle{font-size:1.1rem;color:#555;max-width:600px;margin:0 auto 32px;line-height:1.6}.section{padding:64px 0}.section-gray{background:#fafafa}.section-title{text-align:center;font-size:1.8rem;font-weight:700;color:#111;margin:0 0 40px}.hero-callout{max-width:560px;margin:40px auto 0;background:#fff;border:2px solid #ff0000;border-radius:20px;padding:36px 32px 32px;text-align:center;box-shadow:0 4px 24px #ff00000f}.hero-callout-title{font-size:1.35rem;font-weight:700;color:#111;margin:0 0 8px}.hero-callout-desc{font-size:1rem;color:#555;line-height:1.6;margin:0 0 20px}.hero-callout-label{display:inline-block;background:#fff7e6;color:#b8860b;font-size:.78rem;font-weight:700;padding:4px 14px;border-radius:20px;letter-spacing:.03em;margin-bottom:16px}.hero-callout-example{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px}.hero-url{display:block;background:#f5f5f5;padding:12px 20px;border-radius:10px;font-size:1rem;color:#333;font-family:Courier New,Courier,monospace;word-break:break-all;width:100%;max-width:400px;text-align:center}.hero-url-highlight{background:#fff0f0;color:red;font-weight:700;border:2px solid #ffcccc}.hero-callout-arrow{font-size:1.4rem;color:red;font-weight:700}.hero-callout-benefits{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-callout-benefits span{font-size:.88rem;font-weight:600;color:#888}.hero-callout-benefits span:before{content:"✓ ";color:#22c55e;font-weight:700}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:720px;margin:0 auto}.step-card{text-align:center;padding:24px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:red;color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:16px}.step-card h3{font-size:1.05rem;margin:0 0 8px;color:#111}.step-card p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;max-width:900px;margin:0 auto}.feature-item{text-align:center;padding:24px}.feature-icon{font-size:2rem;display:block;margin-bottom:12px}.feature-item h3{font-size:1rem;margin:0 0 8px;color:#111}.feature-item p{font-size:.88rem;color:#666;margin:0;line-height:1.5}.formats-table-wrap{overflow-x:auto}.formats-table{width:100%;max-width:700px;margin:0 auto;border-collapse:collapse;font-size:.92rem}.formats-table th,.formats-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #eee}.formats-table th{background:#f5f5f5;font-weight:600;color:#333}.formats-table td{color:#555}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.faq-item h3{font-size:1rem;margin:0 0 8px;color:#111}.faq-item p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:900px;margin:0 auto}@media(max-width:640px){.hero h1{font-size:1.7rem}.hero-subtitle{font-size:.95rem}.hero-callout{padding:28px 20px 24px}.hero-callout-title{font-size:1.15rem}.hero-url{font-size:.85rem;padding:10px 14px}.hero-callout-benefits{gap:12px}.steps-grid{grid-template-columns:1fr;gap:16px}.section-title{font-size:1.4rem}}.download-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #eee;border-radius:12px;transition:box-shadow .2s,border-color .2s}.download-card:hover{box-shadow:0 4px 16px #00000014;border-color:red}.download-card-icon{font-size:1.6rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff0f0;border-radius:10px;flex-shrink:0}.download-card-info{flex:1;min-width:0}.download-card-info h3{font-size:1rem;font-weight:600;color:#111;margin:0}.download-card-info p{font-size:.85rem;color:#666;margin:4px 0 0}.download-card-btn{padding:10px 20px;background:red;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.download-card-btn:hover{background:#c00}@media(max-width:480px){.download-card{flex-wrap:wrap}.download-card-btn{width:100%;text-align:center}}.toast-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.toast{background:#fff;border-radius:12px;padding:32px 40px;box-shadow:0 8px 32px #00000026;max-width:400px;text-align:center;position:relative;animation:scaleIn .2s ease}.toast p{font-size:1rem;color:#333;margin:0;line-height:1.5}.toast-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer}.toast-close:hover{color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.download-page{padding:40px 24px;max-width:900px;margin:0 auto}.download-page h1{font-size:1.8rem;font-weight:700;color:#111;margin:0 0 24px;text-align:center}.video-preview{display:flex;gap:32px;background:#fff;border:1px solid #eee;border-radius:20px;padding:24px;margin-bottom:32px;box-shadow:0 2px 12px #0000000a;scroll-margin-top:80px}.video-preview-thumb{width:400px;flex-shrink:0;border-radius:12px;overflow:hidden;aspect-ratio:16 / 9}.video-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block}.video-preview-info{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.video-preview-title{font-size:1.5rem;font-weight:800;color:#111;margin:0 0 12px;line-height:1.25}.video-preview-subtitle{font-size:.95rem;color:#555;margin:0 0 8px;line-height:1.5}.video-preview-status{font-size:.85rem;color:#aaa;margin:0;font-style:italic}.download-error{text-align:center;color:red;margin-bottom:24px}.dl-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.dl-section{background:#fff;border:1px solid #eee;border-radius:16px;padding:28px 24px;margin-bottom:24px}.dl-grid .dl-section{margin-bottom:0}.dl-section-header{margin-bottom:20px}.dl-section-title{font-size:1.15rem;font-weight:700;color:#111;margin:0 0 4px}.dl-section-subtitle{font-size:.88rem;color:#777;margin:0}.dl-cards{display:flex;flex-direction:column;gap:12px}.download-another{text-align:center;padding-top:24px;border-top:1px solid #eee}.download-another h3{font-size:1.1rem;margin:0 0 16px;color:#333}@media(max-width:680px){.dl-grid{grid-template-columns:1fr}}@media(max-width:720px){.video-preview{flex-direction:column;gap:20px}.video-preview-thumb{width:100%}.video-preview-title{font-size:1.25rem}}.blog-page{padding:40px 24px;max-width:900px;margin:0 auto}.blog-page h1{font-size:2rem;font-weight:700;color:#111;text-align:center;margin:0 0 8px}.blog-intro{text-align:center;color:#666;margin:0 0 40px;font-size:1.05rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.blog-article{padding:40px 24px;max-width:700px;margin:0 auto}.back-link{display:inline-block;color:red;text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:24px}.back-link:hover{text-decoration:underline}.blog-article h1{font-size:2rem;font-weight:700;color:#111;margin:0 0 32px;line-height:1.3}.blog-article-content h2{font-size:1.3rem;font-weight:600;color:#222;margin:32px 0 12px}.blog-article-content p{font-size:.95rem;color:#444;line-height:1.7;margin:0 0 12px}.blog-article-content .list-item{padding-left:16px;margin-bottom:8px}.blog-article-content br{display:block;content:"";margin:8px 0}.about-page{padding:40px 24px;max-width:700px;margin:0 auto}.about-page h1{font-size:2rem;font-weight:700;color:#111;margin:0 0 32px;text-align:center}.about-section{margin-bottom:28px}.about-section h2{font-size:1.3rem;font-weight:600;color:#222;margin:0 0 12px}.about-section p{font-size:.95rem;color:#444;line-height:1.7;margin:0 0 12px}.about-section ul{padding-left:20px;margin:0}.about-section li{font-size:.95rem;color:#444;line-height:1.7;margin-bottom:6px}.about-section code{background:#f5f5f5;padding:2px 8px;border-radius:4px;font-size:.88rem;color:red}.about-section a{color:red;text-decoration:none;font-weight:500}.about-section a:hover{text-decoration:underline}.contact-page{padding:40px 24px;max-width:600px;margin:0 auto}.contact-page h1{font-size:2rem;font-weight:700;color:#111;margin:0 0 8px;text-align:center}.contact-intro{text-align:center;color:#666;margin:0 0 32px;font-size:1rem}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:14px 16px;border:2px solid #eee;border-radius:10px;font-size:.95rem;color:#333;outline:none;transition:border-color .2s;font-family:inherit;resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:red}.contact-submit{padding:16px;background:red;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.contact-submit:hover{background:#c00}.contact-success{text-align:center;padding:48px 24px;background:#f0fff0;border-radius:16px;border:1px solid #c0e0c0}.contact-success h2{color:#2a7a2a;margin:0 0 8px}.contact-success p{color:#555;margin:0}.legal-page{padding:40px 24px;max-width:700px;margin:0 auto}.legal-page h1{font-size:2rem;font-weight:700;color:#111;margin:0 0 4px;text-align:center}.legal-updated{text-align:center;color:#888;font-size:.88rem;margin:0 0 40px}.legal-page section{margin-bottom:28px}.legal-page h2{font-size:1.2rem;font-weight:600;color:#222;margin:0 0 10px}.legal-page p{font-size:.95rem;color:#444;line-height:1.7;margin:0 0 10px}.legal-page ul{padding-left:20px;margin:0 0 10px}.legal-page li{font-size:.95rem;color:#444;line-height:1.7;margin-bottom:6px}.legal-page a{color:red;text-decoration:none;font-weight:500}.legal-page a:hover{text-decoration:underline}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff;color:#333;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit}.container{max-width:1100px;margin:0 auto;padding-left:24px;padding-right:24px}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}::selection{background:red;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}
