.login-page{background-color:#f0f4f8;color:#101828;display:grid;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial;font-family:var(--font-body,system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial);min-height:100dvh;padding:1.5rem;place-items:center}.login-card{max-width:420px;padding:2rem 2.5rem;width:100%}@media (max-width:480px){.login-card{padding:2rem 1.5rem}}.brand{color:#101828;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.brand-mark{background:linear-gradient(145deg,#52b44b,#52b44b);border-radius:16px;display:grid;height:52px;width:52px}.brand-title{font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.login-prompt{color:#475467;line-height:1.5;margin:0 0 2rem;text-align:center}.login-form{grid-gap:1.25rem;display:grid;gap:1.25rem}.field label{color:#344054;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.field input[type=password],.field input[type=tel],.field input[type=text]{background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px #0000000d;font-size:1rem;height:44px;padding:0 14px;transition:box-shadow .16s ease,border-color .16s ease;width:100%}.field input::placeholder{color:#98a2b3}.field input:focus{border-color:#52b44b;box-shadow:0 0 0 4px #537d5d1a;outline:none}.pin-group{display:flex;position:relative}.pin-group input{padding-right:44px}.pin-group .icon-button{background:#0000;border:none;border-radius:0 7px 7px 0;bottom:1px;color:#667085;cursor:pointer;display:grid;place-items:center;position:absolute;right:1px;top:1px;width:42px}.pin-group .icon-button:hover{background-color:#f9fafb}.hint{color:#475467;font-size:.875rem;margin-top:.5rem}.submit{border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;height:44px;transition:background-color .16s ease,transform 80ms ease}.submit,.submit:hover{background:#52b44b}.submit:active{transform:scale(.98)}.submit:disabled{background:#d0d5dd;cursor:not-allowed}.form-footer{margin-top:.5rem;text-align:center}.form-footer a{color:#52b44b;font-size:.875rem;font-weight:500;text-decoration:none}.form-footer a:hover{text-decoration:underline}body,html{height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}:root{--color-primary:#52b44b;--color-secondary:#52b44b}#root,body,html{height:auto;overflow-y:auto;position:static}.app-loading-spinner__container{align-items:center;background-color:#fffc;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.app-loading-spinner__circle{animation:app-loading-spinner__spin 1s linear infinite;border:6px solid #52b44b;border-radius:50%;border-top-color:#2c3e2b;height:60px;width:60px}@keyframes app-loading-spinner__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.echi-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:9999}.echi-popup-container{animation:echi-popup-appear .3s ease-out;background:#fff;border-radius:1rem;font-family:Inter,sans-serif;font-family:var(--font-body);max-width:400px;padding:2rem;text-align:center;width:100%}.echi-popup-icon{margin-bottom:1rem}.echi-popup-title{font-family:Poppins,sans-serif;font-family:var(--font-heading);font-size:1.5rem;margin-bottom:.5rem}.echi-popup-message{color:#444;font-size:1rem;margin-bottom:1.5rem}.echi-popup-cancel-btn,.echi-popup-close-btn,.echi-popup-confirm-btn{border:none;border-radius:.6rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem 1.4rem;transition:all .2s ease}.echi-popup-close-btn{background:#52b44b;color:#fff}.echi-popup-close-btn:hover{background:#52b44b}.echi-popup-actions{display:flex;gap:.8rem;justify-content:center}.echi-popup-cancel-btn{background:#fff;border:1.5px solid #52b44b;color:#52b44b}.echi-popup-cancel-btn:hover,.echi-popup-confirm-btn{background:#52b44b;color:#fff}.echi-popup-confirm-btn:hover{background:#52b44b}.echi-popup-success .echi-popup-icon{color:#52b44b}.echi-popup-error .echi-popup-icon{color:#b00020}.echi-popup-warning .echi-popup-icon{color:#e6a700}.echi-popup-notice .echi-popup-icon{color:#52b44b}.echi-popup-danger .echi-popup-icon{color:#b00020}@keyframes echi-popup-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:500px){.echi-popup-container{padding:1.5rem}.echi-popup-title{font-size:1.3rem}}.home-page{background-color:#f8f9fa;min-height:100vh;overflow-x:hidden}.topbar{background-color:#fffffff2;border-bottom:1px solid #e4e7ec;padding:.75rem 1.5rem;width:100%}.logo{height:36px}.topbar-actions{align-items:center;display:flex;gap:.75rem;margin-left:auto}.auth-actions{flex-wrap:nowrap}.account{position:relative}.avatar-btn{background:none;border:none;border-radius:50%;color:#475467;cursor:pointer;display:grid;padding:.5rem;place-items:center;transition:background-color .2s,color .2s}.avatar-btn:hover{background-color:#f2f4f7;color:#101828}.menu{background-color:#fff;border:1px solid #e4e7ec;border-radius:8px;box-shadow:0 8px 16px #0000001a;padding:.5rem;position:absolute;right:0;top:calc(100% + .5rem);width:180px;z-index:51}.menu-item{background:none;border:none;border-radius:6px;cursor:pointer;display:block;font-size:.9rem;padding:.6rem .8rem;text-align:left;width:100%}.menu-item:hover{background-color:#f2f4f7}.menu-item.danger{color:#d92d20}.menu-item.danger:hover{background-color:#fef3f2}.content{margin:0 auto;max-width:1400px;padding:2rem}.hero{margin-bottom:2.5rem;text-align:center}.headline{color:#101828;font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin:0 0 .25rem}.subhead{color:#475467;font-size:clamp(1rem,2.5vw,1.1rem);margin:0 auto;max-width:600px}.filters{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.filters,.search-form{align-items:center;display:flex}.search-form{flex-grow:1;max-width:480px;min-width:250px;position:relative}.search-input{background:#fff;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px #0000000d;font-size:1rem;height:44px;padding:0 44px 0 14px;width:100%}.search-icon-btn{background:#0000;border:none;color:#667085;cursor:pointer;display:grid;height:100%;place-items:center;position:absolute;right:0;top:0;transition:color .2s;width:44px}.search-icon-btn:hover{color:#52b44b}.filter-group{display:flex;flex-shrink:0;gap:1rem}.select{align-items:center;display:flex;position:relative}.select select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d0d5dd;border-radius:8px;cursor:pointer;font-size:1rem;height:44px;padding:0 32px 0 14px}.select-caret{color:#98a2b3;pointer-events:none;position:absolute;right:12px}.video-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.empty,.panel.error{background-color:#fff;border:1px solid #e4e7ec;border-radius:12px;margin-top:2rem;padding:2rem;text-align:center}.empty{color:#475467}.mobile-nav{display:none}@media (max-width:768px){.topbar{padding:.75rem 1rem}.content{padding:1.5rem 1rem 80px}.filters{align-items:stretch;flex-direction:column}.search-form{max-width:none;width:100%}.filter-group{width:100%}.select{flex-grow:1;width:50%}.select select{width:100%}.video-grid{gap:1rem;grid-template-columns:1fr}.mobile-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffe6;border-top:1px solid #e4e7ec;bottom:0;box-shadow:0 -4px 12px #0000000d;display:flex;height:65px;left:0;position:fixed;right:0;z-index:100}.nav-btn{align-items:center;background:none;border:none;color:#475467;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:.75rem;font-weight:500;gap:4px;justify-content:center;transition:color .2s}.nav-btn.active{color:#52b44b}}@media (max-width:380px){.auth-actions{align-items:flex-end;flex-direction:column;gap:.5rem}}.site-header{background-color:#52b44b;border-bottom:1px solid #4aa244;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.header-content{height:70px;max-width:1400px}.brand{cursor:pointer;display:flex;flex-shrink:0}.logo{background-color:#fff;border-radius:50%;display:block;padding:2px}.company-title{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:1px;margin-left:.75rem;-webkit-user-select:none;user-select:none}.desktop-nav{align-items:center;display:flex;gap:2rem;left:50%;position:absolute;transform:translateX(-50%)}.nav-link{color:#fff;font-size:1.05rem;font-weight:600;padding:.5rem 0;position:relative;text-decoration:none;transition:color .2s;white-space:nowrap}.nav-link.active,.nav-link:hover{color:#475467}.nav-link.active:after{background-color:#475467;bottom:-1px;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(1);transition:transform .3s ease}.header-actions{flex-shrink:0}.auth-actions,.header-actions{align-items:center;display:flex;gap:.75rem}.auth-actions .btn.ghost.danger{background-color:#fff;border-color:#d92d20;color:#d92d20}.auth-actions .btn.ghost.danger:hover{background-color:#fef3f2}.auth-actions .btn.primary.danger{background-color:#d92d20;border-color:#d92d20;color:#fff}.auth-actions .btn.primary.danger:hover{background-color:#b72213;border-color:#b72213}.game-link{animation:glowing-text 1.5s ease-in-out infinite;color:#ffeb3b;font-weight:700}@keyframes glowing-text{0%,to{text-shadow:0 0 5px #ffeb3b,0 0 10px #ffc107;transform:scale(1)}50%{text-shadow:0 0 10px #ffeb3b,0 0 20px #ffc107,0 0 30px #ff9800;transform:scale(1.05)}}.mobile-menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none}.mobile-nav-overlay{background-color:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.mobile-nav-drawer{background-color:#fff;box-shadow:-5px 0 15px #0003;display:flex;flex-direction:column;height:100%;max-width:300px;position:fixed;right:0;top:0;width:80%;z-index:1001}.drawer-header{align-items:center;border-bottom:1px solid #e4e7ec;display:flex;justify-content:space-between;padding:1rem 1.5rem}.drawer-title{color:#101828;font-size:1.2rem;font-weight:600}.drawer-close-btn{background:none;border:none;color:#475467;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.drawer-link{border-radius:6px;color:#344054;font-size:1.1rem;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s,color .2s}.drawer-link:hover{background-color:#f2f4f7}.drawer-link.active{background-color:#eaf2ed;color:#52b44b;font-weight:600}.drawer-link.game-link{animation:none;background-color:#fff8e1;color:#e65100;font-weight:700}@media (max-width:768px){.desktop-nav,.header-actions{display:none}.mobile-menu-toggle{display:block}.brand{margin-right:0}.company-title{font-size:1.5rem}}.video-card-redesigned{background-color:#fff;border:1px solid #e4e7ec;border-radius:12px;box-shadow:0 2px 4px #00000008;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out;width:100%}.video-card-redesigned:focus-within,.video-card-redesigned:hover{box-shadow:0 8px 24px #00000012;transform:translateY(-4px)}.video-card-redesigned .thumb-wrapper{aspect-ratio:16/9;background-color:#f0f4f8;position:relative;width:100%}.video-card-redesigned .thumb{background-position:50%;background-size:cover;height:100%;transition:transform .3s ease;width:100%}.video-card-redesigned:hover .thumb{transform:scale(1.05)}.video-card-redesigned .thumb-overlay{background:#0003;display:grid;inset:0;opacity:0;place-items:center;position:absolute;transition:opacity .2s ease}.video-card-redesigned:hover .thumb-overlay{opacity:1}.video-card-redesigned .thumb-overlay svg{color:#ffffffe6;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.video-card-redesigned .video-body{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.video-card-redesigned .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#101828;display:-webkit-box;font-size:1.05rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis}.video-card-redesigned .description{color:#475467;flex-grow:1;font-size:.875rem;line-height:1.5;margin:.5rem 0 1rem}.video-card-redesigned .pills{display:flex;flex-wrap:wrap;gap:.5rem;left:.75rem;position:absolute;top:.75rem}.video-card-redesigned .pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;border-radius:99px;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .6rem;text-transform:uppercase;white-space:nowrap}.video-card-redesigned .stats{align-items:center;border-top:1px solid #f2f4f7;display:flex;gap:1rem;margin-top:auto;padding-top:1rem}.video-card-redesigned .stat-item{align-items:center;color:#475467;display:flex;font-size:.875rem;font-weight:500;gap:.4rem}.video-card-redesigned .stat-item svg{color:#98a2b3}.mobile-bottom-nav{display:none}@media (max-width:768px){.mobile-bottom-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border-top:1px solid #e4e7ec;bottom:0;box-shadow:0 -4px 12px #0000000d;display:flex;height:65px;left:0;position:fixed;right:0;z-index:100}.nav-btn{align-items:center;background:none;border:none;color:#475467;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:.7rem;font-weight:500;gap:4px;justify-content:center;text-decoration:none;transition:color .2s}.nav-btn.active{color:#52b44b}.home-page,.page-container{padding-bottom:65px}}.topbar .logo{border-radius:20px}.video-page{background:#fff;color:#0f1f14;min-height:100dvh;overflow-x:hidden}.topbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;display:flex;justify-content:space-between;padding:.75rem 1rem;z-index:50}.topbar .brand{cursor:pointer}.topbar .logo{display:block;height:32px}.back-btn{background:#0000;border:none;border-radius:50%;color:#173223;cursor:pointer;display:grid;height:44px;padding:0;place-items:center;transition:background-color .2s;width:44px}.back-btn:hover{background-color:#f0f0f0}.player-content{margin:0 auto;max-width:1100px;padding:1rem 1rem 2rem}.player-shell{background:#000;border-radius:12px;box-shadow:0 8px 24px #0000001a;overflow:hidden}.player-aspect{aspect-ratio:16/9;position:relative;width:100%}.player-aspect video{height:100%;inset:0;position:absolute;width:100%}.video-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.5rem}.video-title{color:#101828;flex-basis:70%;flex-grow:1;font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui);font-size:clamp(1.2rem,4vw,1.5rem);font-weight:700}.video-actions{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.video-actions .btn{align-items:center;display:inline-flex;font-weight:600;gap:.5rem}.description-panel{background:#fafdfc;border:1px solid #e8eeea;border-radius:10px;color:#173223;line-height:1.6;margin-top:1.5rem;padding:1rem}.comments{border-top:1px solid #e8eeea;margin-top:2rem;padding-top:2rem}.comments-title{color:#101828;font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.comment-form{display:flex;gap:.75rem;margin-bottom:1.5rem}.comment-form input{background:#fff;border:1px solid #d0d5dd;border-radius:99px;flex-grow:1;font-size:.95rem;height:44px;padding:0 1rem}.comment-form input:focus{border-color:#52b44b;box-shadow:0 0 0 3px #537d5d29;outline:none}.comment-form .btn{border-radius:99px;height:44px}.comment-list{grid-gap:1.5rem;display:grid;gap:1.5rem;list-style:none;margin:0;padding:0}.comment-item{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:36px 1fr}.avatar{background:#eaf2ed;border-radius:50%;color:#173223;display:grid;font-weight:700;height:36px;place-items:center;width:36px}.comment-body{min-width:0}.comment-meta{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.comment-meta .author{color:#101828;font-weight:600}.comment-meta .time{color:#667085;font-size:.8rem}.comment-text{word-wrap:break-word;color:#344054;line-height:1.5;margin:4px 0 0}.comment-empty{border:1px dashed #e1e9e4;border-radius:10px;color:#5a7464;padding:1rem;text-align:center}.loading-container{display:grid;padding:4rem;place-items:center}.loading-container.small{padding:2rem}.panel.error{background:#fef3f2;border:1px solid #fecdca;border-radius:8px;color:#d92d20;padding:1rem;text-align:center}.settings-page{background:#fff;color:#0f1f14;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-family:var(--font-body,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial);min-height:100dvh}.topbar{grid-gap:10px;align-items:center;background:#fff;border-bottom:1px solid #e8eeea;display:grid;gap:10px;grid-template-columns:auto 1fr auto;padding:10px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.brand-mark{background:linear-gradient(135deg,#52b44b,#52b44b);border-radius:8px;height:32px;width:32px}.btn{background:#fff;border:1px solid #e1e9e4;border-radius:10px;color:#173223;cursor:pointer;font-weight:700;height:34px;padding:0 10px;transition:border-color .16s ease,background-color .16s ease,transform 80ms ease}.btn:hover{background:#f8fbf9;border-color:#52b44b}.btn:active{transform:translateY(1px)}.btn.primary{background:#52b44b;border-color:#52b44b;box-shadow:0 4px 12px #537d5d2e;color:#fff}.settings-content{margin-inline:auto;padding:16px clamp(12px,4vw,22px) 28px;width:min(720px,100%)}.settings-card{background:#fff;border:1px solid #e8eeea;border-radius:14px;box-shadow:0 8px 22px #0000000f;padding:16px}.card-title{font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui);font-size:1.05rem;font-weight:800;margin:0 0 6px}.card-subtitle{color:#395646;font-size:.95rem;margin:0 0 10px}.pin-form{grid-gap:12px;display:grid;gap:12px}.field label{color:#193225;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.pin-group{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto}.pin-group input{background:#fff;border:1px solid #e1e9e4;border-radius:12px;font-size:1rem;height:44px;padding:0 12px}.pin-group input:focus{border-color:#52b44b;box-shadow:0 0 0 4px #537d5d29;outline:none}.icon-button{background:#fff;border:1px solid #e1e9e4;border-radius:12px;cursor:pointer;display:grid;height:44px;place-items:center;width:44px}.icon-button:hover{background:#f8fbf9;border-color:#52b44b}.form-error,.form-success{border-radius:10px;font-size:.95rem;padding:10px 12px}.form-error{background:#ffecec;border:1px solid #f5caca;color:#7a1010}.form-success{background:#f0fbf3;border:1px solid #cfe9d6;color:#174c2e}.form-actions{display:flex;gap:8px;justify-content:flex-end}@media (max-width:480px){.brand-title{display:none}.settings-content{padding:12px 12px 22px}.icon-button{height:42px;width:42px}.btn{height:32px;padding:0 8px}}.admin-dash{color:#0f1f14;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial;font-family:var(--font-body,Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial);grid-template-columns:minmax(220px,20%) 1fr;min-height:100dvh}.admin-dash,.sidebar{background:#fff;display:grid}.sidebar{grid-gap:10px;border-right:1px solid #e8eeea;gap:10px;grid-template-rows:auto 1fr;height:100dvh;padding:12px;position:-webkit-sticky;position:sticky;top:0}.brand{align-items:center;display:inline-flex;gap:10px}.brand-mark{color:#fff;display:inline-grid;font-weight:700;padding:3px;place-items:center;width:auto}.brand-mark,.brand-title{font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui)}.brand-title{font-size:1rem;font-weight:800;margin:0}.nav{grid-gap:6px;align-content:start;display:grid;gap:6px}.nav-item{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e8eeea;border-radius:10px;color:#173223;cursor:pointer;display:grid;font-weight:700;gap:10px;grid-template-columns:22px 1fr;height:40px;padding:0 10px;text-align:left;transition:background-color .16s ease,border-color .16s ease}.nav-item .icon{opacity:.9}.nav-item:hover{background:#f8fbf9;border-color:var(--color-tertiary)}.nav-item.active{border-color:var(--color-primary);box-shadow:inset 0 0 0 3px #537d5d1f}.nav-item.danger{color:#7a1010}.nav-item.danger:hover{background:#ffecec;border-color:#f5caca}.spacer{flex:1 1}.main{display:grid;grid-template-rows:auto 1fr;min-width:0}.content-topbar{grid-gap:10px;align-items:center;background:#fff;border-bottom:1px solid #e8eeea;display:grid;gap:10px;grid-template-columns:auto 1fr auto;padding:10px 12px}.content-title{font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui);font-weight:800}.menu-toggle{background:#fff;border:1px solid #e1e9e4;border-radius:10px;color:#173223;cursor:pointer;font-weight:700;height:34px;padding:0 10px}.menu-toggle:hover{background:#f8fbf9;border-color:var(--color-tertiary)}.content-wrap{padding:14px clamp(12px,4vw,22px) 24px}.panel{background:#fafdfc;border:1px solid #e8eeea;border-radius:12px;color:#173223;padding:12px}@media (max-width:860px){.admin-dash{grid-template-columns:1fr}.sidebar{box-shadow:8px 0 24px #0000001a;height:100dvh;inset:0 auto 0 0;position:fixed;transform:translateX(-100%);transition:transform .2s ease;width:min(85vw,300px);z-index:20}.sidebar.open{transform:translateX(0)}.overlay{background:#00000040;border:0;inset:0;position:fixed;z-index:15}}.admin-login-page{background:radial-gradient(1200px 600px at 10% -10%,var(--color-tertiary) 0,#0000 60%),radial-gradient(1000px 500px at 110% 10%,var(--color-secondary) 0,#0000 55%),linear-gradient(135deg,var(--color-primary) 0,var(--color-tertiary) 100%);color:#0f1f14;display:grid;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial;font-family:var(--font-body,system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial);min-height:100dvh;padding:24px;place-items:center;position:relative}.admin-login-card{-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);background:#ffffffeb;border:1px solid #537d5d2e;border-radius:20px;box-shadow:0 15px 40px #0000001a,0 2px 10px #0000000f;padding:28px;width:min(440px,100%)}.admin-login-brand{margin-bottom:18px;text-align:center}.admin-login-brand-title{color:#0b1a10;font-family:Poppins,Inter,system-ui;font-family:var(--font-heading,Poppins,Inter,system-ui);font-size:1.5rem;font-weight:700;margin:0}.admin-login-brand-subtitle{color:#2a3d30;font-size:.95rem;margin:6px 0 0;opacity:.8}.admin-login-form{grid-gap:14px;display:grid;gap:14px;margin-top:14px}.admin-login-field label{color:#193225;display:block;font-size:.9rem;font-weight:600;margin-bottom:6px}.admin-login-field input{background:#fff;border:1px solid #d7e2d9;border-radius:12px;font-size:1rem;height:46px;padding:0 14px;transition:box-shadow .16s ease,border-color .16s ease,background-color .16s ease;width:100%}.admin-login-field input::placeholder{color:#8aa093}.admin-login-field input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #537d5d2e;outline:none}.admin-login-pin-group{align-items:center;display:grid;grid-template-columns:1fr auto;position:relative}.admin-login-icon-button{background:#fff;border:1px solid #d7e2d9;border-radius:12px;cursor:pointer;display:grid;height:46px;margin-left:8px;place-items:center;transition:background-color .16s ease,border-color .16s ease,transform 80ms ease;width:46px}.admin-login-icon-button:hover{background:#f7fbf8;border-color:var(--color-secondary)}.admin-login-icon-button:active{transform:scale(.98)}.admin-login-submit{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);border:none;border-radius:12px;box-shadow:0 10px 24px #537d5d38;color:#fff;cursor:pointer;font-weight:700;height:48px;letter-spacing:.2px;transition:transform 80ms ease,box-shadow .16s ease,opacity .16s ease}.admin-login-submit:hover{box-shadow:0 12px 28px #537d5d47}.admin-login-submit:active{transform:translateY(1px)}.admin-login-submit:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.admin-login-form-footer{margin-top:4px;text-align:center}.admin-login-form-footer a{color:var(--color-primary);font-weight:600;text-decoration:none}.admin-login-form-footer a:hover{text-decoration:underline}@media (max-width:520px){.admin-login-card{padding:22px}.admin-login-brand-title{font-size:1.35rem}}:root{--color-primary:#537d5d;--color-secondary:#73946b;--color-tertiary:#9ebc8a;--color-fourth:#d2d0a0;--font-heading:"Poppins",sans-serif;--font-body:"Inter",sans-serif}.notfound-container{align-items:center;background:linear-gradient(135deg,#52b44b,#52b44b);display:flex;height:100vh;justify-content:center;padding:1rem}.notfound-content{background:#fff;border-radius:1.5rem;box-shadow:0 8px 25px #00000026;max-width:500px;padding:2.5rem;text-align:center;width:100%}.notfound-title{font-size:6rem;font-weight:700;margin:0}.notfound-subtitle,.notfound-title{color:#52b44b;font-family:Poppins,sans-serif;font-family:var(--font-heading)}.notfound-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.notfound-description{color:#444;margin-bottom:2rem}.notfound-button,.notfound-description{font-family:Inter,sans-serif;font-family:var(--font-body);font-size:1rem}.notfound-button{background-color:#52b44b;border:none;border-radius:.75rem;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.notfound-button:hover{background-color:#52b44b;transform:translateY(-2px)}@media (max-width:500px){.notfound-title{font-size:4rem}.notfound-subtitle{font-size:1.4rem}}.landing-page{background-color:#f8f9fa;color:#212529;font-family:system-ui;font-family:var(--font-body,system-ui)}.landing-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-bottom:1px solid #e9ecef;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.logo{height:40px;width:auto}.landing-nav{display:flex;gap:.75rem}.btn-nav{border:1px solid #0000;border-radius:8px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.btn-nav.primary{background-color:#52b44b;border-color:#52b44b;color:#fff}.btn-nav:not(.primary){background-color:#e9ecef;color:#343a40}.btn-nav:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.hero-section{background:linear-gradient(135deg,#52b44b,#52b44b);color:#fff;padding:6rem 1.5rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-section h1{font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin:0 0 1rem;text-shadow:0 4px 10px #0003}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);margin:0 auto 2rem;max-width:600px;opacity:.9}.btn-hero{background-color:#fff;border:none;border-radius:50px;box-shadow:0 8px 20px #00000026;color:#52b44b;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .2s ease}.btn-hero:hover{box-shadow:0 12px 25px #0003;transform:translateY(-3px) scale(1.05)}.section-title{color:#343a40;font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin:0 0 1rem;text-align:center}.section-subtitle{color:#6c757d;font-size:1.1rem;margin:0 auto 3rem;max-width:600px;text-align:center}.language-showcase{padding:3rem 1.5rem;text-align:center}.section-tag{background-color:#e7f5ff;border-radius:50px;color:#1971c2;display:inline-block;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.language-pills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.language-pills span{background-color:#e9ecef;border-radius:8px;font-size:1.1rem;font-weight:500;padding:.75rem 1.5rem}.how-it-works{background-color:#fff;padding:5rem 1.5rem}.steps-container{grid-gap:2rem;align-items:flex-start;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr auto 1fr;margin:3rem auto 0;max-width:1000px}.step{text-align:center}.step-number{background:linear-gradient(135deg,#52b44b,#52b44b);border-radius:50%;color:#fff;display:grid;font-size:1.5rem;font-weight:700;height:50px;margin:0 auto 1rem;place-items:center;width:50px}.step-title{font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:1.25rem;margin:0 0 .5rem}.step-desc{color:#6c757d;line-height:1.6}.step-arrow{color:#dee2e6;font-size:2rem;margin-top:2rem}.carousel-section{overflow:hidden;padding:5rem 0}.carousel-container{cursor:pointer;width:100%}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.carousel-track{animation:scroll 30s linear infinite;display:flex;gap:1.5rem;width:calc(2240px + 10.5rem)}.carousel-container:hover .carousel-track{animation-play-state:paused}.video-card{border-radius:12px;box-shadow:0 8px 20px #00000014;flex-shrink:0;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:280px}.video-card:hover{box-shadow:0 12px 25px #0000001f;transform:translateY(-5px)}.video-thumbnail{display:block;height:100%;object-fit:cover;width:100%}.video-overlay{align-items:flex-end;background:linear-gradient(0deg,#000000b3 0,#0000 60%);display:flex;inset:0;padding:1rem;position:absolute}.video-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.cta-section{background-color:#343a40;color:#fff;padding:5rem 1.5rem;text-align:center}.cta-title{color:#fff;font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(1.8rem,4vw,2.5rem);margin:0 0 1rem}.cta-subtitle{color:#dee2e6;margin-bottom:2rem}.btn-cta{background:#52b44b;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .2s ease}.btn-cta:hover{background:#52b44b;transform:translateY(-3px)}.landing-footer{background-color:#e9ecef;color:#6c757d;padding:2rem 1.5rem;text-align:center}@media (max-width:768px){.steps-container{gap:1rem;grid-template-columns:1fr}.step-arrow{margin:1rem auto;transform:rotate(90deg)}}@media (max-width:480px){.landing-header{padding:.5rem 1rem}.logo{height:32px}.btn-nav{font-size:.9rem;padding:.4rem .8rem}.hero-section{padding:4rem 1.5rem}.language-pills span{font-size:1rem}}.static-content{margin:0 auto;max-width:900px;padding:2rem 1rem 4rem}.content-wrapper{background-color:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:2rem}.page-title{color:#101828;font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700;margin-bottom:1rem;text-align:center}.page-intro{color:#475467;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:700px;text-align:center}.feature-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-item h3{color:#52b44b;font-size:1.2rem;margin-bottom:.5rem}.feature-item p{color:#344054;line-height:1.6}.contact-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-top:2rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{color:#344054;display:block;font-weight:600;margin-bottom:.5rem}.contact-form input,.contact-form textarea{border:1px solid #d0d5dd;border-radius:8px;font-size:1rem;padding:.75rem 1rem;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#52b44b;box-shadow:0 0 0 3px #52b44b26;outline:none}.form-submit-btn{font-size:1rem;padding:.8rem;width:100%}.contact-info h3{color:#101828;font-size:1.2rem;margin-bottom:1rem}.contact-info p{color:#344054;line-height:1.6;margin-bottom:1rem}.contact-info ul{color:#344054;list-style:none;padding:0}.contact-info li{margin-bottom:.5rem}@media (max-width:768px){.content-wrapper{padding:1.5rem}.contact-container{gap:2.5rem;grid-template-columns:1fr}}.register-page{background-color:#f9fafb;display:flex;flex-direction:column;min-height:100vh}.register-content{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:2rem 1rem}.register-wrapper{max-width:800px;text-align:center;width:100%}.register-title{color:#101828;font-family:Poppins,system-ui;font-family:var(--font-heading,Poppins,system-ui);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;margin-bottom:.75rem}.register-subtitle{color:#475467;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:500px}.choices-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.choice-card{align-items:center;background-color:#fff;border:1px solid #e4e7ec;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.choice-card:hover{box-shadow:0 10px 20px #00000012;transform:translateY(-5px)}.choice-icon{color:#52b44b;margin-bottom:1.5rem}.mpesa-logo-icon{height:48px;width:auto}.choice-title{color:#101828;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.choice-description{color:#475467;flex-grow:1;line-height:1.5;margin-bottom:1.5rem}.choice-btn{width:100%}.modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#10182899;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;max-width:400px;padding:2rem;position:relative;text-align:center;width:90%}.modal-close-btn{background:none;border:none;color:#98a2b3;cursor:pointer;padding:.25rem;position:absolute;right:1rem;top:1rem}.modal-close-btn:hover{color:#344054}.modal-body .modal-title{color:#101828;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.modal-body .modal-text{color:#475467;line-height:1.6;margin-bottom:1.5rem}.mpesa-logo-modal{height:40px;margin-bottom:1rem}.mpesa-form{align-items:center;display:flex;flex-direction:column;gap:1rem}.mpesa-form .form-group{margin-bottom:0;width:100%}.mpesa-form input{border:1px solid #d0d5dd;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;text-align:center;width:100%}.mpesa-form input:focus{border-color:#52b44b;box-shadow:0 0 0 3px #52b44b26;outline:none}.mpesa-form .form-submit-btn{width:100%}@media (max-width:768px){.choices-container{gap:1.5rem;grid-template-columns:1fr}.register-content{padding:1.5rem 1rem 85px}}
/*# sourceMappingURL=main.ff2f89cb.css.map*/