*{margin:0;padding:0;box-sizing:border-box}html{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:linear-gradient(135deg,#f5f9ff 0,#eef2f6 100%);min-height:100vh;display:flex;flex-direction:column}.wst-main-content{flex:1;max-width:1280px;margin:2rem auto;padding:2rem;background:rgba(255,255,255,.85);backdrop-filter:blur(2px);border-radius:2rem;box-shadow:0 12px 28px -8px rgba(0,0,0,.08);text-align:center}.wst-main-content h1{font-size:2.4rem;font-weight:700;background:linear-gradient(135deg,#0b2b5c,#1e5faa);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem}.wst-main-content p{color:#2c3e66;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.5}.wst-feature-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}.wst-feature-card{background:#fff;padding:1rem 1.5rem;border-radius:2rem;box-shadow:0 4px 10px rgba(0,0,0,.03);font-weight:500;color:#1e5faa;border:1px solid rgba(30,95,170,.15)}.wst-navbar{background:#fff;box-shadow:0 6px 18px rgba(0,35,70,.06);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(30,95,170,.12);width:100%}.wst-container{max-width:1400px;margin:0 auto;padding:.85rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;width:100%}.wst-brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;transition:transform .2s;flex-shrink:0}.wst-brand:hover{transform:scale(1.01)}.wst-logo-svg{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.wst-logo-icon{width:100%;height:auto;filter:drop-shadow(0 2px 5px rgba(0, 80, 150, .2))}.wst-brand-text{font-size:1.75rem;font-weight:700;letter-spacing:-.3px;background:linear-gradient(125deg,#0c4e8c,#1976d2);-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.wst-nav-links{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;list-style:none;margin:0;padding:0}.wst-nav-item{position:relative}.wst-dropdown-trigger,.wst-nav-link{display:inline-flex;align-items:center;padding:.6rem 1rem;font-weight:500;font-size:.95rem;color:#1f2e4a;background:0 0;border:none;border-radius:50px;cursor:pointer;transition:.2s;text-decoration:none;font-family:inherit;gap:.3rem;white-space:nowrap}.wst-dropdown-trigger:hover,.wst-nav-link:hover{background:#eef3fc;color:#0a5b9e}.wst-dropdown-menu{position:absolute;top:100%;left:0;background:rgba(255,255,255,.98);min-width:210px;border-radius:1rem;box-shadow:0 18px 30px -12px rgba(0,0,0,.12);padding:.6rem 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,visibility .2s,transform .2s;z-index:200;border:1px solid rgba(0,64,128,.08)}.wst-nav-item:hover .wst-dropdown-menu{opacity:1;visibility:visible;transform:translateY(4px)}.wst-dropdown-item{display:block;padding:.55rem 1.4rem;font-size:.9rem;color:#1f3a5f;text-decoration:none;transition:background .15s}.wst-btn-outline,.wst-btn-primary{font-size:.85rem;font-family:inherit;white-space:nowrap;cursor:pointer;font-weight:600}.wst-dropdown-item:hover{background:#e3f0ff;color:#0a57a0}.wst-auth-buttons{display:flex;gap:.7rem;align-items:center;flex-shrink:0}.wst-btn-outline{background:0 0;border:1.5px solid #2b7aca;padding:.5rem 1.2rem;border-radius:40px;color:#1a6ab5;transition:.2s}.wst-btn-outline:hover{background:#e3f0fe;border-color:#0f5ca3;transform:translateY(-1px)}.wst-btn-primary{background:#1c6fb0;border:none;padding:.5rem 1.3rem;border-radius:40px;color:#fff;transition:.2s;box-shadow:0 2px 6px rgba(0,80,150,.2)}.wst-btn-primary:hover{background:#0d588f;transform:translateY(-1px)}.wst-mobile-toggle{display:none;background:0 0;border:none;font-size:1.9rem;cursor:pointer;color:#196cad;width:44px;height:44px;align-items:center;justify-content:center;border-radius:30px;transition:background .2s}.wst-mobile-toggle:hover{background:#eef3fc}@media (max-width:920px){.wst-container{padding:.7rem 1.25rem}.wst-dropdown-trigger,.wst-nav-link{padding:.5rem .8rem;font-size:.9rem}.wst-brand-text{font-size:1.5rem}.wst-auth-buttons{gap:.5rem}.wst-btn-outline,.wst-btn-primary{padding:.45rem 1rem;font-size:.8rem}}@media (max-width:820px){.wst-mobile-toggle{display:flex}.wst-nav-links{position:fixed;top:73px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:1.8rem 1.75rem;gap:1rem;box-shadow:0 25px 35px -12px rgba(0,0,0,.25);border-radius:0 0 1.5rem 1.5rem;transform:translateY(-120%);opacity:0;visibility:hidden;transition:transform .3s cubic-bezier(.2, .9, .4, 1.1),opacity .25s;z-index:900;border-top:1px solid rgba(0,0,0,.05);overflow-y:auto;max-height:calc(100vh - 73px)}.wst-nav-links.wst-mobile-open{transform:translateY(0);opacity:1;visibility:visible}.wst-nav-item{width:100%}.wst-dropdown-trigger,.wst-nav-link{width:100%;justify-content:space-between;white-space:normal;font-size:1rem;padding:.75rem .5rem}.wst-dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;background:#f8fafd;margin-top:.5rem;margin-left:1rem;width:calc(100% - 1rem);display:none;border:none;padding:.4rem 0;transition:none}.wst-nav-item.active-dropdown .wst-dropdown-menu{display:block}.wst-dropdown-item{padding:.6rem 1rem;font-size:.9rem}.wst-auth-buttons{width:100%;justify-content:stretch;margin-top:.75rem;flex-wrap:wrap;gap:.8rem}.wst-auth-buttons button{flex:1;text-align:center;white-space:nowrap}.wst-brand-text{font-size:1.45rem}}.footer-bottom,.ws-footer{border-top:1px solid #1e2a4a}@media (max-width:550px){.wst-container{padding:.6rem 1rem}.wst-brand-text{font-size:1.25rem}.wst-logo-svg{width:34px;height:34px}.wst-mobile-toggle{font-size:1.7rem;width:40px;height:40px}.wst-nav-links{top:68px;max-height:calc(100vh - 68px);padding:1.5rem 1.25rem}.wst-auth-buttons button{font-size:.8rem;padding:.5rem .8rem}}.ws-footer{background:#0b1120;color:#cbd5e6;padding:3rem 0 1.8rem;margin-top:3rem;width:100%}.ws-footer .ws-container{max-width:1400px;margin:0 auto;padding:0 1.5rem;width:100%}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;margin-bottom:3rem}.footer-col:first-child{max-width:360px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1.2rem;flex-wrap:wrap}.ws-logo-svg{display:flex;align-items:center}.ws-logo-icon{width:34px;height:34px;filter:drop-shadow(0 2px 4px rgba(59, 130, 246, .3))}.ws-logo-text{font-size:1.65rem;font-weight:700;letter-spacing:-.3px;background:linear-gradient(125deg,#fff,#94c0f0);-webkit-background-clip:text;background-clip:text;color:transparent}@supports not (background-clip:text){.wst-brand-text{color:#1a66b3}.ws-logo-text{color:#e0f0ff}}.footer-desc{line-height:1.55;font-size:.875rem;color:#9aaec9;margin-top:.3rem}.footer-col h4{color:#f1f5f9;font-size:1.05rem;font-weight:600;margin-bottom:1.3rem;border-left:3px solid #3b82f6;padding-left:12px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:.7rem}.footer-col ul li a{color:#cbd5e6;text-decoration:none;font-size:.875rem;transition:.2s;display:inline-block;word-break:break-word}.footer-col ul li a:hover{color:#60a5fa;transform:translateX(5px)}.footer-bottom{padding-top:1.6rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8rem;color:#8ba0bc}.made-with{color:#7aa9f0;display:inline-flex;align-items:center;gap:5px}@media (max-width:900px){.footer-grid{gap:2rem}.ws-footer .ws-container{padding:0 1.25rem}}@media (max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-col:first-child{max-width:100%;grid-column:span 2}.footer-logo{margin-bottom:.8rem}.footer-col h4{margin-bottom:1rem}}@media (max-width:580px){.footer-grid{grid-template-columns:1fr;gap:1.8rem}.footer-col:first-child{grid-column:span 1}.footer-bottom{flex-direction:column;text-align:center;justify-content:center}.ws-footer .ws-container{padding:0 1.2rem}.ws-logo-text{font-size:1.4rem}}@media (max-width:380px){.footer-col ul li a,.footer-desc{font-size:.8rem}.ws-logo-text{font-size:1.25rem}}