*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f9f9f9;overflow-x:hidden}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea{resize:vertical}a{color:#f39c12;text-decoration:none;transition:color .3s ease}a:hover{color:#e67e22}button{cursor:pointer;border:none;background:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo{font-size:1.5rem;font-weight:700;color:#f39c12;display:flex;align-items:center;gap:.5rem}.logo-emoji{font-size:1.8rem}nav ul{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}nav a{color:#333;font-weight:500;padding:.5rem;display:block;min-height:44px;min-width:44px;display:flex;align-items:center}nav a:hover{color:#f39c12}.hero{background:linear-gradient(135deg,#f39c12 0%,#e67e22 100%);color:#fff;padding:3rem 0;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:heroGrid 20s linear infinite;opacity:.3}@keyframes heroGrid{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.hero-content{position:relative;z-index:2}.hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#f39c12;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);min-height:44px;min-width:44px}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3);color:#e67e22}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:3rem 0}.tool-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #f39c12}.tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.tool-card h3{color:#f39c12;margin-bottom:1rem;font-size:1.4rem}.tool-card p{color:#666;margin-bottom:1.5rem}.tool-link{display:inline-block;color:#f39c12;font-weight:600;padding:.5rem 1rem;border:2px solid #f39c12;border-radius:25px;transition:all .3s ease;min-height:44px;text-align:center}.tool-link:hover{background:#f39c12;color:#fff}.generator-section{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0;box-shadow:0 4px 6px rgba(0,0,0,.1)}.generator-section h2{color:#f39c12;margin-bottom:1rem}.input-group{margin-bottom:1.5rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.input-group textarea,.input-group input[type="text"]{width:100%;padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease;min-height:100px}.input-group textarea:focus,.input-group input[type="text"]:focus{outline:none;border-color:#f39c12}.output-box{position:relative;margin-bottom:1.5rem;background:#f9f9f9;border-radius:8px;padding:1rem;border:2px solid #e0e0e0}.output-label{font-weight:600;color:#f39c12;margin-bottom:.5rem;display:block;font-size:.9rem}.output-text{width:100%;padding:1rem;border:none;background:transparent;font-size:1rem;min-height:80px;color:#333}.copy-btn{background:#f39c12;color:#fff;padding:.6rem 1.5rem;border-radius:6px;font-weight:600;margin-top:.5rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-height:44px;min-width:44px}.copy-btn:hover{background:#e67e22;transform:scale(1.05)}.copy-btn:active{transform:scale(.95)}.copy-btn.copied{background:#27ae60}.slider-container{margin:1rem 0}.slider-container label{display:block;margin-bottom:.5rem;font-weight:600}.slider{width:100%;height:8px;border-radius:5px;background:#ddd;outline:none;-webkit-appearance:none;appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#f39c12;cursor:pointer}.slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#f39c12;cursor:pointer;border:none}.content-section{margin:3rem 0}.content-section h2{color:#333;margin-bottom:1rem;font-size:2rem;border-left:5px solid #f39c12;padding-left:1rem}.content-section h3{color:#f39c12;margin:2rem 0 1rem;font-size:1.5rem}.content-section p{margin-bottom:1rem;line-height:1.8;color:#555}.content-section ul,.content-section ol{margin-left:2rem;margin-bottom:1rem;color:#555}.content-section li{margin-bottom:.5rem}.faq-section{margin:3rem 0}.faq-item{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);border-left:4px solid #f39c12}.faq-question{font-weight:700;color:#333;margin-bottom:.5rem;font-size:1.1rem}.faq-answer{color:#666;line-height:1.8}.disclaimer{background:#fff3cd;border-left:4px solid #f39c12;padding:1.5rem;border-radius:8px;margin:2rem 0}.disclaimer strong{color:#f39c12;display:block;margin-bottom:.5rem}footer{background:#333;color:#fff;padding:3rem 0;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#f39c12;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section a{color:#ddd;display:block;padding:.3rem 0;min-height:44px;display:flex;align-items:center}.footer-section a:hover{color:#f39c12}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #555;color:#999}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f39c12;border-radius:50%;color:#fff;transition:transform .3s ease}.social-links a:hover{transform:scale(1.1);background:#e67e22}@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}nav ul{gap:1rem;font-size:.9rem}.tool-grid{grid-template-columns:1fr;gap:1.5rem}.content-section h2{font-size:1.6rem}.footer-content{grid-template-columns:1fr}}@media(max-width:480px){header .container{flex-direction:column;gap:1rem}.logo{font-size:1.3rem}nav ul{justify-content:center}.hero h1{font-size:1.6rem}.hero{padding:2rem 0}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}