*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Noto Sans TC,sans-serif;background:linear-gradient(135deg,#ffe5e5,#fff5f5);color:#333;line-height:1.6;min-height:100vh}.tool-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.tool-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 8px 24px #ff6b6b26}.logo-container{margin-bottom:1rem}.app-logo{width:120px;height:120px;object-fit:contain;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.tool-header h1{font-size:2.5rem;font-weight:700;color:#ff6b6b;margin-bottom:1rem;text-shadow:0 2px 8px rgba(255,107,107,.2)}.tool-intro{font-size:1.25rem;color:#ff6b6b;font-weight:500;margin-bottom:1rem}.tool-description{color:#666;margin-bottom:1.5rem;font-size:1rem}.feature-list{list-style:none;text-align:left;max-width:600px;margin:0 auto}.feature-list li{padding:.5rem 0;color:#555;font-size:.95rem}.guide-section{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.guide-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #ff6b6b1a;transition:all .3s ease;opacity:.5;min-width:120px}.guide-step.active{opacity:1;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;transform:scale(1.05);box-shadow:0 6px 20px #ff6b6b4d}.guide-step.completed{opacity:.8;background:#ffe5e5}.guide-icon{font-size:2rem}.guide-text{font-size:.875rem;font-weight:500;text-align:center}.upload-area{background:#fff;border:3px dashed #FF6B6B;border-radius:24px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;box-shadow:0 4px 16px #ff6b6b1a}.upload-area:hover{border-color:#ff8e8e;background:#fff5f5;transform:translateY(-2px);box-shadow:0 6px 24px #ff6b6b33}.upload-area.dragover{border-color:#ff6b6b;background:#ffe5e5;transform:scale(1.02)}.upload-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon-animation{font-size:4rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.upload-text{font-size:1.25rem;font-weight:600;color:#ff6b6b}.upload-hint{font-size:.875rem;color:#999}.file-list{margin-bottom:2rem}.file-item{background:#fff;border-radius:16px;padding:1.25rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #ff6b6b1a;transition:all .3s ease;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.file-item:hover{transform:translate(4px);box-shadow:0 6px 20px #ff6b6b33}.file-info{flex:1}.file-name{font-weight:600;color:#333;margin-bottom:.5rem;word-break:break-all}.file-details{font-size:.875rem;color:#999;display:flex;gap:1rem}.file-remove{background:#ff6b6b;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:12px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.875rem}.file-remove:hover{background:#ff8e8e;transform:scale(1.05)}.tool-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif;box-shadow:0 4px 12px #0000001a}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;color:#ff6b6b;border:2px solid #FF6B6B}.btn-secondary:hover{background:#ffe5e5;transform:translateY(-2px)}.btn-icon{font-size:1.25rem}.result-area{margin-bottom:2rem;min-height:100px}.result-success{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 16px #ff6b6b26;animation:slideIn .3s ease}.result-success h3{color:#ff6b6b;font-size:1.5rem;margin-bottom:1rem}.result-success p{color:#666;margin-bottom:1.5rem}.download-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;border:none;padding:1rem 2rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #ff6b6b4d}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.loading-animation{text-align:center;padding:2rem}.loading-spinner{width:60px;height:60px;margin:0 auto 1rem;border:4px solid #FFE5E5;border-top-color:#ff6b6b;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#ff6b6b;font-weight:500;font-size:1.125rem}.error-message{background:#fff5f5;border:2px solid #FF6B6B;border-radius:16px;padding:1.5rem;margin-bottom:1rem;color:#ff6b6b;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.error-message h4{margin-bottom:.5rem;font-size:1.125rem}.error-message p{font-size:.875rem;color:#666}.faq{background:#fff;border-radius:24px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 16px #ff6b6b1a}.faq h2{color:#ff6b6b;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #FFE5E5}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h3{color:#ff6b6b;font-size:1.125rem;margin-bottom:.5rem;font-weight:600}.faq-item p{color:#666;line-height:1.8}@media (max-width: 767px){.tool-header h1{font-size:2rem}.tool-intro{font-size:1.125rem}.guide-section{gap:.5rem}.guide-step{min-width:80px;padding:.75rem}.guide-icon{font-size:1.5rem}.guide-text{font-size:.75rem}.upload-area{padding:2rem 1rem}.upload-icon-animation{font-size:3rem}.upload-text{font-size:1rem}.file-item{flex-direction:column;align-items:flex-start;gap:1rem}.file-remove{width:100%;text-align:center}.tool-actions{flex-direction:column}.btn{width:100%;justify-content:center}}@media (min-width: 768px) and (max-width: 1023px){.tool-container{max-width:700px}}@media (min-width: 1024px){.tool-container{max-width:900px}}.ff-toolbar-trigger{position:fixed;bottom:30px;right:30px;width:52px;height:52px;border-radius:14px;background:#1a1a2ed9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(99,102,241,.25);cursor:move;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;touch-action:none;overflow:hidden;box-shadow:0 4px 24px #0006,0 0 0 1px #6366f11a}.ff-toolbar-trigger:hover{background:#1a1a2ef2;border-color:#6366f180;box-shadow:0 6px 32px #00000080,0 0 20px #6366f126;transform:scale(1.05)}.ff-toolbar-trigger:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.ff-toolbar-trigger.ff-dragging{cursor:grabbing;opacity:.85;transform:scale(1.08);transition:none!important}.ff-toolbar-trigger.ff-hidden{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.ff-toolbar-trigger-logo{width:34px;height:34px;object-fit:contain;display:block;border-radius:6px}.ff-toolbar-trigger-fallback{font-size:22px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.ff-toolbar-menu{position:fixed;background:#0f0f17eb;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(99,102,241,.25);border-radius:20px;padding:32px;min-width:320px;max-width:90vw;z-index:9998;opacity:0;pointer-events:none;transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform-origin:center center;will-change:top,left,transform,opacity;box-shadow:0 20px 60px #0009,0 0 0 1px #6366f11a}.ff-toolbar-menu.ff-show{opacity:1;transform:translate(-50%,-50%) scale(1);pointer-events:all}.ff-toolbar-menu-content{display:flex;flex-direction:column;gap:16px;width:100%}.ff-toolbar-menu-header{text-align:center;padding-bottom:12px;border-bottom:1px solid rgba(99,102,241,.15)}.ff-toolbar-menu-title{font-size:14px;font-weight:600;color:#e2e8f0e6;letter-spacing:.5px}.ff-toolbar-menu-items{display:flex;flex-direction:column;gap:8px;width:100%}.ff-toolbar-menu-item{display:flex;align-items:center;gap:14px;padding:14px 18px;color:#e2e8f0e6;text-decoration:none;border-radius:14px;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;cursor:pointer;background:#6366f10f;border:1px solid rgba(99,102,241,.12);width:100%;text-align:left;font-family:inherit}.ff-toolbar-menu-item:hover{background:#6366f126;border-color:#6366f159;color:#a5b4fc;transform:translate(4px)}.ff-toolbar-menu-item:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.ff-toolbar-menu-item-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;background:#6366f11a;border-radius:10px;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1);color:#a5b4fc}.ff-toolbar-menu-item-icon svg{width:20px;height:20px;display:block}.ff-toolbar-menu-item:hover .ff-toolbar-menu-item-icon{background:#6366f133;transform:scale(1.08)}.ff-toolbar-menu-item-text{font-size:14px;font-weight:500;color:inherit}.ff-toolbar-menu-footer{text-align:center;padding-top:8px;border-top:1px solid rgba(99,102,241,.1)}.ff-toolbar-menu-footer-text{font-size:11px;color:#e2e8f059;letter-spacing:.3px}@media (max-width: 768px){.ff-toolbar-trigger{width:46px;height:46px;border-radius:12px}.ff-toolbar-trigger-logo{width:28px;height:28px}.ff-toolbar-trigger-fallback{font-size:20px}.ff-toolbar-menu{min-width:280px;padding:24px 20px}.ff-toolbar-menu-items{gap:6px}.ff-toolbar-menu-item{padding:12px 14px;gap:12px}.ff-toolbar-menu-item-icon{width:32px;height:32px;font-size:18px;border-radius:8px}}@media (prefers-reduced-motion: reduce){.ff-toolbar-trigger,.ff-toolbar-menu,.ff-toolbar-menu-item,.ff-toolbar-menu-item-icon{animation:none!important;transition:none!important}.ff-toolbar-trigger:hover,.ff-toolbar-menu-item:hover{transform:none}}.ff-cookie-banner{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(120%);width:calc(100vw - 32px);max-width:640px;background:#0f0f17eb;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(99,102,241,.25);border-radius:20px;box-shadow:0 20px 60px #0009,0 0 0 1px #6366f11a;color:#e2e8f0e6;font-family:Noto Sans TC,Inter,system-ui,-apple-system,sans-serif;z-index:9997;opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.ff-cookie-banner.ff-show{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.ff-cookie-banner-content,.ff-cookie-panel-content{padding:24px 28px;display:flex;flex-direction:column;gap:14px}.ff-cookie-title{font-size:18px;font-weight:600;color:#e2e8f0f2;margin:0;letter-spacing:.3px}.ff-cookie-desc{font-size:14px;line-height:1.6;color:#e2e8f0cc;margin:0}.ff-cookie-tiers{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;font-size:13px;line-height:1.55;color:#e2e8f0bf}.ff-cookie-tier strong{color:#a5b4fc;font-weight:600}.ff-cookie-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}.ff-cookie-btn{flex:1 1 auto;min-width:120px;padding:11px 18px;font-size:14px;font-weight:500;font-family:inherit;border-radius:12px;border:1px solid rgba(99,102,241,.25);background:#6366f10f;color:#e2e8f0e6;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.ff-cookie-btn:hover{background:#6366f12e;border-color:#6366f173;color:#c7d2fe}.ff-cookie-btn:focus-visible{outline:2px solid rgba(99,102,241,.8);outline-offset:2px}.ff-cookie-btn-accept{background:#6366f152;border-color:#a5b4fc80;color:#fff}.ff-cookie-btn-accept:hover{background:#6366f180;color:#fff}.ff-cookie-link{font-size:13px;color:#a5b4fc;text-decoration:underline;text-underline-offset:2px;align-self:flex-start}.ff-cookie-link:hover{color:#c7d2fe}.ff-cookie-toggles{display:flex;flex-direction:column;gap:12px}.ff-cookie-toggle{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center;padding:14px 16px;border-radius:12px;background:#6366f10a;border:1px solid rgba(99,102,241,.12);cursor:pointer}.ff-cookie-toggle-disabled{cursor:not-allowed;opacity:.7}.ff-cookie-toggle input[type=checkbox]{grid-row:1 / span 2;grid-column:1;width:20px;height:20px;accent-color:#6366f1;cursor:inherit}.ff-cookie-toggle-label{grid-row:1;grid-column:2;font-size:14px;font-weight:600;color:#e2e8f0f2}.ff-cookie-toggle-desc{grid-row:2;grid-column:2;font-size:12px;line-height:1.55;color:#e2e8f0a6;margin-top:2px}.ff-cookie-panel-actions{display:flex;gap:8px;margin-top:4px}.ff-cookie-btn-save{background:#6366f152;border-color:#a5b4fc80;color:#fff}.ff-cookie-btn-save:hover{background:#6366f180}@media (max-width: 767px){.ff-cookie-banner{bottom:12px;left:12px;right:12px;width:auto;max-width:none;transform:translateY(120%)}.ff-cookie-banner.ff-show{transform:translateY(0)}.ff-cookie-banner-content,.ff-cookie-panel-content{padding:20px 18px;gap:12px}.ff-cookie-title{font-size:16px}.ff-cookie-desc{font-size:13px}.ff-cookie-actions{flex-direction:column}.ff-cookie-btn{flex:1 1 auto;min-width:0;width:100%;padding:12px 16px}}@media (prefers-reduced-motion: reduce){.ff-cookie-banner{transition:none!important}}.ff-ad-slot{display:none;min-height:0}.ff-ad-slot[data-ad-status=filled]{display:block;margin:24px 0;background:transparent}.ff-ad-slot.ff-ad-grid-inline[data-ad-status=filled]{min-height:250px;grid-column:span 1;margin:0}.ff-ad-slot.ff-ad-banner-bottom[data-ad-status=filled]{min-height:90px;width:100%;max-width:728px;margin-left:auto;margin-right:auto}.ff-ad-slot.ff-ad-rect-bottom[data-ad-status=filled]{min-height:250px;width:100%;max-width:300px;margin-left:auto;margin-right:auto}@media (max-width: 767px){.ff-ad-slot.ff-ad-banner-bottom[data-ad-status=filled]{min-height:50px;max-width:320px}}.ff-ad-slot ins.adsbygoogle{display:block;width:100%}.ff-legal-footer-inline{text-align:center;font-size:12px;color:#787878d9;line-height:1.7;padding:0 12px}.ff-legal-footer-inline a{color:inherit;text-decoration:none;transition:color .2s ease}.ff-legal-footer-inline a:hover{color:#6366f1;text-decoration:underline}.ff-legal-footer-inline .ff-legal-sep{margin:0 6px;opacity:.55}.ff-legal-footer-inline.ff-legal-footer-landing{position:fixed;bottom:16px;left:0;right:0;color:#ffffff73;z-index:10;pointer-events:none}.ff-legal-footer-inline.ff-legal-footer-landing a{pointer-events:auto}.ff-legal-footer-inline.ff-legal-footer-landing a:hover{color:#fffffff2;text-decoration:underline}.ff-legal-footer-inline.ff-legal-footer-app{padding:16px 12px 32px}.ff-site-footer{padding:var(--spacing-xxl) 0 var(--spacing-xl);border-top:1px solid var(--border-color)}.ff-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.ff-footer-section h3,.ff-footer-section h4{font-size:1rem;font-weight:500;margin-bottom:var(--spacing-sm);color:var(--text-primary)}.ff-footer-links{list-style:none}.ff-footer-links li{margin-bottom:var(--spacing-xs)}.ff-footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9375rem;transition:var(--transition)}.ff-footer-links a:hover{color:var(--fire-blue)}.ff-footer-bottom{text-align:center;padding-top:var(--spacing-lg);border-top:1px solid var(--border-color);color:var(--text-tertiary);font-size:.875rem}.ff-footer-logo{font-size:1.25rem;font-weight:700;margin-bottom:var(--spacing-xs);color:var(--text-primary)}.ff-footer-tagline{font-size:1rem;color:var(--text-primary);font-weight:400;margin-bottom:var(--spacing-xs)}.ff-footer-subtitle{font-size:.875rem;color:var(--text-secondary);font-family:var(--font-family-en, "Inter", sans-serif);font-weight:300}.ff-footer-domain{margin-top:var(--spacing-xs);font-family:var(--font-family-en, "Inter", sans-serif)}@media (max-width: 480px){.ff-legal-footer-inline{font-size:11px}.ff-legal-footer-inline .ff-legal-sep{margin:0 4px}}@media (prefers-reduced-motion: reduce){.ff-legal-footer-inline a{transition:none}}.ff-disclaimer{background:#6366f10d;border-left:4px solid rgba(99,102,241,.6);padding:20px 24px;margin:32px 0;border-radius:8px;font-size:14px;color:#e2e8f0d9}.ff-disclaimer-title{font-size:16px;font-weight:600;margin:0 0 8px;color:#e2e8f0f2}.ff-disclaimer-summary{margin:8px 0;line-height:1.6}.ff-disclaimer-details{margin-top:12px}.ff-disclaimer-details>summary{cursor:pointer;font-weight:500;padding:8px 0;color:#a5b4fcf2;list-style:none}.ff-disclaimer-details>summary::-webkit-details-marker{display:none}.ff-disclaimer-details>summary:before{content:"▸ ";display:inline-block;margin-right:4px;transition:transform .2s ease}.ff-disclaimer-details[open]>summary:before{transform:rotate(90deg)}.ff-disclaimer-details h4{font-size:14px;font-weight:600;margin-top:12px;margin-bottom:4px;color:#e2e8f0e6}.ff-disclaimer-details p{margin:4px 0;line-height:1.6}.ff-disclaimer-link{margin-top:16px;font-size:13px;color:#e2e8f0b3}.ff-disclaimer-link a{color:#a5b4fcf2;text-decoration:underline;text-underline-offset:2px;margin-left:4px}@media (max-width: 767px){.ff-disclaimer{padding:16px 20px;margin:24px 0;font-size:13px}.ff-disclaimer-title{font-size:15px}}@media (prefers-reduced-motion: reduce){.ff-disclaimer-details>summary:before{transition:none}}
