*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #dbeafe;--accent: #7c3aed;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--bg: #f8fafc;--surface: #ffffff;--surface2: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--radius: 10px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.07), 0 4px 6px -2px rgba(0,0,0,.04);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "Fira Code", "Cascadia Code", Consolas, monospace;--max-w: 1200px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-w);margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.site-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--text);text-decoration:none!important}.logo-icon{font-size:1.4rem}.logo-accent{color:var(--primary)}.main-nav{display:none;gap:.25rem}.main-nav a{padding:.4rem .75rem;border-radius:6px;color:var(--text-muted);font-size:.9rem;font-weight:500;transition:all .15s}.main-nav a:hover{background:var(--primary-light);color:var(--primary);text-decoration:none}@media(min-width:768px){.main-nav{display:flex}}.mobile-menu-btn{display:flex;background:none;border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;font-size:1.1rem;cursor:pointer;color:var(--text)}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-nav{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 0 1rem;border-top:1px solid var(--border)}.mobile-nav a{padding:.6rem .75rem;border-radius:6px;color:var(--text-muted);font-size:.95rem}.mobile-nav a:hover{background:var(--primary-light);color:var(--primary);text-decoration:none}.hero{background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);color:#fff;padding:3rem 0 4rem;text-align:center}.hero h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.hero p{font-size:clamp(1rem,2vw,1.25rem);opacity:.9;max-width:600px;margin:0 auto 2rem}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:1.75rem;font-weight:800}.hero-stat span{font-size:.875rem;opacity:.8}.search-bar{max-width:560px;margin:0 auto;position:relative}.search-bar input{width:100%;padding:.875rem 1.25rem .875rem 3rem;border:none;border-radius:var(--radius);font-size:1rem;box-shadow:0 4px 12px #00000026;color:var(--text);background:#fff}.search-bar input:focus{outline:none;box-shadow:0 4px 20px #0003}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:var(--text-muted)}.section{padding:3rem 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.5rem}.section-count{font-size:.875rem;color:var(--text-muted)}.tools-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.tool-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:block;text-decoration:none!important;color:inherit}.tool-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}.tool-card-icon{font-size:1.75rem;margin-bottom:.75rem}.tool-card h3{font-size:1rem;font-weight:600;margin-bottom:.4rem;color:var(--text)}.tool-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.tool-card-arrow{margin-top:.75rem;font-size:.85rem;color:var(--primary);font-weight:500}.category-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff;padding:.3rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.tool-page{max-width:860px;margin:0 auto;padding:2rem 0 4rem}.tool-page-header{margin-bottom:2rem}.tool-page-header h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:.75rem}.tool-page-header p{font-size:1.05rem;color:var(--text-muted);max-width:680px}.tool-widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-md);margin-bottom:2.5rem}.tool-widget h2{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:8px;font-size:1rem;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s;font-family:var(--font)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1f}.form-textarea{resize:vertical;min-height:120px}.form-row{display:grid;gap:1rem}@media(min-width:540px){.form-row{grid-template-columns:1fr 1fr}}@media(min-width:720px){.form-row-3{grid-template-columns:1fr 1fr 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;border-radius:8px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:var(--font)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:var(--surface2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-full{width:100%}.btn-group{display:flex;gap:.5rem;flex-wrap:wrap}.result-box{background:linear-gradient(135deg,var(--primary-light),#ede9fe);border:1.5px solid var(--primary);border-radius:var(--radius);padding:1.25rem;margin-top:1.25rem}.result-box .result-label{font-size:.8rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.result-box .result-value{font-size:1.75rem;font-weight:800;color:var(--text)}.result-box .result-sub{font-size:.9rem;color:var(--text-muted);margin-top:.25rem}.result-grid{display:grid;gap:.75rem}@media(min-width:540px){.result-grid{grid-template-columns:1fr 1fr}}.result-item{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.875rem}.result-item .label{font-size:.8rem;color:var(--text-muted);font-weight:500}.result-item .value{font-size:1.2rem;font-weight:700;color:var(--text)}.code-box{background:#0f172a;color:#e2e8f0;border-radius:8px;padding:1rem;font-family:var(--mono);font-size:.875rem;overflow-x:auto;position:relative;margin-top:.75rem}.copy-btn{position:absolute;top:.5rem;right:.5rem;background:#ffffff1a;color:#94a3b8;border:none;border-radius:5px;padding:.25rem .6rem;font-size:.75rem;cursor:pointer}.copy-btn:hover{background:#fff3;color:#fff}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.35rem;font-weight:700;margin-bottom:1rem;color:var(--text);border-bottom:2px solid var(--primary-light);padding-bottom:.5rem}.content-section h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.content-section p{color:var(--text-muted);margin-bottom:.875rem;line-height:1.7}.content-section ul,.content-section ol{padding-left:1.5rem;color:var(--text-muted)}.content-section li{margin-bottom:.5rem;line-height:1.6}.steps{counter-reset:step}.step{display:flex;gap:1rem;margin-bottom:1.25rem;align-items:flex-start}.step-num{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.step-content p{font-size:.875rem;color:var(--text-muted)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;text-align:left;padding:1rem 1.25rem;background:var(--surface);border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;font-family:var(--font)}.faq-question:hover{background:var(--surface2)}.faq-answer{padding:0 1.25rem 1rem;color:var(--text-muted);font-size:.9rem;line-height:1.7;background:var(--surface)}.faq-icon{font-size:1.1rem;flex-shrink:0}.related-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.related-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;text-decoration:none!important;color:var(--text);transition:all .15s;font-size:.9rem;font-weight:500}.related-card:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.breadcrumb{padding:.75rem 0;margin-bottom:.5rem}.breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0}.breadcrumb li{display:flex;align-items:center;font-size:.875rem;color:var(--text-muted)}.breadcrumb a{color:var(--primary)}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-sep{margin:0 .1rem}.breadcrumb [aria-current=page]{color:var(--text);font-weight:500}.homepage-section{padding:2rem 0}.homepage-section+.homepage-section{border-top:1px solid var(--border)}.info-box{background:var(--primary-light);border-left:4px solid var(--primary);border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-size:.9rem;color:var(--text);margin:1rem 0}.success-box{background:#dcfce7;border-left:4px solid var(--success);border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-size:.9rem}.warning-box{background:#fef9c3;border-left:4px solid var(--warning);border-radius:0 8px 8px 0;padding:1rem 1.25rem;font-size:.9rem}input[type=range]{width:100%;accent-color:var(--primary);cursor:pointer}.color-swatch{width:100%;height:120px;border-radius:8px;border:1px solid var(--border);margin-bottom:.75rem;transition:background .1s}.tag{display:inline-flex;align-items:center;background:var(--surface2);border:1px solid var(--border);border-radius:999px;padding:.2rem .65rem;font-size:.8rem;color:var(--text-muted)}.tag-primary{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th{background:var(--surface2);padding:.625rem .875rem;text-align:left;font-weight:600;border:1px solid var(--border)}.data-table td{padding:.5rem .875rem;border:1px solid var(--border)}.data-table tr:nth-child(2n) td{background:var(--bg)}.progress-bar{background:var(--surface2);border-radius:999px;height:10px;overflow:hidden}.progress-fill{background:var(--primary);height:100%;border-radius:999px;transition:width .3s}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label,.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:var(--text)}.checkbox-label input,.radio-label input{accent-color:var(--primary);width:16px;height:16px}.site-footer{background:#0f172a;color:#94a3b8;padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid{display:grid;gap:2rem;margin-bottom:2.5rem}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand p{font-size:.875rem;line-height:1.7;margin-top:.5rem}.footer-brand .logo{color:#fff}.footer-links h3{color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:#94a3b8;font-size:.875rem}.footer-links a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid #1e293b;padding-top:1.5rem;text-align:center;font-size:.8rem;display:flex;flex-direction:column;gap:.25rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.hidden{display:none}.font-mono{font-family:var(--mono)}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.rounded{border-radius:var(--radius)}.border{border:1px solid var(--border)}.p-3{padding:1.5rem}.bg-surface{background:var(--surface)}img{max-width:100%;height:auto}@media print{.site-header,.site-footer,.breadcrumb,.related-grid{display:none}.tool-page{padding:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.legal-page{max-width:800px;margin:0 auto;padding:2.5rem 0 4rem}.legal-page h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:.5rem}.legal-updated{color:var(--text-muted);font-size:.9rem;margin-bottom:2.5rem}.legal-page section{margin-bottom:2.25rem}.legal-page h2{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-light)}.legal-page h3{font-size:1rem;font-weight:600;color:var(--text);margin:1rem 0 .4rem}.legal-page p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.legal-page ul{margin:.5rem 0 .75rem 1.25rem}.legal-page ul li{color:var(--text-muted);line-height:1.75;margin-bottom:.35rem}.legal-highlight-box{background:var(--primary-light);border-left:4px solid var(--primary);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem;margin-bottom:2rem;color:var(--text);font-size:.95rem;line-height:1.6}.legal-contact-box{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;line-height:2;font-size:.95rem;color:var(--text-muted);margin-top:.5rem}.legal-table-wrapper{overflow-x:auto;margin:1rem 0;border-radius:var(--radius);border:1px solid var(--border)}.legal-table{width:100%;border-collapse:collapse;font-size:.875rem}.legal-table th{background:var(--surface2);padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--text);border-bottom:1px solid var(--border)}.legal-table td{padding:.75rem 1rem;border-bottom:1px solid var(--border);color:var(--text-muted);vertical-align:top}.legal-table tr:last-child td{border-bottom:none}.legal-table tr:hover td{background:var(--surface2)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}.contact-info h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;border-bottom:2px solid var(--primary-light);padding-bottom:.5rem}.contact-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;gap:1rem;align-items:flex-start;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:box-shadow .2s}.contact-card:hover{box-shadow:var(--shadow-md)}.contact-card-icon{font-size:1.5rem;flex-shrink:0;line-height:1;margin-top:.1rem}.contact-card h3{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.contact-card p{font-size:.85rem;color:var(--text-muted);margin:0}.contact-form-wrap h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;border-bottom:2px solid var(--primary-light);padding-bottom:.5rem}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.contact-success{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2rem;text-align:center}.contact-success h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.contact-success p{color:var(--text-muted)}.footer-legal-links{display:flex;flex-wrap:wrap;gap:.5rem .75rem;align-items:center;margin-top:.25rem}.footer-legal-links a{font-size:.8rem;color:var(--text-muted)}.footer-legal-links a:hover{color:var(--primary)}.footer-legal-links span{color:var(--text-light);font-size:.8rem}
