*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#5784e6;--blue-light:#eef2fd;--blue-mid:#7fa0ed;--orange:#ffb400;--orange-light:#fff8e6;--bg:#f4f6ff;--white:#fff;--text-dark:#1a2340;--text-mid:#3d4f7c;--text-light:#7a8bad;--green:#4caf50;--green-light:#e8f5e9;--shadow-sm:0 2px 8px #5784e614;--shadow-md:0 4px 20px #5784e61f;--shadow-lg:0 8px 40px #5784e62e;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--radius-xl:40px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background-color:#f4f6ff;background-color:var(--bg);color:#1a2340;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit;outline:none}img{max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 24px;width:100%}.section-title{color:#1a2340;color:var(--text-dark);font-size:2.2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:12px;text-align:center}.section-subtitle{color:#3d4f7c;color:var(--text-mid);font-size:1.05rem;line-height:1.7;margin:0 auto 48px;max-width:600px;text-align:center}.btn-primary{align-items:center;background:#ffb400;background:var(--orange);border-radius:50px;box-shadow:0 4px 15px #ffb4004d;color:#fff;color:var(--white);display:inline-flex;font-size:1rem;font-weight:700;gap:8px;padding:14px 32px;transition:all .2s ease}.btn-primary:hover{background:#e6a200;box-shadow:0 6px 20px #ffb40066;transform:translateY(-2px)}.btn-secondary{align-items:center;background:#fff;background:var(--white);border:2px solid #5784e6;border:2px solid var(--blue);border-radius:50px;color:#5784e6;color:var(--blue);display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:14px 32px;transition:all .2s ease}.btn-secondary:hover{background:#5784e6;background:var(--blue);box-shadow:0 6px 20px #5784e64d;color:#fff;color:var(--white);transform:translateY(-2px)}@media (max-width:768px){.section-title{font-size:1.7rem}.section-subtitle{font-size:.95rem;margin-bottom:32px}.btn-primary,.btn-secondary{font-size:.95rem;padding:13px 26px}}@media (max-width:480px){.container{padding:0 16px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.btn-primary,.btn-secondary{justify-content:center;text-align:center;width:100%}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #5784e614;position:-webkit-sticky;position:sticky;top:0;transition:box-shadow .3s ease;z-index:1000}.header--scrolled{box-shadow:0 2px 20px #5784e61a}.header__inner{height:68px;justify-content:space-between}.header__inner,.header__logo{align-items:center;display:flex}.header__logo{text-decoration:none}.header__logo svg{transition:opacity .2s}.header__logo:hover svg{opacity:.75}.header__nav{align-items:center;display:flex;gap:6px}.header__link{border-radius:10px;color:#3d4f7c;font-size:.95rem;font-weight:500;padding:8px 14px;text-decoration:none;transition:color .2s,background .2s}.header__link--active,.header__link:hover{background:#eef2fd;color:#5784e6}.header__cta{background:#5784e6;border-radius:50px;color:#fff;font-size:.9rem;font-weight:700;margin-left:8px;padding:9px 20px;text-decoration:none;transition:background .2s,transform .2s}.header__cta:hover{background:#4570d4;transform:translateY(-1px)}.header__burger{background:none;border:none;border-radius:8px;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:6px;transition:background .2s}.header__burger:hover{background:#eef2fd}.header__burger span{background:#3d4f7c;border-radius:2px;display:block;height:2.5px;transition:all .3s ease;width:24px}.header__burger--open span:first-child{transform:translateY(7.5px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media (max-width:768px){.header__burger{display:flex}.header__nav{align-items:stretch;background:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow:0 8px 24px #5784e61f;display:none;flex-direction:column;gap:4px;left:0;padding:12px 20px 20px;position:absolute;right:0;top:68px;z-index:999}.header__nav--open{display:flex}.header__link{border-radius:12px;font-size:1rem;padding:13px 16px}.header__cta{margin-left:0;margin-top:8px;padding:13px 16px;text-align:center}}@media (max-width:480px){.header__inner{height:60px}.header__nav{top:60px}}.footer{background:#f4f6ff;border-top:1px solid #5784e61a;padding:60px 0 0}.footer__top{grid-gap:48px;display:grid;gap:48px;grid-template-columns:2fr 1fr 1fr 1fr;padding-bottom:48px}.footer__logo{align-items:center;display:flex;margin-bottom:14px}.footer__tagline{color:#3d4f7c;font-size:.875rem;line-height:1.65;margin-bottom:20px;max-width:260px}.footer__social{display:flex;gap:10px}.footer__social-link{align-items:center;background:#fff;border:1.5px solid #5784e626;border-radius:10px;color:#5784e6;display:flex;height:36px;justify-content:center;text-decoration:none;transition:background .2s,color .2s;width:36px}.footer__social-link:hover{background:#5784e6;border-color:#5784e6;color:#fff}.footer__links-title{color:#1a2340;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.footer__links{display:flex;flex-direction:column;gap:10px;list-style:none}.footer__links a{color:#3d4f7c;font-size:.875rem;text-decoration:none;transition:color .2s}.footer__links a:hover{color:#5784e6}.footer__bottom{align-items:center;border-top:1px solid #5784e61a;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:20px 0}.footer__bottom p{color:#7a8bad;font-size:.825rem}.footer__bottom-note{font-style:italic}@media (max-width:900px){.footer__top{gap:32px;grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}}@media (max-width:500px){.footer{padding-top:40px}.footer__top{gap:24px;grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column;gap:4px;text-align:center}}@media (max-width:380px){.footer__top{grid-template-columns:1fr}}.hero{background:linear-gradient(145deg,#e8effe,#f4f6ff 40%,#ebf0ff);display:flex;flex-direction:column;min-height:92vh;overflow:hidden;padding-bottom:0;padding-top:60px;position:relative}.hero__notebook-bg{inset:0;overflow:hidden;pointer-events:none;position:absolute}.hero__notebook-lines{display:flex;flex-direction:column;inset:0;justify-content:space-around;opacity:.35;padding:60px 0;position:absolute}.hero__line{background:#b8cafb;height:1px;margin:0 80px 0 100px}.hero__notebook-margin{background:#ffb40059;bottom:0;left:80px;position:absolute;top:0;width:2px}.hero__holes{display:flex;flex-direction:column;gap:60px;left:0;padding:0 18px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.hero__hole{background:#fff;border:3px solid #5784e6;border-radius:50%;box-shadow:0 2px 8px #5784e640;height:28px;width:28px}.hero:before{background:radial-gradient(circle,#5784e61a 0,#0000 70%);height:600px;right:-120px;top:-80px;width:600px}.hero:after,.hero:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.hero:after{background:radial-gradient(circle,#5784e614 0,#0000 70%);bottom:60px;height:400px;left:-100px;width:400px}.hero__container{grid-gap:48px;align-items:center;display:grid;flex:1 1;gap:48px;grid-template-columns:1fr 1fr;padding-bottom:80px;padding-top:20px;position:relative;z-index:3}.hero__badge{align-items:center;background:#fff;border:1.5px solid #5784e640;border-radius:50px;box-shadow:var(--shadow-sm);color:#5784e6;display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;margin-bottom:24px;padding:8px 16px}.hero__title{color:#1a2340;font-size:3.4rem;font-weight:900;letter-spacing:-1.5px;line-height:1.15;margin-bottom:20px}.hero__title-accent{color:#5784e6;position:relative}.hero__title-accent:after{background:#ffb40059;border-radius:4px;bottom:4px;content:"";height:6px;left:0;position:absolute;right:0;z-index:-1}.hero__subtitle{color:#3d4f7c;font-size:1.1rem;line-height:1.7;margin-bottom:36px;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px}.hero__stats{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.hero__stat{display:flex;flex-direction:column;gap:2px}.hero__stat-num{color:#5784e6;font-size:1.1rem;font-weight:800}.hero__stat-label{color:#7a8bad;font-size:.75rem;font-weight:500}.hero__stat-divider{background:#5784e633;height:32px;width:1px}.hero__visual{align-items:center;display:flex;justify-content:center;position:relative}.hero__phone-wrap{position:relative;z-index:2}.hero__phone-frame{background:#111827;border-radius:44px;box-shadow:0 40px 90px #1a234066,0 0 0 1.5px #ffffff14,inset 0 0 0 1px #ffffff0a;padding:12px;position:relative;width:270px}.hero__phone-notch{background:#111827;border-radius:0 0 16px 16px;height:24px;left:50%;position:absolute;top:12px;transform:translateX(-50%);width:80px;z-index:10}.hero__phone-screen{background:#fff;border-radius:34px;line-height:0;overflow:hidden}.hero__screen-img{display:block;height:auto;width:100%}.hero__phone-shadow{background:#5784e640;border-radius:50%;bottom:-20px;filter:blur(16px);height:40px;left:50%;position:absolute;transform:translateX(-50%);width:80%;z-index:1}.hero__float-card{align-items:center;animation:floatCard 3s ease-in-out infinite;background:#fff;border:1px solid #5784e61a;border-radius:14px;box-shadow:var(--shadow-md);color:#1a2340;display:flex;font-size:.78rem;font-weight:600;gap:8px;padding:10px 14px;position:absolute;white-space:nowrap}.hero__float-card--1{animation-delay:0s;right:-10px;top:10%}.hero__float-card--2{animation-delay:1.5s;bottom:15%;left:-10px}.hero__float-icon{font-size:1rem}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__wave{line-height:0;margin-top:auto;position:relative;z-index:3}.hero__wave svg{display:block;height:80px;width:100%}@media (max-width:1024px){.hero__title{font-size:2.8rem}.phone-frame{width:230px}}@media (max-width:768px){.hero{min-height:auto;padding-top:40px}.hero__container{gap:32px;grid-template-columns:1fr;padding-bottom:40px;text-align:center}.hero__title{font-size:2.1rem;letter-spacing:-.8px}.hero__subtitle{font-size:.97rem;margin-left:auto;margin-right:auto}.hero__actions{align-items:center;flex-direction:column;justify-content:center}.hero__actions .btn-primary,.hero__actions .btn-secondary{justify-content:center;max-width:320px;width:100%}.hero__stats{gap:12px;justify-content:center}.hero__stat-num{font-size:.9rem}.hero__stat-label{font-size:.68rem}.hero__holes,.hero__notebook-margin{display:none}.hero__notebook-lines .hero__line{margin-left:16px;margin-right:16px}.hero__visual{order:1}.hero__phone-frame{width:210px}.hero__badge{display:inline-flex}}@media (max-width:480px){.hero__title{font-size:1.8rem}.hero__phone-frame{width:180px}.hero__stat-divider{display:none}.hero__stats{gap:16px;justify-content:center}}.whatis{background:#fff;padding:88px 0}.whatis__inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1.2fr}.whatis__label{color:#5784e6;font-size:.85rem;font-weight:700;letter-spacing:1.5px;margin-bottom:14px;text-transform:uppercase}.whatis__title{color:#1a2340;font-size:2rem;font-weight:800;letter-spacing:-.5px;line-height:1.25;margin-bottom:18px}.whatis__desc{color:#3d4f7c;font-size:1rem;line-height:1.75;margin-bottom:24px}.whatis__link{border-bottom:2px solid #5784e64d;color:#5784e6;font-size:.95rem;font-weight:700;padding-bottom:2px;text-decoration:none;transition:border-color .2s}.whatis__link:hover{border-color:#5784e6}.whatis__cards{display:flex;flex-direction:column;gap:14px}.whatis__card{align-items:center;background:#f7f9ff;border:1.5px solid #5784e61a;border-radius:18px;display:flex;gap:16px;overflow:hidden;padding:20px 22px;position:relative;transition:transform .2s,box-shadow .2s}.whatis__card:hover{box-shadow:0 6px 24px #5784e61a;transform:translateY(-2px)}.whatis__card-icon{align-items:center;background:#fff;border-radius:14px;box-shadow:0 2px 8px #5784e61a;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.whatis__card-body{flex:1 1}.whatis__card-title{color:#1a2340;font-size:1rem;font-weight:700;margin-bottom:4px}.whatis__card-desc{color:#3d4f7c;font-size:.875rem;line-height:1.55}.whatis__card-accent{border-radius:0 18px 18px 0;bottom:0;position:absolute;right:0;top:0;width:4px}@media (max-width:768px){.whatis{padding:60px 0}.whatis__inner{gap:36px;grid-template-columns:1fr}.whatis__title{font-size:1.7rem}}.how{background:#f4f6ff;padding:88px 0}.how__tag{color:#5784e6;font-size:.82rem;font-weight:700;letter-spacing:1.5px;margin-bottom:10px;text-align:center;text-transform:uppercase}.how__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);position:relative}.how__card{background:#fff;border:1.5px solid #5784e61a;border-radius:22px;box-shadow:var(--shadow-sm);padding:28px 22px;position:relative;transition:transform .25s,box-shadow .25s}.how__card:hover{box-shadow:0 12px 36px #5784e624;transform:translateY(-4px)}.how__card-top{justify-content:space-between;margin-bottom:18px}.how__card-top,.how__icon-wrap{align-items:center;display:flex}.how__icon-wrap{background:#f4f6ff;border-radius:16px;height:56px;justify-content:center;width:56px}.how__num{color:#5784e626;font-size:1.6rem;font-weight:900;line-height:1}.how__card-title{color:#1a2340;font-size:1.05rem;font-weight:700;margin-bottom:10px}.how__card-desc{color:#3d4f7c;font-size:.875rem;line-height:1.65}.how__arrow{align-items:center;background:#fff;border:1.5px solid #5784e626;border-radius:50%;box-shadow:var(--shadow-md);color:#5784e6;display:flex;font-size:.9rem;height:28px;justify-content:center;position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:28px;z-index:2}@media (max-width:1024px){.how__grid{grid-template-columns:repeat(2,1fr)}.how__arrow{display:none}}@media (max-width:600px){.how{padding:60px 0}.how__grid{gap:12px;grid-template-columns:1fr}.how__card{padding:20px 16px}.how__card-title{font-size:.97rem}.how__card-desc{font-size:.85rem}}@media (max-width:480px){.how .section-subtitle{font-size:.88rem;text-align:left}}.features{background:#fff;padding:88px 0}.features__tag{color:#5784e6;font-size:.82rem;font-weight:700;letter-spacing:1.5px;margin-bottom:10px;text-align:center;text-transform:uppercase}.features__grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr)}.features__card{background:#f7f9ff;border:1.5px solid #5784e614;border-radius:22px;overflow:hidden;padding:30px 26px;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s}.features__card:before{background:linear-gradient(135deg,#5784e608,#0000 60%);content:"";inset:0;pointer-events:none;position:absolute}.features__card:hover{background:#fff;border-color:#5784e633;box-shadow:0 14px 40px #5784e621;transform:translateY(-5px)}.features__icon-wrap{align-items:center;background:#fff;border:1px solid #5784e614;border-radius:16px;box-shadow:0 3px 12px #5784e61a;display:flex;height:54px;justify-content:center;margin-bottom:18px;width:54px}.features__card-title{color:#1a2340;font-size:1rem;font-weight:700;margin-bottom:10px}.features__card-desc{color:#3d4f7c;font-size:.875rem;line-height:1.65}.features__card-dot{border-radius:50%;height:8px;opacity:.6;position:absolute;right:22px;top:22px;width:8px}@media (max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.features{padding:60px 0}.features__grid{gap:12px;grid-template-columns:1fr}.features__card{padding:20px 16px}.features__card-title{font-size:.97rem}}@media (max-width:480px){.features__icon-wrap{height:46px;width:46px}}.exchange{background:#f4f6ff;padding:88px 0}.exchange__inner{grid-gap:64px;align-items:center;display:grid;gap:64px;grid-template-columns:1fr 1.1fr}.exchange__tag{color:#5784e6;font-size:.82rem;font-weight:700;letter-spacing:1.5px;margin-bottom:14px;text-transform:uppercase}.exchange__title{color:#1a2340;font-size:2rem;font-weight:800;letter-spacing:-.5px;line-height:1.25;margin-bottom:18px}.exchange__desc{color:#3d4f7c;font-size:1rem;line-height:1.75;margin-bottom:24px}.exchange__list{display:flex;flex-direction:column;gap:12px;list-style:none}.exchange__list li{align-items:center;color:#1a2340;display:flex;font-size:.95rem;font-weight:500;gap:12px}.exchange__check{align-items:center;background:#e8f5e9;border-radius:50%;color:#4caf50;display:flex;flex-shrink:0;font-size:.7rem;font-weight:800;height:22px;justify-content:center;width:22px}.exchange__visual{flex-direction:column}.exchange__container,.exchange__visual{align-items:center;display:flex;gap:16px}.exchange__container{background:#fff;border:1.5px solid #5784e61a;border-radius:24px;box-shadow:0 8px 40px #5784e624;padding:28px;width:100%}.exchange__note{border-radius:16px;flex:1 1;padding:18px 16px}.exchange__note--blue{background:linear-gradient(135deg,#5784e6,#4570d4)}.exchange__note--orange{background:#fff;border:2px solid #ffb400}.exchange__note-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.exchange__note-label{color:#ffffffe6;font-size:.78rem;font-weight:700}.exchange__note--orange .exchange__note-label{color:#e09800}.exchange__note-badge{background:#fff3;border-radius:20px;color:#fff;font-size:.65rem;font-weight:700;padding:3px 8px}.exchange__note-badge--green{background:#e8f5e9;color:#4caf50}.exchange__note-lines{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.exchange__note-line{background:#ffffff4d;border-radius:3px;height:5px}.exchange__note--orange .exchange__note-line{background:#5784e61f}.exchange__note-line--full{width:100%}.exchange__note-line--3q{width:75%}.exchange__note-line--half{width:55%}.exchange__note-line--2q{width:85%}.exchange__note-course{color:#ffffffb3;font-size:.7rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.exchange__note--orange .exchange__note-course{color:#7a8bad}.exchange__center{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:6px}.exchange__icon-circle{align-items:center;background:#f4f6ff;border:2px solid #5784e626;border-radius:50%;box-shadow:0 4px 14px #5784e61a;display:flex;height:52px;justify-content:center;width:52px}.exchange__flow-label{color:#7a8bad;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.exchange__caption{color:#7a8bad;font-size:.85rem;font-style:italic;text-align:center}@media (max-width:900px){.exchange__inner{gap:40px;grid-template-columns:1fr}.exchange__title{font-size:1.7rem}}@media (max-width:500px){.exchange{padding:60px 0}.exchange__container{flex-direction:column;gap:8px;padding:16px 10px}.exchange__center{flex-direction:row;gap:10px}.exchange__note{padding:14px 12px}.exchange__note-label{font-size:.72rem}.exchange__note-course{font-size:.62rem}.exchange__title{font-size:1.5rem}}.trust{background:linear-gradient(160deg,#eef2fd,#f4f6ff);padding:88px 0}.trust__tag{color:#5784e6;font-size:.82rem;font-weight:700;letter-spacing:1.5px;margin-bottom:10px;text-align:center;text-transform:uppercase}.trust__title{color:#1a2340}.trust__subtitle{color:#3d4f7c}.trust__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.trust__card{background:#fff;border:1.5px solid #5784e61a;border-radius:22px;box-shadow:var(--shadow-sm);overflow:hidden;padding:28px 22px;position:relative;transition:transform .25s,box-shadow .25s}.trust__card:after{background:#5784e6;background:var(--card-color,#5784e6);bottom:0;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;transition:opacity .25s}.trust__card:hover{box-shadow:0 12px 36px #5784e624;transform:translateY(-4px)}.trust__card:hover:after{opacity:1}.trust__icon-wrap{align-items:center;border-radius:15px;display:flex;height:52px;justify-content:center;margin-bottom:14px;width:52px}.trust__badge{background:#e8f5e9;border-radius:20px;color:#4caf50;display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.5px;margin-bottom:12px;padding:4px 10px;text-transform:uppercase}.trust__card-title{color:#1a2340;font-size:1rem;font-weight:700;margin-bottom:10px}.trust__card-desc{color:#3d4f7c;font-size:.875rem;line-height:1.65}@media (max-width:1024px){.trust__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.trust{padding:60px 0}.trust__grid{gap:12px;grid-template-columns:1fr}.trust__card{padding:20px 16px}.trust__card-title{font-size:.97rem}}@media (max-width:480px){.trust__icon-wrap{border-radius:13px;height:46px;width:46px}}.cta{background:#fff;padding:88px 0}.cta__box{background:linear-gradient(135deg,#5784e6,#4066cc);border-radius:36px;box-shadow:0 20px 60px #5784e659;overflow:hidden;padding:72px 60px;position:relative;text-align:center}.cta__deco--lines{bottom:0;display:flex;flex-direction:column;justify-content:space-around;left:0;padding:30px 0;pointer-events:none;position:absolute;right:0;top:0}.cta__deco-line{background:#ffffff12;height:1px;margin:0 40px}.cta__deco--hole{background:#ffffff1f;border:2px solid #fff3;border-radius:50%;height:26px;pointer-events:none;position:absolute;width:26px}.cta__deco--hole-1{left:32px;top:25%}.cta__deco--hole-2{left:32px;top:70%}.cta__deco--circle{background:#ffffff0d;border-radius:50%;height:350px;pointer-events:none;position:absolute;right:-100px;top:-100px;width:350px}.cta__content{margin:0 auto;max-width:600px;position:relative;z-index:2}.cta__tag{color:#ffffffb3;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:1.5px;margin-bottom:16px;text-transform:uppercase}.cta__title{color:#fff;font-size:2.4rem;font-weight:900;letter-spacing:-.8px;line-height:1.2;margin-bottom:16px}.cta__subtitle{color:#fffc;font-size:1.05rem;line-height:1.7;margin-bottom:36px}.cta__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:28px}.cta__btn-primary{background:#ffb400;border-radius:50px;box-shadow:0 4px 20px #ffb40066;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:15px 36px;text-decoration:none;transition:all .2s}.cta__btn-primary:hover{background:#e6a200;box-shadow:0 8px 28px #ffb40080;transform:translateY(-2px)}.cta__btn-secondary{background:#ffffff26;border:2px solid #fff6;border-radius:50px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:15px 36px;text-decoration:none;transition:all .2s}.cta__btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}.cta__play-badge{align-items:center;color:#ffffffa6;display:inline-flex;font-size:.85rem;font-weight:500;gap:8px}@media (max-width:768px){.cta{padding:60px 0}.cta__box{border-radius:24px;padding:48px 24px}.cta__title{font-size:1.8rem}.cta__deco--hole{display:none}.cta__btn-primary,.cta__btn-secondary{display:block;padding:14px;text-align:center;width:100%}.cta__actions{flex-direction:column;gap:10px}}@media (max-width:480px){.cta__box{border-radius:20px;padding:36px 16px}.cta__title{font-size:1.5rem}.cta__subtitle{font-size:.9rem}}.help-hero{background:linear-gradient(160deg,#eef2fd,#f4f6ff);padding:72px 0 56px;text-align:center}.help-hero__tag{color:#5784e6;font-size:.8rem;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}.help-hero__title{color:#1a2340;font-size:2.8rem;font-weight:900;letter-spacing:-1px;margin-bottom:14px}.help-hero__subtitle{color:#3d4f7c;font-size:1.05rem;line-height:1.7;margin:0 auto 36px;max-width:520px}.help-search{align-items:center;background:#fff;border:1.5px solid #5784e633;border-radius:50px;box-shadow:0 4px 20px #5784e61a;display:flex;gap:12px;margin:0 auto 24px;max-width:520px;padding:14px 22px;transition:border-color .2s,box-shadow .2s}.help-search:focus-within{border-color:#5784e6;box-shadow:0 4px 24px #5784e62e}.help-search input{background:#0000;border:none;color:#1a2340;flex:1 1;font-family:inherit;font-size:.95rem;outline:none}.help-search input::placeholder{color:#7a8bad}.help-search__clear{background:none;border:none;border-radius:50%;color:#7a8bad;cursor:pointer;font-size:.85rem;padding:2px 4px;transition:color .2s}.help-search__clear:hover{color:#1a2340}.help-categories{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.help-cat{background:#fff;border:1.5px solid #5784e626;border-radius:50px;color:#3d4f7c;cursor:pointer;font-size:.85rem;font-weight:600;padding:7px 18px;transition:all .2s}.help-cat:hover{border-color:#5784e6;color:#5784e6}.help-cat--active{background:#5784e6;border-color:#5784e6;color:#fff}.help-faq{background:#fff;padding:56px 0 72px}.help-faq__count{color:#7a8bad;font-size:.85rem;margin-bottom:20px}.help-faq__list{display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:760px}.faq-item{background:#fafbff;border:1.5px solid #5784e61f;border-radius:16px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item--open,.faq-item:hover{border-color:#5784e64d}.faq-item--open{background:#fff;box-shadow:0 4px 20px #5784e614}.faq-item__question{align-items:center;background:none;border:none;color:#1a2340;cursor:pointer;display:flex;font-family:inherit;font-size:.97rem;font-weight:600;gap:16px;justify-content:space-between;padding:20px 22px;text-align:left;transition:color .2s;width:100%}.faq-item--open .faq-item__question{color:#5784e6}.faq-item__icon{align-items:center;background:#eef2fd;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background .2s;width:32px}.faq-item--open .faq-item__icon{background:#5784e61f}.faq-item__answer{animation:fadeDown .2s ease;padding:0 22px 20px}.faq-item__answer p{border-top:1px solid #5784e61a;color:#3d4f7c;font-size:.9rem;line-height:1.75;padding-top:16px}@keyframes fadeDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.help-faq__empty{align-items:center;display:flex;flex-direction:column;gap:14px;padding:60px 0;text-align:center}.help-faq__empty p{color:#3d4f7c;font-size:1rem}.help-faq__empty button{background:none;border:1.5px solid #5784e6;border-radius:50px;color:#5784e6;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:9px 22px;transition:all .2s}.help-faq__empty button:hover{background:#5784e6;color:#fff}.help-cta{background:#f4f6ff;padding:72px 0}.help-cta__box{background:#fff;border:1.5px solid #5784e61a;border-radius:28px;box-shadow:0 8px 40px #5784e61a;margin:0 auto;max-width:560px;padding:52px 48px;text-align:center}.help-cta__icon{margin-bottom:20px}.help-cta__title{color:#1a2340;font-size:1.7rem;font-weight:800;letter-spacing:-.4px;margin-bottom:12px}.help-cta__desc{color:#3d4f7c;font-size:.95rem;line-height:1.7;margin-bottom:28px}.help-cta__btn{background:#ffb400;border-radius:50px;box-shadow:0 4px 16px #ffb4004d;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:14px 36px;text-decoration:none;transition:all .2s}.help-cta__btn:hover{background:#e6a200;box-shadow:0 8px 24px #ffb40066;transform:translateY(-2px)}@media (max-width:768px){.help-hero{padding:52px 0 40px}.help-hero__title{font-size:2.1rem}.help-cta__box{padding:36px 24px}.help-cta__title{font-size:1.4rem}.help-faq{padding:40px 0 56px}.help-search{padding:12px 18px}}@media (max-width:480px){.help-hero__title{font-size:1.8rem}.help-hero__subtitle{font-size:.9rem}.help-categories{gap:6px}.help-cat{font-size:.8rem;padding:6px 14px}.faq-item__question{font-size:.9rem;padding:16px}.faq-item__answer{padding:0 16px 16px}.help-cta{padding:48px 0}.help-cta__box{border-radius:20px;padding:28px 18px}.help-cta__title{font-size:1.25rem}.help-cta__btn{padding:13px;text-align:center;width:100%}}.fb-hero{background:linear-gradient(160deg,#eef2fd,#f4f6ff);padding:72px 0 56px;text-align:center}.fb-hero__tag{color:#5784e6;font-size:.8rem;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}.fb-hero__title{color:#1a2340;font-size:2.8rem;font-weight:900;letter-spacing:-1px;margin-bottom:14px}.fb-hero__subtitle{color:#3d4f7c;font-size:1.05rem;line-height:1.7;margin:0 auto;max-width:520px}.fb-main{background:#fff;padding:64px 0 88px}.fb-grid{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 380px}.fb-form-wrap{background:#f7f9ff;border:1.5px solid #5784e61a;border-radius:24px;padding:40px 36px}.fb-form__title{color:#1a2340;font-size:1.3rem;font-weight:800;margin-bottom:28px}.fb-form{gap:20px}.fb-field,.fb-form{display:flex;flex-direction:column}.fb-field{gap:7px}.fb-label{color:#1a2340;font-size:.9rem;font-weight:600}.fb-label__opt{color:#7a8bad;font-size:.82rem;font-weight:400}.fb-label__req{color:#5784e6}.fb-input,.fb-textarea{background:#fff;border:1.5px solid #5784e62e;border-radius:14px;color:#1a2340;font-family:inherit;font-size:.95rem;outline:none;padding:13px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.fb-input::placeholder,.fb-textarea::placeholder{color:#a8b8d0}.fb-input:focus,.fb-textarea:focus{border-color:#5784e6;box-shadow:0 0 0 3px #5784e61a}.fb-input--error{border-color:#f44336!important;box-shadow:0 0 0 3px #f4433614!important}.fb-textarea{min-height:130px;resize:vertical}.fb-select-wrap{position:relative}.fb-select{-webkit-appearance:none;appearance:none;background:#fff;border:1.5px solid #5784e62e;border-radius:14px;color:#1a2340;cursor:pointer;font-family:inherit;font-size:.95rem;outline:none;padding:13px 40px 13px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.fb-select:focus{border-color:#5784e6;box-shadow:0 0 0 3px #5784e61a}.fb-select-arrow{pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.fb-error{color:#f44336;font-size:.8rem;margin-top:2px}.fb-alert{background:#fff3f3;border:1.5px solid #ffcdd2;border-radius:12px;color:#c62828;font-size:.875rem;padding:12px 16px}.fb-alert a{color:#c62828;font-weight:600}.fb-submit{align-items:center;background:#ffb400;border:none;border-radius:50px;box-shadow:0 4px 16px #ffb4004d;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1rem;font-weight:700;gap:10px;justify-content:center;margin-top:4px;padding:15px 32px;transition:background .2s,transform .2s,box-shadow .2s}.fb-submit:hover:not(:disabled){background:#e6a200;box-shadow:0 8px 24px #ffb40066;transform:translateY(-2px)}.fb-submit:disabled{cursor:not-allowed;opacity:.7}.fb-submit__spinner{animation:spin .7s linear infinite;border:2.5px solid #fff6;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.fb-success{align-items:center;display:flex;flex-direction:column;gap:14px;padding:48px 24px;text-align:center}.fb-success__icon{margin-bottom:8px}.fb-success h3{color:#1a2340;font-size:1.4rem;font-weight:800}.fb-success p{color:#3d4f7c;font-size:.95rem;line-height:1.65;max-width:320px}.fb-success__btn{background:none;border:1.5px solid #5784e6;border-radius:50px;color:#5784e6;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;margin-top:8px;padding:10px 26px;transition:all .2s}.fb-success__btn:hover{background:#5784e6;color:#fff}.fb-sidebar{display:flex;flex-direction:column;gap:20px}.fb-sidebar__title{color:#1a2340;font-size:1.15rem;font-weight:800}.fb-sidebar__desc{color:#3d4f7c;font-size:.9rem;line-height:1.65;margin-top:-8px}.fb-contact-cards{display:flex;flex-direction:column;gap:12px}.fb-contact-card{align-items:center;background:#f7f9ff;border:1.5px solid #5784e61a;border-radius:16px;display:flex;gap:14px;padding:16px 18px;transition:border-color .2s,box-shadow .2s}.fb-contact-card:hover{border-color:#5784e640;box-shadow:0 4px 16px #5784e614}.fb-contact-card__icon{align-items:center;background:#fff;border:1px solid #5784e61a;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.fb-contact-card__label{color:#7a8bad;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.fb-contact-card__value{color:#1a2340;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}a.fb-contact-card__value:hover{color:#5784e6}.fb-note{align-items:flex-start;background:#eef2fd;border-radius:14px;display:flex;gap:10px;padding:14px 16px}.fb-note svg{flex-shrink:0;margin-top:2px}.fb-note p{color:#3d4f7c;font-size:.82rem;line-height:1.55}.fb-note strong{color:#1a2340}@media (max-width:900px){.fb-grid{gap:32px;grid-template-columns:1fr}.fb-sidebar{order:-1}.fb-contact-cards{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.fb-hero{padding:52px 0 40px}.fb-hero__title{font-size:2.1rem}.fb-form-wrap{border-radius:18px;padding:24px 16px}.fb-main{padding:36px 0 56px}.fb-submit{width:100%}}@media (max-width:480px){.fb-hero__title{font-size:1.8rem}.fb-hero__subtitle{font-size:.9rem}.fb-contact-cards{grid-template-columns:1fr}.fb-input,.fb-select,.fb-textarea{font-size:.9rem;padding:12px 14px}.fb-select{padding-right:36px}.fb-form__title{font-size:1.15rem}}.admin-login-bg{align-items:center;background:#f4f6ff;display:flex;justify-content:center;min-height:100vh;padding:24px}.admin-login-card{background:#fff;border-radius:20px;box-shadow:0 8px 40px #5784e624;max-width:420px;padding:48px 44px;width:100%}.admin-login-brand{margin-bottom:32px;text-align:center}.admin-login-logo{font-size:1.8rem;font-weight:800;letter-spacing:-.5px}.admin-login-subtitle{color:#7a8bad;font-size:.85rem;font-weight:500;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.admin-login-title{color:#1a2340;font-size:1.4rem;font-weight:700;margin-bottom:6px}.admin-login-desc{color:#7a8bad;font-size:.88rem;margin-bottom:28px}.admin-login-form{gap:16px}.admin-login-form,.afield{display:flex;flex-direction:column}.afield{gap:6px}.afield label{color:#3d4f7c;font-size:.85rem;font-weight:600}.afield input{background:#f9fafe;border:1.5px solid #e0e6f7;border-radius:10px;color:#1a2340;font-family:inherit;font-size:.95rem;outline:none;padding:11px 14px;transition:border-color .2s}.afield input:focus{background:#fff;border-color:#5784e6}.admin-login-error{background:#fff0f0;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;font-size:.87rem;font-weight:500;padding:10px 14px}.admin-login-btn{background:#5784e6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;margin-top:4px;padding:13px;transition:background .2s,transform .15s}.admin-login-btn:hover:not(:disabled){background:#3f6ddb;transform:translateY(-1px)}.admin-login-btn:disabled{cursor:not-allowed;opacity:.65}.admin-sidebar{background:#fff;border-right:1px solid #eef2fb;bottom:0;display:flex;flex-direction:column;left:0;min-height:100vh;overflow-y:auto;position:fixed;top:0;width:240px;z-index:100}.admin-sidebar-brand{border-bottom:1px solid #eef2fb;padding:24px 20px 18px}.sidebar-logo{align-items:center;display:flex;font-size:1.2rem;font-weight:800;gap:6px}.logo-note{color:#1a2340}.logo-swapp{color:#5784e6}.sidebar-admin-badge{background:#eef2fd;border-radius:20px;color:#5784e6;font-size:.65rem;font-weight:700;letter-spacing:.3px;margin-left:2px;padding:2px 7px}.sidebar-panel-label{color:#7a8bad;font-size:.75rem;font-weight:500;margin-top:3px}.admin-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:16px 12px}.sidebar-nav-item{align-items:center;border-radius:10px;color:#3d4f7c;display:flex;font-size:.9rem;font-weight:500;gap:12px;padding:10px 12px;text-decoration:none;transition:background .15s,color .15s}.sidebar-nav-item:hover{background:#f4f6ff;color:#1a2340}.sidebar-nav-item.active{background:#5784e6;color:#fff}.nav-icon{flex-shrink:0;font-size:1rem;text-align:center;width:20px}.nav-label{font-size:.88rem}.sidebar-bottom{border-top:1px solid #eef2fb;display:flex;flex-direction:column;gap:10px;padding:16px 14px}.sidebar-signout{align-items:center;background:none;border:none;border-radius:8px;color:#7a8bad;cursor:pointer;display:flex;font-family:inherit;font-size:.85rem;font-weight:500;gap:8px;padding:6px 8px;text-align:left;transition:color .15s,background .15s;width:100%}.sidebar-signout:hover{background:#fff5f5;color:#d32f2f}.sidebar-status-badge{align-items:center;background:#e8f5e9;border-radius:8px;color:#2e7d32;display:flex;font-size:.78rem;font-weight:600;gap:7px;padding:7px 12px}.sidebar-status-badge.maintenance{background:#fff8e6;color:#e65100}.status-dot{background:currentColor;border-radius:50%;flex-shrink:0;height:7px;width:7px}.admin-topbar{align-items:center;background:#fff;border-bottom:1px solid #eef2fb;display:flex;justify-content:space-between;padding:20px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar-titles{flex:1 1}.topbar-title{color:#1a2340;font-size:1.55rem;font-weight:800;line-height:1.2}.topbar-subtitle{color:#7a8bad;font-size:.85rem;margin-top:3px}.topbar-right{gap:16px}.topbar-admin,.topbar-right{align-items:center;display:flex}.topbar-admin{gap:10px}.topbar-avatar{align-items:center;background:#eef2fd;border-radius:50%;color:#5784e6;display:flex;font-size:.95rem;font-weight:700;height:36px;justify-content:center;width:36px}.topbar-admin-label{color:#1a2340;font-size:.9rem;font-weight:600}.admin-layout{background:#f4f6ff}.admin-layout,.admin-main{display:flex;min-height:100vh}.admin-main{flex:1 1;flex-direction:column;margin-left:240px}.admin-content{flex:1 1;padding:28px 32px}.admin-loading-screen{align-items:center;background:#f4f6ff;color:#7a8bad;display:flex;flex-direction:column;font-size:.95rem;gap:16px;justify-content:center;min-height:100vh}.admin-spinner{animation:spin .7s linear infinite;border:3px solid #eef2fd;border-radius:50%;border-top-color:#5784e6;height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.admin-table-wrapper{background:#fff;border-radius:16px;box-shadow:0 2px 12px #5784e612;overflow:hidden}.admin-table{border-collapse:collapse;font-size:.875rem;width:100%}.admin-table th{background:#f9fafe;border-bottom:1px solid #eef2fb;color:#7a8bad;font-size:.78rem;font-weight:600;letter-spacing:.3px;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.admin-table td{border-bottom:1px solid #f4f6ff;color:#1a2340;padding:13px 16px;vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafbff}.admin-table td strong{color:#1a2340;font-weight:600}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;gap:4px;padding:3px 10px;white-space:nowrap}.badge-green{background:#e8f5e9;color:#2e7d32}.badge-red{background:#ffebee;color:#c62828}.badge-orange{background:#fff8e1;color:#e65100}.badge-blue{background:#eef2fd;color:#3d5afe}.badge-gray{background:#f4f6fa;color:#7a8bad}.badge-purple{background:#f3e5f5;color:#7b1fa2}.admin-filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.admin-search-input{background:#f9fafe url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%237A8BAD' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat 12px;border:1.5px solid #e0e6f7;border-radius:10px;color:#1a2340;font-family:inherit;font-size:.875rem;min-width:200px;outline:none;padding:9px 14px 9px 36px;transition:border-color .2s}.admin-search-input:focus{background-color:#fff;border-color:#5784e6}.admin-select{background:#f9fafe;border:1.5px solid #e0e6f7;border-radius:10px;color:#3d4f7c;cursor:pointer;font-family:inherit;font-size:.875rem;outline:none;padding:9px 14px;transition:border-color .2s}.admin-select:focus{border-color:#5784e6}.btn-admin{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.83rem;font-weight:600;padding:8px 16px;transition:all .15s}.btn-admin-primary{background:#5784e6;color:#fff}.btn-admin-primary:hover{background:#3f6ddb}.btn-admin-danger{background:#ffebee;color:#c62828}.btn-admin-danger:hover{background:#ffcdd2}.btn-admin-success{background:#e8f5e9;color:#2e7d32}.btn-admin-success:hover{background:#c8e6c9}.btn-admin-outline{background:#0000;border:1.5px solid #5784e6;color:#5784e6}.btn-admin-outline:hover{background:#eef2fd}.admin-stat-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:28px}.admin-stat-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #5784e612;display:flex;flex-direction:column;gap:8px;padding:20px}.stat-card-icon{align-items:center;border-radius:12px;display:flex;font-size:1.1rem;height:40px;justify-content:center;margin-bottom:4px;width:40px}.stat-card-value{color:#1a2340;font-size:1.8rem;font-weight:800;line-height:1}.stat-card-label{color:#7a8bad;font-size:.8rem;font-weight:500}.stat-card-change{color:#4caf50;font-size:.75rem;font-weight:600}.admin-drawer-overlay{background:#1a234040;display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:200}.admin-drawer{background:#fff;box-shadow:-4px 0 24px #5784e626;display:flex;flex-direction:column;height:100vh;max-width:90vw;overflow-y:auto;width:420px}.admin-drawer-header{align-items:center;background:#fff;border-bottom:1px solid #eef2fb;display:flex;justify-content:space-between;padding:20px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.admin-drawer-header h3{color:#1a2340;font-size:1.05rem;font-weight:700}.admin-drawer-close{background:none;border:none;border-radius:6px;color:#7a8bad;cursor:pointer;font-family:inherit;font-size:1.3rem;padding:4px;transition:background .15s,color .15s}.admin-drawer-close:hover{background:#f4f6ff;color:#1a2340}.admin-drawer-body{flex:1 1;gap:16px;padding:24px}.admin-drawer-body,.detail-row{display:flex;flex-direction:column}.detail-row{gap:3px}.detail-row label{color:#7a8bad;font-size:.75rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.detail-row span{color:#1a2340;font-size:.9rem;font-weight:500}.detail-divider{border:none;border-top:1px solid #eef2fb;margin:4px 0}.admin-modal-overlay{align-items:center;background:#1a234059;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:300}.admin-modal{background:#fff;border-radius:20px;box-shadow:0 8px 40px #5784e62e;max-width:460px;padding:32px;width:100%}.admin-modal h3{color:#1a2340;font-size:1.2rem;font-weight:700;margin-bottom:10px}.admin-modal p{color:#7a8bad;font-size:.88rem;line-height:1.6;margin-bottom:20px}.admin-modal-actions{display:flex;gap:10px;justify-content:flex-end}.admin-empty{color:#7a8bad;padding:60px 24px;text-align:center}.admin-empty p{font-size:.9rem;margin-top:8px}.admin-loading-row td{color:#7a8bad;font-size:.875rem;padding:48px!important;text-align:center}.admin-section{margin-bottom:28px}.admin-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.admin-section-title{color:#1a2340;font-size:1rem;font-weight:700}.admin-table-scroll{overflow-x:auto}.admin-table-footer{border-top:1px solid #eef2fb;color:#7a8bad;font-size:.8rem;padding:14px 16px}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.dashboard-grid .admin-section:last-child{grid-column:1/-1}.ai-summary-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.ai-card{align-items:center;border-radius:14px;display:flex;flex-direction:column;gap:6px;padding:20px}.ai-card-green{background:#e8f5e9}.ai-card-orange{background:#fff8e6}.ai-card-red{background:#ffebee}.ai-card-value{color:#1a2340;font-size:2rem;font-weight:800}.ai-card-label{color:#7a8bad;font-size:.82rem;font-weight:600}@media (max-width:900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-grid .admin-section:last-child{grid-column:1}}.fav-grid{align-items:flex-start;display:flex;gap:24px}.popular-course-row{align-items:center;border-bottom:1px solid #f4f6ff;display:flex;gap:12px;padding:12px 20px}.popular-course-row:last-child{border-bottom:none}.popular-rank{align-items:center;background:#eef2fd;border-radius:50%;color:#5784e6;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:28px;justify-content:center;width:28px}.popular-rank.rank-1{background:#fff8e6;color:#ffb400}.popular-rank.rank-2{background:#f4f6fa;color:#7a8bad}.popular-rank.rank-3{background:#fff0e6;color:#e65100}.popular-course-name{color:#1a2340;flex:1 1;font-size:.875rem;font-weight:600}.popular-course-count{color:#ffb400;font-size:.82rem;font-weight:700}@media (max-width:900px){.fav-grid{flex-direction:column}}.settings-page{display:flex;flex-direction:column;gap:24px;max-width:700px}.settings-section-title{align-items:center;color:#1a2340;display:flex;font-size:1rem;font-weight:700;gap:10px;margin-bottom:4px}.settings-section-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1rem;height:34px;justify-content:center;width:34px}.settings-section-sub{color:#7a8bad;font-size:.82rem;margin-bottom:12px;margin-left:44px}.settings-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #5784e612;padding:20px 24px}.settings-row{align-items:center;display:flex;justify-content:space-between;padding:6px 0}.settings-label{color:#7a8bad;font-size:.85rem;font-weight:500}.settings-value{color:#1a2340;font-size:.875rem;font-weight:500}.platform-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.platform-stat{display:flex;flex-direction:column;gap:4px}.platform-stat-value{color:#1a2340;font-size:1.5rem;font-weight:800}.platform-stat-label{color:#7a8bad;font-size:.78rem;font-weight:500}.maint-toggle-row{align-items:center;display:flex;gap:16px;justify-content:space-between}.toggle-switch{background:#e0e6f7;border-radius:12px;cursor:pointer;flex-shrink:0;height:24px;position:relative;transition:background .2s;width:44px}.toggle-switch.on{background:#5784e6}.toggle-knob{background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000026;height:18px;left:3px;position:absolute;top:3px;transition:left .2s;width:18px}.toggle-switch.on .toggle-knob{left:23px}
/*# sourceMappingURL=main.164e198e.css.map*/