/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.h-full{height:100%}.min-h-\[calc\(100dvh-72px\)\]{min-height:calc(100dvh - 72px)}.w-full{width:100%}.flex-1{flex:1}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.whitespace-pre-wrap{white-space:pre-wrap}.italic{font-style:italic}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,ease)!important;transition-duration:var(--tw-duration,0s)!important}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--navy:#0b1220;--blue:#2563eb;--green:#16a34a;--bg:#f6f8fc;--card:#fff;--text:#0f172a;--muted:#5b6472;--border:#e8ecf5}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}.main{flex:1;min-width:0}.container{max-width:1100px;margin:0 auto;padding:1rem}.nav{border-bottom:1px solid var(--border);z-index:50;background:#fff;position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:1rem;min-width:0;display:flex}.brand{color:var(--navy);white-space:nowrap;font-weight:800;text-decoration:none}.nav a{color:var(--navy);text-decoration:none}.nav a:hover{color:var(--blue)}.nav-center{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.navlinks{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.navlink{border-radius:6px;padding:.35rem .5rem}.navlink:hover{background:#eef4ff}.nav-dropdown{position:relative}.nav-dropdown-toggle{cursor:pointer;font:inherit;color:var(--navy);background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .7rem;display:inline-flex}.nav-dropdown-toggle:hover{color:var(--blue);background:#eef4ff}.nav-dropdown-arrow{font-size:.7rem}.nav-dropdown-menu{border:1px solid var(--border);z-index:60;background-color:#fff;border-radius:10px;min-width:190px;margin-top:.4rem;position:absolute;top:100%;left:0;box-shadow:0 12px 30px #0f172a26}.nav-dropdown-item{color:var(--navy);padding:.6rem .9rem;font-size:.9rem;text-decoration:none;display:block}.nav-dropdown-item:hover{color:var(--blue);background-color:#f3f4f6}.btn,.btn-sm,.btn-solid,.btn-outline{border:1px solid #0000;border-radius:10px;text-decoration:none;display:inline-block}.btn{background:var(--blue);color:#fff;padding:.75rem 1rem}.btn-sm{background:var(--blue);color:#fff;padding:.4rem .7rem;font-size:.9rem}.btn-outline{color:var(--blue);border-color:var(--blue);background:#fff;padding:.45rem .8rem}.btn-solid{background:var(--green);color:#fff;padding:.5rem .95rem;font-weight:600}.btn-solid:hover{opacity:.95}.hero.slideshow{color:#fff;background:#020617;width:100%;min-height:100vh;position:relative;overflow:hidden}.hero.slideshow .slide{opacity:0;transition:opacity .7s ease-in-out;position:absolute;top:0;right:0;bottom:0;left:0}.hero.slideshow .slide.active{opacity:1}.hero.slideshow .slide-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block}.hero-overlay{background:linear-gradient(90deg,#0b1220e6,#0b1220b3,#0b122033);justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.hero-content{width:100%;max-width:72rem;margin:0 auto}.hero-kicker{text-transform:uppercase;letter-spacing:.25em;color:#7dd3fc;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.hero-content h1{max-width:38rem;margin:0;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.1}.hero-subtitle{color:#f1f5f9e6;max-width:32rem;margin-top:1rem;font-size:.95rem}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.btn.primary{color:#fff;background:#0ea5e9;box-shadow:0 10px 20px #0f172a66}.btn.primary:hover{background:#0284c7}.btn.ghost{color:#e5e7eb;background:#0f172a4d;border-color:#94a3b880}.btn.ghost:hover{background:#0f172a8c}.hero.slideshow .arrow{color:#0f172a;cursor:pointer;z-index:3;background:#ffffffd9;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero.slideshow .arrow.left{left:1rem}.hero.slideshow .arrow.right{right:1rem}.hero.slideshow .arrow:hover{background:#fff}@media (max-width:767px){.hero.slideshow .arrow{opacity:.95;width:38px;height:38px;font-size:1.25rem;top:auto;bottom:7.25rem;transform:none}.hero.slideshow .arrow.left{left:.6rem}.hero.slideshow .arrow.right{right:.6rem}}.hero.slideshow .dots{z-index:3;justify-content:center;gap:.4rem;display:flex;position:absolute;bottom:1.5rem;left:0;right:0}.hero.slideshow .dot{cursor:pointer;background:#ffffff73;border:none;border-radius:999px;width:9px;height:9px}.hero.slideshow .dot.active,.hero.slideshow .dot:hover{background:#fff}.home-section{padding:3rem 0 3.5rem}.home-section-alt{background:#e5ecff33}.home-section-title{color:var(--navy);margin:0 0 .5rem;font-size:clamp(1.4rem,1.1rem + 1vw,2rem);font-weight:800}.home-section-subtitle{max-width:700px;color:var(--muted);margin:0 0 1.5rem}.home-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.home-resource-card{background:var(--card);border:1px solid var(--border);border-radius:18px;text-decoration:none;transition:transform .18s,box-shadow .18s;overflow:hidden}.home-resource-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #0f172a1a}.home-resource-media{aspect-ratio:16/9;background:#f3f4f6;width:100%;overflow:hidden}.home-resource-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;display:block}.home-resource-body{padding:1rem 1.1rem 1.2rem}.home-resource-body h3{color:var(--navy);margin:0 0 .4rem;font-size:1.05rem;font-weight:900}.home-resource-body p{color:var(--muted);margin:0;font-size:.95rem}@media (max-width:1024px){.home-resource-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.home-resource-grid{grid-template-columns:1fr;gap:.95rem}.home-resource-media{aspect-ratio:4/3}.home-resource-body{padding:.95rem 1rem 1.05rem}}.home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.home-feature-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.2rem 1.1rem}.home-feature-title{color:var(--navy);margin:0 0 .4rem;font-weight:800}.home-feature-text{color:var(--muted);margin:0;font-size:.96rem}.home-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.home-step{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.2rem 1.1rem;position:relative}.home-step-number{color:#1d4ed8;background:#e0edff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-flex}.home-step-title{color:var(--navy);margin:0 0 .4rem;font-weight:800}.home-step-text{color:var(--muted);margin:0;font-size:.95rem}.home-cta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text);background:linear-gradient(90deg,#eef4ff,#f6f8fc);padding:2.5rem 0 3rem}.home-cta-inner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.home-cta-inner h2{color:var(--navy);margin:0 0 .4rem;font-size:1.4rem;font-weight:800}.home-cta-inner p{color:var(--muted);max-width:640px;margin:0}.home-cta-actions{flex-wrap:wrap;gap:.75rem;display:flex}.catgrid,.cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:2rem auto 0;display:grid}.catcard{color:inherit;text-decoration:none;display:block}.catcard__inner{background:var(--card);border:1px solid var(--border);border-radius:16px;min-height:132px;padding:1rem 1.1rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;box-shadow:0 1px 1px #00000005}.catcard__inner:hover{border-color:#dfe6f3;transform:translateY(-2px);box-shadow:0 10px 24px #0000000f}.catcard__title{color:var(--navy);margin:.2rem 0 .35rem;font-size:1.06rem;font-weight:800}.catcard__subtitle{color:var(--muted);margin:0}.shell{align-items:flex-start;gap:1.25rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.shell--level{align-items:stretch;gap:1.25rem;width:100%;max-width:none;min-height:calc(100dvh - 128px);margin:0;padding:0;display:flex}.sidebar{background:var(--card);border:1px solid var(--border);border-radius:16px;align-self:flex-start;padding:.75rem;position:sticky;top:84px}.sidebar__btn{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;width:100%;padding:.75rem .9rem;font-weight:600}.sidebar__btn:hover{background:#f4f7ff}.sidebar__btn.is-active{background:#eef4ff;border-color:#dbe6ff}.sidebar--navy{background:var(--navy);color:#e6ecff;border:none;border-radius:0 16px 16px 0;align-items:stretch;width:280px;height:calc(100dvh - 128px);padding:0;position:sticky;top:72px;overflow:hidden;box-shadow:0 10px 24px #0b122026}.sidebar__scroll{height:100%;padding:.75rem;overflow-y:auto}.sidebar--navy .sidebar__btn{color:#e6ecff;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.65rem;width:100%;padding:.8rem .9rem;font-weight:700;display:flex}.sidebar--navy .sidebar__btn:hover{background:#ffffff0f}.sidebar--navy .sidebar__btn.is-active{background:#0f1a33;border-color:#2a3a66;box-shadow:inset 0 0 0 1px #ffffff0d}.level-sidebar{display:block}.sidebar--edge{border-radius:0 16px 16px 0}.sidebar__heading{opacity:.85;margin:.85rem 0 .6rem;padding:0 .75rem;font-size:.9rem;font-weight:800}.sidebar__group{gap:.55rem;padding:0 .75rem .75rem;display:grid}.sidebar__label{flex:1}.sidebar__chev{opacity:.6;font-weight:900}.sidebar--navy .sidebar__btn{justify-content:space-between}.sidebar__hint{opacity:.9;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:12px;margin:.5rem .75rem .9rem;padding:.75rem;font-size:.85rem;line-height:1.4}.level-tabs{z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f6f8fce6;display:none;position:sticky;top:72px}.level-tabs__inner{scrollbar-width:thin;align-items:center;gap:.6rem;max-width:1200px;margin:0 auto;padding:.65rem 1rem;display:flex;overflow-x:auto}.level-tabs__btn{color:var(--navy);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #dbe3f5;border-radius:999px;padding:.45rem .8rem;font-size:.9rem;font-weight:800;transition:background .15s,border-color .15s,color .15s}.level-tabs__btn:hover{color:var(--blue);background:#eef4ff;border-color:#2563eb40}.level-tabs__btn.is-active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 10px 20px #2563eb2e}.level-tabs__more{position:relative}.level-tabs__more-btn.is-open{background:#eef4ff;border-color:#2563eb40}.level-tabs__dots{opacity:.8;margin-left:.3rem}.level-tabs__menu{border:1px solid var(--border);z-index:60;background:#fff;border-radius:14px;min-width:220px;padding:.35rem;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 18px 45px #0f172a2e}.level-tabs__menu-item{text-align:left;width:100%;color:var(--navy);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:.75rem .85rem;font-weight:800}.level-tabs__menu-item:hover{color:var(--blue);background:#f3f6ff}.level-tabs__menu-item.is-active{color:var(--blue);background:#eef4ff}@media (max-width:900px){.level-sidebar{display:none}.level-tabs{display:block}.shell--level{flex-direction:column;gap:1rem}}.shell .content,.shell--level .content{flex:1;min-width:0;min-height:0}.content{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;min-height:60vh;padding:1.25rem 1.25rem 1.5rem;display:flex}.pagehead{margin-bottom:.75rem}.page-title{margin:0;font-size:clamp(1.4rem,1.1rem + 1vw,2rem);font-weight:800}.resource-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.25rem;display:grid}.state{background:var(--card);border:1px solid var(--border);text-align:left;border-radius:14px;padding:1.25rem}.state--empty h3{margin:.25rem 0 .35rem;font-size:clamp(1rem,.8rem + .6vw,1.25rem)}.filecard{background:var(--card);border:1px solid var(--border);color:inherit;border-radius:14px;flex-direction:column;gap:.4rem;min-height:120px;padding:1rem 1.1rem 1.1rem;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 1px #0f172a05}.filecard:hover{border-color:#dfe6f3;transform:translateY(-3px);box-shadow:0 10px 24px #0f172a14}.filecard .filetype{letter-spacing:.06em;opacity:.7;text-transform:uppercase;font-size:.75rem;font-weight:800}.filecard .title{margin-top:.2rem;font-weight:700;line-height:1.25}.filecard .meta{color:var(--muted);flex-wrap:wrap;gap:.2rem;font-size:.9rem;display:flex}.badge{border-radius:999px;align-items:center;margin-left:.5rem;padding:.18rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge--member{color:#2563eb;background:#eff6ff;border:1px solid #2563eb33}.meta--small{margin-top:.35rem;font-size:.82rem}.actions{flex-wrap:wrap;gap:.75rem;margin-top:.6rem;display:flex}.btn-view,.btn-download,.btn-outline{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.45rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-view{color:#2563eb;background:#fff;border-color:#2563eb40}.btn-view:hover{background:#eff6ff}.btn-download{color:#fff;background:#2563eb}.btn-download:hover{background:#1d4ed8}.btn-download:disabled{opacity:.55;cursor:not-allowed}.btn-outline{color:#0f172a;background:#fff;border-color:#cbd5f5}.btn-outline:hover{background:#f9fafb}.modal-backdrop{z-index:80;background:#0f172aa6;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.modal-card{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;gap:.75rem;width:min(960px,100%);max-height:min(680px,92vh);padding:1rem 1.25rem 1.25rem;display:flex;box-shadow:0 24px 60px #0f172a59}.modal-title{color:var(--navy);margin:0;font-size:1.1rem;font-weight:800}.modal-iframe{background:#0f172a;border:0;border-radius:12px;flex:1;width:100%;min-height:360px}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.35rem;display:flex}.footer{background:var(--navy);color:#c7d2fe;text-align:center;border-top:1px solid #13203d;margin-top:2rem}.footer ul,.footer ol{margin:0;padding-left:0;list-style:none}.footer--full{color:#e5ecff;background:#050814;padding-top:2.5rem}.footer-main{flex-wrap:wrap;justify-content:space-between;gap:2.5rem;display:flex}.footer-col{flex:180px;min-width:180px}.footer-col-brand{max-width:260px}.footer-title,.footer-heading{margin-bottom:.5rem;font-weight:700}.footer-text{margin:0;font-size:.9rem;line-height:1.5}.footer-text--muted{opacity:.75;margin-top:.35rem}.footer-links li{margin-bottom:.35rem;font-size:.9rem}.footer-link{color:inherit;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #94a3b866;margin-top:2rem;padding:.75rem 0}.footer-bottom-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.footer--compact{color:#e5ecff;background:#020617;justify-content:center;align-items:center;height:56px;font-size:.85rem;display:flex}.footer-compact-inner{text-align:center;font-size:.85rem}@media (max-width:767px){.footer--full{padding-top:1.4rem}.footer-main{text-align:center;flex-direction:column;align-items:center;gap:1.1rem}.footer-col,.footer-col-brand{text-align:center;width:100%;min-width:0;max-width:520px}.footer-title,.footer-heading{margin-bottom:.3rem}.footer-text--muted{margin-top:.2rem}.footer-links li{margin-bottom:.2rem}.footer-bottom{margin-top:1.2rem;padding:.6rem 0}}@media (max-width:1024px){.home-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-resource-media{height:150px}.home-feature-grid,.home-steps-grid,.catgrid,.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:834px){.nav-row{flex-wrap:wrap;row-gap:.6rem}.nav-center{gap:.8rem}.container{padding:.9rem}}@media (max-width:767px){.hero-overlay{align-items:flex-start;padding:4.25rem 1rem 3.25rem}.hero-content{margin-top:.75rem}.hero-content h1,.hero-subtitle{max-width:100%}.home-resource-media{height:160px}.shell,.shell--level{flex-direction:column;padding:0 1rem}.content{padding:1rem}}@media (max-width:480px){.container{padding:.85rem}.home-resource-media{height:150px}.navlinks a,.navlinks button{text-align:center;width:100%}.actions{gap:.5rem}.btn-view,.btn-download{width:100%;padding:.6rem .9rem}.resource-grid{grid-template-columns:1fr}.modal-card{padding:.85rem .9rem 1rem}.modal-iframe{min-height:260px}}.nav-desktop{display:flex}.nav-mobile-toggle{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;width:40px;height:40px;font-size:18px;display:none}.nav-mobile-panel{border-top:1px solid var(--border);margin-top:.75rem;padding:.75rem 0 1rem;display:none}.nav-mobile-link{color:var(--navy);border-radius:10px;padding:.65rem .5rem;font-weight:600;text-decoration:none;display:block}.nav-mobile-link:hover{color:var(--blue);background:#eef4ff}.nav-mobile-details{border:1px solid var(--border);background:#fff;border-radius:12px;padding:.25rem}.nav-mobile-details summary{cursor:pointer;color:var(--navy);padding:.65rem .5rem;font-weight:700}.nav-mobile-submenu{padding:.25rem .25rem .5rem}.nav-mobile-cta{gap:.6rem;margin-top:.75rem;display:flex}@media (max-width:900px){.nav-desktop{display:none}.nav-mobile-toggle{justify-content:center;align-items:center;display:inline-flex}.nav-mobile-panel{display:block}}.auth-shell{background:linear-gradient(#f6f8fc,#eef4ff);place-items:center;min-height:calc(100dvh - 136px);padding:2.5rem 1rem;display:grid}.auth-title{color:var(--navy);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:900}.auth-sub{color:var(--muted);margin:.45rem 0 1.1rem;font-size:.95rem;line-height:1.5}.auth-label{color:#0f172a;margin:.8rem 0 .35rem;font-size:.88rem;font-weight:800;display:block}.auth-input{background:#fff;border:1px solid #dbe3f5;border-radius:14px;outline:none;width:100%;padding:.85rem .9rem;font-size:.95rem;transition:box-shadow .15s,border-color .15s}.auth-card{background:#fff;border:1px solid #dbe3f5;border-radius:18px;width:min(520px,100%);padding:1.5rem 1.5rem 1.25rem;box-shadow:0 16px 40px #0f172a14}.input-with-btn{position:relative}.input-with-btn .auth-input{padding-right:4.75rem}.toggle{color:#1d4ed8;cursor:pointer;background:#f8fbff;border:1px solid #dbe3f5;border-radius:999px;padding:.35rem .75rem;font-size:.85rem;font-weight:800;position:absolute;top:50%;right:.55rem;transform:translateY(-50%)}.toggle:hover{background:#eef4ff}.auth-input:focus{border-color:#2563eb73;box-shadow:0 0 0 5px #2563eb1f}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.remember{color:#0f172a;align-items:center;gap:.55rem;font-size:.9rem;display:inline-flex}.remember input{width:16px;height:16px}.link{color:#2563eb;font-weight:700;text-decoration:none}.link:hover{text-decoration:underline}.hint{color:var(--muted);font-size:.9rem}.hint.error{color:#b91c1c;background:#fef2f2;border:1px solid #b91c1c33;border-radius:12px;padding:.65rem .8rem}.btn-wide{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:14px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:900;transition:transform 50ms,opacity .15s;box-shadow:0 12px 26px #2563eb38}.btn-wide:hover{opacity:.96}.btn-wide:active{transform:translateY(1px)}.btn-wide:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-foot{color:var(--muted);margin-top:1.1rem;font-size:.92rem}@media (max-width:480px){.auth-card{border-radius:16px;padding:1.1rem 1.1rem 1.25rem}}@media (max-width:767px){.home-feature-grid,.home-resource-grid,.home-steps-grid,.catgrid,.cards{gap:.9rem;grid-template-columns:1fr!important}.home-section{padding:1.25rem 0 1.4rem}.home-section-subtitle{margin:0 0 .85rem}.home-feature-grid,.home-resource-grid,.home-steps-grid,.catgrid,.cards{gap:.85rem;margin-top:.85rem}.home-feature-card,.home-step,.catcard__inner{padding:.95rem}.footer--full{padding-top:1.25rem}.footer-main{gap:1rem}.footer-col{flex:auto;min-width:0}.footer-title,.footer-heading{margin-bottom:.35rem}.footer-links li{margin-bottom:.25rem}.footer-bottom{margin-top:1rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
