.tools-page{color:#f8fafc;min-height:100vh;overflow-x:hidden}.section-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.tools-hero{position:relative;min-height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 1.5rem 4rem;overflow:hidden}.tools-hero-bg{position:absolute;inset:0;z-index:0}.tools-orb-1,.tools-orb-2{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.tools-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(249,115,22,.25) 0,transparent 70%);top:-150px;left:-150px;animation:float 8s ease-in-out infinite}.tools-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(20,184,166,.2) 0,transparent 70%);bottom:-120px;right:-120px;animation:float 10s ease-in-out infinite reverse}.tools-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto;animation:fadeInUp .8s ease-out}.tools-title{font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}@media (min-width:768px){.tools-title{font-size:3.5rem}}.tools-subtitle{font-size:1.25rem;color:#94a3b8;line-height:1.6}.tools-content{padding:2rem 0 5rem}.tools-section{margin-bottom:3.5rem}.tools-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#f8fafc;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.tools-section-icon{font-size:1.5rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1rem}.tool-card{background:linear-gradient(180deg,rgba(30,41,59,.6),rgba(15,23,42,.8));border:1px solid hsla(0,0%,100%,.05);border-radius:1rem;transition:all .3s ease;animation:fadeInUp .5s ease-out backwards;overflow:hidden}.tool-card:hover{border-color:rgba(249,115,22,.2);transform:translateY(-2px)}.tool-card-expanded{border-color:rgba(249,115,22,.4);box-shadow:0 12px 30px -10px rgba(0,0,0,.3)}.tool-card-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;cursor:pointer}.tool-card-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(249,115,22,.15),rgba(249,115,22,.05));border-radius:10px;color:#f97316}.tool-card-icon svg{width:22px;height:22px}.tool-card-icon-link{text-decoration:none}.tool-card-info{flex:1}.tool-card-title{font-size:1.1rem;font-weight:600;color:#f8fafc;margin-bottom:.375rem}.tool-card-description{color:#94a3b8;font-size:.875rem;line-height:1.5}.tool-card-chevron{flex-shrink:0;color:#64748b;transition:transform .3s ease}.tool-card-chevron svg{width:20px;height:20px}.tool-card-chevron.expanded{transform:rotate(180deg);color:#f97316}.tool-content{padding:0 1.5rem 1.5rem;border-top:1px solid hsla(0,0%,100%,.05);animation:fadeIn .3s ease-out}.tool-content input,.tool-content select,.tool-content textarea{background:rgba(15,23,42,.8);border:1px solid hsla(0,0%,100%,.1);color:#f8fafc;padding:.75rem 1rem;border-radius:8px;width:100%;font-size:.95rem;transition:border-color .2s ease}.tool-content input::-moz-placeholder{color:#64748b}.tool-content input::placeholder{color:#64748b}.tool-content input:focus,.tool-content select:focus,.tool-content textarea:focus{outline:none;border-color:#f97316}.tool-content button{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.tool-content button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(249,115,22,.3)}.tool-content .output,.tool-content .result{background:rgba(15,23,42,.6);border:1px solid rgba(20,184,166,.2);border-radius:8px;padding:1rem;margin-top:1rem;color:#14b8a6;font-weight:600}.tool-content label{display:block;color:#94a3b8;font-size:.85rem;margin-bottom:.5rem;font-weight:500}.tool-content .form-group{margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:640px){.tools-hero{padding:6rem 1rem 3rem;min-height:auto}.tools-title{font-size:2rem}.tools-grid{grid-template-columns:1fr}.tool-card-header{padding:1.25rem}.tool-content{padding:0 1.25rem 1.25rem}}