@tailwind base;@tailwind components;@tailwind utilities;:root{--navy: #0b1220;--blue: #2563eb;--green: #16a34a;--bg: #f6f8fc;--card: #fff;--text: #0f172a;--muted: #5b6472;--border: #e8ecf5}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text);overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:1rem}.nav{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800;color:var(--navy);text-decoration:none}.nav a{color:var(--navy);text-decoration:none}.nav a:hover{color:var(--blue)}.nav-center{display:flex;align-items:center;gap:1.5rem}.navlinks{display:flex;align-items:center;gap:.9rem}.navlink{padding:.35rem .5rem;border-radius:6px}.navlink:hover{background:#eef4ff}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .7rem;border-radius:6px;border:1px solid transparent;background:transparent;cursor:pointer;font:inherit;color:var(--navy)}.nav-dropdown-toggle:hover{background:#eef4ff;color:var(--blue)}.nav-dropdown-arrow{font-size:.7rem}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.4rem;min-width:190px;background-color:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 30px #0f172a26;z-index:60}.nav-dropdown-item{display:block;padding:.6rem .9rem;font-size:.9rem;color:var(--navy);text-decoration:none}.nav-dropdown-item:hover{background-color:#f3f4f6;color:var(--blue)}.btn,.btn-sm,.btn-solid,.btn-outline{border-radius:10px;border:1px solid transparent;display:inline-block;text-decoration:none}.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);padding:.45rem .8rem}.btn-outline:hover{background:#eef4ff}.btn-solid{background:var(--green);color:#fff;padding:.5rem .95rem;font-weight:600}.btn-solid:hover{opacity:.95}.hero.slideshow{position:relative;min-height:100vh;width:100%;overflow:hidden;background:#020617;color:#fff}.hero.slideshow .slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease-in-out}.hero.slideshow .slide.active{opacity:1}.hero.slideshow .slide-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b1220e6,#0b1220b3,#0b122033);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.hero-content{width:100%;max-width:72rem;margin:0 auto}.hero-kicker{text-transform:uppercase;letter-spacing:.25em;font-size:.7rem;font-weight:600;color:#7dd3fc;margin-bottom:.75rem}.hero-content h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;font-weight:700;max-width:38rem;margin:0}.hero-subtitle{margin-top:1rem;max-width:32rem;font-size:.95rem;color:#f1f5f9e6}.hero-actions{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.btn.primary{background:#0ea5e9;color:#fff;box-shadow:0 10px 20px #0f172a66}.btn.primary:hover{background:#0284c7}.btn.ghost{background:#0f172a4d;color:#e5e7eb;border-color:#94a3b880}.btn.ghost:hover{background:#0f172a8c}.hero.slideshow .arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:none;background:#ffffffd9;color:#0f172a;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3}.hero.slideshow .arrow.left{left:1rem}.hero.slideshow .arrow.right{right:1rem}.hero.slideshow .arrow:hover{background:#fff}.hero.slideshow .dots{position:absolute;bottom:1.5rem;left:0;right:0;display:flex;justify-content:center;gap:.4rem;z-index:3}.hero.slideshow .dot{width:9px;height:9px;border-radius:999px;border:none;background:#ffffff73;cursor:pointer}.hero.slideshow .dot.active,.hero.slideshow .dot:hover{background:#fff}@media (max-width: 640px){.hero-overlay{padding-top:5rem}.hero-content h1,.hero-subtitle{max-width:100%}}.home-section{padding:3rem 0 3.5rem}.home-section-alt{background:#e5ecff33}.home-section-title{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);font-weight:800;margin:0 0 .5rem;color:var(--navy)}.home-section-subtitle{margin:0 0 1.5rem;max-width:700px;color:var(--muted)}.home-resource-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-resource-card{background:var(--card);border-radius:16px;border:1px solid var(--border);padding:1.2rem 1.1rem;box-shadow:0 1px 1px #0f172a08}.home-resource-card h3{margin:0 0 .4rem;font-weight:800;color:var(--navy)}.home-resource-card p{margin:0;font-size:.95rem;color:var(--muted)}.home-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem}.home-feature-card{background:var(--card);border-radius:16px;border:1px solid var(--border);padding:1.2rem 1.1rem}.home-feature-title{margin:0 0 .4rem;font-weight:800;color:var(--navy)}.home-feature-text{margin:0;color:var(--muted);font-size:.96rem}.home-steps-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.home-step{background:var(--card);border-radius:16px;border:1px solid var(--border);padding:1.2rem 1.1rem;position:relative}.home-step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#e0edff;color:#1d4ed8;font-weight:700;font-size:.85rem;margin-bottom:.5rem}.home-step-title{margin:0 0 .4rem;font-weight:800;color:var(--navy)}.home-step-text{margin:0;color:var(--muted);font-size:.95rem}.home-cta{padding:2.5rem 0 3rem;background:linear-gradient(90deg,#eef4ff,#f6f8fc);border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text)}.home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.home-cta-inner h2{margin:0 0 .4rem;font-size:1.4rem;font-weight:800;color:var(--navy)}.home-cta-inner p{margin:0;color:var(--muted);max-width:640px}.home-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (max-width: 900px){.home-cta-inner{flex-direction:column;align-items:flex-start}.home-cta-actions{width:100%}}@media (max-width: 1024px){.home-resource-grid,.home-feature-grid,.home-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.home-resource-grid,.home-feature-grid,.home-steps-grid{grid-template-columns:1fr}.home-cta-inner{flex-direction:column;align-items:flex-start}}.catgrid,.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:2rem auto 0}@media (max-width: 1024px){.catgrid,.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.catgrid,.cards{grid-template-columns:1fr}}.catcard{display:block;text-decoration:none;color:inherit}.catcard__inner{position:relative;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;min-height:132px;box-shadow:0 1px 1px #00000005;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.catcard__inner:hover{transform:translateY(-2px);border-color:#dfe6f3;box-shadow:0 10px 24px #0000000f}.catcard__title{margin:.2rem 0 .35rem;font-size:1.06rem;font-weight:800;color:var(--navy)}.catcard__subtitle{margin:0;color:var(--muted)}.shell{display:flex;align-items:flex-start;gap:1.25rem;max-width:1200px;margin:0 auto;padding:0 1rem}.shell--level{max-width:none;width:100%;margin:0;padding:0;display:flex;align-items:flex-start;gap:1.25rem}@media (max-width: 980px){.shell{flex-direction:column;padding:0 1rem}.shell--level{flex-direction:column;padding:0 1rem 5rem}}.layout{display:grid;grid-template-columns:280px 1fr;gap:1.25rem}@media (max-width: 950px){.layout{grid-template-columns:1fr}}.layout.layout--fullheight{align-items:start}.sidebar{position:sticky;top:84px;align-self:flex-start;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:.75rem}.sidebar__btn{width:100%;text-align:left;padding:.75rem .9rem;border-radius:12px;border:1px solid transparent;background:transparent;cursor:pointer;font-weight:600}.sidebar__btn:hover{background:#f4f7ff}.sidebar__btn.is-active{background:#eef4ff;border-color:#dbe6ff}.sidebar--navy{position:sticky;top:72px;width:280px;height:calc(100dvh - 72px);background:var(--navy);color:#e6ecff;border:none;border-radius:0 16px 16px 0;padding:0;overflow:hidden;box-shadow:0 10px 24px #0b122026}.sidebar__scroll{height:100%;overflow-y:auto;padding:.75rem}.sidebar--navy .sidebar__scroll::-webkit-scrollbar{width:10px}.sidebar--navy .sidebar__scroll::-webkit-scrollbar-thumb{background:#1a2440;border-radius:8px}.sidebar--navy .sidebar__btn{width:100%;display:flex;align-items:center;gap:.65rem;padding:.8rem .9rem;border:1px solid transparent;border-radius:12px;background:transparent;color:#e6ecff;font-weight:700;cursor:pointer}.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}.sidebar__icon{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;opacity:.95}.sidebar__label{line-height:1}.sidebar--edge{width:280px}.shell .content,.shell--level .content{flex:1;min-height:calc(100dvh - 120px)}.sidebar-mobile{display:none}@media (max-width: 900px){.shell--level{flex-direction:column;padding-bottom:3.5rem}.shell--level .content{order:1}.shell--level .sidebar--navy{display:none}.sidebar-mobile{display:flex;position:sticky;bottom:0;left:0;right:0;z-index:40;background:var(--navy);color:#e5ecff;border-radius:18px 18px 0 0;padding:.35rem .5rem;align-items:center;gap:.35rem;box-shadow:0 -10px 28px #0f172a66}.sidebar-mobile__btn{flex:1;min-width:0;padding:.3rem .25rem;border-radius:999px;border:1px solid transparent;background:transparent;color:inherit;font-size:.75rem;font-weight:600;white-space:nowrap}.sidebar-mobile__btn.is-active{background:#0f1a33;border-color:#334275}.sidebar-mobile__more{position:relative}.sidebar-mobile__more-toggle{display:inline-flex;align-items:center;gap:.15rem;padding:.3rem .45rem;border-radius:999px;border:1px solid #1f2937;background:#020617;color:#e5e7eb;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap}.sidebar-mobile__dots{font-size:.9rem}.sidebar-mobile__more-menu{position:absolute;bottom:130%;right:0;background:#020617;border-radius:12px;border:1px solid #1f2937;box-shadow:0 18px 40px #0f172a99;padding:.35rem .4rem;min-width:150px;z-index:45}.sidebar-mobile__menu-item{width:100%;text-align:left;padding:.35rem .55rem;border-radius:8px;border:0;background:transparent;color:#e5e7eb;font-size:.8rem;cursor:pointer}.sidebar-mobile__menu-item:hover{background:#94a3b826}.sidebar-mobile__menu-item.is-active{background:#0b1120}}.content{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.25rem 1.25rem 1.5rem;min-height:60vh;display:flex;flex-direction:column}.pagehead{margin-bottom:.75rem}.page-title{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);font-weight:800;margin:0}.muted{color:var(--muted)}.pagehead .muted{margin:.25rem 0 .75rem}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.25rem}.resource-area{flex:1;display:flex;align-items:center;justify-content:center;min-height:48vh}.resource-area>.state{width:100%;max-width:1100px;text-align:left;margin-inline:auto;flex:1 1 auto}.state{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.25rem;text-align:left}.state--empty h3{font-size:clamp(1rem,.8rem + .6vw,1.25rem);margin:.25rem 0 .35rem}.state--empty p{margin:.25rem 0 0}.btn-retry{margin-top:.75rem;padding:.6rem 1rem;border-radius:10px;border:1px solid var(--border);background:#f7f9ff;cursor:pointer}.btn-retry:hover{background:#eef3ff}.filecard{display:flex;flex-direction:column;gap:.4rem;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem 1.1rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;min-height:120px;box-shadow:0 1px 1px #0f172a05}.filecard:hover{transform:translateY(-3px);border-color:#dfe6f3;box-shadow:0 10px 24px #0f172a14}.filecard .filetype{font-size:.75rem;font-weight:800;letter-spacing:.06em;opacity:.7;text-transform:uppercase}.filecard .title{font-weight:700;line-height:1.25;margin-top:.2rem}.filecard .meta{font-size:.9rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.2rem}.actions{display:flex;gap:.75rem;margin-top:.6rem}.btn-view,.btn-download,.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:500;border:1px solid transparent;cursor:pointer}.btn-view{background:#fff;color:#2563eb;border-color:#2563eb40}.btn-view:hover{background:#eff6ff}.btn-download{background:#2563eb;color:#fff}.btn-download:hover{background:#1d4ed8}.btn-outline{background:#fff;color:#0f172a;border-color:#cbd5f5}.btn-outline:hover{background:#f9fafb}.filecard--skeleton{position:relative;overflow:hidden}.filecard--skeleton .sk-line{background:linear-gradient(90deg,#f3f6fc 25%,#eef2f9 37%,#f3f6fc 63%);height:12px;border-radius:6px;animation:skl 1.2s infinite ease-in-out}.filecard--skeleton .sk-type{width:30%;height:10px}.filecard--skeleton .sk-title{width:80%;height:14px;margin-top:.6rem}.filecard--skeleton .sk-meta{width:55%;height:12px;margin-top:.4rem}@keyframes skl{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:80}.modal-card{width:min(960px,100%);max-height:min(640px,90vh);background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a59;padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.modal-title{margin:0;font-weight:800;font-size:1.1rem;color:var(--navy)}.modal-iframe{flex:1;width:100%;border-radius:12px;border:0;background:#0f172a;min-height:360px}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.35rem}@media (max-width: 640px){.modal-card{max-height:90vh;padding:.85rem .9rem 1rem}.modal-iframe{min-height:260px}}.footer{margin-top:2rem;background:var(--navy);color:#c7d2fe;text-align:center;padding:.6rem .75rem;font-size:.9rem;border-top:1px solid #13203d}@media (max-width: 900px){.nav-center{gap:1rem}.navlinks{gap:.6rem}}.auth-center{min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #0f172a0f;padding:1.25rem 1.25rem 1.5rem}.auth-title{font-size:1.5rem;font-weight:800;color:var(--navy);margin:0}.auth-sub{color:var(--muted);margin-top:.25rem}.auth-field{width:100%;height:44px;border:1px solid var(--border);border-radius:12px;padding:0 .75rem;outline:none}.auth-field:focus{border-color:#bfdbfe;box-shadow:0 0 0 3px #2563eb40}.auth-primary{width:100%;height:44px;border:0;border-radius:12px;background:var(--blue);color:#fff;font-weight:600;cursor:pointer}.auth-primary:hover{opacity:.95}.auth-help{text-align:center;color:var(--muted);font-size:.925rem;margin-top:.75rem}.auth-link{color:#2563eb;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-shell{min-height:calc(100dvh - 180px);display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem}.auth-card.shake{animation:shake .45s ease}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.auth-label{font-weight:700;font-size:.92rem;margin-top:.6rem;display:block}.auth-input{width:100%;border:1px solid var(--border);border-radius:12px;padding:.75rem .9rem;outline:none;background:#fff}.auth-input:focus{border-color:#cfe0ff;box-shadow:0 0 0 3px #eaf0ff}.input-with-btn{position:relative}.input-with-btn .toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#2563eb;cursor:pointer;font-weight:700}.hint{display:block;margin:.25rem 0 0;font-size:.85rem}.hint.error{color:#ef4444}.hint.warn{color:#f59e0b}.row-between{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.remember{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.btn-wide{width:100%;margin-top:.9rem;border:0;border-radius:12px;padding:.9rem 1rem;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.btn-wide:disabled{opacity:.6;cursor:not-allowed}.auth-foot{text-align:center;margin-top:.75rem}.link{color:#2563eb;text-decoration:none}.link:hover{text-decoration:underline}.mt-2{margin-top:.5rem}.fullbleed{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.footer--full{background:#050814;color:#e5ecff;padding-top:2.5rem}.footer-main{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-between}.footer-col{flex:1 1 180px;min-width:180px}.footer-col-brand{max-width:260px}.footer-logo-circle{width:48px;height:48px;border-radius:999px;background:#0f172a;border:2px solid #38bdf8;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem}.footer-title{font-weight:700;margin-bottom:.5rem}.footer-heading{font-weight:600;margin-bottom:.5rem}.footer-text{font-size:.9rem;line-height:1.5}.footer-text--muted{opacity:.75;margin-top:.35rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{font-size:.9rem;margin-bottom:.35rem}.footer-link{color:inherit;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(148,163,184,.4);margin-top:2rem;padding:.75rem 0}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;font-size:.85rem;text-align:center}.footer-bottom-links{display:flex;align-items:center;justify-content:center;gap:1.5rem}.footer-bottom-link{background:none;border:none;color:inherit;font:inherit;cursor:pointer}.footer-socials{display:flex;gap:.75rem;font-size:.9rem}.footer--compact{background:#020617;color:#e5ecff;padding:.6rem 0}.footer-compact-inner{text-align:center;font-size:.85rem}
