@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdfdfd}a{color:inherit;text-decoration:none}button{font-family:inherit}.navbar-wrapper{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #fff6;border-radius:20px;box-shadow:0 10px 30px #0000000a;height:70px;left:50%;max-width:1200px;padding:0 30px;position:fixed;top:20px;transform:translateX(-50%);width:95%;z-index:1000}.navbar-inner,.navbar-wrapper{align-items:center;display:flex}.navbar-inner{justify-content:space-between;width:100%}.nav-left{display:flex;flex:1 1;justify-content:flex-start}.logo{font-size:1.8rem;font-weight:900;letter-spacing:-1.5px}.nav-center{flex:2 1;gap:35px;justify-content:center;list-style:none;margin:0;padding:0}.nav-center,.nav-center li{align-items:center;display:flex}.nav-center li{height:70px}.dropdown-trigger,.nav-center a{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:600;gap:6px;padding:0;text-decoration:none;transition:color .2s}.dropdown-trigger:hover,.nav-center a:hover{color:#2b88d8}.nav-right{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:flex-end}.btn-login{background:#0000;border:1px solid #ddd;border-radius:10px;cursor:pointer;font-family:inherit;font-weight:600;padding:8px 18px;transition:.2s}.btn-login:hover{background:#f8f8f8}.btn-signup{background:#2b88d8;border:none;border-radius:10px;box-shadow:0 4px 15px #2b88d833;color:#fff;cursor:pointer;font-family:inherit;font-weight:600;padding:9px 20px;transition:.2s}.btn-signup:hover{background:#1e70b8;transform:translateY(-1px)}.nav-chevron{flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.nav-chevron.rotate{transform:rotate(180deg)}.dropdown-wrapper{position:relative}.dropdown-outer{left:50%;min-width:220px;padding-top:10px;position:absolute;top:100%;transform:translateX(-50%);z-index:1100}.dropdown-menu{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 20px 50px #0000001f;list-style:none;margin:0;overflow:hidden;padding:6px 0}.dropdown-menu li{display:block;width:100%}.dropdown-menu li a{background:#fff;color:#1a1a1a;display:block;font-size:.93rem;font-weight:600;padding:12px 22px;text-align:left;text-decoration:none;transition:background .15s,color .15s,padding-left .15s}.dropdown-menu li a:hover{background:#f7f8fc;color:#2b88d8;padding-left:28px}.nav-user-wrapper{position:relative}.btn-user-avatar{align-items:center;background:#fff;border:2px solid #e8edf4;border-radius:50px;color:#111;cursor:pointer;display:flex;font-family:inherit;font-size:.87rem;font-weight:700;gap:8px;height:42px;padding:5px 12px 5px 5px;transition:box-shadow .2s,border-color .2s}.btn-user-avatar:hover{box-shadow:0 4px 14px #0000001a}.avatar-initials{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.72rem;font-weight:800;height:30px;justify-content:center;letter-spacing:-.5px;width:30px}.avatar-name{color:#111;font-size:.87rem;font-weight:700;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-user-wrapper .user-dropdown{background:#0000;min-width:220px;padding-top:10px;position:absolute;right:0;top:100%;z-index:1100}.user-dropdown-header{align-items:center;background:#fff;border:1.5px solid #e8edf4;border-bottom:none;border-radius:16px 16px 0 0;box-shadow:0 4px 0 #00000005;display:flex;gap:12px;padding:16px}.user-dropdown-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.76rem;font-weight:800;height:36px;justify-content:center;width:36px}.user-dropdown-name{color:#111;font-size:.9rem;font-weight:800;margin:0 0 2px}.user-dropdown-path{font-size:.73rem;font-weight:700;letter-spacing:.06em;margin:0;text-transform:uppercase}.user-dropdown-divider{background:#f1f5f9;border-left:1.5px solid #e8edf4;border-right:1.5px solid #e8edf4;height:1px}.user-dropdown-item{align-items:center;background:#fff;border:1.5px solid #e8edf4;border-bottom:none;border-top:none;box-sizing:border-box;color:#374151;cursor:pointer;display:flex;font-family:inherit;font-size:.87rem;font-weight:600;gap:9px;padding:12px 16px;text-align:left;transition:background .15s,color .15s;width:100%}.user-dropdown-item:last-child{border-bottom:1.5px solid #e8edf4;border-radius:0 0 16px 16px;box-shadow:0 16px 40px #0000001a}.user-dropdown-item:hover{background:#f7f8fc;color:#2b88d8}.user-dropdown-item.signout{color:#ee272e}.user-dropdown-item.signout:hover{background:#fef2f2;color:#ee272e}@media (max-width:768px){.nav-center{display:none}.navbar-wrapper{padding:0 20px}.avatar-name{display:none}}.hero-container{margin:0 auto;max-width:1200px;padding:140px 5% 80px}.hero-content{align-items:center;display:flex;gap:60px;justify-content:space-between}.hero-left{flex:1.2 1}.hero-title{color:#1a1a1a;font-size:4.5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}.text-blue{color:#2b88d8}.hero-tagline{color:#555;font-size:1.25rem;line-height:1.6;margin-bottom:40px;max-width:500px}.hero-buttons{display:flex;gap:20px}.btn-main{background:#1a1a1a;border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:16px 32px;transition:all .3s}.btn-main:hover{background:#2b88d8;transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #eee;border-radius:14px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:600;padding:16px 32px;transition:all .3s}.btn-outline:hover{border-color:#1a1a1a;transform:translateY(-3px)}.hero-right{display:flex;flex:1 1;justify-content:center}.hero-glass-card{aspect-ratio:1/1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff6;border:1px solid #fff9;border-radius:40px;box-shadow:0 40px 80px #0000000d;max-width:450px;padding:20px;width:100%}.card-inner{background:#000;overflow:hidden;position:relative}.card-inner,.hero-video{border-radius:30px;height:100%;width:100%}.hero-video{object-fit:cover}@media (max-width:900px){.hero-content{flex-direction:column;text-align:center}.hero-title{font-size:3rem}.hero-tagline{margin:0 auto 30px}.hero-buttons{justify-content:center}}.about-section{background-color:#fff;padding:100px 5%}.about-container{margin:0 auto;max-width:1100px}.about-grid{align-items:center;display:flex;gap:80px}.about-image-side{flex:1 1;position:relative}.story-card{background:#000;border:1px solid #0000000d;border-radius:40px;box-shadow:0 30px 60px #0000001a;height:550px;overflow:hidden;position:relative;width:100%}.video-wrapper{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.video-wrapper iframe{height:100%;margin-left:-125%;pointer-events:none;width:350%}.bronx-tag{background:#ee272e;border-radius:50px;box-shadow:0 4px 15px #ee272e66;font-size:.75rem;font-weight:900;left:25px;letter-spacing:1.5px;padding:10px 20px;top:25px;z-index:3}.bronx-tag,.card-overlay{color:#fff;position:absolute}.card-overlay{background:linear-gradient(#0000,#000000e6);bottom:0;padding:40px;width:100%;z-index:2}.card-overlay h3{font-size:1.5rem;font-weight:600;line-height:1.4;margin:0}.about-text-side{flex:1.2 1}.section-subtitle{color:#888;display:block;font-size:.8rem;font-weight:700;letter-spacing:2px;margin-bottom:10px}.section-title{font-size:3.5rem;font-weight:900;letter-spacing:-1px;margin-bottom:30px}.story-paragraph{color:#444;font-size:1.15rem;line-height:1.8;margin-bottom:20px}.italic-text{color:#666;font-style:italic}.mission-list{display:flex;flex-direction:column;gap:15px;margin-top:40px}.mission-item{align-items:center;display:flex;gap:15px}.dot{border-radius:50%;height:12px;width:12px}.red-bg{background:#ee272e}.yellow-bg{background:#fdb813}.blue-bg{background:#2b88d8}@media (max-width:900px){.about-grid{flex-direction:column;gap:40px}.story-card{height:400px}.section-title{font-size:2.5rem}}.how-section{background-color:#fff;padding:120px 5%}.steps-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.step-card{align-items:center;background:#fff;border:1px solid #f2f2f2;border-radius:40px;box-shadow:0 10px 40px #00000008;display:flex;flex-direction:column;padding:60px 40px;text-align:center;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.step-card:hover{border-color:#e8e8e8;box-shadow:0 40px 80px #00000012;transform:translateY(-15px)}.step-icon-container{align-items:center;background:#fff;border:1px solid #f8f8f8;border-radius:35px;box-shadow:inset 0 2px 10px #00000003,0 15px 35px #0000000a;display:flex;height:160px;justify-content:center;margin-bottom:40px;position:relative;transition:all .4s ease;width:160px}.step-card:hover .step-icon-container{background:#fdfdfd;transform:scale(1.05)}.step-gif{height:80%;mix-blend-mode:multiply;object-fit:contain;transition:transform .4s ease;width:80%}.step-card:hover .step-gif{transform:scale(1.1) rotate(2deg)}.step-number-pill{background:#1a1a1a;border-radius:50px;box-shadow:0 5px 15px #00000026;color:#fff;font-size:.85rem;font-weight:900;letter-spacing:1px;padding:8px 18px;position:absolute;right:-12px;top:-12px;z-index:5}.step-content h3{color:#1a1a1a;font-size:1.7rem;font-weight:800;letter-spacing:-.8px;margin-bottom:15px}.step-content p{color:#6a6a6a;font-size:1.05rem;line-height:1.8;margin:0 auto;max-width:280px}@media (max-width:768px){.how-section{padding:80px 5%}.steps-grid{gap:30px}.step-card{padding:40px 20px}}.who-section{background-color:#fcfcfc;padding:100px 5%}.who-container{margin:0 auto;max-width:1200px}.who-header{margin-bottom:60px;text-align:center}.who-intro{color:#64748b;font-size:1.1rem;line-height:1.6;margin:20px auto 0;max-width:700px}.who-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.who-card{background:#fff;border:1px solid #f1f5f9;border-radius:35px;overflow:hidden;padding:50px 40px;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.who-card:before{clip-path:polygon(100% 0,0 0,100% 100%);content:"";height:100px;opacity:.05;position:absolute;right:0;top:0;transition:.4s;width:100px}.red-card:before{background-color:#ee272e}.blue-card:before{background-color:#2b88d8}.yellow-card:before{background-color:#fdb813}.who-card:hover{border-top-width:4px;transform:translateY(-12px)}.red-card:hover{border-top-color:#ee272e;box-shadow:0 30px 60px #ee272e1a}.blue-card:hover{border-top-color:#2b88d8;box-shadow:0 30px 60px #2b88d81a}.yellow-card:hover{border-top-color:#fdb813;box-shadow:0 30px 60px #fdb8131a}.who-card:hover:before{opacity:.2}.who-icon-wrapper{margin-bottom:25px}.who-card h3{font-size:1.6rem;font-weight:800;margin-bottom:5px}.age-tag{color:#94a3b8;display:inline-block;font-size:.75rem;font-weight:700;margin-bottom:25px;text-transform:uppercase}.who-card p{color:#475569;font-size:1rem;line-height:1.8}.why-section{padding:100px 5%}.why-grid{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1fr 1fr}.benefit{display:flex;gap:20px;margin-top:30px}.icon{align-items:center;border-radius:12px;color:#fff;display:flex;font-weight:700;height:40px;justify-content:center;min-width:40px}.glossy-stat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9;border:1px solid #fff6;border-radius:40px;box-shadow:0 40px 80px #00000008;padding:60px;text-align:center}.glossy-stat-card h3{font-size:4rem;font-weight:900;margin-bottom:10px}.faq-section{background:#fff;padding:120px 5%}.section-title.center{font-size:3.5rem;font-weight:900;margin-bottom:80px;text-align:center}.faq-list{margin:0 auto;max-width:800px;padding-left:20px}.faq-item{background:#fff;border:1px solid #f2f2f2;border-radius:24px;cursor:pointer;margin-bottom:30px;padding:30px 40px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-badge{align-items:center;border-radius:14px;box-shadow:0 10px 20px #0000001a;color:#fff;display:flex;font-size:1rem;font-weight:900;height:45px;justify-content:center;left:-20px;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s ease;width:45px;z-index:2}.faq-item.active .faq-badge{border-radius:50%;box-shadow:0 15px 30px #00000026;transform:translateY(-50%) scale(1.1)}.faq-question{align-items:center;display:flex;justify-content:space-between}.faq-question h4{color:#1a1a1a;font-size:1.2rem;font-weight:800;margin:0;padding-right:20px}.chevron-circle{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.chevron{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.chevron.rotate{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.faq-item.active .faq-answer{max-height:300px;opacity:1}.answer-inner{border-top:1px solid #f8fafc;margin-top:20px;padding-top:20px}.answer-inner p{color:#64748b;font-size:1.05rem;line-height:1.8}.faq-item:hover{border-color:#e2e8f0;transform:translateX(10px)}@media (max-width:768px){.faq-list{padding-left:0}.faq-badge{height:35px;left:10px;top:-15px;transform:none;width:35px}.faq-item.active .faq-badge{transform:scale(1.1)}.faq-question h4{padding-top:10px}}.footer{background:#fdfdfd;border-top:1px solid #eee;padding:80px 5% 40px}.footer-content{align-items:center;display:flex;flex-direction:column;gap:30px;margin:0 auto;max-width:1200px}.footer-logo{font-size:2rem;font-weight:900;letter-spacing:-1.5px}.footer-links{display:flex;gap:40px}.footer-links a{color:#888;font-size:.9rem;font-weight:500;text-decoration:none;transition:.2s}.footer-links a:hover{color:#1a1a1a}:root{--kids-dark:#1a1a1a;--kids-gray:#64748b;--kids-success:#10b981;--kids-bg:#f7f8fc;--card-shadow:0 20px 60px #0000000f,0 4px 16px #0000000a}.auth-page *{box-sizing:border-box;margin:0;padding:0}.auth-page{align-items:center;background-color:#f7f8fc;background-color:var(--kids-bg);display:flex;font-family:Plus Jakarta Sans,sans-serif;justify-content:center;min-height:100vh;padding:100px 20px 60px;width:100%}.auth-card{background:#fff;border:1px solid #eef2f6;border-radius:28px;box-shadow:0 20px 60px #0000000f,0 4px 16px #0000000a;box-shadow:var(--card-shadow);max-width:440px;padding:40px 36px 32px;position:relative;text-align:center;width:100%}.progress-container{background:#f1f5f9;border-top-left-radius:28px;border-top-right-radius:28px;height:6px;left:0;overflow:hidden;position:absolute;top:0;width:100%}.progress-bar{background:linear-gradient(90deg,#2b88d8,#60a5fa);background:linear-gradient(90deg,var(--kids-blue),#60a5fa);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.back-home-btn{align-items:center;background:#f8fafc;border:1px solid #eef2f6;border-radius:10px;color:#64748b;color:var(--kids-gray);cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;font-weight:700;gap:6px;margin:0 auto 20px;padding:8px 14px;transition:.2s}.back-home-btn:hover{background:#fff;border-color:#2b88d8;border-color:var(--kids-blue);color:#2b88d8;color:var(--kids-blue)}.step-dots{gap:12px;margin-bottom:20px}.step-dot,.step-dots{align-items:center;display:flex;justify-content:center}.step-dot{background:#e2e8f0;border-radius:50%;color:#fff;height:12px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:12px}.step-dot:first-child.active{background:#ee272e;background:var(--kids-red);box-shadow:0 0 12px #ee272e4d;transform:scale(1.4)}.step-dot:first-child.done{background:#ee272e;background:var(--kids-red);height:20px;width:20px}.step-dot:nth-child(2).active{background:#2b88d8;background:var(--kids-blue);box-shadow:0 0 12px #2b88d84d;transform:scale(1.4)}.step-dot:nth-child(2).done{background:#2b88d8;background:var(--kids-blue);height:20px;width:20px}.step-dot:nth-child(3).active{background:#fdb813;background:var(--kids-yellow);box-shadow:0 0 12px #fdb8134d;transform:scale(1.4)}.step-dot:nth-child(3).done{background:#fdb813;background:var(--kids-yellow);height:20px;width:20px}.step-dot.done{opacity:.8}.auth-header-top{display:flex;justify-content:center;margin-bottom:16px}.auth-icon-modern{background:#fff;border:2px solid #ee272e;border:2px solid var(--kids-red);border-radius:16px;box-shadow:0 8px 20px #ee272e1a;color:#ee272e;color:var(--kids-red);padding:12px}.auth-card h2{color:#1a1a1a;color:var(--kids-dark);font-size:1.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:6px}.auth-subtitle{color:#64748b;color:var(--kids-gray);font-size:.95rem;line-height:1.5;margin-bottom:24px}.auth-error-banner{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;display:flex;font-size:.85rem;font-weight:600;gap:8px;margin-bottom:18px;padding:12px 16px;text-align:left}.form-step-container{margin-bottom:10px;min-height:240px;position:relative}.step-content-wrapper{width:100%}.step-inner{display:flex;flex-direction:column;gap:14px}.modern-input-wrapper{position:relative;width:100%}.modern-input{background:#f9fbff;border:2px solid #eef2f6;border-radius:16px;color:#1a1a1a;color:var(--kids-dark);font-family:inherit;font-size:1rem;height:54px;outline:none;padding:0 18px;transition:all .25s ease;width:100%}.modern-input:focus{background:#fff;border-color:#2b88d8;border-color:var(--kids-blue);box-shadow:0 0 0 4px #2b88d814}.input-eye{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;padding:4px;position:absolute;right:18px;top:50%;transform:translateY(-50%)}.path-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:10px}.path-chip{background:#f9fbff;border:2px solid #eef2f6;border-radius:16px;color:#1a1a1a;color:var(--kids-dark);cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:700;padding:16px;transition:all .2s ease}.path-chip:hover:not(.active){background:#fffdf5;border-color:#fdb813;border-color:var(--kids-yellow)}.path-chip.active{background:#2b88d8;background:var(--kids-blue);border-color:#2b88d8;border-color:var(--kids-blue);box-shadow:0 8px 20px #2b88d833;color:#fff}.password-strength{align-items:center;display:flex;gap:12px;margin:4px 0 12px}.strength-bars{display:flex;flex:1 1;gap:4px}.strength-bar{background:#e2e8f0;border-radius:10px;flex:1 1;height:5px;transition:all .4s ease}.strength-label{font-size:.75rem;font-weight:700;min-width:70px;text-align:right}.signup-summary{background:#f1f5f9;border-radius:16px;gap:12px;justify-content:center;margin-bottom:12px;padding:14px}.signup-summary,.summary-item{align-items:center;display:flex}.summary-item{color:#1a1a1a;color:var(--kids-dark);font-size:.9rem;font-weight:700;gap:6px}.summary-dot{color:#cbd5e1}.blue-icon{color:#2b88d8;color:var(--kids-blue)}.red-icon{color:#ee272e;color:var(--kids-red)}.btn-main-action{align-items:center;background:#2b88d8;background:var(--kids-blue);border:none;border-radius:16px;box-shadow:0 10px 25px #2b88d833;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.05rem;font-weight:700;gap:8px;height:56px;justify-content:center;transition:all .25s ease;width:100%}.btn-main-action:hover:not(:disabled){background:#1e70b8;box-shadow:0 12px 30px #2b88d84d;transform:translateY(-2px)}.btn-main-action:disabled{cursor:not-allowed;opacity:.7}.btn-secondary{background:#fff;border:2px solid #eef2f6;border-radius:16px;color:#64748b;color:var(--kids-gray);cursor:pointer;font-family:inherit;font-weight:700;height:56px;padding:0 24px;transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.dual-btns{display:flex;gap:12px;margin-top:8px}.terms-container{align-items:flex-start;display:flex;gap:12px;margin:8px 0 16px;text-align:left}.terms-container input[type=checkbox]{accent-color:#2b88d8;accent-color:var(--kids-blue);cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.terms-container label{color:#64748b;color:var(--kids-gray);cursor:pointer;font-size:.85rem;line-height:1.5}.dark-bold{color:#1a1a1a;color:var(--kids-dark);font-weight:700}.modern-divider{align-items:center;color:#94a3b8;display:flex;font-size:.75rem;font-weight:700;gap:12px;letter-spacing:1px;margin:24px 0;text-transform:uppercase}.modern-divider:after,.modern-divider:before{background:#f1f5f9;content:"";flex:1 1;height:2px}.btn-google-modern{align-items:center;background:#fff;border:2px solid #eef2f6;border-radius:16px;color:#1a1a1a;color:var(--kids-dark);cursor:pointer;display:flex;font-family:inherit;font-weight:700;gap:12px;height:54px;justify-content:center;transition:all .2s;width:100%}.btn-google-modern:hover{background:#f8fafc;border-color:#cbd5e1}.btn-google-modern img{width:22px}.auth-footer-text{color:#64748b;color:var(--kids-gray);font-size:.95rem;margin-top:28px}.link-highlight{color:#2b88d8;color:var(--kids-blue);cursor:pointer;font-weight:700;margin-left:6px;transition:color .2s}.link-highlight:hover{color:#ee272e;color:var(--kids-red);text-decoration:underline}.btn-spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.auth-header-icon-box{align-items:center;background:#fff;border:2px solid #ee272e;border:2px solid var(--kids-red);border-radius:12px;color:#ee272e;color:var(--kids-red);display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.forgot-password-link{color:#64748b;color:var(--kids-gray);display:block;font-size:.85rem;font-weight:600;margin:12px 0;text-decoration:none;transition:color .2s}.forgot-password-link:hover{color:#2b88d8;color:var(--kids-blue)}.login-nav-link{color:#1a1a1a;color:var(--kids-dark);margin-right:20px}.btn-get-started,.login-nav-link{font-weight:700;text-decoration:none}.btn-get-started{background:#2b88d8;background:var(--kids-blue);border-radius:50px;box-shadow:0 4px 14px #2b88d84d;color:#fff;padding:8px 20px;transition:transform .2s}.btn-get-started:hover{box-shadow:0 6px 20px #2b88d866;transform:translateY(-2px)}.kids-logo-text{font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-1px}.kids-logo-text .k{color:#ee272e;color:var(--kids-red)}.kids-logo-text .i{color:#2b88d8;color:var(--kids-blue)}.kids-logo-text .d{color:#fdb813;color:var(--kids-yellow)}.kids-logo-text .s{color:#2b88d8;color:var(--kids-blue)}@media (max-width:480px){.auth-card{border-radius:20px;padding:30px 20px}.auth-card h2{font-size:1.5rem}}:root{--bg:#fff;--trans:0.22s ease}.resources-page{background:#fff;background:var(--bg);color:#111;color:var(--ink);font-family:Lato,Helvetica Neue,Arial,sans-serif;margin:0 auto;max-width:1320px;padding:130px 6% 80px}.res-hero{margin-bottom:44px;text-align:center}.res-eyebrow{align-items:center;background:#eaf3fb;border-radius:50px;color:#2b88d8;color:var(--blue);display:inline-flex;font-size:.73rem;font-weight:700;gap:6px;letter-spacing:.12em;margin-bottom:22px;padding:6px 14px;text-transform:uppercase}.res-hero h1{color:#111;color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:clamp(2.6rem,5.5vw,4rem);font-weight:800;line-height:1.1;margin:0 0 16px}.hero-blue{color:#2b88d8;color:var(--blue)}.res-hero-sub{color:#64748b;color:var(--muted);font-size:1.05rem;line-height:1.7;margin:0 auto 32px;max-width:520px}.res-search{align-items:center;background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:12px;margin:0 auto;max-width:580px;padding:13px 20px;transition:border-color .22s ease,box-shadow .22s ease;transition:border-color var(--trans),box-shadow var(--trans)}.res-search-icon{color:#64748b;color:var(--muted);flex-shrink:0}.res-search input{background:#0000;border:none;color:#111;color:var(--ink);flex:1 1;font-family:inherit;font-size:.96rem;outline:none}.res-search input::placeholder{color:#b0bec5}.resources-layout{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 340px}.category-pills{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.pill{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:50px;color:#111;color:var(--ink);cursor:pointer;font-family:inherit;font-size:.87rem;font-weight:700;padding:8px 20px;transition:border-color .22s ease,color .22s ease,background .22s ease,box-shadow .22s ease;transition:border-color var(--trans),color var(--trans),background var(--trans),box-shadow var(--trans)}.pill:hover{color:#2b88d8;color:var(--blue)}.pill.active,.pill:hover{border-color:#2b88d8;border-color:var(--blue)}.pill.active{background:#2b88d8;background:var(--blue);box-shadow:0 3px 14px #2b88d847;color:#fff}.res-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(auto-fill,minmax(275px,1fr))}.res-card{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:16px;border-radius:var(--radius);cursor:default;display:flex;flex-direction:column;overflow:hidden;transition:border-color .22s ease;transition:border-color var(--trans)}.res-card-img{background:#e8edf4;height:185px;overflow:hidden;position:relative}.res-card-img:after{background:linear-gradient(180deg,#00000014 0,#0000 40%,#0000 60%,#0000001f);content:"";inset:0;pointer-events:none;position:absolute}.res-card-img img{display:block;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94);width:100%}.res-card:hover .res-card-img img{transform:scale(1.08)}.res-card-badge{background:#2b88d8;background:var(--blue);border-radius:50px;box-shadow:0 2px 8px #0003;color:#fff;font-size:.68rem;font-weight:700;left:12px;letter-spacing:.07em;padding:4px 11px;position:absolute;text-transform:uppercase;top:12px;z-index:2}.res-card-body{display:flex;flex:1 1;flex-direction:column;padding:18px 20px 20px}.res-card-body h3{color:#111;color:var(--ink);font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:700;line-height:1.35;margin:0 0 7px}.res-card-body p{color:#64748b;color:var(--muted);flex:1 1;font-size:.85rem;line-height:1.6;margin:0 0 14px}.res-card-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.chip{align-items:center;background:#f7f8fc;background:var(--off);border-radius:50px;color:#64748b;color:var(--muted);display:flex;font-size:.74rem;font-weight:600;gap:4px;padding:4px 10px}.chip-green{background:#ecfdf5;color:#059669}.chip-blue{background:#eaf3fb;color:#2b88d8;color:var(--blue);font-weight:700}.results-meta{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:.82rem;gap:10px;margin-bottom:18px}.results-count{font-weight:600}.results-filter{color:#2b88d8;color:var(--blue);font-weight:700}.results-query{color:#64748b;color:var(--muted);font-style:italic}.card-link{align-items:center;color:#2b88d8;color:var(--blue);display:inline-flex;font-size:.86rem;font-weight:700;gap:5px;text-decoration:none;transition:gap .22s ease;transition:gap var(--trans)}.skeleton-card{animation:shimmer 1.3s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:16px;border-radius:var(--radius);height:310px}.skeleton-news{height:220px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.empty-state{color:#64748b;color:var(--muted);font-size:1rem;padding:60px 20px;text-align:center}.news-section{border-top:2px solid #e8edf4;border-top:2px solid var(--border);margin-top:64px;padding-top:48px}.news-section-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.news-header-left{align-items:center;display:flex;gap:10px}.news-icon{color:#ee272e;color:var(--red);flex-shrink:0}.news-section-header h2{color:#111;color:var(--ink);font-family:Playfair Display,serif;font-size:1.9rem;font-weight:800;margin:0}.news-header-sub{color:#64748b;color:var(--muted);font-size:.88rem;line-height:1.5;margin:0;max-width:360px;text-align:right}.news-topics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.news-topic-pill{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:50px;color:#64748b;color:var(--muted);cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:700;padding:7px 16px;transition:all .22s ease;transition:all var(--trans)}.news-topic-pill:hover{border-color:#ee272e;border-color:var(--red);color:#ee272e;color:var(--red)}.news-topic-pill.active{background:#ee272e;background:var(--red);border-color:#ee272e;border-color:var(--red);box-shadow:0 3px 12px #ee272e40;color:#fff}.news-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.news-card-featured{flex-direction:row!important;grid-column:1/-1;min-height:220px}.news-card-featured .news-card-img{height:auto;min-height:220px;min-width:360px;width:360px}.news-card-featured .news-card-body{justify-content:center;padding:26px 28px}.news-card-featured .news-card-title{-webkit-line-clamp:3!important;font-size:1.2rem!important;margin-bottom:12px}.news-card{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:14px;color:inherit;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;text-decoration:none}.news-card-img{background:#e8edf4;flex-shrink:0;height:175px;overflow:hidden;width:100%}.news-card-img img{display:block;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.25,.46,.45,.94);width:100%}.news-card:hover .news-card-img img{transform:scale(1.06)}.news-card-body{display:flex;flex:1 1;flex-direction:column;padding:16px 18px 18px}.news-card-source{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.news-source-name{color:#2b88d8;color:var(--blue);font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.news-source-time{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:.69rem;gap:3px}.news-card-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#111;color:var(--ink);display:-webkit-box;flex:1 1;font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;line-height:1.4;margin:0 0 10px;overflow:hidden}.news-card-desc{color:#64748b;color:var(--muted);font-size:.83rem;line-height:1.6;margin:0 0 12px}.news-read-more{align-items:center;color:#ee272e;color:var(--red);display:inline-flex;font-size:.8rem;font-weight:700;gap:4px;margin-top:auto;transition:gap .22s ease;transition:gap var(--trans)}.news-card:hover .news-read-more{gap:8px}.news-ai-label{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:.72rem;font-style:italic;gap:5px;margin-top:16px}.res-sidebar{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:20px;padding:24px 20px 22px;position:sticky;top:110px}.sidebar-head{align-items:center;display:flex;gap:9px;margin-bottom:4px}.sidebar-head h3{color:#111;color:var(--ink);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800;margin:0}.sidebar-head h3 .red{color:#ee272e;color:var(--red)}.sidebar-sub{color:#64748b;color:var(--muted);font-size:.82rem;line-height:1.5;margin:0 0 16px}.sidebar-sub strong{color:#2b88d8;color:var(--blue);font-weight:700}.yt-featured{background:#000;border:none;border-radius:12px;cursor:pointer;display:block;height:178px;margin-bottom:18px;overflow:hidden;padding:0;position:relative;width:100%}.yt-featured img{height:100%;object-fit:cover;opacity:.88;transition:opacity .3s ease;width:100%}.yt-featured:hover img{opacity:.72}.yt-featured-overlay{background:linear-gradient(0deg,#000000b8 0,#0000 45%);flex-direction:column;inset:0;padding:14px;position:absolute}.yt-big-play,.yt-featured-overlay{align-items:center;display:flex;justify-content:center}.yt-big-play{background:#ee272e;background:var(--red);border-radius:50%;box-shadow:0 4px 20px #ee272e73;height:50px;width:50px}.yt-feat-label{bottom:12px;left:12px;position:absolute;right:12px}.yt-badge{background:#00000080;border-radius:4px;color:#fff;display:inline-block;font-size:.67rem;font-weight:700;letter-spacing:.07em;margin-bottom:4px;padding:3px 7px;text-transform:uppercase}.yt-feat-label h4{color:#fff;font-size:.87rem;font-weight:700;line-height:1.3;margin:0}.yt-featured-skeleton{animation:shimmer 1.3s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:12px;height:178px;margin-bottom:18px;width:100%}.yt-list{display:flex;flex-direction:column;gap:2px;margin-bottom:18px}.yt-row{background:none;border:none;border-radius:10px;cursor:pointer;display:flex;font-family:inherit;gap:10px;padding:8px;text-align:left;transition:background .22s ease;transition:background var(--trans);width:100%}.yt-thumb{background:#ddd;border-radius:8px;flex-shrink:0;height:56px;overflow:hidden;position:relative;width:88px}.yt-thumb img{height:100%;object-fit:cover;width:100%}.yt-thumb-play{align-items:center;background:#00000061;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .22s ease;transition:opacity var(--trans)}.yt-row:hover .yt-thumb-play{opacity:1}.yt-row-text{flex:1 1}.yt-row-badge{color:#2b88d8;color:var(--blue);display:block;font-size:.65rem;font-weight:700;letter-spacing:.07em;margin-bottom:2px;text-transform:uppercase}.yt-row-text h4{color:#111;color:var(--ink);font-size:.82rem;font-weight:700;line-height:1.3;margin:0 0 3px}.yt-skeleton{display:flex;gap:10px;padding:8px}.yt-skeleton-thumb{animation:shimmer 1.3s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;flex-shrink:0;height:56px;width:88px}.yt-skeleton-text{display:flex;flex:1 1;flex-direction:column;gap:6px;justify-content:center}.yt-skeleton-line{animation:shimmer 1.3s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:6px;height:12px}.yt-skeleton-line.short{width:60%}.yt-error{border:1.5px dashed #e8edf4;border:1.5px dashed var(--border);border-radius:12px;margin-bottom:18px;padding:20px;text-align:center}.yt-error p{color:#64748b;color:var(--muted);font-size:.84rem;margin-bottom:8px}.yt-error button{align-items:center;background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8rem;font-weight:700;gap:5px;padding:6px 12px}.gem-card{background:#111;background:var(--ink);border-radius:14px;color:#fff;margin-bottom:14px;padding:18px 16px}.gem-label{align-items:center;color:#f5a623;color:var(--gold);display:inline-flex;font-size:.67rem;font-weight:700;gap:5px;letter-spacing:.09em;margin-bottom:10px;text-transform:uppercase}.gem-card blockquote{border:none;color:#ffffffe0;font-size:.88rem;font-style:italic;line-height:1.6;margin:0 0 8px;padding:0}.gem-card cite{color:#ffffff73;font-size:.71rem;font-style:normal;font-weight:600}.btn-more-videos{background:#ee272e;background:var(--red);border:none;border-radius:12px;box-shadow:0 4px 16px #ee272e38;color:#fff;cursor:pointer;font-family:inherit;font-size:.88rem;font-weight:700;gap:7px;padding:13px;text-decoration:none;transition:box-shadow .22s ease;transition:box-shadow var(--trans);width:100%}.btn-more-videos,.modal-backdrop{align-items:center;display:flex;justify-content:center}.modal-backdrop{background:#000000bf;inset:0;padding:24px;position:fixed;z-index:9999}.modal-box{background:#fff;border-radius:18px;box-shadow:0 32px 80px #0000004d;max-width:800px;overflow:hidden;width:100%}.modal-topbar{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;padding:20px 22px 16px}.modal-top-text{flex:1 1}.modal-tag{background:#eaf3fb;border-radius:50px;color:#2b88d8;color:var(--blue);display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.08em;margin-bottom:6px;padding:3px 9px;text-transform:uppercase}.modal-title{color:#111;color:var(--ink);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:800;line-height:1.3;margin:0}.modal-close-btn{align-items:center;background:#f7f8fc;background:var(--off);border:none;border-radius:50%;color:#64748b;color:var(--muted);cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.modal-player{aspect-ratio:16/9;background:#000;position:relative;width:100%}.modal-player iframe{border:none;display:block;height:100%;inset:0;position:absolute;width:100%}.modal-desc{border-top:1px solid #e8edf4;border-top:1px solid var(--border);color:#64748b;color:var(--muted);font-size:.87rem;line-height:1.6;margin:0;padding:14px 22px 18px}@media (max-width:1060px){.resources-layout{grid-template-columns:1fr}.res-sidebar{position:static}.news-grid{grid-template-columns:repeat(2,1fr)}.news-card-featured{flex-direction:column!important}.news-card-featured .news-card-img{height:240px;min-width:0;min-width:auto;width:100%}.news-card-featured .news-card-body{padding:20px}}@media (max-width:640px){.resources-page{padding:100px 4% 60px}.res-hero h1{font-size:2.2rem}.news-grid,.res-grid{grid-template-columns:1fr}.news-section-header{flex-direction:column}.news-header-sub{max-width:100%;text-align:left}.res-card-chips{flex-wrap:wrap}}:root{--blue:#2b88d8;--red:#ee272e;--gold:#f5a623;--ink:#111;--muted:#64748b;--border:#e8edf4;--off:#f7f8fc;--radius:16px}.profile-page{font-family:Plus Jakarta Sans,sans-serif;padding-bottom:60px}.auth-loading-screen,.profile-page{background:#f7f8fc;min-height:100vh}.auth-loading-screen{align-items:center;display:flex;justify-content:center}.auth-loading-spinner{animation:spin .7s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top:3px solid var(--blue);height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.profile-hero{background:#fff;border-bottom:1.5px solid #e8edf4;border-bottom:1.5px solid var(--border);padding:110px 6% 32px}.profile-hero-inner{align-items:center;display:flex;flex-wrap:wrap;gap:28px;margin:0 auto;max-width:1100px}.profile-avatar{align-items:center;border-radius:50%;box-shadow:0 8px 28px #00000026;color:#fff;display:flex;flex-shrink:0;font-size:1.8rem;font-weight:800;height:80px;justify-content:center;letter-spacing:-1px;width:80px}.profile-identity{flex:1 1}.profile-identity h1{align-items:center;color:#111;color:var(--ink);display:flex;font-size:2rem;font-weight:800;gap:10px;margin:0 0 8px}.wave-emoji{display:inline-block}.profile-path-badge{align-items:center;border-radius:50px;display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;margin-bottom:6px;padding:5px 14px}.profile-email{color:#64748b;color:var(--muted);font-size:.85rem;margin:0}.profile-hero-actions{display:flex;flex-shrink:0;gap:10px}.btn-edit-profile{align-items:center;background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:10px;color:#111;color:var(--ink);cursor:pointer;display:flex;font-family:inherit;font-size:.84rem;font-weight:700;gap:6px;padding:10px 18px;transition:all .2s}.btn-edit-profile:hover{border-color:#2b88d8;border-color:var(--blue);color:#2b88d8;color:var(--blue)}.btn-logout{align-items:center;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;color:#ee272e;color:var(--red);cursor:pointer;display:flex;font-family:inherit;font-size:.84rem;font-weight:700;gap:6px;padding:10px 18px;transition:all .2s}.btn-logout:hover{background:#fee2e2}.profile-body{margin:0 auto;max-width:1100px;padding:0 6%}.edit-panel{overflow:hidden}.edit-panel-inner{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:16px;border-radius:var(--radius);margin-top:24px;padding:28px}.edit-panel-inner h3{color:#111;color:var(--ink);font-size:1.05rem;font-weight:800;margin:0 0 20px}.edit-row{margin-bottom:18px}.edit-row label{color:#64748b;color:var(--muted);display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.edit-input{background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:12px;box-sizing:border-box;color:#111;color:var(--ink);font-family:inherit;font-size:.95rem;height:48px;outline:none;padding:0 16px;transition:border-color .2s;width:100%}.edit-input:focus{background:#fff;border-color:#2b88d8;border-color:var(--blue)}.edit-path-grid{display:flex;flex-wrap:wrap;gap:9px}.edit-path-btn{background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:50px;color:#111;color:var(--ink);cursor:pointer;font-family:inherit;font-size:.84rem;font-weight:700;padding:8px 16px;transition:all .2s}.edit-path-btn:hover{border-color:#2b88d8;border-color:var(--blue)}.edit-path-btn.active{box-shadow:0 3px 12px #0000001a}.edit-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:22px}.edit-cancel{background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:10px;color:#64748b;color:var(--muted);padding:10px 20px}.edit-cancel,.edit-save{align-items:center;cursor:pointer;display:flex;font-family:inherit;font-size:.87rem;font-weight:700;gap:5px}.edit-save{background:#2b88d8;background:var(--blue);border:none;border-radius:10px;box-shadow:0 4px 14px #2b88d840;color:#fff;padding:10px 22px}.profile-tabs{border-bottom:1.5px solid #e8edf4;border-bottom:1.5px solid var(--border);display:flex;gap:4px;margin-top:28px}.profile-tab{align-items:center;background:none;border:none;color:#64748b;color:var(--muted);cursor:pointer;display:flex;font-family:inherit;font-size:.87rem;font-weight:700;gap:7px;padding:12px 18px;position:relative;transition:color .2s}.profile-tab.active,.profile-tab:hover{color:#111;color:var(--ink)}.tab-underline{background:#111;background:var(--ink);border-radius:2px;bottom:-1.5px;height:2px;left:0;position:absolute;right:0}.tab-content{padding:28px 0}.welcome-card{align-items:center;background:#fff;border:1.5px solid #e8edf4;border-left:4px solid #2b88d8;border:1.5px solid var(--border);border-left:4px solid var(--path-color,var(--blue));border-radius:16px;border-radius:var(--radius);display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px;padding:22px 24px}.welcome-card-left{align-items:flex-start;display:flex;flex:1 1;gap:14px}.welcome-card-left h3{color:#111;color:var(--ink);font-size:1rem;font-weight:800;margin:0 0 5px}.welcome-card-left p{color:#64748b;color:var(--muted);font-size:.87rem;line-height:1.55;margin:0}.welcome-cta{align-items:center;border:none;border-radius:12px;box-shadow:0 4px 16px #00000026;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.87rem;font-weight:700;gap:6px;padding:12px 22px}.stats-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:28px}.stat-card{align-items:center;background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:16px;border-radius:var(--radius);display:flex;flex-direction:column;gap:6px;padding:20px;text-align:center}.stat-emoji{font-size:1.5rem}.stat-icon{align-items:center;background:#f7f8fc;background:var(--off);border-radius:12px;display:flex;height:40px;justify-content:center;margin-bottom:4px;width:40px}.badge-icon{margin-right:5px;vertical-align:middle}.badge-icon,.edit-path-icon{align-items:center;display:inline-flex}.edit-path-icon{margin-right:6px}.settings-row-icon{align-items:center;display:inline-flex;margin-right:6px;vertical-align:middle}.qr-icon-box{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.stat-value{color:#111;color:var(--ink);font-size:1.2rem;font-weight:800}.stat-label{color:#64748b;color:var(--muted);font-size:.77rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.section-header h3{color:#111;color:var(--ink);font-size:1.05rem;font-weight:800;margin:0}.see-all-btn{align-items:center;background:none;border:none;color:#2b88d8;color:var(--blue);cursor:pointer;display:flex;font-family:inherit;font-size:.82rem;font-weight:700;gap:3px}.section-badge{border-radius:50px;font-size:.78rem;font-weight:700;padding:4px 12px}.quick-resources{display:flex;flex-direction:column;gap:10px}.quick-resource-card{align-items:center;background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:14px;color:inherit;cursor:pointer;display:flex;gap:16px;padding:16px 18px;text-decoration:none;transition:border-color .2s}.quick-resource-card:hover{border-color:#2b88d8;border-color:var(--blue)}.qr-emoji{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:1.2rem;height:44px;justify-content:center;width:44px}.qr-info{flex:1 1}.qr-info h4{color:#111;color:var(--ink);font-size:.9rem;font-weight:700;margin:0 0 3px}.qr-tag{font-size:.76rem;font-weight:600}.qr-arrow,.qr-tag{color:#64748b;color:var(--muted)}.qr-arrow{flex-shrink:0;transition:color .2s}.quick-resource-card:hover .qr-arrow{color:#2b88d8;color:var(--blue)}.resources-list{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.resource-list-item{align-items:center;background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:14px;color:inherit;display:flex;gap:16px;padding:18px 20px;text-decoration:none;transition:all .2s}.resource-list-item:hover{border-color:#2b88d8;border-color:var(--blue);box-shadow:0 4px 16px #0000000f}.rli-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:1.2rem;height:46px;justify-content:center;width:46px}.rli-info{flex:1 1}.rli-info h4{color:#111;color:var(--ink);font-size:.93rem;font-weight:700;margin:0 0 3px}.rli-info span{font-size:.78rem;font-weight:600}.rli-arrow,.rli-info span{color:#64748b;color:var(--muted)}.rli-arrow{flex-shrink:0}.explore-more-banner{align-items:center;background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:14px;color:#64748b;color:var(--muted);display:flex;font-size:.87rem;gap:12px;padding:16px 20px}.explore-more-banner p{flex:1 1;font-weight:600;margin:0}.explore-more-btn{align-items:center;background:#111;background:var(--ink);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.82rem;font-weight:700;gap:5px;padding:9px 16px;white-space:nowrap}.settings-section{background:#fff;border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:16px;border-radius:var(--radius);margin-bottom:16px;padding:24px}.settings-section h3{color:#111;color:var(--ink);font-size:.92rem;font-weight:800;letter-spacing:.07em;margin:0 0 18px;text-transform:uppercase}.settings-rows{display:flex;flex-direction:column}.settings-row{align-items:center;border-bottom:1px solid #e8edf4;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:14px 0}.settings-row:last-child{border-bottom:none}.settings-row-label{color:#64748b;color:var(--muted);display:block;font-size:.75rem;font-weight:700;letter-spacing:.07em;margin-bottom:3px;text-transform:uppercase}.settings-row-value{color:#111;color:var(--ink);display:block;font-size:.92rem;font-weight:600}.settings-edit-btn{align-items:center;background:#f7f8fc;background:var(--off);border:1.5px solid #e8edf4;border:1.5px solid var(--border);border-radius:8px;color:#64748b;color:var(--muted);cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.78rem;font-weight:700;gap:5px;padding:7px 13px;transition:all .2s}.settings-edit-btn:hover{border-color:#2b88d8;border-color:var(--blue);color:#2b88d8;color:var(--blue)}.danger-zone{border-color:#fecaca}.btn-signout-full{align-items:center;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;color:#ee272e;color:var(--red);cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;font-weight:700;gap:8px;justify-content:center;padding:14px;transition:background .2s;width:100%}.btn-signout-full:hover{background:#fee2e2}@media (max-width:640px){.profile-hero-inner{align-items:flex-start;flex-direction:column}.profile-hero-actions{width:100%}.stats-row{grid-template-columns:1fr}.welcome-card{flex-direction:column}}:root{--kids-blue:#2b88d8;--kids-red:#ee272e;--kids-yellow:#fdb813;--glass:#ffffffb3}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top right,#fff,#f0f4f8);color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 5%}.section-title{font-size:3rem;font-weight:800;margin-bottom:40px}.blue{color:#2b88d8}.red{color:#ee272e}.yellow{color:#fdb813}.faq-item,.step-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff6;border-radius:20px;box-shadow:0 10px 30px #00000008;padding:30px;transition:.3s}.step-card:hover{transform:translateY(-5px)}
/*# sourceMappingURL=main.8b960f24.css.map*/