:root{--background:#030014;--foreground:#fff;--card-bg:#ffffff08;--card-border:#ffffff1a;--card-hover:#ffffff12;--primary:#7042f88b;--primary-glow:#7042f8;--secondary:#00f0ff;--accent:#f2056f;--glass-bg:#0a0a0a80;--glass-border:1px solid #ffffff20;--font-main:"Inter",system-ui,sans-serif;--nav-height:80px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-main);overflow-x:hidden}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);box-shadow:0 4px 6px #0000001a}.gradient-text{background:linear-gradient(to right,var(--secondary),var(--primary-glow),var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text}.btn-primary{background:linear-gradient(90deg,var(--primary-glow)0%,var(--accent)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-weight:600;transition:all .3s;box-shadow:0 0 20px #7042f866}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #7042f899}.tool-header{text-align:center;padding:3rem 0}.tool-header h1{margin-bottom:.5rem;font-size:2.5rem}.tool-header p{color:#888}.tool-workspace{max-width:100%;min-height:500px;margin:0 auto 4rem}
.Header-module__QnEEGW__header{width:100%;height:var(--nav-height);z-index:100;transition:all .3s;position:fixed;top:0;left:0}.Header-module__QnEEGW__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__QnEEGW__logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Header-module__QnEEGW__nav{gap:2rem;height:100%;display:flex}.Header-module__QnEEGW__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__QnEEGW__navLink{color:#ffffffb3;cursor:pointer;padding:.5rem 0;font-weight:500;transition:color .3s;position:relative}.Header-module__QnEEGW__navLink:hover{color:var(--foreground)}.Header-module__QnEEGW__dropdown{opacity:0;pointer-events:none;background:#0a0a0a;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:.2rem;width:220px;padding:.5rem;animation:.2s forwards Header-module__QnEEGW__fadeIn;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.Header-module__QnEEGW__navItem:hover .Header-module__QnEEGW__dropdown{pointer-events:auto}.Header-module__QnEEGW__dropdown a{color:#ccc;border-radius:6px;padding:10px 12px;font-size:.9rem;transition:all .2s}.Header-module__QnEEGW__dropdown a:hover{color:#fff;background:#ffffff1a}@keyframes Header-module__QnEEGW__fadeIn{to{opacity:1}}.Header-module__QnEEGW__actions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__QnEEGW__nav{display:none}}.Header-module__QnEEGW__divider{background:#ffffff1a;height:1px;margin:8px 0}
.Footer-module__u3mFca__footer{border-top:1px solid var(--card-border);background:#0003;margin-top:auto;padding:4rem 0 2rem}.Footer-module__u3mFca__content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.Footer-module__u3mFca__brand h2{margin-bottom:1rem;font-size:1.5rem}.Footer-module__u3mFca__brand p{color:#888;max-width:300px}.Footer-module__u3mFca__links{gap:4rem;display:flex}.Footer-module__u3mFca__links h3{color:var(--foreground);margin-bottom:1.5rem;font-size:1rem}.Footer-module__u3mFca__links ul{list-style:none}.Footer-module__u3mFca__links ul li{margin-bottom:.8rem}.Footer-module__u3mFca__links ul li a{color:#888;transition:color .3s}.Footer-module__u3mFca__links ul li a:hover{color:var(--primary-glow)}.Footer-module__u3mFca__bottom{border-top:1px solid var(--card-border);text-align:center;color:#666;padding-top:2rem;font-size:.9rem}@media (max-width:768px){.Footer-module__u3mFca__content{flex-direction:column}.Footer-module__u3mFca__links{flex-wrap:wrap;gap:2rem}}
