.site-header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background-color:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-container{display:flex;height:3rem;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--foreground)}.logo-icon{width:24px;height:24px;color:var(--primary)}.nav-desktop{display:none;gap:1.5rem;align-items:center}.nav-link{font-size:.875rem;font-weight:500;color:var(--foreground);transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-mobile-btn{display:flex;padding:.5rem;background:transparent;border:none;color:var(--foreground)}.site-footer{border-top:1px solid var(--border);background-color:var(--card);padding:3rem 0;margin-top:auto}.footer-content{display:grid;gap:2rem;grid-template-columns:1fr}.footer-brand h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#64748b;font-size:.875rem;max-width:300px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-col h4{font-size:.875rem;font-weight:600;margin-bottom:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.5rem}.footer-col a{font-size:.875rem;color:#64748b;transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--border);margin-top:3rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;color:#64748b}@media (min-width: 768px){.nav-desktop{display:flex}.nav-mobile-btn{display:none}.footer-content{grid-template-columns:2fr 3fr}.footer-links{grid-template-columns:repeat(3,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between}}.home-page{animation:fadeIn .5s ease-in-out}.hero-section{text-align:center;padding:3rem 0 4rem;background:radial-gradient(circle at top center,var(--secondary),transparent 70%)}.hero-title{font-size:3rem;font-weight:800;letter-spacing:-.05rem;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,var(--foreground) 0%,#444 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title span{color:var(--primary);-webkit-text-fill-color:var(--primary)}.hero-subtitle{font-size:1.25rem;color:#64748b;max-width:600px;margin:0 auto 2.5rem}.glow-text{color:var(--primary);text-shadow:0 0 15px rgba(99,102,241,.7);font-weight:600}.categories-nav{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:3rem}.category-btn{padding:.5rem 1.25rem;border-radius:99px;border:1px solid var(--border);background:var(--card);color:#64748b;font-weight:500;transition:all .2s}.category-btn:hover{border-color:var(--primary);color:var(--primary)}.category-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-bottom:4rem}.tool-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .2s;display:flex;flex-direction:column;height:100%}.tool-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px -10px #0000001a;border-color:var(--primary)}.tool-icon-wrapper{width:48px;height:48px;background:var(--secondary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--primary)}.tool-info h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.tool-info p{font-size:.875rem;color:#64748b;line-height:1.5}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2.25rem}}.merge-tool-container{padding-bottom:4rem;animation:fadeIn .5s ease-out}.merge-header{text-align:center;margin-bottom:3rem}.merge-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--foreground) 0%,#444 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.merge-card{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:0 4px 20px -2px #0000000d}.merge-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 1024px){.merge-layout{grid-template-columns:350px 1fr}}.paste-drop-zone{border:2px dashed var(--border);border-radius:1rem;padding:2rem;text-align:center;cursor:pointer;background:#f8fafc;transition:all .2s;margin-bottom:1.5rem}.paste-drop-zone:hover,.paste-drop-zone.active{border-color:var(--primary);background:#6366f10d}.paste-drop-zone p{color:#64748b;margin-top:1rem;font-size:.95rem}.image-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;margin-bottom:2rem}.image-thumb{position:relative;aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:1px solid var(--border)}.image-thumb img{width:100%;height:100%;object-fit:cover}.remove-thumb{position:absolute;top:2px;right:2px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px}.options-panel{display:flex;flex-direction:column;gap:1.5rem}.option-group{display:flex;flex-direction:column;gap:.75rem}.option-group label{font-size:.875rem;font-weight:600;color:#475569}.btn-toggle-group{display:flex;gap:.5rem;background:#f1f5f9;padding:.25rem;border-radius:.75rem}.toggle-btn{flex:1;padding:.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;background:transparent;color:#64748b}.toggle-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #0000000d}.select-input{width:100%;padding:.625rem;border-radius:.5rem;border:1px solid var(--border);outline:none;font-size:.875rem}.range-with-val{display:flex;align-items:center;gap:1rem}.range-with-val input[type=range]{flex:1}.range-val{font-size:.875rem;font-weight:600;color:var(--primary);min-width:2.5rem}.switch-group{display:flex;justify-content:space-between;align-items:center}.preview-container{background:#f1f5f9;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;position:relative;overflow:auto}.preview-canvas-wrapper{max-width:100%;max-height:700px;display:flex;align-items:center;justify-content:center}.merged-image-preview{max-width:100%;height:auto;object-fit:contain}.download-section{position:sticky;bottom:2rem;width:100%;max-width:400px;margin:2rem auto 0}.merge-download-btn{width:100%;padding:1rem;background:var(--primary);color:#fff;border:none;border-radius:99px;font-weight:600;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #6366f14d;transition:all .2s}.merge-download-btn:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #6366f166}.empty-preview{color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:1rem}.humanize-tool{padding-bottom:4rem}.split-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.split-layout{grid-template-columns:1fr auto 1fr;align-items:stretch}}.panel-header{display:flex;justify-content:space-between;align-items:center}.custom-textarea{width:100%;height:400px;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);resize:none;font-family:var(--font-sans);font-size:1rem;line-height:1.6;background-color:var(--background);color:var(--foreground);transition:all .2s}.custom-textarea::placeholder{color:#94a3b8}.custom-textarea[readonly]{background-color:var(--secondary);cursor:default}.controls-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0}.arrow-indicator{display:flex;align-items:center;justify-content:center;padding:1rem;color:var(--primary)}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-primary{color:var(--primary)}.action-icon-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:99px;font-size:.875rem;font-weight:500;transition:all .2s;background:transparent;border:1px solid var(--border);color:#64748b}.action-icon-btn:hover{border-color:var(--primary);color:var(--primary);background:#6366f10d}.markdown-tool{padding-bottom:4rem}.tool-header-section{text-align:center;margin-bottom:3rem}.tool-header-section h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,var(--foreground) 0%,#444 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.tool-description{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.converter-container{background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:3rem}.converter-container.single-layout{max-width:900px;margin:0 auto 3rem}.panel-wrapper{display:flex;flex-direction:column;gap:1rem}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.panel-header h3{font-size:1.125rem;font-weight:600;color:var(--foreground)}.action-buttons{display:flex;gap:.75rem;align-items:center}.action-icon-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:99px;font-size:.875rem;font-weight:500;transition:all .2s;background:transparent;border:1px solid var(--border);color:#64748b;cursor:pointer}.action-icon-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#6366f10d}.copy-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:99px;font-size:.9rem;font-weight:600;transition:all .2s;background:var(--primary);color:#fff;border:none;cursor:pointer;box-shadow:0 2px 8px #6366f140}.copy-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.copy-btn:disabled,.action-icon-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.custom-textarea{width:100%;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);resize:vertical;font-family:var(--font-mono);font-size:1rem;line-height:1.6;background-color:var(--background);color:var(--foreground);transition:all .2s}.custom-textarea.large-editor{height:500px}.custom-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #6366f11a}.info-section{max-width:800px;margin:0 auto;text-align:center}.info-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.info-section p{color:#64748b;line-height:1.7}.terms-page{padding:4rem 0;animation:fadeIn .5s ease-out}.terms-container{max-width:800px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:1.5rem;padding:3rem;box-shadow:0 4px 20px -2px #0000000d}.terms-header{text-align:center;margin-bottom:3rem;border-bottom:1px solid var(--border);padding-bottom:2rem}.terms-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,var(--foreground) 0%,#444 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.terms-content{color:#475569;line-height:1.7}.terms-content h2{color:var(--foreground);font-size:1.25rem;font-weight:700;margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.05em}.terms-content p{margin-bottom:1.25rem}.terms-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.terms-content li{margin-bottom:.5rem;position:relative}.terms-content .copyright{font-weight:600;color:var(--foreground);margin-bottom:2rem}.terms-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);text-align:center;font-size:.875rem;color:#64748b}@media (max-width: 768px){.terms-container{padding:2rem;margin:0 1rem}.terms-header h1{font-size:2rem}}:root{--primary-h: 255;--primary-s: 85%;--primary-l: 60%;--primary: hsl(var(--primary-h), var(--primary-s), var(--primary-l));--primary-foreground: hsl(0, 0%, 100%);--secondary: hsl(255, 20%, 96%);--secondary-foreground: hsl(255, 80%, 20%);--background: hsl(0, 0%, 100%);--foreground: hsl(222, 47%, 11%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(222, 47%, 11%);--border: hsl(214, 32%, 91%);--input: hsl(214, 32%, 91%);--radius: .75rem;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}body{font-family:var(--font-sans);background-color:#f8fafc;color:var(--foreground);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:99px}::-webkit-scrollbar-thumb:hover{background-color:#0003}
