body{margin:0}.site-header{background:#fff;border-bottom:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner{align-items:center;display:flex;margin:0 auto;max-width:960px;padding:1rem}.logo{color:#4f46e5;flex-shrink:0;font-size:1.5rem;font-weight:800;text-decoration:none}.header-nav{display:flex;gap:.25rem;margin-left:1.5rem}.header-nav button{background:none;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:.9rem;font-weight:500;padding:.4rem .75rem;transition:all .2s}.header-nav button:hover{background:#eef2ff;color:#4f46e5}@media (max-width:640px){.header-nav{gap:0;margin-left:1rem}.header-nav button{font-size:.8rem;padding:.35rem .5rem}}.tool-category{margin-bottom:2rem;scroll-margin-top:4.5rem}.category-heading{border-bottom:2px solid #e2e8f0;color:#0f172a;font-size:1.2rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem}.tools-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:inherit;display:flex;flex-direction:column;padding:1.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.tool-card:hover{border-color:#4f46e5;box-shadow:0 4px 12px #4f46e51a;transform:translateY(-2px)}.tool-card h3{color:#0f172a;font-size:1rem;margin-bottom:.35rem}.tool-card p{color:#64748b;flex:1 1;font-size:.85rem;margin-bottom:.75rem}.tool-link{color:#4f46e5;font-size:.85rem;font-weight:600}@media (max-width:480px){.tools-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.container{flex:1 1;margin:0 auto;max-width:720px;padding:2rem 1rem}h1{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:.25rem}.subtitle{color:#64748b;font-size:1.05rem}.form,.subtitle{margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:.75rem}.form label{font-size:.95rem;font-weight:600}.form input[type=date],.form input[type=number],.form input[type=text]{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.form input:focus{border-color:#4f46e5;outline:none}.form button{background:#4f46e5;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s}.form button:hover{background:#4338ca}.inline-form{align-items:center;flex-direction:row;flex-wrap:wrap}.inline-form input[type=number]{flex:0 0 auto;width:100px}.inline-form span{color:#475569;font-weight:500}.calc-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1.25rem}.calc-section h2{color:#0f172a;font-size:1rem;margin-bottom:.75rem}.calc-section .form{margin-bottom:.5rem}.calc-result{background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;color:#4f46e5;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:.75rem 1rem}.results{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.primary-result{align-items:baseline;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:14px;color:#fff;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.25rem;padding:1.5rem}.age-number{font-size:2.5rem;font-weight:800;line-height:1}.age-label{font-size:1rem;font-weight:400;margin-right:.75rem;opacity:.85}.detail-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;text-align:center}.detail-card.highlight{background:#eef2ff;border-color:#4f46e5}.detail-value{color:#0f172a;display:block;font-size:1.5rem;font-weight:700}.detail-label{color:#64748b;display:block;font-size:.8rem;margin-top:.25rem}.word-textarea{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;font-size:1rem;line-height:1.6;padding:1rem;resize:vertical;transition:border-color .2s;width:100%}.word-textarea:focus{border-color:#4f46e5;outline:none}.error{color:#dc2626;font-weight:500;margin-bottom:2rem}.info-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.info-section h2{color:#0f172a;font-size:1.25rem;margin-bottom:.5rem}.info-section p,.info-section ul{color:#475569;margin-bottom:1.5rem}.info-section ul{padding-left:1.25rem}.info-section li{margin-bottom:.35rem}.footer{border-top:1px solid #e2e8f0;color:#94a3b8;font-size:.85rem;padding:1.5rem;text-align:center}.input-row{display:flex;flex-wrap:wrap;gap:.75rem}.input-group{display:flex;flex:1 1;flex-direction:column;gap:.35rem;min-width:120px}.input-group label{color:#475569;font-size:.85rem;font-weight:600}.input-group input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.input-group input:focus{border-color:#4f46e5;outline:none}.unit-toggle{display:flex;gap:.5rem;margin-bottom:1.25rem}.unit-toggle button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.unit-toggle button.active{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.bmi-scale{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-top:1rem}.bmi-range{border-radius:8px;color:#fff;font-size:.75rem;font-weight:600;padding:.5rem;text-align:center}.preset-row{display:flex;gap:.5rem;margin-bottom:.5rem}.preset-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem .75rem;transition:all .2s}.preset-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.case-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.case-buttons button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.case-buttons button:hover{border-color:#4f46e5;color:#4f46e5}.converted-output{margin-top:1rem}.output-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.copy-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#4f46e5;cursor:pointer;font-size:.85rem;font-weight:500;padding:.35rem .75rem;transition:all .2s}.copy-btn:hover{background:#eef2ff}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem}.checkbox-label input[type=checkbox]{accent-color:#4f46e5;height:18px;width:18px}.random-results{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.random-num{background:#eef2ff;border-radius:6px;color:#4f46e5;font-size:1rem;font-weight:700;padding:.4rem .75rem}.code-textarea{font-family:Consolas,Monaco,Courier New,monospace;font-size:.9rem;tab-size:2}.json-controls{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:1rem 0}.indent-control,.json-controls{align-items:center;display:flex}.indent-control{gap:.5rem}.indent-control select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;padding:.4rem .75rem}.json-buttons{display:flex;gap:.5rem}.form-btn{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;transition:background .2s}.form-btn:hover{background:#4338ca}.form-btn.secondary{background:#fff;border:2px solid #e2e8f0;color:#475569}.form-btn.secondary:hover{border-color:#4f46e5;color:#4f46e5}.color-preview{border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;height:120px;margin-bottom:1.25rem;overflow:hidden;position:relative;width:100%}.color-input-native{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.color-inputs{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.color-value-row{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.color-value-row code{color:#475569;font-family:Consolas,monospace;font-size:.95rem}.color-text-input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex:1 1;font-family:Consolas,monospace;font-size:1rem;padding:.5rem .75rem}.color-text-input:focus{border-color:#4f46e5;outline:none}.hsl-values{color:#64748b;display:flex;font-size:.85rem;gap:1rem;margin-top:.5rem}.password-display{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem;padding:1rem}.password-text{flex:1 1;font-family:Consolas,Monaco,monospace;font-size:1.05rem;word-break:break-all}.strength-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:.25rem;overflow:hidden}.strength-fill{border-radius:4px;height:100%;transition:width .3s,background .3s}.strength-label{font-size:.85rem;font-weight:600;text-align:right}.range-input{accent-color:#4f46e5;width:100%}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.select-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.select-input:focus{border-color:#4f46e5;outline:none}.case-buttons .active-case{background:#4f46e5;border-color:#4f46e5;color:#fff}.qr-result{margin:1.5rem 0;text-align:center}.qr-image{border:1px solid #e2e8f0;border-radius:8px}.md-layout{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:1rem}.md-pane{min-width:0}.md-preview{background:#fff;border:2px solid #e2e8f0;border-radius:10px;line-height:1.7;min-height:200px;overflow-wrap:break-word;padding:1rem}.md-preview h1,.md-preview h2,.md-preview h3{margin:.5em 0 .25em}.md-preview code{background:#f1f5f9;border-radius:4px;font-size:.9em;padding:.15em .4em}.md-preview blockquote{border-left:3px solid #4f46e5;color:#64748b;margin:.5em 0;padding-left:.75rem}.md-preview hr{border:none;border-top:1px solid #e2e8f0;margin:1em 0}.md-preview ul{padding-left:1.25rem}.md-preview a{color:#4f46e5}.md-preview del{color:#94a3b8}.regex-highlighted{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-family:Consolas,monospace;font-size:.9rem;line-height:1.8;padding:1rem;white-space:pre-wrap;word-break:break-all}.regex-match{background:#fef08a;border-radius:2px;padding:1px 0}.regex-matches{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.regex-match-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;font-size:.9rem;gap:.75rem;padding:.5rem .75rem}.regex-match-index{color:#4f46e5;font-size:.8rem;font-weight:700}.regex-match-item code{background:#fef08a;border-radius:4px;font-family:Consolas,monospace;padding:.15em .4em}.regex-match-pos{color:#94a3b8;font-size:.8rem}.regex-match-groups{color:#64748b;font-size:.8rem}.form input[type=time]{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.form input[type=time]:focus{border-color:#4f46e5;outline:none}@media (max-width:480px){h1{font-size:1.5rem}.age-number{font-size:2rem}.inline-form input[type=number]{width:80px}.bmi-scale{grid-template-columns:repeat(2,1fr)}.input-row{flex-direction:column}.md-layout{grid-template-columns:1fr}}
/*# sourceMappingURL=main.2e326daa.css.map*/