*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Roboto,system-ui,-apple-system,sans-serif;color:#2d3436;line-height:1.5;min-height:100%}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}#root{width:100%;min-height:100%;margin:0 auto}.app{position:relative;min-height:100%;width:100%;overflow:hidden}.container{width:100%;max-width:1100px;margin:0 auto}.Reel-Contain{max-width:460px;margin:0 auto;height:100dvh}.grade-page{min-height:100dvh;overflow:hidden;background:#fff;color:#162044}.grade-nav{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #edf0f7;background:#fffffff0}.grade-nav button{border:0;background:transparent;color:#556079}.grade-nav__brand{padding:0;display:flex;align-items:center}.grade-nav__brand img{width:160px;height:auto}.grade-nav__links{display:flex;align-self:stretch;align-items:center;gap:clamp(18px,3vw,38px)}.grade-nav__links button{height:100%;display:flex;align-items:center;gap:8px;position:relative;font-size:.79rem}.grade-nav__links svg{color:#6d7891;font-size:.9rem}.grade-nav__links .is-active{color:#e72f88}.grade-nav__links .is-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#e72f88}.grade-nav__actions{display:flex;align-items:center;gap:12px}.grade-nav__login,.grade-nav__start{padding:9px 20px!important;border-radius:999px;font-size:.8rem}.grade-nav__login{border:1px solid #e4e7ef!important;color:#4e5870!important}.grade-nav__start{color:#fff!important;background:linear-gradient(100deg,#6842ec,#f24e83)!important}.grade-hero{min-height:420px;display:flex;align-items:center;background-position:center;background-size:cover}.grade-hero__content{margin:0 auto;padding-bottom:12px}.grade-hero h1{margin:0;color:#12255b;font-size:52px;line-height:60px;letter-spacing:0}.grade-hero h1 span{color:#e9348c}.grade-hero p{max-width:370px;margin:14px 0 22px;color:#60697d;font-size:17px;line-height:1.7}.grade-hero button{display:inline-flex;align-items:center;gap:18px;border:0;border-radius:999px;padding:14px 28px;color:#fff;background:linear-gradient(100deg,#6842ec,#823de4);font-weight:500;box-shadow:0 9px 18px #6842ec33;font-size:15px}.grade-select{padding:50px 0;background:#fff}.grade-select__heading{display:flex;align-items:center;justify-content:center;gap:25px;text-align:center;margin-bottom:30px}.grade-select__heading h2{margin:0;font-size:28px}.grade-select__heading p{color:#7a8294;font-size:16px;margin-top:2px}.grade-select__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:912px;margin:0 auto}.grade-select__card{min-height:124px;display:flex;align-items:center;gap:22px;padding:14px 20px;border:0;border-radius:13px;color:#fff;text-align:left;box-shadow:0 10px 17px #212c4a1f;transition:transform .16s ease,box-shadow .16s ease}.grade-select__card:hover{transform:translateY(-3px);box-shadow:0 14px 22px #212c4a2b}.grade-select__card-img{width:96px;height:96px;flex:0 0 96px;border-radius:13px;object-fit:cover}.grade-select__card-text{display:flex;flex:1;flex-direction:column;gap:4px}.grade-select__card-label{font-size:21px;font-weight:700}.grade-select__card-hint{font-size:15px;opacity:.9}.grade-select__card-goto{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#18b7a3}.grade-select__card-1 .grade-select__card-goto{color:#e92a82}.grade-lines{display:flex;flex-direction:column;gap:5px}.grade-lines span{width:15px;height:3px;display:block;border-radius:999px;background:#f14792}.grade-lines.left span:first-child{transform:rotate(15deg);margin-left:5px}.grade-lines.left span:last-child{transform:rotate(-35deg);margin-left:5px}.grade-lines.right span:first-child{transform:rotate(-25deg);margin-right:5px}.grade-lines.right span:last-child{transform:rotate(25deg);margin-right:5px}.features{max-width:912px;margin:0 auto 24px;padding:18px 0 24px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff}.features__item{display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto;column-gap:11px;align-items:center;padding:0 16px;border-right:1px solid #e8eaf0;text-align:left}.features__item:last-child{border-right:0}.features__icon{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;font-size:1.25rem;background:#eaf0ff;color:#2d7dff}.features__item:nth-child(2) .features__icon{color:#f02d87;background:#ffedf5}.features__item:nth-child(3) .features__icon{color:#16bf83;background:#e5fbf2}.features__item:nth-child(4) .features__icon{color:#e5a923;background:#fff4d9}.features__title{margin:0;font-size:16px}.features__desc{margin:2px 0 0;color:#788195;font-size:12px;line-height:1.35}@media (max-width: 760px){.grade-nav{height:58px;padding:0 16px}.grade-nav__brand img{width:140px}.features__icon{width:38px;height:38px}.grade-nav__links{display:none}.grade-nav__actions{gap:6px}.grade-nav__login,.grade-nav__start{padding:7px 12px!important;font-size:.7rem}.grade-hero{min-height:290px;background-position:6% center}.grade-hero__content{width:calc(100% - 32px);padding-top:10px}.grade-hero h1{font-size:26px;line-height:34px}.grade-hero p{max-width:230px;font-size:14px;line-height:1.5}.grade-hero button{padding:12px 24px;gap:12px}.grade-select{padding:22px 16px 14px}.features__title{font-size:14px}.grade-select__heading{gap:10px}.grade-select__heading h2{font-size:1.25rem}.grade-select__heading p{display:none}.grade-select__options{grid-template-columns:1fr;gap:14px}.grade-select__card{min-height:104px;padding:10px;gap:12px;border-radius:15px}.grade-select__card-img{width:82px;height:82px;flex-basis:82px}.grade-select__card-label{font-size:1rem}.features{grid-template-columns:repeat(2,1fr);gap:16px 0;padding:18px 8px}.features__item{border-right:0;padding:0 8px;column-gap:0}}.header{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background:#fff;border-bottom:1px solid #f2f2f2}.header__logo{display:flex;align-items:center}.header__logo img{height:50px;object-fit:contain}@media (max-width: 768px){.header{display:none}}.home__heading{margin-bottom:2rem}.home__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}.home__status{color:#636e72}.home__status--error{color:#e74c3c}.heroSectionBackground{background-image:url(/assets/mainHero-DiB-r5j9.png);background-repeat:no-repeat;background-position:100% 100%;background-size:cover;width:100%;min-height:500px;display:flex;align-items:center}.heroSectionBackground .heroSectionDesktop__content{max-width:500px}.heroSectionBackground .heroSectionDesktop h1{font-size:72px;line-height:1.1;font-weight:800;color:#1d2560}.heroSectionBackground .heroSectionDesktop h1 span{color:#ff4f9d}.heroSectionBackground .heroSectionDesktop p{margin-top:20px;font-size:16px;line-height:1.8;color:#666;max-width:430px}.heroSectionBackground .heroSectionDesktop__btn{margin-top:32px;display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border:none;border-radius:999px;background:linear-gradient(90deg,#6a5cff,#7f4cff);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.heroSectionBackground .heroSectionDesktop__btn:hover{transform:translateY(-2px)}.heroSectionBackground .heroSectionDesktop__btn span{font-size:18px}@media (max-width: 768px){.heroSectionDesktop{display:none}.heroSectionDesktop h1{font-size:48px}.heroSectionDesktop p{font-size:14px}}.Reel-Background{background-image:url(/assets/background-HXxH9TEy.png);background-size:cover;background-position:0% 50%;position:relative}.Reel-Background .Reel-Opacity{background-color:#000;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.3}.Reel-Background .reels{position:relative;height:100%}.Reel-Background .reels__header{position:absolute;top:0;left:0;width:100%;padding:10px 0;display:flex;align-items:center;justify-content:flex-start;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,.75),transparent)}.Reel-Background .reels .reels__title{position:absolute;left:50%;transform:translate(-50%);margin:0;font-size:24px;font-weight:900;letter-spacing:-1px;background:linear-gradient(90deg,#7a2cff,#ff2fb0 40%,#ff7a3d 75%,#ffd84d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.Reel-Background .reels__back,.Reel-Background .reels__camera{width:42px;height:42px;border:none;background:transparent;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Reel-Background .reels__feed{height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.Reel-Background .reels__feed::-webkit-scrollbar{display:none}.Reel-Background .reels__status{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;color:#ffffffb3;padding:1rem}.Reel-Background .reels__status--error{color:#ff3b5c}.reel-card{position:relative;height:100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always;background:#000}.reel-card__video{height:100%;width:100%;object-fit:cover;display:block}.reel-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:18px 18px 20px;background:linear-gradient(to top,#000000e0,#000000a6 35%,#00000040 65%,#0000);color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.reel-card__tag{padding:2px 10px;border-radius:12px;border:1px solid #ff40d6;color:#ff65e6;font-size:.85rem;font-weight:700;margin-bottom:8px}.reel-card__title{margin:0;font-size:20px;text-transform:capitalize;line-height:1;font-weight:800}.reel-card__subtitle{margin:0;font-size:1rem;line-height:1.1;opacity:.95}.reel-card__caption{margin-top:10px;margin-bottom:0;max-width:280px;font-size:1rem;line-height:1.25}.reel-card__hashtags{margin-top:10px;display:flex;flex-wrap:wrap;gap:3px}.reel-card__hashtags span{color:#a94cff;font-size:13px;font-weight:700}.reel-card__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding-left:4px;border-radius:50%;background:#00000073;color:#fff;pointer-events:none}.reel-actions{position:absolute;right:12px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:5}.reel-actions__profile{position:relative;width:56px;height:56px;border:none;background:transparent;padding:0;cursor:pointer}.reel-actions__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid white}.admin-field{display:block;margin-bottom:1rem}.admin-field__label{display:block;font-size:.85rem;font-weight:600;color:#2d3436;margin-bottom:6px}.admin-field__input{width:100%;padding:10px 12px;border:1px solid #e1e4e8;border-radius:8px;font-size:.95rem;outline:none;background:#fff;color:#2d3436}.admin-field__input:focus{border-color:#6c5ce7}.admin-field__hint{display:block;margin-top:6px;font-size:.8rem;color:#636e72}.admin-btn{width:100%;padding:11px 16px;border:none;border-radius:8px;background:#6c5ce7;color:#fff;font-size:.95rem;font-weight:600}.admin-btn:hover{background:#5a4bd4}.admin-btn:disabled{opacity:.6;cursor:default}.admin-btn--ghost{width:auto;background:transparent;color:#2d3436;border:1px solid #e1e4e8}.admin-btn--ghost:hover{background:#fff}.admin-auth{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f0f2f5}.admin-auth__card{width:100%;max-width:380px;background:#fff;border:1px solid #e1e4e8;border-radius:14px;padding:2rem;box-shadow:0 6px 24px #00000014}.admin-auth__title{font-size:1.5rem;color:#2d3436}.admin-auth__subtitle{color:#636e72;margin-bottom:2rem;font-size:.9rem}.admin-auth__error{background:#fdecea;color:#e74c3c;padding:10px 12px;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.admin{min-height:100dvh;background:#f0f2f5;color:#2d3436}.admin__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e1e4e8}.admin__title{font-size:1.25rem}.admin__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;padding:2rem;max-width:980px;margin:0 auto}.admin__panel{background:#fff;border:1px solid #e1e4e8;border-radius:12px;padding:2rem}.admin__panel-title{font-size:1.05rem;margin-bottom:1rem}.admin__divider{border:none;border-top:1px solid #e1e4e8;margin:2rem 0 1rem}.admin__status{color:#636e72;font-size:.9rem}.admin__message{padding:10px 12px;border-radius:8px;font-size:.85rem;margin-bottom:1rem}.admin__message--success{background:#e7f7ec;color:#1b8a4b}.admin__message--error{background:#fdecea;color:#e74c3c}.admin-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.admin-list__item{display:flex;gap:1rem;align-items:center;padding:.5rem;border:1px solid #e1e4e8;border-radius:10px}.admin-list__thumb{flex:0 0 52px;width:52px;height:52px;border-radius:8px;background:#e9ecf1;display:flex;align-items:center;justify-content:center;color:#636e72;overflow:hidden}.admin-list__thumb img,.admin-list__thumb video{width:100%;height:100%;object-fit:cover}.admin-list__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.admin-list__caption{font-weight:600;font-size:.95rem}.admin-list__meta{color:#636e72;font-size:.8rem}.admin-list__edit{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.admin-list__edit-actions{display:flex;gap:.5rem}.admin-list__edit-actions .admin-btn{width:auto;padding:7px 14px;font-size:.85rem}.admin-list__actions{flex:0 0 auto;display:flex;gap:6px}.admin-list__edit-btn{padding:7px 12px;border:1px solid #e1e4e8;border-radius:8px;background:#fff;color:#2d3436;font-size:.85rem;font-weight:600}.admin-list__edit-btn:hover{background:#f0f2f5}.admin-list__delete{flex:0 0 auto;padding:7px 12px;border:1px solid #f3b4ad;border-radius:8px;background:#fff;color:#e74c3c;font-size:.85rem;font-weight:600}.admin-list__delete:hover{background:#fdecea}.admin-list__delete:disabled{opacity:.6;cursor:default}@media (max-width: 720px){.admin__grid{grid-template-columns:1fr}}
