.contact-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.back-button{color:#fff;text-shadow:2px 2px #1e293b;pointer-events:auto;background-color:#ff5757;border:4px solid #1e293b;border-radius:30px;align-items:center;gap:.5rem;padding:12px 24px;font-family:Outfit,Comic Sans MS,sans-serif;font-size:1.25rem;font-weight:900;text-decoration:none;transition:transform .2s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:absolute;top:20px;left:20px;box-shadow:4px 4px #1e293b}.back-button:hover{transform:scale(1.1)rotate(-2deg)}.contact-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:600px;padding:2rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.close-popup-btn:hover{background-color:#ff3b3b;transform:scale(1.1)rotate(15deg)}.close-popup-btn:active{transform:scale(.9);box-shadow:1px 1px #1e293b}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.contact-title{color:#ff5757;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 .5rem;font-size:3rem}.contact-subtitle{color:#38b6ff;text-align:center;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1px #1e293b;margin:0 0 2rem;font-size:1.4rem}.contact-info-list{flex-direction:column;gap:1.2rem;display:flex}.info-item{background-color:#f8fafc;border:3px solid #1e293b;border-radius:15px;align-items:center;gap:1rem;padding:10px 15px;transition:transform .2s;display:flex;box-shadow:4px 4px #cbd5e1}.info-item:hover{transform:translate(10px);box-shadow:4px 4px #ffde59}.info-icon-wrapper{color:#1e293b;background-color:#ffde59;border:3px solid #1e293b;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.info-content{flex-direction:column;display:flex}.info-content strong{color:#1e293b;font-size:1.1rem}.info-content span,.info-content a{color:#475569;font-size:1.1rem;font-weight:600;text-decoration:none}.info-content a:hover{color:#ff5757;text-decoration:underline}@media (width<=768px){.contact-card{max-height:80vh;padding:1.5rem;overflow-y:auto}.contact-title{font-size:2.2rem}.contact-subtitle{font-size:1.1rem}.back-button{padding:8px 16px;font-size:1rem;top:10px;left:10px}}.school-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.school-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:2rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.school-card::-webkit-scrollbar{width:12px}.school-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.school-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.school-title{color:#7ed957;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 1rem;font-size:2.8rem}.school-description{color:#1e293b;text-align:center;background-color:#f8fafc;border:3px solid #cbd5e1;border-radius:15px;margin-bottom:2rem;padding:1rem;font-size:1.1rem;font-weight:600;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.feature-item{background-color:#f8fafc;border:3px solid #1e293b;border-radius:15px;align-items:flex-start;gap:.8rem;padding:12px 15px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:3px 3px #cbd5e1}.feature-item:hover{transform:translateY(-5px);box-shadow:5px 5px #7ed957}.check-icon{color:#7ed957;flex-shrink:0;margin-top:2px}.feature-item span{color:#334155;font-size:1.05rem;font-weight:700;line-height:1.4}@media (width<=768px){.school-card{max-height:80vh;padding:1.5rem}.school-title{font-size:2.2rem}.features-grid{grid-template-columns:1fr}}.about-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.about-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:650px;padding:2rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;transform:rotate(2deg);box-shadow:12px 12px #1e293b}.about-title{color:#ff914d;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 2rem;font-size:3rem}.about-content{flex-direction:column;gap:1.5rem;display:flex}.about-paragraph{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:5px 5px #cbd5e1}.about-paragraph:hover{transform:scale(1.02);box-shadow:6px 6px #ff914d}.about-paragraph p{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700;line-height:1.5}.about-paragraph strong{color:#ff5757;font-size:1.4rem}.icon-badge{border:4px solid #1e293b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:inset -3px -3px #0003}.bg-yellow{background-color:#ffde59}.bg-blue{background-color:#38b6ff}.bg-red{background-color:#ff5757}@media (width<=768px){.about-card{max-height:80vh;padding:1.5rem;overflow-y:auto}.about-title{font-size:2.2rem}.about-paragraph{text-align:center;flex-direction:column;gap:1rem;padding:1rem}}.teachers-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.teachers-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:95%;max-width:900px;max-height:85vh;padding:2rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.teachers-card::-webkit-scrollbar{width:12px}.teachers-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.teachers-card::-webkit-scrollbar-thumb{background:#ff5757;border:2px solid #1e293b;border-radius:10px}.teachers-title{color:#38b6ff;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 .5rem;font-size:3rem}.teachers-subtitle{color:#475569;text-align:center;margin-bottom:2rem;font-size:1.2rem;font-weight:600}.teachers-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.teacher-profile{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:4px 4px #cbd5e1}.teacher-profile:hover{transform:translateY(-8px)scale(1.02);box-shadow:6px 6px #38b6ff}.teacher-img-wrapper{background-color:#fff;border:4px solid #1e293b;border-radius:50%;width:120px;height:120px;margin-bottom:1rem;overflow:hidden}.teacher-img{object-fit:cover;width:100%;height:100%}.teacher-name{color:#ff5757;text-align:center;margin:0 0 .25rem;font-size:1.3rem;font-weight:800}.teacher-role{color:#1e293b;text-align:center;background-color:#ffde59;border:2px solid #1e293b;border-radius:20px;margin:0;padding:4px 12px;font-size:1rem;font-weight:600}@media (width<=768px){.teachers-card{padding:1.5rem}.teachers-title{font-size:2.2rem}.teachers-grid{grid-template-columns:repeat(2,1fr)}.teacher-img-wrapper{width:90px;height:90px}}@media (width<=480px){.teachers-grid{grid-template-columns:1fr}}.teacher-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.teacher-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.detail-layout{align-items:center;gap:3rem;display:flex}.detail-left{flex-shrink:0}.detail-img-wrapper{background-color:#f8fafc;border:6px solid #1e293b;border-radius:50%;width:250px;height:250px;overflow:hidden;box-shadow:6px 6px #ff5757}.detail-img{object-fit:cover;width:100%;height:100%}.detail-right{flex-direction:column;display:flex}.detail-name{color:#ff5757;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1.5px #1e293b;margin:0 0 .5rem;font-size:3rem}.detail-role{color:#1e293b;background-color:#ffde59;border:3px solid #1e293b;border-radius:20px;align-self:flex-start;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding:8px 16px;font-size:1.4rem;display:inline-flex}.detail-experience{color:#ff6b6b;-webkit-backdrop-filter:blur(12px);background:#ff6b6b26;border:2px solid #ff6b6b4d;border-radius:20px;align-items:center;gap:6px;margin:0;padding:5px 12px;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 4px 15px #ff6b6b1a}.detail-bio-box{color:#334155;background-color:#f8fafc;border:4px solid #cbd5e1;border-radius:20px;padding:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.6;box-shadow:inset 3px 3px #0000000d}@media (width<=768px){.teacher-detail-card{max-height:85vh;padding:2rem;overflow-y:auto}.detail-layout{text-align:center;flex-direction:column;gap:1.5rem}.detail-role{align-self:center}.detail-experience{justify-content:center;align-self:center}.detail-img-wrapper{width:180px;height:180px;margin:0 auto}.detail-name{font-size:2.2rem}}.academic-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.academic-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.academic-card::-webkit-scrollbar{width:12px}.academic-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.academic-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.academic-title{color:#7ed957;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 1rem;font-size:2.5rem}.academic-title.mt-2{color:#ff5757;margin-top:2rem}.academic-content-box{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:1.5rem;box-shadow:6px 6px #7ed957}.academic-content-box.blue-box{box-shadow:6px 6px #ff5757}.academic-content-box p{color:#334155;margin-top:0;margin-bottom:1rem;font-size:1.15rem;font-weight:600;line-height:1.6}.academic-content-box p:last-child{margin-bottom:0}.academic-content-box strong{color:#ff914d;font-weight:800}.academic-teachers-grid{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;margin-bottom:2rem;display:flex}.academic-teacher-btn{color:#1e293b;background-color:#ffde59;border:3px solid #1e293b;border-radius:20px;padding:12px 24px;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:4px 4px #1e293b}.academic-teacher-btn:hover{color:#fff;background-color:#ff5757;transform:translateY(-5px);box-shadow:6px 6px #ff5757}@media (width<=768px){.academic-card{padding:1.5rem}.academic-title{font-size:2rem}.academic-content-box{padding:1rem}.academic-content-box p{font-size:1.05rem}.academic-teacher-btn{text-align:center;width:100%}}.schedule-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.schedule-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:95%;max-width:1400px;max-height:90vh;padding:2rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(0);box-shadow:12px 12px #1e293b}.schedule-detail-card::-webkit-scrollbar{width:12px}.schedule-detail-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.schedule-detail-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.schedule-detail-name{color:#38b6ff;text-align:center;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1px #1e293b;margin:0 0 1.5rem;font-size:2.2rem}.table-responsive-container{background-color:#f8fafc;border:4px solid #1e293b;border-radius:15px;width:100%;overflow-x:auto;box-shadow:6px 6px #cbd5e1}.table-responsive-container::-webkit-scrollbar{height:12px}.table-responsive-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.table-responsive-container::-webkit-scrollbar-thumb{background:#ff5757;border:2px solid #1e293b;border-radius:10px}.schedule-table{border-collapse:collapse;table-layout:fixed;width:100%}.schedule-table th{color:#1e293b;text-align:center;background-color:#e0f2fe;border-bottom:3px solid #1e293b;border-right:2px solid #cbd5e1;padding:12px;font-size:1.1rem;font-weight:900}.schedule-table th:last-child{border-right:none}.schedule-table td{vertical-align:top;border-bottom:2px solid #cbd5e1;border-right:2px solid #cbd5e1;width:20%;padding:10px}.schedule-table td:last-child{border-right:none}.schedule-table tr:hover{background-color:#f1f5f9}.time-slot{color:#166534;align-items:center;gap:4px;margin-bottom:4px;font-size:.95rem;font-weight:800;display:flex}.act-slot{color:#1e293b;font-size:.85rem;font-weight:700;line-height:1.3}@media (width<=1024px){.schedule-table{min-width:800px}}@media (width<=768px){.schedule-detail-card{max-height:85vh;padding:1.5rem}.schedule-detail-name{font-size:1.6rem}}.guidance-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.guidance-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:900px;max-height:85vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.guidance-card::-webkit-scrollbar{width:12px}.guidance-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.guidance-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.guidance-title{color:#38b6ff;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0;font-size:3rem}.guidance-subtitle{color:#ff5757;text-align:center;text-transform:uppercase;margin:.5rem 0 2rem;font-size:1.8rem;font-weight:800}.guidance-content-box{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:2rem;box-shadow:6px 6px #ffde59}.guidance-content-box p{color:#334155;text-align:justify;margin-top:0;margin-bottom:1.2rem;font-size:1.15rem;font-weight:600;line-height:1.7}.guidance-content-box p:last-child{margin-bottom:0}@media (width<=768px){.guidance-card{padding:1.5rem}.guidance-title{font-size:2.2rem}.guidance-subtitle{font-size:1.4rem}.guidance-content-box{padding:1.2rem}.guidance-content-box p{font-size:1.05rem}}.news-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.news-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.news-card::-webkit-scrollbar{width:12px}.news-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.news-card::-webkit-scrollbar-thumb{background:#ff914d;border:2px solid #1e293b;border-radius:10px}.news-title{color:#ff914d;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 2rem;font-size:3rem}.news-list{flex-direction:column;gap:1.5rem;display:flex}.news-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;align-items:center;padding:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:6px 6px #cbd5e1}.news-item:hover{border-color:#38b6ff;transform:translateY(-5px);box-shadow:8px 8px #38b6ff}.news-item-img-wrapper{border:3px solid #1e293b;border-radius:12px;flex-shrink:0;width:100px;height:100px;margin-right:1.5rem;overflow:hidden}.news-item-img{object-fit:cover;width:100%;height:100%}.news-item-content{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.news-item-title{color:#ff5757;margin:0 0 .5rem;font-size:1.5rem;font-weight:800;line-height:1.2}.news-item-date{color:#475569;background-color:#e2e8f0;border-radius:12px;align-self:flex-start;padding:4px 10px;font-size:1rem;font-weight:700}.news-item-arrow{color:#1e293b;opacity:.5;margin-left:1rem;transition:opacity .2s,transform .2s}.news-item:hover .news-item-arrow{opacity:1;color:#38b6ff;transform:translate(5px)}@media (width<=768px){.news-card{padding:1.5rem}.news-title{font-size:2.2rem}.news-item{text-align:center;flex-direction:column;padding:1.5rem}.news-item-img-wrapper{width:120px;height:120px;margin-bottom:1rem;margin-right:0}.news-item-date{align-self:center;margin-top:.5rem}.news-item-arrow{display:none}}.news-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.news-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.news-detail-card::-webkit-scrollbar{width:12px}.news-detail-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.news-detail-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.news-detail-img-wrapper{border:4px solid #1e293b;border-radius:20px;width:100%;height:300px;margin-bottom:2rem;overflow:hidden;box-shadow:6px 6px #ff914d}.news-detail-img{object-fit:cover;width:100%;height:100%}.news-detail-title{color:#ff5757;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1.5px #1e293b;margin:0 0 1rem;font-size:2.5rem;line-height:1.2}.news-detail-meta{color:#1e293b;background-color:#e2e8f0;border:2px solid #1e293b;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:8px 16px;font-size:1.2rem;font-weight:700;display:inline-flex}.news-detail-content-box{color:#334155;background-color:#f8fafc;border:4px solid #cbd5e1;border-radius:20px;padding:1.5rem;font-size:1.15rem;font-weight:600;line-height:1.6;box-shadow:inset 3px 3px #0000000d}@media (width<=768px){.news-detail-card{padding:1.5rem}.news-detail-img-wrapper{height:200px}.news-detail-title{font-size:1.8rem}}.pricing-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.pricing-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:850px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.pricing-card::-webkit-scrollbar{width:12px}.pricing-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.pricing-card::-webkit-scrollbar-thumb{background:#ffde59;border:2px solid #1e293b;border-radius:10px}.pricing-title{color:#38b6ff;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 2rem;font-size:3.2rem;line-height:1.1}.pricing-content-box{flex-direction:column;gap:2rem;display:flex}.pricing-highlight{background-color:#ffde59;border:4px solid #1e293b;border-radius:20px;align-items:center;gap:1.5rem;padding:2rem;display:flex;box-shadow:6px 6px #ff914d}.pricing-highlight p{color:#1e293b;margin:0;font-size:1.3rem;font-weight:700;line-height:1.5}.pricing-highlight strong{color:#ff5757;background-color:#fff;border:2px solid #1e293b;border-radius:8px;padding:2px 8px;font-size:1.6rem}.pricing-icon.main-icon{color:#ff5757;flex-shrink:0}.pricing-details{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:2rem;box-shadow:6px 6px #cbd5e1}.pricing-subtitle{color:#ff914d;text-shadow:1.5px 1.5px #1e293b;-webkit-text-stroke:1px #1e293b;margin:0 0 1.5rem;font-size:1.8rem}.pricing-item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.pricing-item:last-child{margin-bottom:0}.pricing-icon{color:#38b6ff;flex-shrink:0;margin-top:4px}.pricing-item p{color:#334155;margin:0;font-size:1.15rem;font-weight:600;line-height:1.6}.pricing-item strong{color:#166534;font-weight:800}.warning-item{background-color:#fee2e2;border:3px dashed #ef4444;border-radius:12px;margin-top:1rem;padding:1.5rem}.warning-item p{color:#991b1b;font-size:1.05rem}@media (width<=768px){.pricing-card{padding:1.5rem}.pricing-title{font-size:2.2rem}.pricing-highlight{text-align:center;flex-direction:column;padding:1.5rem}.pricing-highlight p{font-size:1.1rem}.pricing-subtitle{text-align:center;font-size:1.5rem}.pricing-item p{font-size:1rem}}.activities-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.activities-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:1000px;max-height:85vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.activities-card::-webkit-scrollbar{width:12px}.activities-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.activities-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.activities-title{color:#38b6ff;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 2rem;font-size:3rem;display:flex}.title-icon{color:#ff5757;filter:drop-shadow(3px 3px #1e293b)}.activities-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.activity-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:24px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:8px 8px #cbd5e1}.activity-item:hover{border-color:#ff914d;transform:translateY(-8px);box-shadow:10px 10px #ff914d}.activity-img-wrapper{border-bottom:4px solid #1e293b;width:100%;height:180px;overflow:hidden}.activity-item:hover .activity-img-wrapper{border-color:#ff914d}.activity-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.activity-item:hover .activity-img{transform:scale(1.1)}.activity-title-wrapper{background-color:#fff;flex-grow:1;justify-content:center;align-items:center;padding:1.2rem;display:flex}.activity-item-title{color:#1e293b;text-align:center;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.activity-item:hover .activity-item-title{color:#ff5757}@media (width<=768px){.activities-card{padding:1.5rem}.activities-title{font-size:2.2rem}.activities-grid{grid-template-columns:1fr}.activity-img-wrapper{height:220px}}.activity-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.activity-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.activity-detail-card::-webkit-scrollbar{width:12px}.activity-detail-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.activity-detail-card::-webkit-scrollbar-thumb{background:#ff5757;border:2px solid #1e293b;border-radius:10px}.activity-detail-img-wrapper{border:6px solid #1e293b;border-radius:20px;width:100%;height:350px;margin-bottom:2rem;overflow:hidden;box-shadow:8px 8px #38b6ff}.activity-detail-img{object-fit:cover;width:100%;height:100%}.activity-detail-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.activity-detail-icon{color:#38b6ff;flex-shrink:0}.activity-detail-title{color:#ff914d;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1px #1e293b;margin:0;font-size:2.2rem;line-height:1.2}.activity-detail-content-box{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:2rem;box-shadow:6px 6px #ffde59}.activity-detail-content-box p{color:#1e293b;text-align:justify;margin:0;font-size:1.25rem;font-weight:600;line-height:1.6}@media (width<=768px){.activity-detail-card{padding:1.5rem}.activity-detail-img-wrapper{height:200px}.activity-detail-title{font-size:1.8rem}.activity-detail-content-box{padding:1.2rem}.activity-detail-content-box p{font-size:1.1rem}}.summer-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.summer-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:1000px;max-height:85vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.summer-card::-webkit-scrollbar{width:12px}.summer-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.summer-card::-webkit-scrollbar-thumb{background:#ffde59;border:2px solid #1e293b;border-radius:10px}.summer-title{color:#ff914d;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 1.5rem;font-size:3rem;display:flex}.summer-title-icon{color:#ffde59;filter:drop-shadow(3px 3px #1e293b)}.summer-intro-box{text-align:center;background-color:#fffbeb;border:4px dashed #ff914d;border-radius:20px;margin-bottom:2rem;padding:1.5rem}.summer-intro-box p{color:#1e293b;margin:0;font-size:1.25rem;font-weight:700;line-height:1.6}.summer-intro-box strong{color:#ff5757;font-size:1.35rem;font-weight:900}.summer-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.summer-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:24px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:8px 8px #cbd5e1}.summer-item:hover{border-color:#38b6ff;transform:translateY(-8px);box-shadow:10px 10px #38b6ff}.summer-img-wrapper{border-bottom:4px solid #1e293b;width:100%;height:180px;overflow:hidden}.summer-item:hover .summer-img-wrapper{border-color:#38b6ff}.summer-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.summer-item:hover .summer-img{transform:scale(1.1)}.summer-title-wrapper{background-color:#fff;flex-grow:1;justify-content:center;align-items:center;padding:1.2rem;display:flex}.summer-item-title{color:#1e293b;text-align:center;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.summer-item:hover .summer-item-title{color:#ff5757}@media (width<=768px){.summer-card{padding:1.5rem}.summer-title{font-size:2.2rem}.summer-intro-box p{font-size:1.1rem}.summer-grid{grid-template-columns:1fr}.summer-img-wrapper{height:220px}}.summer-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.summer-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.summer-detail-card::-webkit-scrollbar{width:12px}.summer-detail-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.summer-detail-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.summer-detail-img-wrapper{border:6px solid #1e293b;border-radius:20px;width:100%;height:350px;margin-bottom:2rem;overflow:hidden;box-shadow:8px 8px #ffde59}.summer-detail-img{object-fit:cover;width:100%;height:100%}.summer-detail-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.summer-detail-icon{color:#ffde59;filter:drop-shadow(2px 2px #1e293b);flex-shrink:0}.summer-detail-title{color:#38b6ff;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1px #1e293b;margin:0;font-size:2.2rem;line-height:1.2}.summer-detail-content-box{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:2rem;box-shadow:6px 6px #ff914d}.summer-detail-content-box p{color:#1e293b;text-align:justify;margin:0;font-size:1.25rem;font-weight:600;line-height:1.6}@media (width<=768px){.summer-detail-card{padding:1.5rem}.summer-detail-img-wrapper{height:200px}.summer-detail-title{font-size:1.8rem}.summer-detail-content-box{padding:1.2rem}.summer-detail-content-box p{font-size:1.1rem}}.foodmenu-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.foodmenu-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:95%;max-width:1200px;max-height:90vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(0);box-shadow:12px 12px #1e293b}.foodmenu-card::-webkit-scrollbar{width:12px}.foodmenu-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.foodmenu-card::-webkit-scrollbar-thumb{background:#ff5757;border:2px solid #1e293b;border-radius:10px}.foodmenu-title{color:#38b6ff;text-align:center;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1.5px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 1.5rem;font-size:2.8rem;display:flex}.foodmenu-title-icon{color:#ff5757;filter:drop-shadow(2px 2px #1e293b)}.table-responsive{width:100%;overflow-x:auto}.foodmenu-table{border-collapse:collapse;background-color:#f8fafc;border:4px solid #1e293b;border-radius:16px;width:100%;min-width:800px;overflow:hidden}.foodmenu-table th,.foodmenu-table td{text-align:left;vertical-align:top;border:2px solid #1e293b;padding:1rem}.foodmenu-table th{color:#1e293b;text-transform:uppercase;background-color:#ffde59;font-size:1.1rem;font-weight:900}.foodmenu-table tbody tr:nth-child(2n){background-color:#e2e8f0}.foodmenu-table tbody tr:hover{background-color:#dbeafe}.th-date,.td-date{text-shadow:1px 1px #1e293b;-webkit-text-stroke:.5px #1e293b;width:20%;color:#fff!important;background-color:#38b6ff!important;font-weight:800!important}.food-item{color:#334155;margin-bottom:4px;font-size:.95rem;font-weight:700;line-height:1.4}.foodmenu-month-selector{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.month-nav-btn{color:#1e293b;cursor:pointer;background-color:#ffde59;border:3px solid #1e293b;border-radius:12px;align-items:center;gap:6px;padding:6px 14px;font-size:.95rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:3px 3px #1e293b}.month-nav-btn:hover{background-color:#ffe680;transform:translate(-2px,-2px);box-shadow:5px 5px #1e293b}.month-nav-btn:active{transform:translate(2px,2px);box-shadow:1px 1px #1e293b}.current-month-badge{color:#fff;letter-spacing:.5px;background-color:#ff5757;border:3px solid #1e293b;border-radius:12px;padding:6px 18px;font-size:1.1rem;font-weight:900;box-shadow:3px 3px #1e293b}.foodmenu-empty-state{text-align:center;background-color:#f8fafc;border:4px dashed #cbd5e1;border-radius:20px;margin:1rem 0;padding:3rem 1.5rem}.foodmenu-empty-state .empty-icon{margin-bottom:1rem;font-size:3.5rem}.foodmenu-empty-state h3{color:#1e293b;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.foodmenu-empty-state p{color:#64748b;margin:0;font-size:1rem;font-weight:600}.foodmenu-loading{text-align:center;color:#38b6ff;flex-direction:column;align-items:center;gap:12px;padding:4rem 1rem;font-size:1.3rem;font-weight:800;display:flex}@media (width<=1024px){.foodmenu-card{padding:1.5rem}.foodmenu-title{font-size:2rem}.current-month-badge{padding:6px 12px;font-size:.95rem}.month-nav-btn{padding:6px 10px;font-size:.85rem}}.shuttle-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.shuttle-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:800px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(1deg);box-shadow:12px 12px #1e293b}.shuttle-card::-webkit-scrollbar{width:12px}.shuttle-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.shuttle-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.shuttle-title{color:#38b6ff;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 2rem;font-size:3.2rem;display:flex}.shuttle-title-icon{color:#ff5757;filter:drop-shadow(3px 3px #1e293b)}.shuttle-content-box{flex-direction:column;gap:1.5rem;display:flex}.shuttle-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;align-items:center;gap:1.5rem;padding:1.5rem;transition:transform .2s;display:flex;box-shadow:6px 6px #cbd5e1}.shuttle-item:hover{transform:translate(10px)}.shuttle-icon-wrapper{border:3px solid #1e293b;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:3px 3px #1e293b}.shuttle-icon-wrapper.blue{color:#fff;background-color:#38b6ff}.shuttle-icon-wrapper.orange{color:#fff;background-color:#ff914d}.shuttle-icon-wrapper.green{color:#1e293b;background-color:#4ade80}.shuttle-icon-wrapper.red{color:#fff;background-color:#ff5757}.shuttle-item p{color:#1e293b;margin:0;font-size:1.25rem;font-weight:600;line-height:1.5}.shuttle-item strong{color:#ff5757;font-size:1.35rem;font-weight:900}.warning-item{background-color:#fee2e2;border-style:dashed;box-shadow:6px 6px #fca5a5}@media (width<=768px){.shuttle-card{padding:1.5rem}.shuttle-title{font-size:2.2rem}.shuttle-item{text-align:center;flex-direction:column;gap:1rem;padding:1.2rem}.shuttle-icon-wrapper{margin-bottom:.5rem}}.video-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.video-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:95%;max-width:1200px;max-height:90vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.video-card::-webkit-scrollbar{width:12px}.video-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.video-card::-webkit-scrollbar-thumb{background:#ff5757;border:2px solid #1e293b;border-radius:10px}.video-title{color:#ff5757;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 2.5rem;font-size:3.2rem;display:flex}.video-title-icon{color:#38b6ff;filter:drop-shadow(3px 3px #1e293b)}.video-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem;display:grid}.video-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:24px;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:8px 8px #cbd5e1}.video-item:hover{border-color:#ff914d;transform:translateY(-5px);box-shadow:10px 10px #ff914d}.video-iframe-wrapper{border-bottom:4px solid #1e293b;width:100%;padding-bottom:56.25%;position:relative}.video-item:hover .video-iframe-wrapper{border-color:#ff914d}.video-iframe-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.video-title-wrapper{background-color:#fff;flex-grow:1;justify-content:center;align-items:center;padding:1.2rem;display:flex}.video-item-title{color:#1e293b;text-align:center;margin:0;font-size:1.2rem;font-weight:800;line-height:1.4}@media (width<=768px){.video-card{padding:1.5rem}.video-title{font-size:2.2rem}.video-grid{grid-template-columns:1fr}}.photo-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.photo-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:95%;max-width:1200px;max-height:90vh;padding:2.5rem 3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-1deg);box-shadow:12px 12px #1e293b}.photo-card::-webkit-scrollbar{width:12px}.photo-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.photo-card::-webkit-scrollbar-thumb{background:#7ed957;border:2px solid #1e293b;border-radius:10px}.photo-title{color:#7ed957;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin:0 0 2.5rem;font-size:3.2rem;display:flex}.photo-title-icon{color:#ff914d;filter:drop-shadow(3px 3px #1e293b)}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.photo-album-item{background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:6px 6px #cbd5e1}.photo-album-item:hover{border-color:#38b6ff;transform:translateY(-5px);box-shadow:8px 8px #38b6ff}.photo-album-image-wrapper{border-bottom:4px solid #1e293b;width:100%;height:220px;position:relative;overflow:hidden}.photo-album-item:hover .photo-album-image-wrapper{border-color:#38b6ff}.photo-album-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.photo-album-item:hover .photo-album-image-wrapper img{transform:scale(1.05)}.photo-album-title-wrapper{background-color:#fff;flex-grow:1;justify-content:center;align-items:center;padding:1.2rem;display:flex}.photo-album-title{color:#1e293b;text-align:center;margin:0;font-size:1.5rem;font-weight:800}@media (width<=768px){.photo-card{padding:1.5rem}.photo-title{font-size:2.2rem}.photo-grid{grid-template-columns:1fr}}.photo-detail-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.photo-detail-card{background-color:#fff;border:4px solid #1e293b;border-radius:30px;width:90%;max-width:1200px;max-height:80vh;padding:3rem;position:relative;overflow-y:auto;box-shadow:12px 12px #1e293b}.close-popup-btn{color:#fff;cursor:pointer;background-color:#ff5757;border:3px solid #1e293b;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s;display:flex;position:absolute;top:20px;right:20px;box-shadow:2px 2px #1e293b}.close-popup-btn:hover{transform:scale(1.1)}.photo-detail-title{color:#38b6ff;text-shadow:-2px -2px #1e293b,2px -2px #1e293b,-2px 2px #1e293b,2px 2px #1e293b;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-family:Outfit,Comic Sans MS,sans-serif;font-size:2.5rem;font-weight:900;display:flex}.photo-detail-title-icon{color:#ffde59}.photo-items-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.photo-item{cursor:pointer;background-color:#f1f5f9;border:4px solid #1e293b;border-radius:15px;overflow:hidden;box-shadow:4px 4px #1e293b}.photo-item img{object-fit:cover;width:100%;height:200px;display:block}.lightbox-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1e293bf2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.lightbox-image{border:6px solid #fff;border-radius:20px;max-width:80%;max-height:80vh;box-shadow:10px 10px #000}.lightbox-close{color:#fff;cursor:pointer;background-color:#0000;border:none;transition:transform .2s;position:absolute;top:30px;right:40px}.lightbox-close:hover{color:#ff5757;transform:scale(1.2)rotate(90deg)}.lightbox-nav{color:#fff;cursor:pointer;background-color:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{color:#1e293b;background-color:#fffc;transform:translateY(-50%)scale(1.1)}.lightbox-nav.prev{left:40px}.lightbox-nav.next{right:40px}.lightbox-counter{color:#fff;background-color:#00000080;border-radius:20px;padding:.5rem 1.5rem;font-family:Outfit,Comic Sans MS,sans-serif;font-size:1.5rem;font-weight:900;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.not-found-container{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#7ec0eef2;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Outfit,Comic Sans MS,sans-serif;display:flex;position:absolute;top:0;left:0}.not-found-content{text-align:center;background-color:#fff;border:4px solid #1e293b;border-radius:30px;width:90%;max-width:500px;padding:3rem;animation:.5s cubic-bezier(.68,-.55,.265,1.55) popIn;box-shadow:8px 8px #1e293b}.error-code{color:#ff5757;text-shadow:3px 3px #1e293b;margin-bottom:1rem;font-size:5rem}.error-title{color:#1e293b;margin-bottom:1rem;font-size:2rem}.error-text{color:#333;margin-bottom:2rem;font-size:1.2rem;line-height:1.5}.back-home-btn{color:#fff;cursor:pointer;background-color:#7ed957;border:3px solid #1e293b;border-radius:20px;padding:1rem 2rem;font-size:1.3rem;font-weight:700;transition:all .2s;box-shadow:4px 4px #1e293b}.back-home-btn:hover{background-color:#8ce864;transform:translateY(-3px);box-shadow:6px 6px #1e293b}.back-home-btn:active{transform:translateY(2px);box-shadow:2px 2px #1e293b}.login-wrapper{background:radial-gradient(circle at 50% 20%,#1e293b 0%,#0f172a 70%,#090d16 100%);justify-content:center;align-items:center;height:100dvh;min-height:100vh;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.login-wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle,#38b6ff1f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:15%;left:50%;transform:translate(-50%)}.login-container{z-index:2;width:100%;max-width:440px;position:relative}.login-glass-card{-webkit-backdrop-filter:blur(25px);color:#fff;background:#1e293be0;border:1px solid #ffffff1f;border-top-color:#ffffff40;border-radius:24px;padding:40px 36px;animation:.6s cubic-bezier(.16,1,.3,1) forwards floatUp;box-shadow:0 25px 60px #00000080,0 0 35px #38b6ff14}@keyframes floatUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:30px}.logo-container{justify-content:center;margin-bottom:16px;display:flex}.login-logo{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:2px solid #ffffff40;border-radius:50%;max-width:95px;height:auto;padding:6px;transition:transform .3s;box-shadow:0 8px 24px #0000004d,0 0 15px #38b6ff33}.login-logo:hover{transform:scale(1.06)}.login-header h2{letter-spacing:-.5px;color:#f8fafc;background:linear-gradient(90deg,#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:24px;font-weight:800}.login-header p{color:#94a3b8;margin:6px 0 0;font-size:13px;font-weight:500}.login-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#cbd5e1;margin-left:2px;font-size:13px;font-weight:600}.form-group input{color:#f8fafc;background:#0f172ab3;border:1px solid #ffffff1f;border-radius:12px;outline:none;padding:13px 16px;font-size:14px;transition:all .25s}.form-group input::placeholder{color:#64748b;font-size:13px}.form-group input:focus{background:#0f172af2;border-color:#38bdf8;box-shadow:0 0 0 4px #38bdf826}.login-submit-btn{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:14px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 18px #00f2fe4d}.login-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #00f2fe73}.login-submit-btn:active{transform:translateY(1px)}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-footer-links{text-align:center;border-top:1px solid #ffffff14;margin-top:22px;padding-top:18px}.back-home-link{color:#94a3b8;align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-home-link:hover{color:#38bdf8}.login-error{color:#fca5a5;background:#ef444426;border:1px solid #ef444466;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 16px;font-size:13px;font-weight:500;animation:.4s ease-in-out shake;display:flex}.error-icon{color:#ef4444;font-size:16px;font-style:normal}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.loader{border:2px solid #0f172a40;border-top-color:#0f172a;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.pwd-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;background:#0b1120d9;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out pwdFadeIn;display:flex;position:fixed;inset:0}@keyframes pwdFadeIn{0%{opacity:0}to{opacity:1}}.pwd-modal-card{background:#111827;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:440px;padding:28px;animation:.25s cubic-bezier(.16,1,.3,1) pwdSlideUp;position:relative;box-shadow:0 25px 50px -12px #000000a6,0 0 30px #00f2fe1a}@keyframes pwdSlideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.pwd-modal-header{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex;position:relative}.pwd-modal-icon-badge{color:#00f2fe;background:linear-gradient(135deg,#00f2fe26 0%,#4facfe26 100%);border:1px solid #00f2fe4d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pwd-modal-header-texts{flex:1}.pwd-modal-header-texts h3{color:#f8fafc;letter-spacing:-.3px;margin:0;font-size:1.25rem;font-weight:700}.pwd-modal-subtitle{color:#94a3b8;margin:4px 0 0;font-size:.85rem;line-height:1.4}.pwd-modal-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:0 4px;font-size:1.8rem;line-height:1;transition:color .15s}.pwd-modal-close-btn:hover{color:#f8fafc}.pwd-user-info-box{background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:10px 14px;font-size:.85rem;display:flex}.pwd-user-label{color:#94a3b8}.pwd-user-email{color:#38bdf8;word-break:break-all;font-weight:600}.pwd-status-alert{border-radius:10px;align-items:center;gap:10px;margin-bottom:18px;padding:12px 14px;font-size:.85rem;line-height:1.4;display:flex}.pwd-status-error{color:#fca5a5;background:#ef444426;border:1px solid #ef444459}.pwd-status-success{color:#6ee7b7;background:#10b98126;border:1px solid #10b98159}.pwd-modal-form{flex-direction:column;gap:16px;display:flex}.pwd-form-group{flex-direction:column;gap:6px;display:flex}.pwd-form-group label{color:#cbd5e1;font-size:.85rem;font-weight:600}.pwd-input-wrapper{align-items:center;display:flex;position:relative}.pwd-input-wrapper input{color:#f8fafc;box-sizing:border-box;background:#0f172ab3;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:11px 42px 11px 14px;font-size:.95rem;transition:all .2s}.pwd-input-wrapper input:focus{background:#0f172af2;border-color:#00f2fe;box-shadow:0 0 0 3px #00f2fe26}.pwd-toggle-vis-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex;position:absolute;right:10px}.pwd-toggle-vis-btn:hover{color:#f8fafc}.pwd-security-hint{color:#64748b;align-items:center;gap:8px;margin-top:-4px;font-size:.78rem;display:flex}.pwd-modal-actions{justify-content:flex-end;align-items:center;gap:12px;margin-top:10px;display:flex}.pwd-btn-secondary{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s}.pwd-btn-secondary:hover:not(:disabled){color:#f8fafc;background:#ffffff1a}.pwd-btn-primary{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #00f2fe40}.pwd-btn-primary:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 6px 20px #00f2fe59}.pwd-btn-primary:disabled,.pwd-btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.pwd-spinner{animation:1s linear infinite pwdSpin}@keyframes pwdSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-layout{color:#e2e8f0;background-color:#0f111a;background-image:radial-gradient(circle at 15%,#8a2be20d,#0000 25%),radial-gradient(circle at 85% 30%,#ff69b40d,#0000 25%);height:100dvh;max-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.dashboard-layout *{scrollbar-width:thin;scrollbar-color:#00f2fe66 #ffffff0a}.dashboard-layout ::-webkit-scrollbar{width:6px;height:6px}.dashboard-layout ::-webkit-scrollbar-track{background:#0f172a99;border-radius:8px}.dashboard-layout ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:8px}.dashboard-layout ::-webkit-scrollbar-thumb:hover{background:#00f2fe}.dashboard-sidebar{z-index:100;background-color:#161825;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:270px;height:100dvh;max-height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:sticky;top:0;box-shadow:4px 0 20px #0003}.sidebar-header{text-align:center;border-bottom:1px solid #ffffff0d;padding:24px 20px 18px;position:relative}.sidebar-close-btn{color:#f8fafc;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:none;position:absolute;top:16px;right:16px}.sidebar-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);z-index:99;opacity:0;pointer-events:none;background:#000000a6;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-backdrop.active{opacity:1;pointer-events:auto;display:block}.sidebar-logo{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;max-width:76px;height:auto;margin-bottom:10px;padding:4px;box-shadow:0 0 15px #ff69b44d}.sidebar-header h3{color:#f8fafc;letter-spacing:.5px;background:linear-gradient(90deg,#00f2fe,#4facfe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:16px;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:6px;padding:16px 12px;display:flex;overflow-y:auto}.nav-item{color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.nav-item:hover{color:#f8fafc;background:#ffffff0d;border-color:#ffffff14;transform:translate(3px)}.nav-item.active{color:#00f2fe;background:linear-gradient(135deg,#00f2fe26 0%,#4facfe14 100%);border:1px solid #00f2fe4d;font-weight:600;box-shadow:0 4px 16px #00f2fe1f}.nav-item.active .nav-item-icon{color:#00f2fe}.nav-item-icon{color:#94a3b8;flex-shrink:0;transition:color .2s}.nav-item:hover .nav-item-icon{color:#f8fafc}.nav-item-left{align-items:center;gap:12px;display:flex}.nav-group{flex-direction:column;gap:4px;display:flex}.nav-group-header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.nav-group-header.active-group{color:#f8fafc;background:#ffffff0a}.nav-arrow{color:#64748b;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-arrow.open{color:#00f2fe;transform:rotate(180deg)}.nav-submenu{border-left:1.5px solid #ffffff14;flex-direction:column;gap:4px;max-height:0;margin-left:20px;padding-left:12px;transition:max-height .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.nav-submenu.open{max-height:240px;margin-top:4px;margin-bottom:4px}.nav-subitem{color:#94a3b8;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-subitem:hover{color:#f8fafc;background:#ffffff0a;transform:translate(2px)}.nav-subitem.active{color:#38bdf8;background:#38bdf81f;border-color:#38bdf840;font-weight:600}.sidebar-footer{-webkit-backdrop-filter:blur(12px);background:#0f111ab3;border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:10px;padding:16px 12px;display:flex}.user-info{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:2px;padding:8px 12px;display:flex}.user-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.user-role{color:#00f2fe;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.logout-btn{color:#f87171;cursor:pointer;background:#ef44441f;border:1px solid #ef444447;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.logout-btn:hover{color:#fff;background:#ef444440;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 16px #ef444440}.dashboard-header{-webkit-backdrop-filter:blur(14px);z-index:20;background-color:#161825d9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:18px 32px;display:flex;position:sticky;top:0}.dashboard-header-left{align-items:center;gap:14px;display:flex}.dashboard-hamburger-btn{color:#00f2fe;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:none}.dashboard-hamburger-btn:hover{background:#00f2fe26;border-color:#00f2fe;box-shadow:0 0 12px #00f2fe4d}.dashboard-header-title-box h2{color:#f8fafc;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.dashboard-header-subtitle{color:#94a3b8;margin-top:2px;font-size:12px;font-weight:500;display:block}.dashboard-header-right{align-items:center;gap:12px;display:flex}.header-view-site-btn{color:#e2e8f0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.header-view-site-btn:hover{color:#00f2fe;background:#00f2fe26;border-color:#00f2fe;transform:translateY(-1px)}.header-avatar-badge{color:#00f2fe;background:linear-gradient(135deg,#00f2fe33 0%,#4facfe33 100%);border:1.5px solid #00f2fe66;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.header-profile-dropdown-container{position:relative}.header-avatar-btn{cursor:pointer;color:#f8fafc;background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;align-items:center;gap:10px;padding:4px 12px 4px 5px;transition:all .2s;display:flex}.header-avatar-btn:hover,.header-avatar-btn.active{background:#ffffff17;border-color:#00f2fe66;box-shadow:0 4px 15px #00f2fe26}.header-avatar-btn:hover .header-avatar-badge,.header-avatar-btn.active .header-avatar-badge{transform:scale(1.05);box-shadow:0 0 10px #00f2fe66}.header-user-display-name{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:13px;font-weight:600;overflow:hidden}@media (width<=640px){.header-user-display-name{display:none}.header-avatar-btn{border-radius:50%;padding:3px}.header-dropdown-chevron{display:none}}.header-dropdown-chevron{color:#94a3b8;transition:transform .2s}.header-dropdown-chevron.rotated{transform:rotate(180deg)}.header-profile-menu{z-index:1000;background:#111827;border:1px solid #ffffff1f;border-radius:16px;width:240px;padding:8px;animation:.18s cubic-bezier(.16,1,.3,1) pwdSlideUp;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 40px #00000080,0 0 20px #00f2fe1a}.profile-menu-user-header{padding:10px 12px 8px}.profile-menu-name{color:#f8fafc;font-size:14px;font-weight:700}.profile-menu-email{color:#94a3b8;word-break:break-all;margin-top:2px;font-size:12px}.profile-menu-role-tag{color:#00f2fe;background:#00f2fe1f;border:1px solid #00f2fe4d;border-radius:12px;margin-top:6px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.profile-menu-divider{background:#ffffff14;height:1px;margin:6px 4px}.profile-menu-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.profile-menu-item:hover{color:#00f2fe;background:#ffffff14}.profile-menu-item-icon{color:#94a3b8;transition:color .15s}.profile-menu-item:hover .profile-menu-item-icon{color:#00f2fe}.profile-menu-logout:hover{color:#f87171;background:#ef44441f}.profile-menu-logout:hover .profile-menu-item-icon{color:#f87171}.dashboard-main{box-sizing:border-box;flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;height:100dvh;display:flex;position:relative;overflow:hidden auto}.dashboard-content{box-sizing:border-box;flex:1;width:100%;min-width:0;max-width:100%;padding:24px}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:30px;display:grid}.today-food-widget{background:linear-gradient(135deg,#1e293bb3 0%,#0f172acc 100%);border:1px solid #ffffff1a;border-radius:20px;margin-bottom:35px;padding:26px 30px;position:relative;overflow:hidden;box-shadow:0 12px 35px #0000004d,0 0 30px #00f2fe0f}.today-food-widget:before{content:"";background:linear-gradient(90deg,#f59e0b 0%,#38bdf8 50%,#ec4899 100%);width:100%;height:4px;position:absolute;top:0;left:0}.today-food-header{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;display:flex}.today-food-title-group{align-items:center;gap:12px;display:flex}.today-food-icon-box{background:linear-gradient(135deg,#f59e0b33 0%,#ec489933 100%);border:1px solid #f59e0b66;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex;box-shadow:0 4px 15px #f59e0b33}.today-food-title-group h3{color:#f8fafc;margin:0;font-size:18px;font-weight:800}.today-date-badge{color:#00f2fe;background:#00f2fe26;border:1px solid #00f2fe4d;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.today-meals-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=900px){.today-meals-grid{grid-template-columns:1fr}}.today-meal-box{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:10px;padding:16px 18px;transition:all .2s;display:flex}.today-meal-box:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-2px)}.today-meal-type{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.today-meal-type.sabah{color:#fbbf24}.today-meal-type.ogle{color:#38bdf8}.today-meal-type.ikindi{color:#f472b6}.today-food-items-list{flex-wrap:wrap;gap:6px;display:flex}.today-food-chip{color:#f1f5f9;background:#ffffff12;border:1px solid #ffffff0d;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.today-food-empty-note{color:#64748b;font-size:13px;font-style:italic}.today-food-link{color:#38bdf8;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.today-food-link:hover{color:#00f2fe;transform:translate(3px)}.stat-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;padding:30px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0003}.stat-card:before{content:"";background:linear-gradient(90deg,#ff0844,#ffb199);width:100%;height:4px;position:absolute;top:0;left:0}.stat-card:nth-child(2):before{background:linear-gradient(90deg,#4facfe,#00f2fe)}.stat-card:nth-child(3):before{background:linear-gradient(90deg,#f6d365,#fda085)}.stat-card:hover{background:#ffffff0d;transform:translateY(-5px);box-shadow:0 12px 40px #0000004d}.stat-card h4{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin:0 0 15px;font-size:13px;font-weight:600}.stat-value{color:#f8fafc;margin:0;font-size:22px;font-weight:700}.dashboard-bottom-grid{box-sizing:border-box;grid-template-columns:2fr 1fr;gap:25px;width:100%;display:grid}.dashboard-recent-activity{box-sizing:border-box;background:#161825b3;border:1px solid #ffffff0f;border-radius:20px;width:100%;padding:24px 28px;box-shadow:0 8px 32px #0003}.dashboard-recent-activity.birthday-card-widget{border-left:4px solid #ff1493}.dashboard-recent-activity h3{color:#f8fafc;margin:0 0 20px;font-size:17px;font-weight:700}.activity-placeholder{color:#64748b;text-align:center;background-color:#00000026;border:1px dashed #ffffff14;border-radius:12px;padding:35px 15px;font-size:14px}@media (width<=900px){.dashboard-bottom-grid{grid-template-columns:1fr;gap:16px}.dashboard-recent-activity{border-radius:16px;padding:20px 18px}}@media (width<=1024px){.dashboard-sidebar{z-index:1000;width:280px;height:100dvh;box-shadow:none;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0);box-shadow:10px 0 40px #0009}.sidebar-close-btn{display:flex}.sidebar-backdrop{display:block}.dashboard-hamburger-btn{display:flex}.dashboard-header{padding:14px 20px}.dashboard-content{padding:20px 16px}.dashboard-stats-grid{grid-template-columns:1fr;gap:16px}}@media (width<=768px){.dashboard-header{padding:12px 14px}.dashboard-header-title-box h2{font-size:16px}.dashboard-header-subtitle,.header-btn-text{display:none}.header-view-site-btn{padding:8px 10px}.dashboard-content{padding:14px 10px}.today-food-widget{border-radius:16px;margin-bottom:20px;padding:18px 16px}.today-food-header{flex-direction:column;align-items:flex-start;gap:10px}.today-meals-grid{grid-template-columns:1fr;gap:12px}.stat-card{border-radius:16px;padding:20px}}.dashboard-students{color:var(--text-light,#e2e8f0);box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;min-width:0;max-width:100%;display:flex}.students-header{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;background:#161825bf;border:1px solid #ffffff12;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;width:100%;max-width:100%;padding:1.25rem 1.5rem;display:flex}.students-header-text{flex:1;min-width:0}.students-header h2{color:#f8fafc;background:linear-gradient(90deg,#00f2fe,#4facfe);-webkit-text-fill-color:transparent;word-break:break-word;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:800}.students-header-text p{color:#94a3b8;margin:4px 0 0;font-size:.88rem;line-height:1.4}.add-student-btn{-webkit-backdrop-filter:blur(12px);cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#00f2fe29 0%,#4facfe14 100%);border:1px solid #00f2fe73;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 20px #00f2fe26,inset 0 1px 1px #fff3;color:#00f2fe!important}.add-student-btn:hover{background:linear-gradient(135deg,#00f2fe4d 0%,#4facfe33 100%);border-color:#00f2fe;transform:translateY(-2px);box-shadow:0 6px 28px #00f2fe59,inset 0 1px 2px #fff6;color:#fff!important}.teacher-form-card{-webkit-backdrop-filter:blur(14px);box-sizing:border-box;background:#161825e6;border:1px solid #ffffff14;border-radius:18px;width:100%;max-width:100%;padding:22px;box-shadow:0 12px 35px #00000059}.form-title{color:#38bdf8;margin-top:0;margin-bottom:20px;font-size:1.25rem;font-weight:700}.teacher-form{box-sizing:border-box;flex-direction:column;gap:18px;width:100%;max-width:100%;display:flex}.teacher-form-grid{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:100%;display:grid}.form-field-group{box-sizing:border-box;flex-direction:column;gap:6px;width:100%;max-width:100%;display:flex}.form-field-group label{color:#cbd5e1;font-size:13px;font-weight:600}.dashboard-input,.dashboard-select,.dashboard-textarea{box-sizing:border-box;border-radius:10px;outline:none;width:100%;max-width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .2s;color:#f8fafc!important;background:#0f172abf!important;border:1px solid #ffffff1f!important}.dashboard-input:focus,.dashboard-select:focus,.dashboard-textarea:focus{background:#0f172af2!important;border-color:#00f2fe!important;box-shadow:0 0 12px #00f2fe40!important}.dashboard-select option,.dashboard-select optgroup{color:#fff;background-color:#161825}.dashboard-textarea{resize:vertical;min-height:80px;line-height:1.5}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#f8fafc!important;-webkit-box-shadow:inset 0 0 0 30px #0f172a!important}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#f8fafc!important;-webkit-box-shadow:inset 0 0 0 30px #0f172a!important}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#f8fafc!important;-webkit-box-shadow:inset 0 0 0 30px #0f172a!important}input:-webkit-autofill:active{transition:background-color 5000s ease-in-out;-webkit-text-fill-color:#f8fafc!important;-webkit-box-shadow:inset 0 0 0 30px #0f172a!important}.photo-upload-row{box-sizing:border-box;align-items:center;gap:14px;width:100%;max-width:100%;display:flex}.photo-preview-box{flex-shrink:0;width:58px;min-width:58px;height:58px;position:relative}.photo-preview-img{object-fit:cover;border:2px solid #00f2fe;border-radius:12px;width:58px;height:58px;display:block;box-shadow:0 4px 12px #0000004d}.photo-remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 6px #0006}.photo-placeholder-box{background:#ffffff0a;border:1px dashed #fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;font-size:22px;display:flex}.photo-file-input{color:#94a3b8;flex:1;min-width:0;font-size:12px}.permissions-box{box-sizing:border-box;background:#0f172a99;border:1px solid #ffffff0f;border-radius:14px;width:100%;padding:16px}.permissions-title{color:#f8fafc;margin-bottom:12px;font-size:13.5px;display:block}.permissions-grid{flex-wrap:wrap;gap:16px;display:flex}.permission-item{cursor:pointer;color:#cbd5e1;align-items:center;gap:8px;font-size:13px;display:flex}.permission-item input{accent-color:#00f2fe;cursor:pointer}.teacher-form-actions{box-sizing:border-box;flex-wrap:wrap;justify-content:flex-end;gap:12px;width:100%;margin-top:6px;display:flex}.form-cancel-btn{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.form-cancel-btn:hover{color:#f8fafc;background:#ffffff1a}.students-controls{box-sizing:border-box;background:#161825bf;border:1px solid #ffffff0f;border-radius:14px;gap:1rem;width:100%;max-width:100%;padding:1rem 1.25rem;display:flex}.search-input{color:#fff;box-sizing:border-box;background:#0f172abf;border:1px solid #ffffff1a;border-radius:10px;flex:1;min-width:0;padding:.8rem 1rem;font-size:.95rem;transition:all .3s}.search-input:focus{background:#0f172af2;border-color:#00f2fe;outline:none;box-shadow:0 0 10px #00f2fe33}.filter-select{color:#fff;box-sizing:border-box;background:#0f172abf;border:1px solid #ffffff1a;border-radius:10px;min-width:150px;padding:.8rem 1rem;font-size:.95rem}.filter-select option{color:#fff;background-color:#161825;padding:10px}.students-table-container{-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#161825bf;border:1px solid #ffffff0f;border-radius:16px;width:100%;max-width:100%;overflow-x:auto}.students-table{border-collapse:collapse;width:100%;min-width:650px}.students-table th,.students-table td{text-align:left;border-bottom:1px solid #ffffff0d;padding:1rem 1.25rem}.students-table th{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;background:#0f111a99;font-size:.85rem;font-weight:700}.students-table tr:last-child td{border-bottom:none}.students-table tbody tr{transition:background-color .2s}.students-table tbody tr:hover{background:#ffffff08}.student-info-cell{align-items:center;gap:1rem;display:flex}.student-photo{object-fit:cover;background:#ffffff1a;border:1.5px solid #ffffff26;border-radius:50%;flex-shrink:0;width:42px;height:42px}.student-photo-placeholder{color:#09111e;background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex}.student-name{color:#f8fafc;font-weight:600}.student-no{color:#94a3b8;font-size:.8rem}.status-badge{white-space:nowrap;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.status-aktif{color:#4caf50;background:#4caf502e;border:1px solid #4caf5059}.status-pasif{color:#f44336;background:#f443362e;border:1px solid #f4433659}.status-on-kayit{color:#ff9800;background:#ff98002e;border:1px solid #ff980059}.status-ayrildi{color:#9e9e9e;background:#9e9e9e2e;border:1px solid #9e9e9e59}.status-mezun{color:#2196f3;background:#2196f32e;border:1px solid #2196f359}.action-btn{color:#f8fafc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:8px 12px;font-size:1rem;transition:all .2s;display:inline-flex}.action-btn:hover{color:#00f2fe;background:#00f2fe33;border-color:#00f2fe}.empty-state{text-align:center;color:#94a3b8;padding:3rem}@media (width<=768px){.dashboard-students{gap:12px;width:100%;min-width:0}.students-header{border-radius:14px;flex-direction:column;align-items:stretch;gap:12px;padding:14px}.students-header h2{font-size:1.3rem}.add-student-btn{justify-content:center;width:100%;padding:12px 14px;font-size:.92rem}.teacher-form-card{border-radius:14px;padding:14px}.teacher-form-grid{gap:12px;grid-template-columns:1fr!important}.teacher-form-actions{flex-direction:column-reverse}.teacher-form-actions .form-cancel-btn,.teacher-form-actions .add-student-btn{justify-content:center;width:100%;padding:12px}.students-controls{flex-direction:column;gap:10px;padding:12px}.filter-select{width:100%}.students-table-container{border-radius:12px}.students-table th,.students-table td{padding:10px 8px;font-size:13px}}.dashboard-classrooms{color:#f8fafc;width:100%;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.classrooms-stats-bar{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.class-stat-box{-webkit-backdrop-filter:blur(16px);background:#0f172aa6;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:16px;padding:18px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #0003}.class-stat-box:hover{border-color:#00f2fe4d;transform:translateY(-3px);box-shadow:0 8px 30px #00f2fe1f}.class-stat-icon{color:#00f2fe;background:linear-gradient(135deg,#00f2fe26,#4facfe1a);border:1px solid #00f2fe40;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.class-stat-info h4{color:#94a3b8;margin:0 0 4px;font-size:13px;font-weight:500}.class-stat-number{color:#fff;letter-spacing:-.5px;margin:0;font-size:24px;font-weight:700}.classrooms-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;margin-top:10px;display:grid}.classroom-card{-webkit-backdrop-filter:blur(16px);background:#0f172ab3;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -10px #0000004d}.classroom-card:hover{border-color:var(--class-accent,#00f2fe);box-shadow:0 15px 35px -5px #0006, 0 0 25px -5px var(--class-glow,#00f2fe33);transform:translateY(-5px)}.class-card-top-accent{background:var(--class-accent,linear-gradient(90deg, #00f2fe, #4facfe));height:4px;position:absolute;top:0;left:0;right:0}.class-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.class-badge-group{flex-wrap:wrap;gap:8px;display:flex}.class-age-badge{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.class-status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700}.class-status-badge.active{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.class-status-badge.inactive{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.class-card-title-section{align-items:center;gap:14px;margin-bottom:12px;display:flex}.class-icon-bubble{width:44px;height:44px;color:var(--class-accent,#00f2fe);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.class-title{color:#fff;margin:0;font-size:19px;font-weight:700;line-height:1.3}.class-description{color:#94a3b8;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:38px;margin:0 0 18px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.class-capacity-box{background:#00000040;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:18px;padding:12px 14px}.class-capacity-header{color:#cbd5e1;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.class-capacity-count{color:#00f2fe}.class-progress-track{background:#ffffff14;border-radius:10px;width:100%;height:7px;overflow:hidden}.class-progress-bar{background:var(--class-accent,linear-gradient(90deg, #00f2fe, #4facfe));border-radius:10px;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}.class-teachers-section{border-top:1px dashed #ffffff14;margin-bottom:20px;padding-top:14px}.class-teachers-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:10px;font-size:12px;font-weight:600;display:flex}.class-teachers-list{flex-direction:column;gap:8px;display:flex}.class-teacher-chip{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:10px;padding:6px 10px;transition:all .2s;display:flex}.class-teacher-chip:hover{background:#ffffff14;border-color:#ffffff1f}.teacher-avatar-sm{object-fit:cover;border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:30px;height:30px}.teacher-avatar-placeholder-sm{color:#09111e;background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.teacher-chip-info{flex-direction:column;flex:1;min-width:0;display:flex}.teacher-chip-name{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.teacher-chip-title{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.no-teachers-note{color:#eab308;background:#eab3081a;border:1px solid #eab30833;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:12px;display:flex}.class-card-actions{border-top:1px solid #ffffff14;gap:8px;margin-top:auto;padding-top:14px;display:flex}.btn-view-students{color:#00f2fe;cursor:pointer;background:linear-gradient(135deg,#00f2fe1f,#4facfe14);border:1px solid #00f2fe4d;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-view-students:hover{background:linear-gradient(135deg,#00f2fe40,#4facfe33);border-color:#00f2fe;box-shadow:0 4px 15px #00f2fe33}.teachers-picker-grid{background:#0003;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;max-height:240px;margin-top:8px;padding:10px;display:grid;overflow-y:auto}.teacher-picker-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.teacher-picker-card:hover{background:#ffffff14}.teacher-picker-card.selected{background:#00f2fe26;border-color:#00f2fe;box-shadow:0 0 12px #00f2fe26}.teacher-picker-checkbox{accent-color:#00f2fe;cursor:pointer;border-radius:5px;width:18px;height:18px}.color-picker-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;display:flex}.color-circle-btn{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:all .2s;position:relative}.color-circle-btn:hover{transform:scale(1.15)}.color-circle-btn.active{box-shadow:0 0 12px var(--btn-color);border-color:#fff;transform:scale(1.15)}.classroom-students-modal{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.classroom-modal-content{background:#0f172a;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000080}.classroom-modal-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.classroom-modal-title{align-items:center;gap:12px;display:flex}.classroom-modal-title h3{color:#fff;margin:0;font-size:18px;font-weight:700}.classroom-modal-body{flex:1;padding:20px 24px;overflow-y:auto}.modal-students-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;display:grid}.modal-student-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.modal-student-card:hover{background:#ffffff0f;border-color:#00f2fe4d}.modal-student-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.modal-student-placeholder{color:#09111e;background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.modal-student-info{flex-direction:column;min-width:0;display:flex}.modal-student-name{color:#f8fafc;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.modal-student-sub{color:#94a3b8;font-size:12px}.classroom-modal-footer{background:#ffffff05;border-top:1px solid #ffffff14;justify-content:flex-end;padding:16px 24px;display:flex}@media (width<=768px){.classrooms-grid,.teachers-picker-grid,.modal-students-list{grid-template-columns:1fr}}.modal-backdrop{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0f172ad9;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.import-modal-card{background:#161825;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:100%;max-width:850px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) modalScaleUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #0009,0 0 35px #00f2fe1a}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}.import-modal-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.import-modal-header h3{color:#f8fafc;align-items:center;gap:10px;margin:0;font-size:19px;font-weight:800;display:flex}.modal-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.modal-close-btn:hover{color:#f87171;background:#ef444433;border-color:#ef444466}.import-modal-body{flex-direction:column;flex:1;gap:20px;padding:24px 28px;display:flex;overflow-y:auto}.import-tabs-bar{border-bottom:1px solid #ffffff14;gap:10px;padding-bottom:14px;display:flex}.import-tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.import-tab-btn:hover{color:#fff;background:#ffffff0f}.import-tab-btn.active{color:#00f2fe;background:linear-gradient(135deg,#00f2fe26 0%,#4facfe26 100%);border-color:#00f2fe;font-weight:700}.dropzone-container{text-align:center;cursor:pointer;background:#00f2fe08;border:2px dashed #00f2fe59;border-radius:18px;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;transition:all .3s;display:flex}.dropzone-container:hover,.dropzone-container.drag-active{background:#00f2fe14;border-color:#00f2fe;transform:scale(1.01)}.dropzone-icon{color:#00f2fe;margin-bottom:4px;font-size:44px}.dropzone-title{color:#f8fafc;margin:0;font-size:16px;font-weight:700}.dropzone-subtitle{color:#94a3b8;margin:0;font-size:13px}.supported-badge{color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-flex}.paste-textarea-box{flex-direction:column;gap:10px;display:flex}.paste-textarea{color:#f8fafc;resize:vertical;background:#0f172acc;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;height:180px;padding:14px;font-family:monospace;font-size:13px;line-height:1.5}.paste-textarea:focus{border-color:#00f2fe;box-shadow:0 0 15px #00f2fe33}.template-info-bar{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px 18px;display:flex}.template-info-text{color:#94a3b8;align-items:center;gap:8px;font-size:13px;display:flex}.btn-sample-download{color:#38bdf8;cursor:pointer;background:#38bdf826;border:1px solid #38bdf859;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}.btn-sample-download:hover{color:#fff;background:#38bdf84d;transform:translateY(-1px)}.import-preview-box{background:#0f172ab3;border:1px solid #00f2fe40;border-radius:16px;flex-direction:column;gap:14px;padding:18px;display:flex}.preview-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.preview-header h4{color:#00f2fe;align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.preview-table-wrapper{border:1px solid #ffffff14;border-radius:12px;max-height:240px;overflow-y:auto}.preview-table{border-collapse:collapse;width:100%;font-size:12px}.preview-table th{color:#94a3b8;text-align:left;background:#1e293be6;border-bottom:1px solid #ffffff1a;padding:10px 12px;font-weight:700;position:sticky;top:0}.preview-table td{color:#cbd5e1;vertical-align:top;border-bottom:1px solid #ffffff0a;padding:8px 12px}.preview-table tr:hover{background:#ffffff08}.preview-date-cell{color:#00f2fe;white-space:nowrap;font-weight:700}.import-modal-footer{background:#ffffff05;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:18px 28px;display:flex}.import-mode-select{color:#cbd5e1;align-items:center;gap:16px;font-size:13px;display:flex}.import-radio-label{cursor:pointer;align-items:center;gap:6px;display:flex}.modal-actions{align-items:center;gap:12px;display:flex}.dashboard-foodmenu{flex-direction:column;gap:24px;display:flex}.foodmenu-controls-card{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:24px 30px;display:flex;box-shadow:0 10px 30px #00000040}.controls-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.select-group{align-items:center;gap:10px;display:flex}.select-group label{color:#94a3b8;font-size:14px;font-weight:600}.styled-select{color:#f8fafc;cursor:pointer;background:#0f172acc;border:1px solid #ffffff26;border-radius:12px;outline:none;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.styled-select:focus,.styled-select:hover{border-color:#00f2fe;box-shadow:0 0 15px #00f2fe33}.months-pill-bar{gap:8px;max-width:100%;padding:6px 2px;display:flex;overflow-x:auto}.month-pill-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .25s}.month-pill-btn:hover{color:#fff;background:#ffffff1a}.month-pill-btn.active{color:#0f111a;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border-color:#00f2fe;font-weight:700;box-shadow:0 4px 15px #00f2fe4d}.month-pill-btn.current-system-month:after{content:" •";color:#ff0844;font-weight:700}.controls-right{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.btn-primary{color:#0f111a;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #00f2fe40}.btn-secondary{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover:not(:disabled){color:#fff;background:#ffffff1f;border-color:#ffffff40}.btn-add-day{color:#34d399;-webkit-backdrop-filter:blur(10px);cursor:pointer;background:#10b9812e;border:1px solid #34d39973;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 15px #10b98126}.btn-add-day:hover:not(:disabled){color:#6ee7b7;background:#10b98152;border-color:#34d399bf;transform:translateY(-2px);box-shadow:0 6px 22px #10b98159}.btn-add-day:active{transform:translateY(1px)}.weeks-search-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.weeks-filter-bar{background:#0f172a80;border:1px solid #ffffff14;border-radius:12px;flex-wrap:wrap;gap:6px;padding:4px;display:flex}.week-tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.week-tab-btn:hover{color:#fff;background:#ffffff14}.week-tab-btn.active{color:#00f2fe;background:linear-gradient(135deg,#00f2fe33 0%,#4facfe33 100%);border:1px solid #00f2fe66;font-weight:700}.foodmenu-search-box{background:#0f172a99;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:8px;min-width:280px;padding:6px 14px;transition:all .25s;display:flex}.foodmenu-search-box:focus-within{background:#0f172ad9;border-color:#00f2fe;box-shadow:0 0 15px #00f2fe33}.foodmenu-search-icon{color:#64748b;flex-shrink:0}.foodmenu-search-box:focus-within .foodmenu-search-icon{color:#00f2fe}.foodmenu-search-input{color:#f8fafc;background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:500}.foodmenu-search-input::placeholder{color:#64748b;font-size:12px}.foodmenu-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.foodmenu-search-clear:hover{color:#ff453a;background:#ff453a26}.search-count-badge{color:#00f2fe;white-space:nowrap;background:#00f2fe26;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}.foodmenu-actions-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:0 4px;display:flex}.menu-status-badge{border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.menu-status-badge.saved{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.menu-status-badge.unsaved{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.days-list{flex-direction:column;gap:18px;display:flex}.day-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:18px;padding:22px 26px;transition:all .25s;display:flex;position:relative}.day-card:hover{background:#ffffff0a;border-color:#00f2fe40;box-shadow:0 8px 25px #0003}.day-card-header{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;display:flex}.day-index-badge{color:#00f2fe;background:#00f2fe1f;border-radius:8px;padding:4px 10px;font-size:13px;font-weight:700}.day-title-input{color:#f8fafc;background:#0f172a99;border:1px solid #ffffff1a;border-radius:10px;outline:none;min-width:220px;padding:8px 14px;font-size:15px;font-weight:700;transition:border-color .2s}.day-title-input:focus{border-color:#00f2fe}.day-card-actions{align-items:center;gap:6px;display:flex}.icon-btn{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.icon-btn:hover:not(:disabled){color:#fff;background:#ffffff26}.icon-btn.danger:hover{color:#f87171;background:#ef444433;border-color:#ef444480}.icon-btn:disabled{opacity:.3;cursor:not-allowed}.meals-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}@media (width<=992px){.meals-grid{grid-template-columns:1fr}}.meal-column{background:#0f172a66;border:1px solid #ffffff0a;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.meal-col-title{text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.meal-col-title.sabah{color:#f59e0b}.meal-col-title.ogle{color:#38bdf8}.meal-col-title.ikindi{color:#ec4899}.food-tags-container{flex-wrap:wrap;gap:6px;min-height:36px;display:flex}.food-tag{color:#f1f5f9;background:#ffffff14;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.food-tag-remove{cursor:pointer;opacity:.6;font-size:14px;font-weight:700}.food-tag-remove:hover{opacity:1;color:#f87171}.add-food-input-group{gap:6px;display:flex}.add-food-input{color:#fff;background:#00000040;border:1px solid #ffffff1a;border-radius:8px;outline:none;flex:1;padding:6px 10px;font-size:12px}.add-food-input:focus{border-color:#00f2fe}.add-food-btn{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;padding:0 10px;font-size:14px;font-weight:700}.add-food-btn:hover{color:#0f111a;background:#00f2fe}.empty-menu-box{text-align:center;background:#ffffff05;border:2px dashed #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:50px 30px;display:flex}.empty-menu-icon{font-size:48px}.empty-menu-box h3{color:#f8fafc;margin:0;font-size:20px}.empty-menu-box p{color:#94a3b8;max-width:480px;margin:0;font-size:14px;line-height:1.6}.toast-msg{z-index:1000;border-radius:12px;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:600;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #0006}.toast-msg.success{color:#fff;background:#059669;border:1px solid #10b981}.toast-msg.error{color:#fff;background:#dc2626;border:1px solid #ef4444}@media (width<=900px){.foodmenu-controls-card{border-radius:16px;flex-direction:column;align-items:stretch;gap:14px;padding:16px}.controls-left{flex-direction:column;align-items:stretch;gap:12px;width:100%}.select-group{justify-content:space-between;width:100%}.styled-select{flex:1}.months-pill-bar{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:6px;overflow-x:auto}.controls-right{flex-direction:column;gap:10px;width:100%}.controls-right>div,.controls-right>button,.controls-right>a{width:100%}.btn-add-day{justify-content:center}.days-grid{grid-template-columns:1fr;gap:16px}.modal-box{border-radius:16px!important;width:95vw!important;max-width:95vw!important;padding:20px 16px!important}}@media (width<=600px){.month-pill-btn{padding:6px 12px;font-size:12px}.day-card{border-radius:14px}.toast-msg{justify-content:center;padding:10px 16px;font-size:12px;bottom:20px;left:15px;right:15px}}.dashboard-pages{flex-direction:column;gap:24px;display:flex}.pages-tabs-card{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 10px 30px #00000040}.pages-tabs-list{scrollbar-width:thin;scrollbar-color:#00f2fe66 #ffffff0d;gap:8px;max-width:100%;padding:4px 2px 10px;display:flex;overflow-x:auto}.pages-tabs-list::-webkit-scrollbar{height:6px}.pages-tabs-list::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px}.pages-tabs-list::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#00f2fe,#4facfe);border-radius:10px;box-shadow:0 0 8px #00f2fe4d}.pages-tabs-list::-webkit-scrollbar-thumb:hover{background:#00f2fe}.page-tab-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:700;transition:all .25s;display:inline-flex}.page-tab-btn:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.page-tab-btn.active{color:#0f111a;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border-color:#00f2fe;font-weight:800;box-shadow:0 4px 15px #00f2fe4d}.page-edit-card{background:#ffffff06;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:24px;padding:30px 35px;display:flex;box-shadow:0 10px 35px #0000004d}.page-edit-header{border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:18px;display:flex}.page-edit-header h3{color:#f8fafc;align-items:center;gap:10px;margin:0;font-size:20px;display:flex}.form-field-group{flex-direction:column;gap:8px;display:flex}.form-field-group label,.page-edit-card label{color:#cbd5e1;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:700}.page-edit-card input,.page-edit-card textarea,.page-edit-card select,.dashboard-pages input:not(.dynamic-item-input),.dashboard-pages textarea,.dashboard-pages select{box-sizing:border-box;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s;color:#f8fafc!important;background:#0f172aa6!important;border:1px solid #ffffff1f!important}.page-edit-card input::placeholder,.page-edit-card textarea::placeholder,.dashboard-pages textarea::placeholder,.dashboard-pages input::placeholder{color:#64748b}.page-edit-card input:focus,.page-edit-card textarea:focus,.page-edit-card select:focus,.dashboard-pages input:not(.dynamic-item-input):focus,.dashboard-pages textarea:focus,.dashboard-pages select:focus{background:#0f172ae6!important;border-color:#00f2fe!important;box-shadow:0 0 15px #00f2fe40!important}.page-edit-card textarea,.dashboard-pages textarea{resize:vertical;min-height:80px;line-height:1.6}.dynamic-items-container{flex-direction:column;gap:12px;display:flex}.dynamic-item-row{background:#0f172a66;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:10px;padding:8px 12px;transition:all .2s;display:flex}.dynamic-item-row:hover{border-color:#00f2fe33}.dynamic-item-input{color:#fff;flex:1;font-size:14px;box-shadow:none!important;background:0 0!important;border:none!important;padding:6px!important}.item-index-badge{color:#00f2fe;background:#00f2fe1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.news-manage-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;display:grid}.news-manage-card{background:#0f172a80;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;padding:18px;transition:all .25s;display:flex;position:relative}.news-manage-card:hover{border-color:#00f2fe4d;transform:translateY(-2px)}.news-manage-img{object-fit:cover;border:1px solid #ffffff1a;border-radius:10px;width:100%;height:160px}.btn-save-page{-webkit-backdrop-filter:blur(12px);color:#00f2fe;cursor:pointer;background:linear-gradient(135deg,#00f2fe29 0%,#4facfe14 100%);border:1px solid #00f2fe73;border-radius:12px;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #00f2fe26,inset 0 1px 1px #fff3}.btn-save-page:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#00f2fe4d 0%,#4facfe33 100%);border-color:#00f2fe;transform:translateY(-2px);box-shadow:0 6px 28px #00f2fe59,inset 0 1px 2px #fff6}.btn-save-page:disabled{opacity:.5;cursor:not-allowed;color:#94a3b8;background:#ffffff0a;border-color:#ffffff1a}.btn-preview-link{color:#38bdf8;background:#ffffff0f;border:1px solid #38bdf84d;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-preview-link:hover{color:#fff;background:#38bdf826;border-color:#38bdf8}@media (width<=900px){.pages-tabs-card{border-radius:16px;flex-direction:column;align-items:stretch;gap:12px;padding:14px}.pages-tabs-list{-webkit-overflow-scrolling:touch;padding-bottom:6px;overflow-x:auto}.pages-tabs-actions{justify-content:stretch;gap:10px;width:100%;display:flex}.pages-tabs-actions .btn-save-page,.pages-tabs-actions .btn-preview-link{flex:1;justify-content:center}.page-edit-card{border-radius:16px;gap:18px;padding:20px 16px}.page-edit-header{flex-direction:column;align-items:flex-start;gap:12px}.page-edit-header h3{font-size:17px}.page-edit-header .btn-add-day{justify-content:center;width:100%}.page-edit-card div[style*=gridTemplateColumns],.page-edit-card form div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:14px!important}.news-manage-grid{grid-template-columns:1fr;gap:14px}}@media (width<=600px){.page-tab-btn{border-radius:10px;padding:8px 14px;font-size:12px}.page-edit-card{border-radius:14px;padding:16px 12px}.dynamic-item-row{gap:6px;padding:6px 10px}.item-index-badge{width:24px;height:24px;font-size:11px}}.registration-wizard-container{color:var(--text-light);flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.wizard-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.wizard-header h2{color:var(--primary-color);margin:0}.cancel-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:.6rem 1.2rem;transition:all .2s}.cancel-btn:hover{color:#f44336;background:#f4433633}.stepper{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;padding:1.5rem;display:flex;position:relative}.stepper:before{content:"";z-index:0;background:#ffffff1a;height:2px;position:absolute;top:50%;left:50px;right:50px}.step{z-index:1;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.step-circle{color:#ffffff80;background:#1a1a2e;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;transition:all .3s;display:flex}.step.active .step-circle{border-color:var(--primary-color);background:var(--primary-color);color:#fff;box-shadow:0 0 15px #ff6b6b66}.step.completed .step-circle{border-color:var(--secondary-color);background:var(--secondary-color);color:#fff}.step-label{color:#ffffff80;font-size:.8rem;transition:all .3s}.step.active .step-label{color:#fff;font-weight:500}.wizard-form{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;min-height:400px;padding:2.5rem;display:flex}.form-step{flex:1}.form-section{background:#0000001a;border:1px solid #ffffff08;border-radius:12px;padding:1.5rem}.form-section h3{color:var(--secondary-color);border-bottom:1px solid #ffffff1a;margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.1rem}.mt-2{margin-top:1rem}.mt-4{margin-top:2rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;display:grid}.input-group{flex-direction:column;gap:.4rem;display:flex}.input-group label{color:#ffffffb3;font-size:.85rem}.input-group input,.input-group select{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:8px;padding:.7rem;font-size:.9rem;transition:all .2s}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:var(--primary-color);background:#0000004d;outline:none}.input-group select option{color:#fff;background-color:#1a1a2e;padding:10px}.file-input-group input[type=file]{cursor:pointer;background:#ffffff0d;border:1px dashed #fff3;padding:1rem}.file-input-group input[type=file]:hover{border-color:var(--primary-color)}.confirmation-box{color:#81c784;background:#4caf501a;border:1px solid #4caf504d;border-radius:8px;padding:1.5rem}.wizard-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.btn-primary{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{color:#fff;background:#ffffff1a}.btn-secondary:hover:not(:disabled){background:#fff3}.teacher-combobox-container{-webkit-backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:16px;margin-top:6px;padding:16px;box-shadow:inset 0 2px 10px #0003}.teacher-combobox-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.teacher-combobox-title{color:#00f2fe;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.teacher-count-badge{color:#00f2fe;background:#00f2fe26;border:1px solid #00f2fe4d;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.selected-teachers-ribbon{background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;min-height:48px;margin-bottom:14px;padding:10px 12px;display:flex}.selected-teacher-tag{color:#fff;background:linear-gradient(135deg,#00f2fe2e,#4facfe1f);border:1px solid #00f2fe66;border-radius:20px;align-items:center;gap:8px;padding:4px 10px 4px 6px;font-size:12px;font-weight:600;animation:.2s ease-out tagPop;display:inline-flex;box-shadow:0 2px 8px #00f2fe26}@keyframes tagPop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.selected-teacher-avatar{object-fit:cover;border:1px solid #ffffff4d;border-radius:50%;width:24px;height:24px}.selected-teacher-initials{color:#09111e;background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:800;display:flex}.selected-teacher-title-chip{color:#ffffffa6;background:#00000040;border-radius:10px;padding:1px 6px;font-size:10px;font-weight:400}.tag-remove-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:2px;font-size:11px;transition:all .2s;display:flex}.tag-remove-btn:hover{background:#f44336cc;transform:scale(1.1)}.empty-selection-hint{color:#64748b;align-items:center;gap:6px;font-size:12px;font-style:italic;display:flex}.teacher-search-box{margin-bottom:10px}.teacher-search-input{color:#f1f5f9;background:#00000040;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:8px 12px 8px 34px;font-size:12px;transition:all .2s}.teacher-search-input:focus{background:#00000059;border-color:#00f2fe;box-shadow:0 0 10px #00f2fe26}.teacher-search-wrapper{align-items:center;display:flex;position:relative}.teacher-search-icon{color:#64748b;pointer-events:none;position:absolute;left:10px}.teachers-selection-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;max-height:200px;padding-right:4px;display:grid;overflow-y:auto}.teachers-selection-grid::-webkit-scrollbar{width:5px}.teachers-selection-grid::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.teacher-item-card{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.teacher-item-card:hover{background:#ffffff12;border-color:#ffffff26;transform:translateY(-1px)}.teacher-item-card.is-active{background:linear-gradient(135deg,#00f2fe24,#4facfe14);border-color:#00f2fe;box-shadow:0 0 10px #00f2fe26}.teacher-item-avatar{object-fit:cover;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;width:32px;height:32px}.teacher-item-placeholder{color:#94a3b8;background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.teacher-item-card.is-active .teacher-item-placeholder{color:#09111e;background:linear-gradient(135deg,#00f2fe,#4facfe);border-color:#00f2fe}.teacher-item-details{flex-direction:column;flex:1;min-width:0;display:flex}.teacher-item-name{color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.teacher-item-role{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.teacher-check-bubble{color:#0000;border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;transition:all .2s;display:flex}.teacher-item-card.is-active .teacher-check-bubble{color:#09111e;background:#00f2fe;border-color:#00f2fe;font-weight:700}@media (width<=768px){.wizard-header{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.wizard-header h2{font-size:1.4rem}.cancel-btn{text-align:center;width:100%}.stepper{-webkit-overflow-scrolling:touch;gap:6px;padding:12px 8px;overflow-x:auto}.stepper:before{display:none}.step-circle{width:32px;height:32px;font-size:13px}.step-label{white-space:nowrap;font-size:.7rem}.form-grid{grid-template-columns:1fr!important;gap:12px!important}.wizard-step-content{border-radius:14px;padding:16px 12px}.wizard-actions{flex-direction:column-reverse;gap:10px}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:12px}}.daily-reports-page{padding:10px 0 40px}.reports-header-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0f172abf;border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 10px 30px #0003}.reports-header-left{align-items:center;gap:16px;display:flex}.reports-icon-badge{color:#0f172a;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 15px #00f2fe59}.reports-header-title{color:#f8fafc;margin:0;font-size:1.35rem;font-weight:700}.reports-header-sub{color:#94a3b8;margin:4px 0 0;font-size:.85rem}.reports-filter-bar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.styled-report-select,.styled-report-date{color:#f8fafc;background:#1e293bcc;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:9px 14px;font-size:.9rem;transition:all .2s}.styled-report-select:focus,.styled-report-date:focus{border-color:#00f2fe;box-shadow:0 0 0 3px #00f2fe26}.quick-actions-bar{background:#1e293b80;border:1px solid #ffffff0f;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:12px 18px;display:flex}.quick-btn-group{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.btn-quick-fill{color:#34d399;cursor:pointer;background:#10b98126;border:1px solid #10b98159;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-quick-fill:hover{background:#10b98140;transform:translateY(-1px)}.btn-save-reports{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #00f2fe4d}.btn-save-reports:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00f2fe73}.btn-save-reports:disabled{opacity:.6;cursor:not-allowed}.student-reports-grid{flex-direction:column;gap:18px;display:flex}.student-report-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;padding:18px 20px;transition:all .25s}.student-report-card:hover{border-color:#00f2fe40;box-shadow:0 8px 25px #00000040}.student-card-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:14px;display:flex}.student-card-profile{align-items:center;gap:14px;display:flex}.student-avatar{object-fit:cover;border:2px solid #00f2fe66;border-radius:50%;width:44px;height:44px}.student-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#a18cd1,#fbc2eb);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:700;display:flex}.student-title-box h4{color:#f8fafc;margin:0;font-size:1.05rem;font-weight:600}.student-title-box span{color:#94a3b8;font-size:.8rem}.report-sections-row{grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:16px;display:grid}@media (width<=900px){.report-sections-row{grid-template-columns:1fr}}.meal-block{background:#1e293b66;border:1px solid #ffffff0f;border-radius:12px;padding:12px 14px}.meal-block-title{color:#cbd5e1;align-items:center;gap:6px;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.meal-options-pills{gap:6px;display:flex}.meal-pill{color:#94a3b8;cursor:pointer;text-align:center;background:#0f172a80;border:1px solid #ffffff14;border-radius:8px;flex:1;padding:6px 4px;font-size:.75rem;font-weight:600;transition:all .2s}.meal-pill:hover{color:#f8fafc;background:#ffffff0d}.meal-pill.active-hepsi{color:#34d399;background:#10b98133;border-color:#10b981}.meal-pill.active-az{color:#fbbf24;background:#f59e0b33;border-color:#f59e0b}.meal-pill.active-yemedi{color:#f87171;background:#ef444433;border-color:#ef4444}.report-bottom-row{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}@media (width<=900px){.report-bottom-row{grid-template-columns:1fr}}.activities-checklist-block{background:#1e293b66;border:1px solid #ffffff0f;border-radius:12px;padding:12px 14px}.activity-chips{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.activity-chip{color:#94a3b8;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0f172a99;border:1px solid #ffffff1a;border-radius:20px;padding:5px 10px;font-size:.78rem;transition:all .2s}.activity-chip.selected{color:#00f2fe;background:#00f2fe26;border-color:#00f2fe;font-weight:600}.note-input-block{flex-direction:column;gap:8px;display:flex}.report-textarea{color:#f8fafc;resize:vertical;background:#1e293b66;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;min-height:60px;padding:10px 12px;font-size:.85rem}.report-textarea:focus{border-color:#00f2fe}.mood-selector{align-items:center;gap:8px;display:flex}.mood-btn{color:#94a3b8;cursor:pointer;background:#0f172a80;border:1px solid #ffffff14;border-radius:8px;padding:4px 8px;font-size:.78rem;transition:all .2s}.mood-btn.selected{color:#fbbf24;background:#f59e0b33;border-color:#f59e0b;font-weight:600}.dashboard-settings-container{color:#f8fafc;width:100%;padding-bottom:40px;animation:.3s ease-in-out fadeInSettings}@keyframes fadeInSettings{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.settings-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.settings-header-left{align-items:center;gap:14px;display:flex}.settings-header-badge{color:#00f2fe;background:linear-gradient(135deg,#00f2fe26 0%,#4facfe26 100%);border:1px solid #00f2fe4d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.settings-header-left h2{color:#f8fafc;letter-spacing:-.4px;margin:0;font-size:1.5rem;font-weight:700}.settings-header-sub{color:#94a3b8;margin:4px 0 0;font-size:.85rem}.settings-header-actions{align-items:center;gap:12px;display:flex}.btn-settings-refresh{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-settings-refresh:hover:not(:disabled){color:#f8fafc;background:#ffffff1a;transform:translateY(-1px)}.btn-settings-save{-webkit-backdrop-filter:blur(12px);color:#a7f3d0;cursor:pointer;background:linear-gradient(135deg,#10b98140 0%,#05966959 100%);border:1px solid #34d39980;border-radius:12px;align-items:center;gap:8px;padding:10px 22px;font-size:.88rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 18px #10b98133,inset 0 1px 1px #ffffff40}.btn-settings-save:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#10b98166 0%,#05966980 100%);border-color:#34d399;transform:translateY(-1px);box-shadow:0 6px 24px #10b98159,inset 0 1px 2px #ffffff59}.btn-settings-save:disabled,.btn-settings-refresh:disabled{opacity:.5;cursor:not-allowed;transform:none}.settings-status-banner-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:24px;display:grid}.status-banner-card{-webkit-backdrop-filter:blur(12px);border:1px solid;border-radius:16px;align-items:center;gap:16px;padding:20px;transition:all .25s;display:flex}.status-banner-card.mode-passive-good{background:#10b98114;border-color:#10b98140}.status-banner-card.mode-passive-good .status-banner-icon{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.status-banner-card.mode-active-danger{background:#ef44441f;border-color:#ef444466;animation:3s infinite alternate pulseDanger;box-shadow:0 0 24px #ef444426}@keyframes pulseDanger{0%{box-shadow:0 0 16px #ef444426}to{box-shadow:0 0 28px #ef44444d}}.status-banner-card.mode-active-danger .status-banner-icon{color:#f87171;background:#ef444433;border:1px solid #ef444466}.status-banner-card.mode-active-warning{background:#f59e0b1f;border-color:#f59e0b66;box-shadow:0 0 20px #f59e0b26}.status-banner-card.mode-active-warning .status-banner-icon{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.status-banner-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.status-banner-info{flex:1}.status-banner-label{text-transform:uppercase;letter-spacing:.8px;color:#94a3b8;margin-bottom:2px;font-size:.75rem;font-weight:700;display:block}.status-banner-info h4{color:#f8fafc;margin:0 0 4px;font-size:1.05rem;font-weight:700}.status-banner-info p{color:#cbd5e1;margin:0;font-size:.8rem;line-height:1.35}.btn-banner-toggle{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:8px 16px;font-size:.82rem;font-weight:700;transition:all .2s}.btn-banner-toggle.btn-activate{color:#f8fafc;background:#ffffff1a;border:1px solid #ffffff26}.btn-banner-toggle.btn-activate:hover{color:#f87171;background:#ef444433;border-color:#ef444466}.btn-banner-toggle.btn-deactivate{color:#34d399;background:#10b98133;border:1px solid #10b98166}.btn-banner-toggle.btn-deactivate:hover{background:#10b9814d;box-shadow:0 0 12px #10b9814d}.settings-tabs-wrapper{border-bottom:1px solid #ffffff14;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:8px;display:flex;overflow-x:auto}.settings-tab-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.settings-tab-btn:hover{color:#f8fafc;background:#ffffff0a}.settings-tab-btn.active{color:#00f2fe;background:#00f2fe1a;border-color:#00f2fe40;box-shadow:0 4px 15px #00f2fe1a}.tab-pill-badge{border-radius:10px;padding:2px 7px;font-size:.7rem;font-weight:700;line-height:1}.tab-pill-badge.danger{color:#f87171;background:#ef444440;border:1px solid #ef444466}.tab-pill-badge.warning{color:#fbbf24;background:#f59e0b40;border:1px solid #f59e0b66}.settings-card{-webkit-backdrop-filter:blur(16px);background:#0f172aa6;border:1px solid #ffffff14;border-radius:20px;padding:26px;box-shadow:0 8px 32px #00000040}.settings-card-header{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:14px;margin-bottom:24px;padding-bottom:16px;display:flex}.card-header-icon-box{color:#38bdf8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.settings-card-header h3{color:#f8fafc;margin:0;font-size:1.15rem;font-weight:700}.settings-card-header p{color:#94a3b8;margin:4px 0 0;font-size:.85rem}.settings-form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group-full{flex-direction:column;grid-column:1/-1;gap:6px;display:flex}.form-group-half{flex-direction:column;grid-column:span 1;gap:6px;display:flex}@media (width<=768px){.settings-form-grid{grid-template-columns:1fr}.form-group-half{grid-column:1/-1}}.settings-form-grid label{color:#cbd5e1;font-size:.85rem;font-weight:600}.settings-input,.settings-textarea{color:#f8fafc;box-sizing:border-box;background:#0b1120b3;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-size:.92rem;transition:all .2s}.settings-input:focus,.settings-textarea:focus{background:#0b1120f2;border-color:#00f2fe;box-shadow:0 0 0 3px #00f2fe26}.settings-toggle-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;transition:background .2s;display:flex}.settings-toggle-row:hover{background:#ffffff0d}.toggle-info{flex-direction:column;gap:3px;display:flex}.toggle-info strong{color:#f8fafc;font-size:.92rem;font-weight:600}.toggle-info span{color:#94a3b8;font-size:.8rem}.switch-toggle{flex-shrink:0;width:48px;height:26px;display:inline-block;position:relative}.switch-toggle input{opacity:0;width:0;height:0}.switch-toggle .slider{cursor:pointer;background-color:#ffffff26;border-radius:34px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.switch-toggle .slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0000004d}.switch-toggle input:checked+.slider{background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%)}.switch-toggle input:checked+.slider:before{transform:translate(22px)}.settings-footer-bar{background:#0f172a80;border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;padding:16px 20px;display:flex}.settings-footer-info{color:#94a3b8;align-items:center;gap:8px;font-size:.82rem;display:flex}.settings-loading-box{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:340px;font-size:.95rem;display:flex}.spin-icon{animation:1s linear infinite pwdSpin}.text-cyan{color:#00f2fe}.text-emerald{color:#34d399}.text-danger{color:#f87171}.settings-card-mt{margin-top:20px}.card-header-texts-flex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.db-opt-icon{color:#00f2fe!important;background:#00f2fe1f!important;border-color:#00f2fe40!important}.cache-opt-icon{color:#c084fc!important;background:#a855f71f!important;border-color:#a855f740!important}.btn-opt-run{color:#00f2fe;cursor:pointer;background:#00f2fe26;border:1px solid #00f2fe59;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-opt-run:hover:not(:disabled){background:#00f2fe40;border-color:#00f2fe;transform:translateY(-1px);box-shadow:0 0 16px #00f2fe40}.btn-opt-run:disabled{opacity:.5;cursor:not-allowed}.btn-cache-clear{color:#c084fc;cursor:pointer;background:#a855f726;border:1px solid #a855f759;border-radius:10px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-cache-clear:hover:not(:disabled){background:#a855f740;border-color:#c084fc;transform:translateY(-1px);box-shadow:0 0 16px #a855f740}.btn-cache-clear:disabled{opacity:.5;cursor:not-allowed}.cache-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:14px;display:grid}.cache-info-box{background:#0b112099;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.cache-info-box strong{color:#f8fafc;font-size:.85rem;display:block}.cache-info-box p{color:#94a3b8;margin:2px 0 0;font-size:.78rem}.db-stats-mini-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:6px;display:grid}.db-stat-pill{background:#0b112099;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.db-stat-pill:hover{background:#0b1120e6;border-color:#00f2fe40}.db-stat-name{color:#cbd5e1;font-size:.84rem;font-weight:600}.db-stat-value{color:#00f2fe;background:#00f2fe1a;border:1px solid #00f2fe33;border-radius:8px;padding:2px 8px;font-size:.95rem;font-weight:800}.opt-result-box{background:#10b9811a;border:1px solid #10b9814d;border-radius:12px;align-items:flex-start;gap:12px;margin-top:16px;padding:12px 16px;display:flex}.opt-result-texts strong{color:#34d399;font-size:.88rem;display:block}.opt-result-texts p{color:#cbd5e1;margin:2px 0 0;font-size:.8rem}.danger-zone-card{background:#ef44440a!important;border-color:#ef44444d!important}.danger-icon-box{color:#f87171!important;background:#ef444426!important;border-color:#ef44444d!important}.danger-zone-content{flex-direction:column;gap:18px;display:flex}.danger-zone-desc{background:#ef444414;border:1px solid #ef444433;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.danger-zone-desc p{color:#fca5a5;margin:0;font-size:.85rem;line-height:1.5}.danger-zone-desc strong{color:#fff}.danger-zone-actions{justify-content:flex-end;display:flex}.btn-purge-database{color:#fca5a5;cursor:pointer;background:linear-gradient(135deg,#ef444440 0%,#b91c1c4d 100%);border:1.5px solid #ef444480;border-radius:12px;align-items:center;gap:8px;padding:11px 20px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-purge-database:hover:not(:disabled){color:#fff;background:#ef4444d9;border-color:#ef4444;transform:translateY(-2px);box-shadow:0 6px 24px #ef444466}.btn-purge-database:disabled{opacity:.5;cursor:not-allowed;transform:none}.swal2-glass-input{color:#f8fafc!important;text-align:center!important;letter-spacing:2px!important;background:#0f172ae6!important;border:1.5px solid #ef444480!important;border-radius:10px!important;width:80%!important;margin:15px auto!important;padding:10px!important;font-size:1.1rem!important;font-weight:700!important}.swal2-glass-input:focus{border-color:#ef4444!important;box-shadow:0 0 15px #ef444466!important}.backup-opt-icon{color:#38bdf8!important;background:#0ea5e91f!important;border-color:#0ea5e940!important}.backup-actions-container{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:6px;display:grid}.backup-action-card{background:#0b112099;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:16px;padding:18px;transition:all .2s;display:flex}.backup-action-card:hover{background:#0b1120d9;border-color:#00f2fe4d}.backup-action-icon-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.backup-action-info{flex:1}.backup-action-info h4{color:#f8fafc;margin:0 0 4px;font-size:.95rem;font-weight:700}.backup-action-info p{color:#94a3b8;margin:0 0 14px;font-size:.8rem;line-height:1.45}.backup-action-info code{color:#00f2fe;background:#00f2fe1a;border-radius:4px;padding:1px 5px}.btn-backup-download{color:#00f2fe;cursor:pointer;background:#00f2fe26;border:1px solid #00f2fe59;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-size:.84rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-backup-download:hover:not(:disabled){background:#00f2fe40;transform:translateY(-1px);box-shadow:0 0 16px #00f2fe40}.btn-backup-download:disabled{opacity:.5;cursor:not-allowed}.btn-backup-upload{color:#34d399;cursor:pointer;background:#10b98126;border:1px solid #10b98159;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-size:.84rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-backup-upload:hover:not(.disabled){background:#10b98140;transform:translateY(-1px);box-shadow:0 0 16px #10b98140}.btn-backup-upload.disabled{opacity:.5;cursor:not-allowed}.broadcast-opt-icon{color:#fbbf24!important;background:#f59e0b1f!important;border-color:#f59e0b40!important}.broadcast-preview-box{border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding:12px 18px;font-size:.88rem;font-weight:600;display:flex;box-shadow:0 4px 14px #0003}.preview-link-badge{white-space:nowrap;background:#ffffff40;border-radius:20px;padding:3px 10px;font-size:.76rem;font-weight:700}.parent-login-wrapper{z-index:10;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.parent-login-card{-webkit-backdrop-filter:blur(20px);color:#f8fafc;background:#0f172ad9;border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:440px;padding:36px 32px;animation:.5s ease-out cardFadeIn;box-shadow:0 20px 50px #0006,0 0 40px #00f2fe1a}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.parent-login-header{text-align:center;margin-bottom:28px}.parent-portal-badge{color:#00f2fe;letter-spacing:.5px;background:#00f2fe1f;border:1px solid #00f2fe4d;border-radius:20px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.parent-login-logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0000004d);width:72px;height:72px;margin-bottom:10px}.parent-login-header h2{color:#f8fafc;margin:0 0 6px;font-size:1.45rem;font-weight:700}.parent-login-header p{color:#94a3b8;margin:0;font-size:.88rem}.parent-alert-error{color:#fca5a5;background:#ef444426;border:1px solid #ef444459;border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:.85rem;display:flex}.parent-alert-success{color:#86efac;background:#10b98126;border:1px solid #10b98159;border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:.85rem;display:flex}.parent-input-group{margin-bottom:20px}.parent-input-group label{color:#cbd5e1;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.parent-input-wrapper{align-items:center;display:flex;position:relative}.parent-input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:14px}.parent-text-input{color:#f8fafc;background:#1e293b99;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:13px 14px 13px 44px;font-size:.95rem;transition:all .2s}.parent-text-input:focus{background:#1e293bd9;border-color:#00f2fe;box-shadow:0 0 0 3px #00f2fe26}.otp-code-input{letter-spacing:8px!important;text-align:center!important;padding-left:14px!important;font-size:1.6rem!important;font-weight:700!important}.parent-btn-primary{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px;font-size:.98rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 15px #00f2fe4d}.parent-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00f2fe73}.parent-btn-primary:disabled{opacity:.6;cursor:not-allowed}.parent-btn-secondary{color:#cbd5e1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:10px;padding:12px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.parent-btn-secondary:hover{color:#f8fafc;background:#ffffff1a}.student-found-preview{background:#00f2fe14;border:1px solid #00f2fe40;border-radius:14px;align-items:center;gap:12px;margin-bottom:20px;padding:14px;display:flex}.preview-avatar{object-fit:cover;border:2px solid #00f2fe;border-radius:50%;width:46px;height:46px}.preview-placeholder{color:#fff;background:linear-gradient(135deg,#a18cd1,#fbc2eb);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-weight:700;display:flex}.preview-info h4{color:#f8fafc;margin:0 0 3px;font-size:.98rem}.preview-info p{color:#94a3b8;margin:0;font-size:.8rem}.parent-login-footer{text-align:center;border-top:1px solid #ffffff14;margin-top:24px;padding-top:18px}.back-link{color:#94a3b8;align-items:center;gap:6px;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:#00f2fe}.parent-portal-scroll-wrapper{-webkit-overflow-scrolling:touch;z-index:999;background:radial-gradient(circle at 50% 10%,#1e293b 0%,#0b1120 100%);width:100%;height:100dvh;position:fixed;inset:0;overflow:hidden auto!important}.parent-dashboard-page{box-sizing:border-box;max-width:900px;min-height:100%;margin:0 auto;padding:24px 16px 100px;position:relative}.parent-portal-scroll-wrapper::-webkit-scrollbar{width:8px}.parent-portal-scroll-wrapper::-webkit-scrollbar-track{background:#0f172a99}.parent-portal-scroll-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(#00f2fe,#4facfe);border-radius:10px}.parent-portal-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#00f2fe}.parent-portal-header{-webkit-backdrop-filter:blur(20px);background:#0f172acc;border:1px solid #ffffff1a;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:22px 28px;display:flex;box-shadow:0 10px 30px #00000040}.parent-student-info{align-items:center;gap:18px;display:flex}.student-portal-avatar{object-fit:cover;border:3px solid #00f2fe;border-radius:50%;width:68px;height:68px;box-shadow:0 4px 15px #00f2fe59}.student-portal-avatar-placeholder{color:#0f172a;background:linear-gradient(135deg,#00f2fe,#4facfe);border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:22px;font-weight:800;display:flex;box-shadow:0 4px 15px #00f2fe4d}.student-name-box h2{color:#f8fafc;margin:0 0 4px;font-size:1.4rem;font-weight:700}.student-meta-badges{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.badge-item{color:#cbd5e1;background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;display:inline-flex}.parent-portal-actions{align-items:center;gap:12px;display:flex}.portal-logout-btn{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef444459;border-radius:12px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.portal-logout-btn:hover{color:#fca5a5;background:#ef444440}.portal-date-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293b99;border:1px solid #ffffff14;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:14px 20px;display:flex}.date-picker-group{align-items:center;gap:10px;display:flex}.portal-date-input{color:#f8fafc;background:#0f172acc;border:1px solid #ffffff26;border-radius:10px;outline:none;padding:8px 14px;font-size:.9rem}.portal-date-input:focus{border-color:#00f2fe}.daily-report-card{-webkit-backdrop-filter:blur(16px);background:#0f172abf;border:1px solid #ffffff1a;border-radius:24px;margin-bottom:28px;padding:28px;box-shadow:0 15px 40px #0000004d}.report-section-header{border-bottom:1px solid #ffffff14;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:12px;display:flex}.report-section-header h3{color:#f8fafc;margin:0;font-size:1.15rem;font-weight:700}.meals-status-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:28px;display:grid}.meal-status-box{background:#1e293b80;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:16px;transition:all .25s;display:flex}.meal-status-box:hover{border-color:#00f2fe40;transform:translateY(-2px)}.meal-box-header{justify-content:space-between;align-items:center;display:flex}.meal-box-footer{justify-content:flex-end;align-items:center;margin-top:auto;padding-top:4px;display:flex}.meal-title{color:#f8fafc;align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.meal-pill-badge{border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700}.meal-pill-badge.hepsi{color:#34d399;background:#10b98133;border:1px solid #10b98166}.meal-pill-badge.az{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.meal-pill-badge.yemedi{color:#f87171;background:#ef444433;border:1px solid #ef444466}.meal-menu-items{color:#94a3b8;background:#0f172a66;border-radius:8px;margin:0;padding:8px 10px;font-size:.8rem;line-height:1.4}.activities-tags-container{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.activity-tag-badge{color:#00f2fe;background:linear-gradient(135deg,#00f2fe1f,#4facfe1f);border:1px solid #00f2fe4d;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.88rem;font-weight:600;display:inline-flex}.teacher-message-card{background:linear-gradient(135deg,#fee14014,#fa709a14);border:1px solid #fee14040;border-radius:18px;margin-top:10px;padding:20px}.teacher-message-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.teacher-title-small{color:#fee140;align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.student-mood-badge{color:#fff;background:#ffffff1a;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:600}.teacher-message-text{color:#f1f5f9;margin:0;font-size:.92rem;font-style:italic;line-height:1.6}.report-empty-state{text-align:center;color:#94a3b8;padding:50px 20px}.report-empty-icon{margin-bottom:12px;font-size:46px;display:block}.report-empty-state h4{color:#f8fafc;margin:0 0 6px;font-size:1.15rem}.report-empty-state p{margin:0;font-size:.88rem}.reviews-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.reviews-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:92%;max-width:980px;max-height:88vh;padding:2.2rem 2.6rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.4s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-.5deg);box-shadow:12px 12px #1e293b}.reviews-card::-webkit-scrollbar{width:10px}.reviews-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.reviews-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.reviews-header{text-align:center;margin-bottom:1.5rem}.reviews-badge{color:#1e293b;background-color:#f8fafc;border:2.5px solid #1e293b;border-radius:9999px;align-items:center;gap:8px;margin-bottom:.8rem;padding:6px 16px;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:3px 3px #1e293b}.google-icon-svg{width:18px;height:18px}.reviews-title{color:#ffb703;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;letter-spacing:.5px;margin:0;font-size:2.6rem}.reviews-subtitle{color:#64748b;margin-top:.5rem;font-size:1rem;font-weight:600}.google-score-banner{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:3.5px solid #1e293b;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.8rem;padding:1.2rem 1.8rem;display:flex;box-shadow:6px 6px #1e293b66}.score-left{align-items:center;gap:1.2rem;display:flex}.score-number{color:#fff;text-shadow:2px 2px #000;font-size:3.2rem;font-weight:900;line-height:1}.score-stars-col{flex-direction:column;gap:4px;display:flex}.stars-row{gap:3px;display:flex}.score-review-count{color:#94a3b8;font-size:.85rem;font-weight:600}.google-review-action-btn{color:#fff;background-color:#38b6ff;border:2.5px solid #fff;border-radius:14px;align-items:center;gap:8px;padding:10px 18px;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:3px 3px #000}.google-review-action-btn:hover{background-color:#00f2fe;transform:translate(-2px,-2px);box-shadow:5px 5px #000}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;margin-bottom:1.5rem;display:grid}.review-card{background-color:#f8fafc;border:3px solid #1e293b;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.2rem;transition:all .2s;display:flex;box-shadow:5px 5px #1e293b}.review-card:hover{background-color:#fff;transform:translateY(-4px);box-shadow:7px 7px #1e293b}.review-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.reviewer-profile{align-items:center;gap:10px;display:flex}.reviewer-avatar{color:#fff;border:2px solid #1e293b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:800;display:flex;box-shadow:2px 2px #1e293b}.reviewer-name{color:#1e293b;margin:0;font-size:1rem;font-weight:800}.review-date{color:#94a3b8;font-size:.78rem;font-weight:600}.google-verified-chip{color:#1e40af;background-color:#eff6ff;border:1.5px solid #bfdbfe;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.google-mini-icon{width:12px;height:12px}.review-stars-row{gap:2px;margin-bottom:.8rem;display:flex}.review-text{color:#334155;flex-grow:1;margin-bottom:1rem;font-size:.92rem;font-weight:500;line-height:1.55}.review-highlight-badge{color:#166534;background-color:#dcfce7;border:1.5px solid #86efac;border-radius:10px;align-self:flex-start;align-items:center;gap:6px;padding:4px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.reviews-footer-bar{background-color:#f1f5f9;border:2.5px dashed #cbd5e1;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:1rem 1.4rem;display:flex}.footer-left-info{color:#475569;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.footer-maps-link{color:#2563eb;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .2s}.footer-maps-link:hover{color:#1d4ed8;text-decoration:underline}@media (width<=768px){.reviews-card{width:95%;max-height:90vh;padding:1.5rem 1.2rem}.reviews-title{font-size:1.9rem}.google-score-banner{flex-direction:column;align-items:flex-start;padding:1rem}.google-review-action-btn{justify-content:center;width:100%}.reviews-grid{grid-template-columns:1fr}.reviews-footer-bar{flex-direction:column;align-items:flex-start}}.blog-page-container,.blog-detail-page-container{z-index:50;pointer-events:none;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;top:0;left:0}.blog-card,.blog-detail-card{pointer-events:auto;background-color:#fff;border:6px solid #1e293b;border-radius:30px;width:90%;max-width:860px;max-height:85vh;padding:3rem;font-family:Outfit,Comic Sans MS,sans-serif;animation:.5s cubic-bezier(.175,.885,.32,1.275) popIn;position:relative;overflow-y:auto;transform:rotate(-.5deg);box-shadow:12px 12px #1e293b}.blog-detail-card{transform:rotate(.5deg)}.blog-card::-webkit-scrollbar{width:12px}.blog-detail-card::-webkit-scrollbar{width:12px}.blog-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.blog-detail-card::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.blog-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.blog-detail-card::-webkit-scrollbar-thumb{background:#38b6ff;border:2px solid #1e293b;border-radius:10px}.blog-main-title{color:#ff5757;text-align:center;text-shadow:3px 3px #1e293b;-webkit-text-stroke:2px #1e293b;margin:0 0 1rem;font-size:3rem;line-height:1.15}.blog-main-subtitle{text-align:center;color:#475569;margin-bottom:2rem;font-size:1.2rem;font-weight:600}.blog-list-view{flex-direction:column;gap:1.5rem;display:flex}.blog-list-card{background-color:#f8fafc;border:4px solid #1e293b;border-radius:22px;align-items:center;gap:1.5rem;padding:1.2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:6px 6px #cbd5e1}.blog-list-card:hover{border-color:#38b6ff;transform:translateY(-4px);box-shadow:8px 8px #38b6ff}.blog-list-thumb-wrapper{border:3px solid #1e293b;border-radius:16px;flex-shrink:0;width:220px;height:150px;overflow:hidden;box-shadow:4px 4px #ff914d}.blog-list-thumb{object-fit:cover;width:100%;height:100%}.blog-list-info{flex-grow:1}.blog-list-badge{color:#1e293b;background-color:#ffde59;border:2px solid #1e293b;border-radius:10px;margin-bottom:.6rem;padding:4px 10px;font-size:.85rem;font-weight:800;display:inline-block}.blog-list-title{color:#1e293b;margin:0 0 .5rem;font-size:1.4rem;font-weight:800;line-height:1.3}.blog-list-summary{color:#475569;margin:0 0 .8rem;font-size:1rem;font-weight:500;line-height:1.5}.blog-list-footer{color:#64748b;align-items:center;gap:1rem;font-size:.9rem;font-weight:700;display:flex}.blog-detail-title{color:#ff5757;text-shadow:2px 2px #1e293b;-webkit-text-stroke:1.5px #1e293b;margin:0 0 1.2rem;font-size:2.3rem;line-height:1.2}.blog-detail-meta{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.8rem;display:flex}.blog-meta-badge{color:#1e293b;background-color:#e2e8f0;border:2px solid #1e293b;border-radius:14px;align-items:center;gap:6px;padding:6px 14px;font-size:.95rem;font-weight:700;display:inline-flex}.blog-meta-badge.category{background-color:#ffde59;box-shadow:3px 3px #1e293b}.blog-detail-cover{border:4px solid #1e293b;border-radius:20px;width:100%;max-height:380px;margin-bottom:2rem;overflow:hidden;box-shadow:6px 6px #38b6ff}.blog-detail-cover img{object-fit:cover;width:100%;height:100%}.blog-content-body{color:#334155;background-color:#f8fafc;border:4px solid #1e293b;border-radius:20px;padding:2.2rem;font-size:1.12rem;font-weight:500;line-height:1.75;box-shadow:inset 3px 3px #0000000a}.blog-lead{color:#1e293b;background-color:#e0f2fe;border:3px solid #1e293b;border-radius:16px;padding:1.2rem 1.5rem;font-size:1.22rem;font-weight:700;box-shadow:4px 4px #38b6ff;margin-bottom:2rem!important}.blog-content-body h2{color:#ff914d;text-shadow:1.5px 1.5px #1e293b;-webkit-text-stroke:1px #1e293b;margin-top:2rem;margin-bottom:1rem;font-size:1.8rem}.blog-content-body h3{color:#38b6ff;-webkit-text-stroke:.5px #1e293b;margin-top:1.5rem;margin-bottom:.8rem;font-size:1.4rem;font-weight:800}.blog-divider{background:#cbd5e1;border:0;border-radius:2px;height:3px;margin:2.5rem 0}.blog-list-items{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin:1.2rem 0;padding:0;list-style:none;display:grid}.blog-list-items li{color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:12px;padding:10px 14px;font-weight:700;box-shadow:3px 3px #cbd5e1}.blog-bullet-checklist{margin:1rem 0;padding:0;list-style:none}.blog-bullet-checklist li{margin-bottom:8px;padding-left:28px;font-weight:600;position:relative}.blog-bullet-checklist li:before{content:"⭐";position:absolute;top:0;left:0}.blog-sub-box{background:#fff;border:3px solid #1e293b;border-radius:16px;margin:1.5rem 0;padding:1.4rem;box-shadow:4px 4px #7ed957}.blog-alert-box{background-color:#ffde59;border:4px solid #1e293b;border-radius:18px;margin:2rem 0;padding:1.5rem;box-shadow:6px 6px #ff914d}.blog-alert-title{color:#1e293b;margin:0 0 1rem;font-size:1.4rem;font-weight:800}.blog-alert-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.blog-alert-list li{color:#1e293b;background:#fff;border:2px solid #1e293b;border-radius:10px;padding:8px 12px;font-weight:700}.blog-numbered-steps{margin:1rem 0;padding-left:20px;font-weight:600}.blog-numbered-steps li{color:#1e293b;margin-bottom:8px}.blog-table-wrapper{background:#fff;border:4px solid #1e293b;border-radius:16px;margin:2rem 0;overflow-x:auto;box-shadow:6px 6px #1e293b}.blog-custom-table{border-collapse:collapse;text-align:left;width:100%}.blog-custom-table th{color:#fff;background-color:#38b6ff;border-bottom:3px solid #1e293b;padding:14px 16px;font-size:1.1rem;font-weight:800}.blog-custom-table td{color:#334155;border-bottom:2px solid #e2e8f0;padding:12px 16px;font-weight:600}.blog-custom-table tr:nth-child(2n) td{background-color:#f8fafc}.blog-accordion-group{flex-direction:column;gap:14px;margin:1.5rem 0;display:flex}.blog-faq-card{background:#fff;border:3px solid #1e293b;border-radius:16px;padding:1.2rem;box-shadow:4px 4px #cbd5e1}.blog-faq-card h4{color:#1e293b;margin:0 0 8px;font-size:1.25rem;font-weight:800}.blog-faq-card p{color:#475569;margin:0;font-size:1.05rem;line-height:1.5}.blog-inline-link{color:#0284c7;text-underline-offset:3px;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;transition:color .2s}.blog-inline-link:hover{color:#ff5757}.blog-keywords-box{background-color:#f1f5f9;border:3px dashed #94a3b8;border-radius:18px;margin-top:2.5rem;padding:1.5rem}.blog-keywords-header{color:#1e293b;align-items:center;gap:8px;margin-bottom:12px;font-size:1rem;font-weight:800;display:flex}.blog-tags-list{flex-wrap:wrap;gap:8px;display:flex}.blog-tag-pill{color:#0f172a;background-color:#fff;border:2px solid #1e293b;border-radius:20px;padding:5px 12px;font-size:.85rem;font-weight:700;box-shadow:2px 2px #cbd5e1}@media (width<=768px){.blog-card,.blog-detail-card{border-width:4px;max-height:90vh;padding:1.5rem}.blog-main-title{font-size:2.2rem}.blog-detail-title{font-size:1.8rem}.blog-list-card{flex-direction:column;align-items:flex-start}.blog-list-thumb-wrapper{width:100%;height:180px}.blog-content-body{padding:1.2rem;font-size:1rem}.blog-content-body h2{font-size:1.4rem}.blog-content-body h3{font-size:1.2rem}}.loading-container{z-index:9999;background-color:#7ec0ee;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-content{gap:15px;margin-bottom:30px;display:flex}.bouncing-ball{border:3px solid #1e293b;border-radius:50%;width:30px;height:30px;box-shadow:2px 2px #1e293b}.ball-1{background-color:#ff5757}.ball-2{background-color:#ffde59}.ball-3{background-color:#38b6ff}.loading-text{color:#fff;text-shadow:-2px -2px #1e293b,2px -2px #1e293b,-2px 2px #1e293b,2px 2px #1e293b;font-family:Outfit,Comic Sans MS,sans-serif;font-size:2rem;font-weight:900}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;height:100dvh;position:fixed;inset:0;overflow-y:hidden;overflow-x:hidden!important}body{image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;touch-action:pan-y;background-color:#7ec0ee;background-image:url(/anasayfabg.png?v=2026);background-position:bottom;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;font-family:sans-serif;overflow:hidden}body.dashboard-active{background-color:#0f111a!important;background-image:none!important;height:100vh!important;position:static!important;overflow:hidden!important}body.dashboard-active #root,body.dashboard-active .scene-container{background-color:#0f111a!important;height:100dvh!important;overflow:hidden!important}body.parent-portal-active{background:radial-gradient(circle at 50% 10%,#1e293b 0%,#0b1120 100%)!important;height:auto!important;min-height:100vh!important;position:static!important;inset:auto!important;overflow:hidden auto!important}body.parent-portal-active html{height:auto!important;min-height:100vh!important;position:static!important;overflow-y:auto!important}body.parent-portal-active #root,body.parent-portal-active .scene-container{background-color:#0000!important;height:auto!important;min-height:100vh!important;overflow:hidden visible!important}body.parent-portal-active::-webkit-scrollbar{width:8px}body.parent-portal-active::-webkit-scrollbar-track{background:#0f172a99}body.parent-portal-active::-webkit-scrollbar-thumb{background:linear-gradient(#00f2fe,#4facfe);border-radius:10px}body.parent-portal-active::-webkit-scrollbar-thumb:hover{background:#00f2fe}#root{width:100%;max-width:100vw;height:100dvh;overflow:hidden}.scene-container{background-color:#5593f6;width:100%;max-width:100vw;height:100dvh;position:relative;overflow:hidden}.scene-bg-layer{z-index:0;pointer-events:none;backface-visibility:hidden;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.scene-bg-layer picture{width:100%;height:100%;display:block}.scene-bg-image{object-fit:cover;object-position:center bottom;width:100%;height:100%;display:block}.birds-layer{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.home-container{z-index:2;width:100%;max-width:100vw;height:100dvh;position:relative;overflow:hidden}.side-menu{z-index:50;flex-direction:column;gap:1.2rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.left-menu{left:0}.right-menu{right:0}.menu-item{letter-spacing:1px;cursor:pointer;color:#fff;text-shadow:-2px -2px #1e293b,2px -2px #1e293b,-2px 2px #1e293b,2px 2px #1e293b,0 4px #1e293b;border:4px solid #1e293b;justify-content:space-between;align-items:center;gap:clamp(.5rem,.8vw,1.2rem);min-width:clamp(180px,13.5vw,350px);padding:clamp(10px,.7vw,20px) clamp(16px,1.25vw,30px);font-family:Outfit,Comic Sans MS,sans-serif;font-size:clamp(.9rem,1.05vw,1.5rem);font-weight:900;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:relative}.left-menu .menu-item{transform-origin:0;border-left:none;border-radius:0 30px 30px 0;box-shadow:4px 4px #1e293b}.left-menu .menu-item:first-child{background-color:#ff5757}.left-menu .menu-item:nth-child(2){background-color:#ff914d}.left-menu .menu-item:nth-child(3){background-color:#ffde59}.left-menu .menu-item:nth-child(4){background-color:#7ed957}.left-menu .menu-item:nth-child(5){background-color:#38b6ff}.left-menu .menu-item:nth-child(6){background-color:#cb6ce6}.left-menu .menu-item:nth-child(7){background-color:#ff66c4}.left-menu .menu-item:hover{filter:brightness(1.1);transform:translate(20px)scale(1.1);box-shadow:8px 8px #1e293b}.right-menu .menu-item{transform-origin:100%;border-right:none;border-radius:30px 0 0 30px;box-shadow:-4px 4px #1e293b}.right-menu .menu-item:first-child{background-color:#ff66c4}.right-menu .menu-item:nth-child(2){background-color:#cb6ce6}.right-menu .menu-item:nth-child(3){background-color:#38b6ff}.right-menu .menu-item:nth-child(4){background-color:#7ed957}.right-menu .menu-item:nth-child(5){background-color:#ffde59}.right-menu .menu-item:nth-child(6){background-color:#ff914d}.right-menu .menu-item:nth-child(7){background-color:#ff5757}.right-menu .menu-item:hover{filter:brightness(1.1);transform:translate(-20px)scale(1.1);box-shadow:-8px 8px #1e293b}.home-parent-login-btn{top:max(18px, env(safe-area-inset-top,18px));z-index:998;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffde59;border:3.5px solid #1e293b;border-radius:50px;align-items:center;gap:12px;padding:8px 18px 8px 10px;font-family:Outfit,Comic Sans MS,sans-serif;text-decoration:none;transition:all .25s cubic-bezier(.68,-.55,.265,1.55);display:inline-flex;position:fixed;right:24px;box-shadow:4px 5px #1e293b}.home-parent-login-badge{background-color:#38b6ff;border:3px solid #1e293b;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;box-shadow:2px 2px #1e293b}.home-parent-badge-emoji{font-size:24px;line-height:1;display:block}.home-parent-login-content{flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.home-parent-login-title{color:#fff;letter-spacing:.5px;text-shadow:-1.5px -1.5px #1e293b,1.5px -1.5px #1e293b,-1.5px 1.5px #1e293b,1.5px 1.5px #1e293b,0 2px #1e293b;font-size:1.15rem;font-weight:900}.home-parent-login-sub{color:#1e293b;letter-spacing:.5px;opacity:.9;font-size:.72rem;font-weight:800}.home-parent-star-decor{margin-left:2px;font-size:18px;animation:2s ease-in-out infinite starWiggle}@keyframes starWiggle{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.3)rotate(15deg)}}.home-parent-login-btn:hover{background-color:#ffe476;transform:translateY(-3px)scale(1.05);box-shadow:6px 7px #1e293b}.home-parent-login-btn:hover .home-parent-login-badge{background-color:#00f2fe;transform:rotate(-12deg)scale(1.1)}.home-parent-login-btn:active{transform:translateY(2px)scale(.97);box-shadow:2px 2px #1e293b}.hamburger-btn{top:max(12px, env(safe-area-inset-top,12px));cursor:pointer;z-index:999;color:#fff;background-color:#ff5757;border:3px solid #1e293b;border-radius:14px;align-items:center;gap:6px;padding:6px 12px;font-family:Outfit,Comic Sans MS,sans-serif;font-weight:900;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);display:none;position:fixed;right:12px;box-shadow:2.5px 2.5px #1e293b}.hamburger-label{text-shadow:1px 1px #1e293b;font-size:.9rem}.hamburger-btn:active{transform:scale(.92)translate(1px,1px);box-shadow:1px 1px #1e293b}.mobile-magic-nav{-webkit-backdrop-filter:blur(25px);z-index:100;width:100%;max-width:100vw;padding:8px 6px max(20px, env(safe-area-inset-bottom,20px)) 6px;touch-action:none;-webkit-user-select:none;user-select:none;background:#fffffffa;border:none;border-top:3.5px solid #1e293b;border-radius:24px 24px 0 0;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 25px #00000038}.magic-nav-rainbow-line{background:linear-gradient(90deg,#ff5757 0%,#ff914d 25%,#ffde59 50%,#7ed957 75%,#38b6ff 90%,#cb6ce6 100%);border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.magic-nav-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;height:100%;text-decoration:none;transition:transform .2s cubic-bezier(.68,-.55,.265,1.55);display:flex}.magic-nav-item:active{transform:scale(.88)}.magic-icon-wrapper{border:2px solid #1e293b;border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;box-shadow:2px 2px #1e293b}.magic-nav-label{font-family:Outfit,Comic Sans MS,sans-serif;font-size:.72rem;font-weight:900;line-height:1;transition:all .2s}.magic-nav-item.item-home .magic-icon-wrapper{color:#fff;background-color:#ff5757}.magic-nav-item.item-home .magic-nav-label{color:#ff5757}.magic-nav-item.item-school .magic-icon-wrapper{color:#fff;background-color:#38b6ff}.magic-nav-item.item-school .magic-nav-label{color:#0284c7}.magic-nav-item.item-food .magic-icon-wrapper{color:#fff;background-color:#7ed957}.magic-nav-item.item-food .magic-nav-label{color:#16a34a}.magic-nav-item.item-contact .magic-icon-wrapper{color:#fff;background-color:#cb6ce6}.magic-nav-item.item-contact .magic-nav-label{color:#9333ea}.magic-nav-item:hover .magic-icon-wrapper,.magic-nav-item.active .magic-icon-wrapper{filter:brightness(1.08);transform:translateY(-2px)scale(1.05);box-shadow:2.5px 2.5px #1e293b}.magic-center-button{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;margin:0 2px;padding:0;display:flex;position:relative;top:-14px}.magic-center-pulse-glow{pointer-events:none;background:radial-gradient(circle,#ff914d73 0%,#0000 70%);border-radius:50%;width:60px;height:60px;animation:2.5s infinite pulseGlow;position:absolute;top:-4px;left:50%;transform:translate(-50%)}@keyframes pulseGlow{0%,to{opacity:.7;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.25)}}.magic-center-circle{background:linear-gradient(135deg,#ff5757 0%,#ff914d 50%,#ffde59 100%);border:3.5px solid #1e293b;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .25s cubic-bezier(.68,-.55,.265,1.55);animation:3s ease-in-out infinite magicFloat;display:flex;box-shadow:0 8px 20px #ff575773,2.5px 2.5px #1e293b}@keyframes magicFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(4deg)}}.magic-center-button:hover .magic-center-circle,.magic-center-button:active .magic-center-circle{transform:scale(1.1)translateY(-3px);box-shadow:0 10px 24px #ff5757a6,3px 3px #1e293b}.magic-sparkle-icon{animation:2s ease-in-out infinite sparkleTwinkle}@keyframes sparkleTwinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)rotate(10deg)}}.magic-center-label{color:#ff5757;text-shadow:.5px .5px #1e293b;margin-top:2px;font-family:Outfit,Comic Sans MS,sans-serif;font-size:.75rem;font-weight:900}.mobile-menu{-webkit-backdrop-filter:blur(16px);z-index:1000;opacity:0;pointer-events:none;visibility:hidden;-webkit-overflow-scrolling:touch;width:100%;max-width:100vw;height:100dvh;max-height:100vh;padding:max(12px, env(safe-area-inset-top,12px)) 12px max(28px, env(safe-area-inset-bottom,28px)) 12px;background:linear-gradient(#7ec0eefa 0%,#5cace6fa 100%);flex-direction:column;justify-content:flex-start;align-items:center;transition:opacity .3s,transform .3s,visibility .3s;display:flex;position:fixed;inset:0;overflow:hidden auto;transform:translateY(20px)}.mobile-menu.open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.mobile-menu-header{border-bottom:2.5px dashed #1e293b33;justify-content:space-between;align-items:center;width:100%;max-width:440px;margin-bottom:12px;padding:6px 4px 12px;display:flex}.mobile-menu-brand{align-items:center;gap:10px;display:flex}.mobile-menu-logo{object-fit:contain;filter:drop-shadow(2px 2px #1e293b);width:42px;height:42px}.mobile-menu-brand-text h2{color:#fff;text-shadow:2px 2px #1e293b;margin:0;font-family:Outfit,Comic Sans MS,sans-serif;font-size:1.15rem;font-weight:900;line-height:1.1}.mobile-menu-brand-text span{color:#1e293b;font-family:Outfit,sans-serif;font-size:.75rem;font-weight:700}.mobile-menu-close-btn{cursor:pointer;background-color:#ffde59;border:2.5px solid #1e293b;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .15s;display:flex;box-shadow:2px 2px #1e293b}.mobile-menu-close-btn:active{transform:scale(.9)}.mobile-menu-grid{grid-template-columns:repeat(2,1fr);gap:8px;width:100%;max-width:440px;margin:0 auto;padding-bottom:16px;display:grid}@media (width<=340px){.mobile-menu-grid{grid-template-columns:1fr;gap:8px}}.mobile-menu-card{color:#fff;text-shadow:1.2px 1.2px #1e293b;cursor:pointer;border:2.5px solid #1e293b;border-radius:16px;align-items:center;gap:8px;min-height:48px;padding:8px 10px;font-family:Outfit,Comic Sans MS,sans-serif;font-size:.82rem;font-weight:900;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:2.5px 2.5px #1e293b}.mobile-menu-card:active{transform:scale(.96)translate(1px,1px);box-shadow:1px 1px #1e293b}.mobile-card-icon-badge{background-color:#fff;border:2px solid #1e293b;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:1px 1px #1e293b}.mobile-card-text{line-height:1.2}.mobile-menu-footer{gap:8px;width:100%;max-width:440px;margin:0 auto;padding-top:8px;display:flex}.mobile-quick-btn{color:#fff;text-shadow:1.2px 1.2px #1e293b;border:2.5px solid #1e293b;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:900;text-decoration:none;display:flex;box-shadow:2.5px 2.5px #1e293b}.mobile-quick-btn.call-btn{background-color:#22c55e}.mobile-quick-btn.location-btn{background-color:#3b82f6}.mobile-quick-btn:active{transform:scale(.96)}@media (width<=768px){body{background-image:-webkit-image-set(url(/arkaplan-mobil.avif) 1x type("image/avif"),url(/arkaplan-mobil.webp) 1x type("image/webp"),url(/arkaplan-mobil.png) 1x type("image/png"))!important;background-image:image-set("/arkaplan-mobil.avif" 1x type("image/avif"),"/arkaplan-mobil.webp" 1x type("image/webp"),"/arkaplan-mobil.png" 1x type("image/png"))!important;background-position:bottom!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:scroll!important}.side-menu{display:none!important}.hamburger-btn{right:12px!important;top:max(12px, env(safe-area-inset-top,12px))!important;display:flex!important}.home-parent-login-btn{left:12px!important;right:auto!important;top:max(12px, env(safe-area-inset-top,12px))!important;border:3px solid #1e293b!important;gap:8px!important;padding:5px 14px 5px 6px!important;box-shadow:2.5px 2.5px #1e293b!important}.home-parent-login-badge{border-width:2px!important;width:32px!important;height:32px!important;box-shadow:1.5px 1.5px #1e293b!important}.home-parent-badge-emoji{font-size:17px!important}.home-parent-login-title{font-size:.9rem!important}.home-parent-login-sub,.home-parent-star-decor{display:none!important}.mobile-magic-nav{padding-bottom:max(22px, env(safe-area-inset-bottom,22px))!important;display:flex!important}}@keyframes flyLeft{0%{transform:translate(110vw)translateY(0)scale(1)rotate(5deg)}25%{transform:translate(70vw)translateY(-3vh)scale(1.1)rotate(0)}50%{transform:translate(30vw)translateY(2vh)scale(.9)rotate(-5deg)}75%{transform:translate(-10vw)translateY(-2vh)scale(1)rotate(0)}to{transform:translate(-30vw)translateY(0)scale(1)rotate(5deg)}}.bird{z-index:20;color:#1e293b;pointer-events:none;animation:linear infinite flyLeft;position:absolute}.bird-1{width:70px;animation-duration:15s;animation-delay:0s;top:8vh}.bird-2{width:50px;animation-duration:18s;animation-delay:3s;top:15vh}.bird-3{width:45px;animation-duration:22s;animation-delay:7s;top:5vh}.bird-4{width:60px;animation-duration:16s;animation-delay:10s;top:12vh}.bird-5{width:48px;animation-duration:20s;animation-delay:1s;top:7vh}.bird-6{width:55px;animation-duration:17s;animation-delay:5s;top:14vh}.bird-7{width:38px;animation-duration:24s;animation-delay:12s;top:4vh}.bird-8{width:65px;animation-duration:19s;animation-delay:8s;top:9vh}.bird-9{width:80px;animation-duration:14s;animation-delay:15s;top:16vh}.bird-10{width:42px;animation-duration:21s;animation-delay:6s;top:6vh}.home-copyright-footer{z-index:50;-webkit-backdrop-filter:blur(12px);color:#ffffffe6;letter-spacing:.3px;white-space:nowrap;pointer-events:auto;-webkit-user-select:none;user-select:none;background:#0f172aa6;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:8px;padding:6px 18px;font-size:12px;font-weight:500;transition:all .3s;display:flex;position:fixed;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000004d}.home-copyright-footer:hover{background:#0f172ad9;border-color:#00f2fe66;box-shadow:0 6px 25px #00f2fe33}.footer-divider{color:#ffffff4d;font-weight:300}.developer-credit-link{color:#00f2fe;align-items:center;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.developer-credit-link:hover{color:#38bdf8;text-shadow:0 0 10px #00f2fe99;text-decoration:underline}@media (width<=768px){.home-copyright-footer{display:none!important}}.swal2-container{-webkit-backdrop-filter:none!important;z-index:100000!important;background:#04060ebf!important}.swal2-container.swal2-top-end,.swal2-container.swal2-top-start,.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-start,.swal2-container.swal2-top,.swal2-container.swal2-bottom{-webkit-backdrop-filter:none!important;pointer-events:none!important;background:0 0!important;padding:16px!important}.swal2-popup:not(.swal2-toast),.swal2-glass-popup:not(.swal2-toast){color:#f8fafc!important;text-align:center!important;will-change:transform, opacity!important;backface-visibility:hidden!important;background:#111827!important;border:1px solid #00f2fe59!important;border-radius:20px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:92%!important;max-width:420px!important;margin:auto!important;padding:26px 22px!important;font-family:inherit!important;display:flex!important;transform:translateZ(0)!important;box-shadow:0 20px 50px #000000b3,0 0 25px #00f2fe26!important}.swal2-fast-show{animation:.18s cubic-bezier(.16,1,.3,1) forwards swalFastIn!important}.swal2-fast-hide{animation:.12s ease-in forwards swalFastOut!important}.swal2-backdrop-fast-show{animation:.18s ease-out forwards swalFadeIn!important}.swal2-backdrop-fast-hide{animation:.12s ease-in forwards swalFadeOut!important}@keyframes swalFastIn{0%{opacity:0;transform:scale(.92)translateZ(0)}to{opacity:1;transform:scale(1)translateZ(0)}}@keyframes swalFastOut{0%{opacity:1;transform:scale(1)translateZ(0)}to{opacity:0;transform:scale(.95)translateZ(0)}}@keyframes swalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes swalFadeOut{0%{opacity:1}to{opacity:0}}.swal2-popup:not(.swal2-toast) .swal2-title,.swal2-glass-title{color:#f8fafc!important;letter-spacing:-.3px!important;text-align:center!important;width:100%!important;margin:0 0 8px!important;padding:0!important;font-size:1.35rem!important;font-weight:800!important}.swal2-popup:not(.swal2-toast) .swal2-html-container,.swal2-glass-text{color:#94a3b8!important;text-align:center!important;width:100%!important;margin:0!important;font-size:.95rem!important;line-height:1.6!important}.swal2-popup:not(.swal2-toast) .swal2-actions{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:100%!important;margin-top:24px!important;display:flex!important}.swal2-popup:not(.swal2-toast) .swal2-icon{grid-column:unset!important;border-width:3px!important;margin:4px auto 16px!important}.swal2-confirm,.swal2-glass-btn-primary{color:#0b1120!important;cursor:pointer!important;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%)!important;border:none!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-width:110px!important;padding:12px 24px!important;font-size:.95rem!important;font-weight:800!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;box-shadow:0 4px 18px #00f2fe59!important}.swal2-confirm:hover,.swal2-glass-btn-primary:hover{filter:brightness(1.1)!important;transform:translateY(-2px)!important;box-shadow:0 6px 24px #00f2fe8c!important}.swal2-glass-btn-danger{color:#fff!important;cursor:pointer!important;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important;border:none!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-width:110px!important;padding:12px 24px!important;font-size:.95rem!important;font-weight:800!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important;box-shadow:0 4px 18px #ef444466!important}.swal2-glass-btn-danger:hover{filter:brightness(1.1)!important;transform:translateY(-2px)!important;box-shadow:0 6px 24px #ef444499!important}.swal2-cancel,.swal2-glass-btn-cancel{color:#cbd5e1!important;cursor:pointer!important;background:#ffffff12!important;border:1px solid #ffffff26!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-width:90px!important;padding:12px 22px!important;font-size:.95rem!important;font-weight:700!important;transition:all .25s!important;display:inline-flex!important}.swal2-cancel:hover,.swal2-glass-btn-cancel:hover{color:#fff!important;background:#ffffff24!important;border-color:#ffffff4d!important}.swal2-actions-hidden,.swal2-actions[style*="display: none"],.swal2-confirm[style*="display: none"],.swal2-cancel[style*="display: none"],.swal2-deny[style*="display: none"]{display:none!important}.swal2-icon.swal2-warning{color:#f59e0b!important;border-color:#f59e0b!important;box-shadow:0 0 20px #f59e0b40!important}.swal2-icon.swal2-error{color:#ef4444!important;border-color:#ef4444!important;box-shadow:0 0 20px #ef444440!important}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#ef4444!important}.swal2-icon.swal2-success{color:#10b981!important;border-color:#10b981!important;box-shadow:0 0 20px #10b98140!important}.swal2-icon.swal2-success .swal2-success-ring{border-color:#10b98166!important}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#10b981!important}.swal2-icon.swal2-question{color:#00f2fe!important;border-color:#00f2fe!important;box-shadow:0 0 20px #00f2fe40!important}.swal2-popup.swal2-toast,.swal2-glass-toast{pointer-events:auto!important;-webkit-backdrop-filter:blur(16px)!important;box-sizing:border-box!important;background:#121622f5!important;border:1px solid #00f2fe59!important;border-radius:16px!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:auto!important;min-width:240px!important;max-width:380px!important;padding:12px 18px!important;display:flex!important;box-shadow:0 10px 30px #0009,0 0 20px #00f2fe40!important}.swal2-popup.swal2-toast .swal2-icon{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;box-shadow:none!important;border-width:2.5px!important;flex-shrink:0!important;margin:0!important}.swal2-popup.swal2-toast .swal2-title{color:#f8fafc!important;text-align:left!important;flex:1!important;margin:0!important;padding:0!important;font-size:.95rem!important;font-weight:700!important;line-height:1.3!important}.swal2-popup.swal2-toast .swal2-actions{display:none!important}.swal2-popup.swal2-toast .swal2-timer-progress-bar{background:#00f2fe!important;border-radius:0 0 16px 16px!important;height:3px!important}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}
