:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#e0e7ff;--sidebar-bg:#0f172a;--sidebar-hover:#1e293b;--sidebar-active:rgba(99,102,241,0.18);--sidebar-border:rgba(255,255,255,0.06);--bg:#f1f5f9;--card-bg:#ffffff;--text:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--radius:14px;--radius-sm:8px;--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);--shadow:0 4px 12px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.05);--shadow-lg:0 10px 30px rgba(0,0,0,.10),0 4px 10px rgba(0,0,0,.06);--sidebar-width:256px;--header-height:64px;--transition:all .18s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;overflow-y:auto;overflow-x:hidden;z-index:100;transition:transform .25s ease;scrollbar-width:thin;scrollbar-color:#334155 transparent}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:20px 16px 16px;border-bottom:1px solid var(--sidebar-border);flex-shrink:0}.sidebar-logo-icon{width:36px;height:36px;background:var(--primary);border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.sidebar-logo-text{color:#f8fafc;font-weight:700;font-size:1rem;line-height:1.2}.sidebar-logo-text span{display:block;font-size:.7rem;font-weight:400;color:#94a3b8}.sidebar-nav{flex:1;padding:10px 0 20px}.sidebar-category{padding:14px 16px 4px;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#475569}.sidebar-item{display:flex;align-items:center;gap:10px;padding:8px 16px;font-size:.82rem;color:#94a3b8;border-radius:0;transition:var(--transition);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.sidebar-item:hover{background:var(--sidebar-hover);color:#e2e8f0}.sidebar-item.active{background:var(--sidebar-active);color:#a5b4fc}.sidebar-item.active::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);border-radius:0 3px 3px 0}.sidebar-item [data-lucide]{width:15px;height:15px;flex-shrink:0}.sidebar-item-badge{margin-left:auto;font-size:.6rem;padding:1px 6px;border-radius:20px;font-weight:600;letter-spacing:.03em}.badge-soon{background:#1e293b;color:#64748b}.main-content{margin-left:var(--sidebar-width);flex:1;min-height:100vh;display:flex;flex-direction:column}.topbar{height:var(--header-height);background:var(--card-bg);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 28px;gap:16px;position:sticky;top:0;z-index:50;flex-shrink:0}.topbar-title{font-size:1.05rem;font-weight:600}.topbar-sub{font-size:.83rem;color:var(--text-muted);margin-left:4px}.topbar-right{margin-left:auto;display:flex;align-items:center;gap:10px}.topbar-search{display:flex;align-items:center;gap:8px;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:6px 12px;font-size:.85rem;color:var(--text-muted);min-width:200px}.topbar-search input{border:none;background:0 0;outline:0;color:var(--text);width:100%;font-size:.85rem}.topbar-search [data-lucide]{width:15px;height:15px;flex-shrink:0}.menu-toggle{display:none;background:0 0;border:none;color:var(--text);padding:6px;border-radius:8px}.menu-toggle:hover{background:var(--bg)}.dashboard{padding:28px;flex:1}.hero{background:linear-gradient(135deg,#4f46e5 0,#7c3aed 100%);border-radius:var(--radius);padding:32px 36px;color:#fff;margin-bottom:32px;position:relative;overflow:hidden}.hero::after{content:'';position:absolute;right:-60px;top:-60px;width:280px;height:280px;background:rgba(255,255,255,.06);border-radius:50%}.hero::before{content:'';position:absolute;right:60px;bottom:-80px;width:200px;height:200px;background:rgba(255,255,255,.04);border-radius:50%}.hero-title{font-size:1.6rem;font-weight:800;margin-bottom:6px;position:relative;z-index:1}.hero-sub{font-size:.9rem;opacity:.85;position:relative;z-index:1}.hero-chips{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap;position:relative;z-index:1}.hero-chip{background:rgba(255,255,255,.15);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:500}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;margin-top:28px}.section-header:first-of-type{margin-top:0}.section-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.section-title{font-size:1rem;font-weight:700}.section-count{font-size:.78rem;color:var(--text-muted);background:var(--bg);padding:2px 8px;border-radius:20px;margin-left:4px}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-bottom:8px}.tool-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:18px 16px;cursor:pointer;transition:var(--transition);display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden}.tool-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#c7d2fe}.tool-card-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-card-icon [data-lucide]{width:20px;height:20px}.tool-card-name{font-size:.88rem;font-weight:700;line-height:1.3}.tool-card-desc{font-size:.75rem;color:var(--text-muted);line-height:1.5}.tool-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.card-badge{font-size:.65rem;font-weight:600;padding:2px 8px;border-radius:20px;letter-spacing:.03em}.badge-live{background:#d1fae5;color:#065f46}.badge-soon-card{background:#f1f5f9;color:#94a3b8}.tool-card-arrow [data-lucide]{width:14px;height:14px;color:var(--text-muted)}.tool-page{padding:28px;flex:1;max-width:780px}.tool-header{margin-bottom:28px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--text-muted);margin-bottom:16px;transition:var(--transition)}.back-link:hover{color:var(--primary)}.back-link [data-lucide]{width:14px;height:14px}.tool-header-top{display:flex;align-items:flex-start;gap:16px}.tool-header-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-header-icon [data-lucide]{width:26px;height:26px}.tool-header-info{flex:1}.tool-header-name{font-size:1.5rem;font-weight:800;margin-bottom:4px}.tool-header-desc{font-size:.88rem;color:var(--text-muted);line-height:1.6}.tool-status{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;margin-top:8px}.status-live{background:#d1fae5;color:#065f46}.status-soon{background:#fef3c7;color:#92400e}.status-dot{width:6px;height:6px;border-radius:50%}.status-live .status-dot{background:#10b981}.status-soon .status-dot{background:#f59e0b}.upload-section{margin-bottom:20px}.upload-label{font-size:.82rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;display:block}.upload-area{border:2px dashed var(--border);border-radius:var(--radius);padding:36px 20px;text-align:center;cursor:pointer;transition:var(--transition);background:#fafbfd;position:relative}.upload-area.dragover,.upload-area:hover{border-color:var(--primary);background:var(--primary-light)}.upload-area input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-icon{color:#a5b4fc;margin-bottom:12px}.upload-icon [data-lucide]{width:40px;height:40px}.upload-text{font-weight:600;color:var(--text);font-size:.93rem;margin-bottom:4px}.upload-hint{font-size:.78rem;color:var(--text-muted)}.upload-files-list{margin-top:14px;display:flex;flex-direction:column;gap:6px}.upload-file-item{display:flex;align-items:center;gap:10px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 12px;font-size:.82rem}.upload-file-item [data-lucide]{width:15px;height:15px;color:var(--primary)}.upload-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-file-size{color:var(--text-muted);font-size:.75rem;flex-shrink:0}.upload-file-remove{background:0 0;border:none;color:var(--text-muted);padding:2px;border-radius:4px;display:flex;align-items:center}.upload-file-remove:hover{color:var(--error);background:#fee2e2}.upload-file-remove [data-lucide]{width:13px;height:13px}.options-section{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:20px;margin-bottom:20px}.options-title{font-size:.88rem;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.options-title [data-lucide]{width:16px;height:16px;color:var(--primary)}.options-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.78rem;font-weight:600;color:var(--text-muted)}.form-input,.form-select{border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-size:.85rem;background:var(--bg);color:var(--text);outline:0;transition:var(--transition);width:100%}.form-input:focus,.form-select:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 24px;border-radius:10px;font-size:.88rem;font-weight:600;border:none;transition:var(--transition);white-space:nowrap}.btn [data-lucide]{width:16px;height:16px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 4px 12px rgba(99,102,241,.35)}.btn-primary:disabled{background:#c7d2fe;cursor:not-allowed}.btn-outline{background:#fff;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{background:var(--bg);border-color:#a5b4fc}.btn-lg{padding:13px 32px;font-size:.95rem}.process-btn-wrap{display:flex;gap:12px;align-items:center}.status-card{border-radius:var(--radius);padding:18px 20px;display:flex;align-items:flex-start;gap:14px;margin-top:20px}.status-card [data-lucide]{width:22px;height:22px;flex-shrink:0;margin-top:1px}.status-card-title{font-weight:700;margin-bottom:3px;font-size:.9rem}.status-card-msg{font-size:.83rem;line-height:1.5}.status-loading{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.status-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#065f46}.status-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.status-soon-card{background:#fefce8;border:1px solid #fde68a;color:#92400e}.spinner{width:20px;height:20px;border:2.5px solid #bae6fd;border-top-color:#0ea5e9;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.download-btn-wrap{margin-top:12px}.coming-soon-overlay{background:linear-gradient(135deg,#fefce8,#fef3c7);border:1px solid #fde68a;border-radius:var(--radius);padding:32px;text-align:center;margin-top:20px}.coming-soon-icon{font-size:2.5rem;margin-bottom:12px}.coming-soon-title{font-size:1.1rem;font-weight:700;color:#92400e;margin-bottom:6px}.coming-soon-msg{font-size:.85rem;color:#a16207;line-height:1.6}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state [data-lucide]{width:48px;height:48px;margin-bottom:16px;opacity:.4}.empty-state-title{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:6px}.sidebar-filter-nav{display:flex;flex-direction:column;gap:2px;padding:10px 10px 6px;border-bottom:1px solid var(--sidebar-border)}.sidebar-filter-btn{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;font-size:.8rem;font-weight:500;color:#94a3b8;transition:var(--transition);white-space:nowrap}.sidebar-filter-btn [data-lucide]{width:14px;height:14px;flex-shrink:0}.sidebar-filter-btn:hover{background:var(--sidebar-hover);color:#e2e8f0}.sidebar-filter-btn.active{background:var(--sidebar-active);color:#a5b4fc;font-weight:600}.cat-badge{font-size:.62rem;font-weight:700;padding:2px 7px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.tool-card--soon{cursor:pointer;opacity:.82;background:#f8fafc}.tool-card--soon:hover{opacity:1;transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#fde68a}.tool-card--soon .tool-card-name{color:#64748b}.tool-card--soon .tool-card-desc{color:#94a3b8}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(4px);z-index:999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .15s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:20px;padding:36px 32px 28px;max-width:420px;width:100%;text-align:center;box-shadow:0 25px 60px rgba(0,0,0,.18),0 10px 20px rgba(0,0,0,.1);animation:slideUp .2s ease;position:relative}@keyframes slideUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:16px;right:16px;background:var(--bg);border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:var(--transition)}.modal-close:hover{background:#fee2e2;color:var(--error)}.modal-close [data-lucide]{width:14px;height:14px}.modal-emoji{font-size:3rem;margin-bottom:14px;display:block;line-height:1}.modal-title{font-size:1.2rem;font-weight:800;color:var(--text);margin-bottom:8px}.modal-tool-label{display:inline-block;background:var(--primary-light);color:var(--primary-dark);font-size:.8rem;font-weight:600;padding:3px 10px;border-radius:20px;margin-bottom:12px}.modal-message{font-size:.88rem;color:var(--text-muted);line-height:1.7;margin-bottom:22px}.modal-actions{display:flex;gap:10px;justify-content:center}.hidden{display:none!important}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:8px}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.main-content{margin-left:0}.menu-toggle{display:flex;align-items:center;justify-content:center}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.dashboard{padding:16px}.tool-page{padding:16px}.options-grid{grid-template-columns:1fr}.hero{padding:24px 20px}.hero-title{font-size:1.25rem}.sidebar-overlay{display:block}.modal-box{padding:28px 20px 22px}}@media (min-width:769px){.sidebar-overlay{display:none!important}}.sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99}.text-result-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;margin-top:24px}.text-result-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);background:rgba(99,102,241,.04)}.text-result-label{display:flex;align-items:center;gap:7px;font-weight:600;font-size:.88rem;color:var(--text)}.text-result-label i{width:15px;height:15px;color:var(--primary)}.text-result-area{display:block;width:100%;min-height:220px;max-height:480px;padding:16px 18px;border:none;outline:0;resize:vertical;background:var(--card-bg);color:var(--text);font-family:'SF Mono','Fira Code','Cascadia Code',monospace;font-size:.82rem;line-height:1.7;white-space:pre-wrap}.btn-sm{padding:5px 12px;font-size:.78rem}.report-table{padding:10px 16px 16px;display:flex;flex-direction:column;gap:4px}.report-row{display:flex;align-items:baseline;gap:12px;padding:8px 10px;border-radius:7px;font-size:.84rem;background:var(--bg)}.report-row:nth-child(2n){background:rgba(99,102,241,.04)}.report-key{font-weight:600;min-width:170px;color:var(--text-muted);flex-shrink:0}.report-val{color:var(--text);flex:1;word-break:break-word}.site-footer{background:var(--sidebar-bg);color:#94a3b8;padding:28px;margin-top:auto;flex-shrink:0}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.footer-brand{display:flex;align-items:baseline;gap:10px}.footer-logo{color:#f8fafc;font-weight:800;font-size:1.1rem}.footer-tagline{font-size:.78rem;color:#475569}.footer-links{display:flex;flex-wrap:wrap;gap:6px 18px}.footer-links a{font-size:.8rem;color:#64748b;transition:color .15s}.footer-links a:hover{color:#a5b4fc}.footer-legal{font-size:.74rem;color:#334155;line-height:1.5}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;border-top:1px solid #334155;z-index:9000;padding:14px 24px;animation:slideUpCookie .3s ease}@keyframes slideUpCookie{from{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-text{font-size:.83rem;color:#cbd5e1;line-height:1.5;flex:1;min-width:220px}.cookie-text strong{color:#f8fafc}.cookie-text a{color:#a5b4fc;text-decoration:underline}.cookie-actions{display:flex;gap:8px;flex-shrink:0}.ad-slot{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#94a3b8;font-size:.7rem;text-align:center}.ad-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.ad-leaderboard{height:60px;margin:0;border-radius:0;border-left:none;border-right:none;border-top:none}.ad-rectangle{min-height:90px;margin:0 auto;max-width:728px;border-radius:8px}.seo-content{margin-top:40px;padding-top:28px;border-top:1px solid var(--border);color:var(--text);max-width:740px}.seo-content h2{font-size:1.2rem;font-weight:800;margin-bottom:12px;color:var(--text)}.seo-content h3{font-size:.95rem;font-weight:700;margin-top:20px;margin-bottom:8px;color:var(--text)}.seo-content p{font-size:.85rem;color:var(--text-muted);line-height:1.75;margin-bottom:12px}.seo-content strong{color:var(--text)}.seo-content em{font-style:italic}.seo-content code{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-size:.8rem;font-family:'SF Mono','Fira Code',monospace;color:var(--primary-dark)}.seo-steps{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.seo-steps li{font-size:.85rem;color:var(--text-muted);line-height:1.6}.seo-steps li strong{color:var(--text)}.badge-premium{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;font-size:.6rem;font-weight:700;padding:2px 7px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase}.blog-page{max-width:800px;margin:0 auto;padding:40px 28px 60px}.blog-page h1{font-size:2rem;font-weight:800;margin-bottom:8px}.blog-page .blog-meta{font-size:.82rem;color:var(--text-muted);margin-bottom:28px}.blog-page h2{font-size:1.3rem;font-weight:700;margin:32px 0 10px}.blog-page h3{font-size:1rem;font-weight:700;margin:20px 0 8px}.blog-page p{font-size:.9rem;color:#374151;line-height:1.8;margin-bottom:14px}.blog-page ol,.blog-page ul{padding-left:22px;margin-bottom:14px}.blog-page li{font-size:.9rem;color:#374151;line-height:1.7;margin-bottom:4px}.blog-page .cta-box{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:var(--radius);padding:24px 28px;margin:32px 0;text-align:center}.blog-page .cta-box h3{color:#fff;margin:0 0 8px}.blog-page .cta-box p{color:rgba(255,255,255,.85);margin:0 0 16px;font-size:.88rem}.blog-page .cta-box a{background:#fff;color:var(--primary-dark);font-weight:700;padding:10px 24px;border-radius:8px;display:inline-block;font-size:.88rem;text-decoration:none}.blog-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:24px}.blog-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:var(--transition);display:block;color:var(--text)}.blog-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:#c7d2fe}.blog-card-cat{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:8px}.blog-card-title{font-size:.95rem;font-weight:700;margin-bottom:6px;line-height:1.4}.blog-card-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5}.legal-page{max-width:800px;margin:0 auto;padding:40px 28px 60px}.legal-page h1{font-size:1.8rem;font-weight:800;margin-bottom:6px}.legal-page .legal-date{font-size:.8rem;color:var(--text-muted);margin-bottom:32px}.legal-page h2{font-size:1.05rem;font-weight:700;margin:28px 0 8px;color:var(--text)}.legal-page p{font-size:.88rem;color:#374151;line-height:1.8;margin-bottom:12px}.legal-page ul{padding-left:20px;margin-bottom:12px}.legal-page li{font-size:.88rem;color:#374151;line-height:1.7;margin-bottom:4px}.legal-page a{color:var(--primary)}@media (max-width:768px){.cookie-inner{flex-direction:column;align-items:flex-start;gap:12px}.cookie-actions{width:100%}.ad-leaderboard{height:50px}.blog-page,.legal-page{padding:24px 16px 40px}.blog-page h1{font-size:1.5rem}}.main-content{width:100% !important;margin:0 !important;}.sidebar{position:fixed;left:-100%;width:250px;transition:0.3s;z-index:9999;background:white;}.sidebar.active{left:0 !important;}
