@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800;900&display=swap";.auth-page{min-height:100vh;min-height:100dvh;display:flex;font-family:Cairo,Segoe UI,sans-serif;direction:rtl;overflow:hidden;background:#0f172a}.auth-panel-left{flex:1;position:relative;background:linear-gradient(145deg,#0f172a,#1e3a8a 55%,#1d4ed8);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;overflow:hidden;gap:30px}.auth-panel-left:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 70%);top:-80px;left:-80px;animation:floatOrb 8s ease-in-out infinite}.auth-panel-left:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(245,158,11,.15) 0%,transparent 70%);bottom:-60px;right:-60px;animation:floatOrb 10s ease-in-out infinite reverse}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}.auth-particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.auth-particles span{position:absolute;display:block;border-radius:50%;background:#ffffff14;animation:floatParticle linear infinite}.auth-particles span:nth-child(1){width:8px;height:8px;left:15%;animation-duration:12s;animation-delay:0s}.auth-particles span:nth-child(2){width:12px;height:12px;left:30%;animation-duration:18s;animation-delay:2s}.auth-particles span:nth-child(3){width:5px;height:5px;left:50%;animation-duration:14s;animation-delay:4s}.auth-particles span:nth-child(4){width:10px;height:10px;left:65%;animation-duration:20s;animation-delay:1s}.auth-particles span:nth-child(5){width:6px;height:6px;left:80%;animation-duration:16s;animation-delay:3s}.auth-particles span:nth-child(6){width:14px;height:14px;left:10%;animation-duration:22s;animation-delay:5s}.auth-particles span:nth-child(7){width:4px;height:4px;left:45%;animation-duration:11s;animation-delay:7s}.auth-particles span:nth-child(8){width:9px;height:9px;left:72%;animation-duration:15s;animation-delay:6s}@keyframes floatParticle{0%{transform:translateY(110vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10vh) rotate(360deg);opacity:0}}.auth-panel-brand{position:relative;z-index:2;text-align:center;animation:fadeInUp .8s ease both}.auth-brand-icon{width:90px;height:90px;background:#ffffff1f;border:2px solid rgba(255,255,255,.2);border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:44px;margin:0 auto 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 40px #3b82f666,inset 0 1px #fff3;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{box-shadow:0 0 30px #3b82f64d,inset 0 1px #fff3}50%{box-shadow:0 0 60px #3b82f699,inset 0 1px #ffffff4d}}.auth-brand-title{font-size:clamp(22px,2.5vw,30px);font-weight:900;color:#fff;margin:0 0 12px;line-height:1.3;text-shadow:0 2px 20px rgba(0,0,0,.3)}.auth-brand-subtitle{font-size:15px;color:#ffffffa6;margin:0;line-height:1.6;max-width:300px}.auth-features{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;width:100%;max-width:320px;animation:fadeInUp .8s ease .2s both}.auth-feature-item{display:flex;align-items:center;gap:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px 18px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.auth-feature-item:hover{background:#ffffff1f;transform:translate(-4px)}.auth-feature-icon{font-size:22px;flex-shrink:0}.auth-feature-text h4{color:#fff;font-size:14px;font-weight:700;margin:0 0 2px}.auth-feature-text p{color:#ffffff8c;font-size:12px;margin:0}.auth-panel-quote{position:relative;z-index:2;text-align:center;color:#fff6;font-size:13px;font-style:italic;max-width:280px;animation:fadeInUp .8s ease .4s both;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;width:100%}.auth-panel-right{width:560px;min-width:560px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 52px;overflow-y:auto;position:relative}.auth-panel-right:before{content:"";position:absolute;top:0;right:100%;width:60px;height:100%;background:#fff;clip-path:ellipse(60px 45% at 100% 50%)}.auth-form-header{text-align:center;margin-bottom:32px;width:100%}.auth-form-header h2{font-size:30px;font-weight:900;color:#0f172a;margin:0 0 10px}.auth-form-header p{color:#64748b;font-size:15px;margin:0}.auth-tabs{display:flex;background:#f1f5f9;border-radius:16px;padding:6px;margin-bottom:34px;width:100%;gap:6px}.auth-tab{flex:1;padding:13px;border:none;background:transparent;border-radius:12px;font-family:Cairo,sans-serif;font-size:16px;font-weight:700;color:#94a3b8;cursor:pointer;transition:all .3s ease}.auth-tab.active{background:#fff;color:#1e3a8a;box-shadow:0 2px 10px #00000014}.auth-field{margin-bottom:22px;width:100%}.auth-field label{display:block;font-size:14px;font-weight:700;color:#374151;margin-bottom:9px}.auth-field label span.req{color:#ef4444;margin-right:3px}.auth-input-wrap{position:relative}.auth-input-wrap input,.auth-field input,.auth-field select{width:100%;padding:17px 20px;border:1.5px solid #e2e8f0;border-radius:16px;font-family:Cairo,sans-serif;font-size:17px;color:#0f172a;background:#f8fafc;transition:all .25s ease;outline:none;direction:rtl}.auth-input-wrap input:focus,.auth-field input:focus,.auth-field select:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.auth-field input.has-error,.auth-field select.has-error{border-color:#ef4444;background:#fef2f2}.auth-field .field-error{color:#ef4444;font-size:12px;margin-top:5px;display:flex;align-items:center;gap:4px}.auth-pass-toggle{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.auth-pass-toggle:hover{color:#3b82f6}.auth-input-wrap input{padding-left:48px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-submit-btn{width:100%;padding:17px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:16px;font-family:Cairo,sans-serif;font-size:17px;font-weight:800;cursor:pointer;margin-top:8px;transition:all .35s ease;box-shadow:0 6px 20px #3b82f64d;display:flex;align-items:center;justify-content:center;gap:8px}.auth-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #3b82f666;background:linear-gradient(135deg,#1e40af,#2563eb)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-submit-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;width:100%}.auth-divider span{flex:1;height:1px;background:#e2e8f0}.auth-divider p{color:#94a3b8;font-size:13px;white-space:nowrap;margin:0}.auth-forgot{background:none;border:none;color:#3b82f6;font-family:Cairo,sans-serif;font-size:13px;font-weight:700;cursor:pointer;transition:color .2s;padding:0}.auth-forgot:hover{color:#1e3a8a;text-decoration:underline}.auth-forgot-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.auth-switch{text-align:center;width:100%;margin-top:26px;color:#64748b;font-size:15px}.auth-switch button{background:none;border:none;color:#1e3a8a;font-family:Cairo,sans-serif;font-size:15px;font-weight:800;cursor:pointer;text-decoration:underline}.auth-error-alert{display:flex;align-items:center;gap:10px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:12px;margin-bottom:18px;font-size:14px;font-weight:600;width:100%;animation:shakeX .5s ease}@keyframes shakeX{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.auth-modal{background:#fff;border-radius:24px;padding:36px;width:100%;max-width:420px;direction:rtl;box-shadow:0 25px 60px #00000040;animation:scaleIn .35s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.auth-modal h3{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 8px}.auth-modal p{color:#64748b;font-size:14px;margin:0 0 22px;line-height:1.6}.auth-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.auth-modal-cancel{padding:10px 22px;background:#f1f5f9;border:none;border-radius:10px;font-family:Cairo,sans-serif;font-size:14px;font-weight:700;color:#64748b;cursor:pointer;transition:background .2s}.auth-modal-cancel:hover{background:#e2e8f0}.auth-modal-send{padding:10px 24px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border:none;border-radius:10px;font-family:Cairo,sans-serif;font-size:14px;font-weight:800;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px}.auth-modal-send:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f659}.auth-modal-send:disabled{opacity:.65;cursor:not-allowed;transform:none}.auth-modal-success{text-align:center;padding:10px 0}.auth-modal-success .success-icon{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.auth-modal-success h4{color:#166534;font-size:18px;font-weight:800;margin:0 0 8px}.auth-modal-success p{color:#64748b;margin:0}.auth-hint-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:8000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;transition:all .35s ease}.auth-hint-overlay.show{opacity:1;visibility:visible}.auth-hint-card{background:#fff;border-radius:28px;padding:40px;width:100%;max-width:480px;text-align:center;transform:scale(.85) translateY(20px);transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 25px 60px #0003}.auth-hint-overlay.show .auth-hint-card{transform:scale(1) translateY(0)}.auth-hint-emoji{font-size:56px;margin-bottom:16px;display:block}.auth-hint-card h2{color:#1e3a8a;font-size:24px;font-weight:900;margin:0 0 12px}.auth-hint-card p{color:#64748b;font-size:15px;line-height:1.7;margin:0 0 28px}.auth-hint-register{width:100%;padding:16px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:14px;font-family:Cairo,sans-serif;font-size:17px;font-weight:800;cursor:pointer;margin-bottom:12px;transition:all .3s ease;box-shadow:0 8px 20px #1e3a8a40}.auth-hint-register:hover{transform:translateY(-3px);box-shadow:0 14px 28px #1e3a8a59}.auth-hint-close{width:100%;padding:13px;background:#f1f5f9;border:none;border-radius:12px;font-family:Cairo,sans-serif;font-size:15px;font-weight:700;color:#475569;cursor:pointer;transition:background .2s}.auth-hint-close:hover{background:#e2e8f0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.auth-page{flex-direction:column}.auth-panel-left{flex:none;padding:36px 24px 28px;min-height:auto;gap:20px}.auth-features,.auth-panel-quote{display:none}.auth-brand-icon{width:70px;height:70px;font-size:34px;margin-bottom:16px}.auth-brand-title{font-size:20px}.auth-panel-right{width:100%;min-width:unset;padding:40px 28px 52px;flex:1}.auth-panel-right:before{display:none}.auth-row{grid-template-columns:1fr}}@media (max-width: 480px){.auth-panel-right{padding:28px 18px 44px}.auth-form-header h2{font-size:22px}.auth-modal{padding:28px 20px}}.auth-stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:32px;width:100%}.auth-step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.auth-step:not(:last-child):after{content:"";position:absolute;top:21px;left:50%;width:100%;height:2px;background:#e2e8f0;z-index:0;transition:background .4s ease}.auth-step.done:not(:last-child):after,.auth-step.active:not(:last-child):after{background:linear-gradient(90deg,#3b82f6,#e2e8f0)}.auth-step.done:not(:last-child):after{background:#3b82f6}.auth-step-dot{width:42px;height:42px;border-radius:50%;background:#f1f5f9;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#94a3b8;position:relative;z-index:1;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.auth-step.active .auth-step-dot{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-color:#3b82f6;color:#fff;box-shadow:0 4px 14px #3b82f666;transform:scale(1.1)}.auth-step.done .auth-step-dot{background:#22c55e;border-color:#22c55e;color:#fff;box-shadow:0 4px 12px #22c55e4d}.auth-step-label{font-size:12px;font-weight:700;color:#94a3b8;text-align:center;white-space:nowrap;transition:color .3s;margin-top:2px}.auth-step.active .auth-step-label{color:#1e3a8a}.auth-step.done .auth-step-label{color:#22c55e}.auth-step-content{width:100%;animation:stepIn .4s cubic-bezier(.16,1,.3,1)}@keyframes stepIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.auth-step-nav{display:flex;gap:14px;margin-top:28px;width:100%}.auth-back-btn{padding:15px 26px;background:#f1f5f9;border:none;border-radius:14px;font-family:Cairo,sans-serif;font-size:16px;font-weight:700;color:#475569;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:6px;flex-shrink:0}.auth-back-btn:hover{background:#e2e8f0;transform:translate(4px)}.auth-next-btn{flex:1;padding:15px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:14px;font-family:Cairo,sans-serif;font-size:16px;font-weight:800;cursor:pointer;transition:all .35s ease;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 14px #3b82f64d}.auth-next-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 22px #3b82f666}.auth-next-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-section-title{font-size:17px;font-weight:800;color:#0f172a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #f1f5f9;display:flex;align-items:center;gap:8px}.auth-char-count{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:11px;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:2px 7px;border-radius:20px;pointer-events:none;transition:all .2s}.auth-char-count.done{color:#22c55e;background:#dcfce7}.auth-pass-strength{display:flex;gap:4px;margin-top:8px}.auth-strength-bar{flex:1;height:4px;border-radius:4px;background:#e2e8f0;transition:background .4s ease}.auth-strength-bar.weak{background:#ef4444}.auth-strength-bar.medium{background:#f59e0b}.auth-strength-bar.strong{background:#22c55e}.auth-strength-label{font-size:12px;font-weight:700;margin-top:5px;text-align:left}.auth-strength-label.weak{color:#ef4444}.auth-strength-label.medium{color:#f59e0b}.auth-strength-label.strong{color:#22c55e}.auth-field.has-counter .auth-input-wrap input{padding-left:60px}.auth-panel-right::-webkit-scrollbar{width:4px}.auth-panel-right::-webkit-scrollbar-track{background:transparent}.auth-panel-right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}:root{--primary: #4F46E5;--secondary: #10B981;--accent: #F59E0B;--bg-color: #f0f4f8;--card-bg: #fcfdfe;--text-main: #0f172a;--text-sub: #475569;--font-main: "Cairo", sans-serif;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -1px rgba(0, 0, 0, .03);--shadow-hover: 0 20px 40px -12px rgba(0, 0, 0, .1);--blob-gradient: linear-gradient(135deg, rgba(79, 70, 229, .1) 0%, rgba(236, 72, 153, .1) 100%)}@media (max-width: 900px){.nav-links,.desktop-only{display:none!important;visibility:hidden!important;opacity:0!important}}body{margin:0;background-color:var(--bg-color);font-family:var(--font-main);scroll-behavior:smooth;overflow-x:hidden}.dashboard-page{min-height:100vh;color:var(--text-main);position:relative;overflow:hidden}.dashboard-navbar,.hero-pure,.services-section,.library-info-footer{position:relative;z-index:3}.dashboard-navbar{position:fixed;top:0;left:0;right:0;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;z-index:9999;transition:all .3s ease;background:transparent;direction:rtl}.dashboard-navbar.scrolled{background:#0f172afa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #0003;height:70px;padding:0 32px}.nav-brand{display:flex;align-items:center;gap:12px;flex-shrink:0;z-index:20}.nav-logo-img{width:40px;height:40px;border-radius:10px;background:#fff;padding:2px;box-shadow:0 2px 10px #0000001a}.nav-brand span{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.5px}.nav-links-container{display:flex;align-items:center;gap:40px;position:absolute;left:50%;transform:translate(-50%);z-index:10}.nav-link-item{color:#ffffffd9;font-size:16px;font-weight:600;cursor:pointer;padding:8px 16px;border-radius:99px;transition:all .2s ease;white-space:nowrap}.nav-link-item:hover{color:#fff;background:#ffffff1a}@media (max-width: 1100px){.nav-links-container{display:none!important}}.nav-right-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;z-index:20}.nav-profile-container{display:flex}@media (max-width: 900px){.desktop-only-profile{display:none!important}}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:all .2s}.mobile-menu-toggle:hover{background:#fff3}@media (max-width: 1100px){.mobile-menu-toggle{display:flex}}.unique-profile-badge{display:flex;align-items:center;gap:10px;background:#ffffff14;padding:5px 6px 5px 16px;border-radius:50px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s}.unique-profile-badge:hover{background:#ffffff26;border-color:#ffffff4d}.profile-avatar-hexagon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.2)}.logout-btn-minimal{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fffc;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.logout-btn-minimal:hover{background:#ef444433;color:#ef4444;border-color:#ef4444}.hero-pure{position:relative;height:480px;clip-path:polygon(0 0,100% 0,100% 92%,50% 100%,0 92%);display:flex;align-items:center;justify-content:center;text-align:center;padding-top:18px;padding-bottom:18px;overflow:hidden;background:#0f172a;box-shadow:inset 0 0 100px #00000080}@media (min-width: 1024px){.hero-pure{height:650px;clip-path:polygon(0 0,100% 0,100% 90%,50% 100%,0 90%)}.hero-content{margin-top:100px}.hero-title{font-size:48px}}@media (min-width: 1440px){.hero-pure{height:750px}}.hero-slides{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:#0b0f1a}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;transition:opacity 1.2s ease-in-out;transform:translateZ(0);will-change:opacity}.hero-slide.active,.hero-slide.prev{opacity:1}.hero-pure:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0f172ab3,#0f172a33 40%,#0f172a33 60%,#0f172acc);z-index:1}.hero-content{position:relative;z-index:2;margin-top:80px;color:#fff;transform:translateZ(0);will-change:transform,opacity}.hero-title{font-size:46px;font-weight:900;margin-bottom:8px;color:#fff;background:none;-webkit-background-clip:unset;background-clip:unset;border:none;box-shadow:none;padding:0;display:block;text-shadow:0 0 10px rgba(158,119,41,.836),0 0 20px rgba(109,93,62,.4),2px 2px 4px rgba(236,166,26,.3);letter-spacing:-.5px;line-height:1.2;animation:heroFadeDown .8s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}@keyframes heroFadeDown{0%{opacity:0;transform:translateY(-10px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}.hero-subtitle{font-size:14px;font-weight:600;margin-bottom:0;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.2px;line-height:1.2;max-width:400px;margin-left:auto;margin-right:auto;animation:heroFadeDown 1s cubic-bezier(.16,1,.3,1) backward;will-change:transform,opacity}.promo-banner-card{margin-top:8px}.promo-carousel-img{transition:transform .35s cubic-bezier(.2,.9,.2,1),opacity .25s ease;will-change:transform,opacity;display:block}.promo-carousel-img.active{transform:translateY(-10px)}.services-section{padding-top:48px}@media (max-width: 900px){.desktop-only{display:none!important}}@media (max-width: 640px){.dashboard-navbar{padding-top:8px;padding-bottom:8px}.hero-pure{height:180px!important;clip-path:polygon(0 0,100% 0,100% 90%,50% 100%,0 90%);padding-top:50px;padding-bottom:10px;align-items:center}.hero-pure .hero-content{margin-top:0;transform:translateY(0)}.promo-carousel-img.active{transform:translateY(-18px)}.promo-banner-card{margin-top:6px;padding-bottom:8px}.services-section{padding-top:5px!important;padding-bottom:0!important}.footer-clipped-wrapper{margin-top:40px!important}.services-section .section-header{margin-bottom:10px!important}.title-decoration{display:none!important}.services-section .section-header .section-title{font-size:20px!important}.hero-subtitle{margin-bottom:14px}.services-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:0 6px!important;margin-top:0!important}.service-card-premium{padding:8px 4px!important;border-radius:12px!important;min-height:90px!important;justify-content:center!important;background:#e2e8f0!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 4px 12px #00000008!important}.service-icon-wrapper{width:38px!important;height:38px!important;border-width:1.5px!important;margin-bottom:4px!important}.service-icon-svg{width:18px!important;height:18px!important}.card-title{font-size:10px!important;line-height:1.2!important;font-weight:700!important;margin-top:4px!important}.card-desc,.card-action-oval{display:none!important}}@media (min-width: 641px) and (max-width: 1023px){.hero-pure{height:550px!important}.services-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important;padding:0 20px!important}.service-card-premium{padding:25px 20px!important;min-height:180px!important}.card-desc{display:-webkit-box!important;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px!important}}.student-tabs-section{margin:0 5% 32px;background:#fff;border-radius:20px;box-shadow:0 8px 30px #0000000d;padding:18px 18px 20px}.profile-dropdown-menu{position:absolute;top:60px;left:0;width:240px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;padding:8px;display:flex;flex-direction:column;gap:4px;z-index:10000;animation:slideDown .2s ease-out forwards;border:1px solid rgba(0,0,0,.05)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-item{width:100%;display:flex!important;align-items:center;justify-content:flex-start;flex-direction:row-reverse;gap:12px;padding:12px 16px;border:none;background:transparent;color:#1e293b;font-family:Cairo,sans-serif;font-size:14px;font-weight:600;cursor:pointer;border-radius:12px;transition:all .2s ease;text-align:right;outline:none}.profile-dropdown-item:hover{background:#f1f5f9;color:#4f46e5;transform:translate(-4px)}.profile-dropdown-item svg{width:18px;height:18px;stroke-width:2px;opacity:.7}.profile-dropdown-item:hover svg{opacity:1;color:#4f46e5}.profile-dropdown-item:last-child{margin-top:4px;color:#ef4444}.profile-dropdown-item:last-child:hover{background:#fef2f2;color:#dc2626}.student-tabs-nav{position:relative;display:flex;justify-content:space-between;gap:8px;background:#f3f4f6;border-radius:999px;padding:4px;margin-bottom:18px}.student-tab{flex:1;border:none;background:transparent;font-size:13px;font-weight:600;color:#6b7280;padding:8px 6px;border-radius:999px;cursor:pointer;position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:color .2s ease}.student-tab.active{color:#111827}.student-tabs-slider{position:absolute;top:4px;bottom:4px;width:33.33%;border-radius:999px;background:#fff;box-shadow:0 6px 18px #0f172a26;transition:transform .25s ease}.student-tabs-slider-profile{transform:translate(0)}.student-tabs-slider-assignments{transform:translate(100%)}.student-tabs-slider-approved{transform:translate(200%)}.approved-badge{min-width:22px;height:22px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #f3f4f6,0 6px 14px #f871718c}.student-tabs-content{padding:8px 4px 0}.student-tab-panel h3{margin:0 0 12px;font-size:16px;font-weight:700;color:#111827}.student-profile-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:10px}.summary-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;margin-bottom:2px}.summary-value{font-size:13px;font-weight:600;color:#111827}.student-profile-note{margin:4px 0 0;font-size:12px;color:#6b7280}.assignment-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 14px 16px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#e0f2fe);border:1px solid #e5e7eb}.assignment-info-main{display:flex;flex-direction:column;gap:4px}.assignment-title{font-size:14px;font-weight:700;color:#111827}.assignment-meta{font-size:12px;color:#6b7280}.assignment-actions{display:flex;gap:8px;flex-wrap:wrap}.assignment-button{font-size:12px;font-weight:600;border-radius:999px;padding:7px 12px;border:none;cursor:pointer;text-decoration:none}.assignment-button.primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 10px 22px #4f46e566}.assignment-button.ghost{background:#fff;color:#111827;border:1px solid #e5e7eb}.approved-requests-list{display:flex;flex-direction:column;gap:8px}.approved-request-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb}.approved-request-main{display:flex;flex-direction:column;gap:2px}.approved-request-title{font-size:13px;font-weight:600;color:#111827}.approved-request-date{font-size:11px;color:#9ca3af}.approved-request-status{font-size:11px;font-weight:700;color:#16a34a;background:#dcfce7;border-radius:999px;padding:4px 10px}.services-section{position:relative;overflow:visible;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;padding:80px 5%;max-width:1400px;margin:0 auto}.section-subtitle{display:none}@media (max-width: 1023px){.services-section .section-header .section-subtitle{display:block;margin:6px 0 0;font-size:13px;line-height:1.6;color:#475569;font-weight:600}}.services-section:before,.services-section:after{display:none!important;content:none!important}.dashboard-page .services-section .section-header{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;margin:0 auto 15px!important;padding:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;box-shadow:none!important;position:relative;z-index:5}.dashboard-page .services-section .section-header:before,.dashboard-page .services-section .section-header:after{display:none!important;content:none!important;width:0!important;height:0!important;opacity:0!important}.dashboard-page .services-section .section-header .section-title{display:block!important;font-size:26px!important;font-weight:800!important;text-align:center!important;position:relative;letter-spacing:.5px!important;margin:0 auto!important;color:#000!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;animation:glowPulse 2.5s ease-in-out infinite!important}@keyframes glowPulse{0%,to{color:#000;text-shadow:none;opacity:1}50%{color:#4f46e5;text-shadow:0 0 15px rgba(79,70,229,.4);opacity:.4}}.title-underline{display:block;width:60px;height:4px;background:var(--primary);margin:15px auto 0;border-radius:2px}@keyframes serviceReveal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}lottie-player{will-change:transform;transform:translateZ(0)}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-top:10px}.service-card-premium{background:var(--card-bg);border-radius:24px;padding:40px 30px;position:relative;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;align-items:center;transition:transform .2s cubic-bezier(.17,.67,.83,.67),border-color .2s ease;cursor:pointer;overflow:visible;height:100%;transform:translateZ(0);will-change:transform}.service-card-premium:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:4px;background:var(--card-color);border-radius:0 0 10px 10px;opacity:.3;transition:all .3s ease}.service-card-premium:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d;border-color:var(--card-color)}.service-card-premium:hover:before{width:80px;opacity:1}.card-icon-float{width:85px;height:85px;background:#f8fafc;border-radius:26px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;color:var(--card-color);transition:transform .4s cubic-bezier(.2,0,.2,1);box-shadow:0 15px 25px #00000008}.service-card-premium:hover .card-icon-float{background:transparent;transform:translateY(-5px);box-shadow:none}.card-title{font-size:20px;font-weight:800;color:#1e293b;margin-bottom:12px;transition:color .3s;text-align:center!important;width:100%}.card-desc{font-size:15px;color:#64748b;line-height:1.7;margin-bottom:28px;opacity:.9;text-align:center!important;width:100%}.card-action-oval{margin-top:auto;padding:12px 24px;background:transparent;border-radius:50px;font-size:15px;font-weight:700;color:var(--card-color);display:flex;align-items:center;gap:10px;transition:all .3s;border:1.5px solid transparent}.service-card-premium:hover .card-action-oval{background:var(--card-color);color:#fff;padding:12px 28px;box-shadow:0 8px 15px #0000001a}.service-card-premium:after{display:none!important}.additional-info-section{margin-top:0;display:flex;flex-direction:column;gap:40px;width:100%}.features-row{display:flex;justify-content:space-around;flex-wrap:wrap;gap:40px;text-align:center}.feature-item{flex:1;min-width:280px;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:16px;padding:32px;transition:all .4s cubic-bezier(.25,.8,.25,1);background:linear-gradient(135deg,#1e1b4b,#312e81)!important;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px -5px #312e814d;position:relative;z-index:1;overflow:hidden}.feature-item:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 50% 50%,rgba(79,70,229,.08),transparent 60%);z-index:-1;opacity:0;transition:opacity .5s ease}.feature-item:hover{transform:translateY(-8px);background:#1f2937!important;border-color:#ffffff1a;box-shadow:0 20px 40px -5px #0003}.feature-item:hover:after{opacity:1}.feature-icon-circle{width:64px;height:64px;background:#ffffff08!important;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border:1px solid rgba(255,255,255,.08)!important;color:#818cf8!important;transition:all .3s ease;align-self:flex-end}.feature-item:hover .feature-icon-circle{background:#4f46e5!important;color:#fff!important;border-color:#4f46e5!important;transform:rotate(-5deg) scale(1.1);box-shadow:0 10px 25px #4f46e566}.feature-item h4{font-size:20px;font-weight:800;color:#fff!important;margin:0;line-height:1.4}.feature-item p{font-size:15px;color:#cbd5e1!important;line-height:1.7;font-weight:400;max-width:100%}.promo-banner-card{display:flex;background:#111827;background-image:radial-gradient(circle at top right,#1f2937,#111827 60%);border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0003;min-height:220px;border:1px solid rgba(255,255,255,.05)}.promo-image-side{flex:1;min-width:40%;overflow:hidden;position:relative}.promo-image-side:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(17,24,39,.1),transparent);pointer-events:none}.promo-image-side img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.promo-carousel-img{animation:fadeInImage .8s ease-in-out}@keyframes fadeInImage{0%{opacity:.5;filter:blur(5px)}to{opacity:1;filter:blur(0)}}.promo-banner-card:hover .promo-image-side img{transform:scale(1.05)}.promo-content-side{flex:1.2;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;direction:rtl;gap:12px}.promo-content-side h2{font-size:22px;font-weight:800;color:#fff!important;line-height:1.3;margin:0 auto;text-align:center!important;text-shadow:0 2px 4px rgba(0,0,0,.3)}.promo-content-side p{font-size:15px;color:#e2e8f0!important;line-height:1.6;margin:0 auto;max-width:500px;text-align:center!important;font-weight:500}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;z-index:1001;transition:transform .2s}.mobile-menu-toggle:active{transform:scale(.95)}.service-icon-wrapper{display:flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:50%;background:#fff;color:var(--service-color, #4f46e5);box-shadow:0 10px 30px -10px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:techFloat 4s ease-in-out infinite;position:relative;z-index:2;border:3px solid rgba(255,255,255,.8)}.service-icon-wrapper:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid var(--service-color, #4f46e5);opacity:0;z-index:-1}.service-card:hover .service-icon-wrapper{transform:translateY(-10px) scale(1.1);background:var(--service-color, #4f46e5);color:#fff;box-shadow:0 20px 50px -12px var(--service-color, #4f46e5);border-color:#fff}.service-card:hover .service-icon-wrapper:after{animation:none;transform:scale(1.1);opacity:0}.service-icon-svg{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.service-card:hover .service-icon-svg{transform:rotate(-10deg) scale(1.1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@keyframes techFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes techPulseRing{0%{transform:scale(.9);opacity:.6;box-shadow:0 0 0 0 var(--service-color, #4f46e5)}70%{transform:scale(1.4);opacity:0;box-shadow:0 0 20px 10px #0000}to{transform:scale(1.4);opacity:0}}.nav-right-actions{display:flex;align-items:center;gap:16px}.mobile-menu-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0f172a!important;z-index:999999!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;animation:slideInRight .3s ease-out!important}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-close{position:absolute!important;top:20px!important;left:20px!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;width:44px!important;height:44px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;cursor:pointer!important;transition:all .2s ease!important}.mobile-menu-close:active{background:#fff3!important;transform:scale(.9) rotate(90deg)!important}.mobile-profile-section{padding:40px 20px 15px!important;text-align:center!important;background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,transparent 100%)!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.mobile-profile-section .student-avatar-main{width:80px!important;height:80px!important;background:linear-gradient(135deg,#6366f1,#4f46e5)!important;border:4px solid rgba(255,255,255,.1)!important;box-shadow:0 10px 20px #0000004d!important;margin:0 auto 15px!important;font-size:28px!important;color:#fff!important}.mobile-profile-section h3{color:#fff!important;font-size:22px!important;font-weight:800!important;margin-bottom:4px!important;text-shadow:0 2px 4px rgba(0,0,0,.3)!important}.mobile-profile-section .student-course-badge{color:#94a3b8!important;font-size:14px!important;font-weight:500!important}.mobile-menu-content{padding:15px 20px!important;display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;max-width:450px!important;margin:0 auto!important}.mobile-nav-link{background:#ffffff08!important;padding:12px 18px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.05)!important;color:#e2e8f0!important;font-size:16px!important;font-weight:700!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}.mobile-nav-link:active{background:#ffffff1a!important;border-color:#6366f1!important;transform:scale(.98)!important}.mobile-nav-link svg{color:#818cf8!important}.mobile-nav-link.logout{background:#e11d480d!important;color:#fb7185!important;border-color:#e11d481a!important;margin-top:10px!important;justify-content:center!important}.mobile-menu-divider{height:1px!important;background:#ffffff0d!important;margin:10px 0!important}.mobile-nav-link.logout:hover{background:#ef444433}.mobile-menu-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);margin:10px 0}@media (max-width: 968px){.promo-banner-card{flex-direction:column}.promo-image-side{height:300px}.promo-content-side{padding:40px;align-items:center;text-align:center}.desktop-only{display:none!important}.mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;width:44px;height:44px;border-radius:12px;cursor:pointer}.dashboard-navbar{padding:0 20px;height:80px;background:transparent;border-bottom:1px solid transparent;box-shadow:none}}.mobile-menu-overlay{position:fixed;top:0;right:0;width:100%;height:100vh;background:#0f172afc;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:9999;display:flex!important;flex-direction:column;animation:premiumSideReveal .5s cubic-bezier(.16,1,.3,1);overflow-y:auto;will-change:transform,opacity}@keyframes premiumSideReveal{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.dashboard-page.is-menu-open header.hero-pure,.dashboard-page.is-menu-open main.services-section,.dashboard-page.is-menu-open .body-geometric-shapes,.dashboard-page.is-menu-open .footer-clipped-wrapper{display:none!important}.mobile-profile-section,.mobile-nav-link{opacity:0;animation:itemFadeIn .3s ease-out forwards;will-change:transform,opacity}@keyframes itemFadeIn{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}.mobile-profile-section{animation-delay:.1s}.mobile-nav-link:nth-child(2){animation-delay:.15s}.mobile-nav-link:nth-child(3){animation-delay:.2s}.mobile-nav-link:nth-child(4){animation-delay:.25s}.mobile-nav-link:nth-child(5){animation-delay:.3s}.mobile-nav-link:nth-child(6){animation-delay:.35s}.mobile-nav-link:nth-child(7){animation-delay:.4s}.mobile-nav-link:nth-child(8){animation-delay:.45s}.mobile-nav-link.logout{animation-delay:.5s}.mobile-menu-close{position:absolute;top:25px;right:25px!important;left:auto!important;background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;width:44px!important;height:44px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10001}.footer-clipped-wrapper{position:relative;margin-top:120px;z-index:5}.library-info-footer{background:#111827;color:#fff;clip-path:polygon(0 15%,100% 0,100% 100%,0% 100%);padding:140px 5% 40px;background-image:radial-gradient(circle at top right,#1f2937,#111827 60%);position:relative}.library-info-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,.03),transparent 20%);pointer-events:none}.footer-about h2{font-size:36px;font-weight:900;margin-bottom:24px;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;position:relative}.footer-about h2:after{content:"";position:absolute;bottom:-8px;right:0;width:60px;height:4px;background:var(--primary);border-radius:2px}.footer-about p{color:#94a3b8;line-height:2;font-size:17px;font-weight:400;margin-bottom:40px;max-width:600px;border-right:3px solid rgba(255,255,255,.1);padding-right:20px}.footer-main-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:80px;max-width:1200px;margin:0 auto 60px}.footer-right-col{display:flex;flex-direction:column;gap:50px}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;margin-top:50px!important;padding-top:60px}.feature-pill{display:flex}.features-list>div{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:16px 20px;display:flex;align-items:center;gap:16px!important;transition:all .3s ease;cursor:default}.features-list>div:hover{background:#ffffff14;border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.features-list span{font-weight:700;font-size:15px;color:#fff;letter-spacing:.5px}.footer-contact-card{background:#ffffff0d;padding:30px;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:30px;text-align:center;color:#6b7280;display:flex;flex-direction:column;align-items:center;gap:15px}.developer-credits{display:flex;flex-direction:column;align-items:center;gap:10px}.powered-by{font-size:14px;color:#94a3b8;font-weight:700;letter-spacing:.5px;opacity:.8}.unique-profile-badge{display:flex;align-items:center;gap:12px;background:#ffffff14;padding:6px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .2s ease;min-width:200px;justify-content:space-between}.profile-name{display:block;font-weight:700;font-size:14px;color:#fff!important;line-height:normal}.profile-track{display:flex;align-items:center;gap:4px;justify-content:flex-end;font-size:11px;font-weight:600;color:#ffffffe6!important;text-transform:uppercase}.profile-avatar-hexagon{width:38px;height:38px;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;border:2px solid rgba(255,255,255,.2);border-radius:50%;flex-shrink:0}.dashboard-navbar.scrolled{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0f172a!important}.geo-shape{filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;opacity:.4}*{-webkit-font-smoothing:antialiased}.body-geometric-shapes,.geo-shape{will-change:transform;transform:translateZ(0);pointer-events:none}html{scroll-behavior:auto!important}.social-links{display:flex;gap:12px;justify-content:center}.social-link{width:44px;height:44px;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px;background:#ffffff1a!important;color:#fff!important;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)!important;text-decoration:none!important}.social-link svg{display:block;width:24px;height:24px;stroke:#fff!important;fill:none!important;stroke-width:2px;margin:0}.social-link:hover{transform:translateY(-5px);background:var(--primary, #4f46e5)!important;border-color:var(--primary, #4f46e5)!important;box-shadow:0 10px 20px #0003}.social-link.facebook:hover{background:#1877f2;border-color:#1877f2}.social-link.linkedin:hover{background:#0a66c2;border-color:#0a66c2}.social-link.github:hover{background:#24292e;border-color:#24292e}.social-link.whatsapp:hover{background:#25d366;border-color:#25d366}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.hero-pure{height:160px;clip-path:polygon(0 0,100% 0,100% 95%,50% 100%,0 95%)}.hero-title{font-size:36px;line-height:1.2;padding:0 20px}.hero-subtitle{font-size:16px;padding:0 20px;margin-bottom:30px}.stats-container{flex-direction:column;width:100%;padding:0 24px;margin-top:-60px}.stat-box{width:100%;justify-content:center}.library-info-footer{clip-path:polygon(0 5%,100% 0,100% 100%,0% 100%);padding-top:100px}.footer-main-grid{grid-template-columns:1fr;gap:40px}}.lottie-icon-container{width:130px;height:130px;transition:all .3s ease}@media (max-width: 640px){.lottie-icon-container{width:90px!important;height:90px!important;margin:-10px!important}}.contact-item-link{transition:all .3s ease;border-radius:8px}.contact-item-link:hover{transform:translate(-5px);background:#f59e0b1a;padding:5px 10px}.body-geometric-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1;overflow:hidden;contain:layout style paint}.geo-shape{position:absolute;border:2px solid;opacity:.15;animation:floatGeoShape 40s infinite linear;animation-play-state:paused;will-change:transform;pointer-events:none;backface-visibility:hidden;transform:translateZ(0)}.geo-shape{transform:scale(1.4)}.is-scrolled:not(.is-menu-open) .geo-shape{animation-play-state:running}.is-menu-open .geo-shape{animation-play-state:paused!important}.geo-circle-1{width:70px;height:70px;border-radius:50%;border-color:#8b5cf6;background:transparent;top:5%;left:3%;animation-delay:0s}.geo-triangle-1{width:0;height:0;border-left:45px solid transparent;border-right:45px solid transparent;border-bottom:80px solid #F59E0B;border-top:none;background:transparent;top:10%;right:8%;animation-delay:-3s}.geo-square-1{width:65px;height:65px;border-color:#10b981;background:transparent;border-radius:8px;top:15%;left:92%;animation-delay:-6s;transform:rotate(25deg)}.geo-diamond-1{width:55px;height:55px;border-color:#6366f1;background:transparent;transform:rotate(45deg);top:12%;right:45%;animation-delay:-9s}.geo-circle-2{width:60px;height:60px;border-radius:50%;border-color:#ec4899;background:transparent;top:18%;left:20%;animation-delay:-12s}.geo-hexagon-1{width:60px;height:34.64px;background:transparent;border-top:3px solid #3B82F6;border-bottom:3px solid #3B82F6;border-left:none;border-right:none;top:28%;right:5%;animation-delay:-15s;position:relative}.geo-hexagon-1:before{content:"";position:absolute;top:-20.32px;left:-3px;width:0;height:0;border-left:33px solid transparent;border-right:33px solid transparent;border-bottom:17.32px solid #3B82F6}.geo-hexagon-1:after{content:"";position:absolute;bottom:-20.32px;left:-3px;width:0;height:0;border-left:33px solid transparent;border-right:33px solid transparent;border-top:17.32px solid #3B82F6}.geo-square-2{width:70px;height:70px;border-color:#ef4444;background:transparent;border-radius:10px;top:32%;left:7%;animation-delay:-18s;transform:rotate(-15deg)}.geo-triangle-2{width:0;height:0;border-left:40px solid transparent;border-right:40px solid transparent;border-bottom:75px solid #06B6D4;border-top:none;background:transparent;top:35%;right:18%;animation-delay:-21s}.geo-pentagon-1{width:65px;height:61.27px;background:transparent;border:3px solid #FBB024;position:absolute;top:40%;left:50%;animation-delay:-24s;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.geo-circle-3{width:58px;height:58px;border-radius:50%;border-color:#14b8a6;background:transparent;top:45%;left:85%;animation-delay:-27s}.geo-square-3{width:68px;height:68px;border-color:#7c3aed;background:transparent;border-radius:12px;top:48%;right:40%;animation-delay:-30s;transform:rotate(30deg)}.geo-circle-4{width:62px;height:62px;border-radius:50%;border-color:#84cc16;background:transparent;top:25%;left:12%;animation-delay:-33s}.geo-triangle-3{width:0;height:0;border-left:42px solid transparent;border-right:42px solid transparent;border-bottom:78px solid #F43F5E;border-top:none;background:transparent;top:55%;left:25%;animation-delay:-36s}.geo-diamond-2{width:60px;height:60px;border-color:#0ea5e9;background:transparent;transform:rotate(45deg);top:60%;right:30%;animation-delay:-39s}.geo-hexagon-2{width:55px;height:31.75px;background:transparent;border-top:3px solid #10B981;border-bottom:3px solid #10B981;border-left:none;border-right:none;top:65%;left:60%;animation-delay:-42s;position:relative}.geo-hexagon-2:before{content:"";position:absolute;top:-18.62px;left:-3px;width:0;height:0;border-left:30.5px solid transparent;border-right:30.5px solid transparent;border-bottom:15.87px solid #10B981}.geo-hexagon-2:after{content:"";position:absolute;bottom:-18.62px;left:-3px;width:0;height:0;border-left:30.5px solid transparent;border-right:30.5px solid transparent;border-top:15.87px solid #10B981}.geo-circle-5{width:65px;height:65px;border-radius:50%;border-color:#d946ef;background:transparent;top:68%;right:10%;animation-delay:-45s}.geo-square-4{width:72px;height:72px;border-color:#eab308;background:transparent;border-radius:8px;top:58%;left:8%;animation-delay:-48s;transform:rotate(-20deg)}.geo-triangle-4{width:0;height:0;border-left:38px solid transparent;border-right:38px solid transparent;border-bottom:70px solid #A855F7;border-top:none;background:transparent;top:75%;right:25%;animation-delay:-51s}.geo-pentagon-2{width:60px;height:56.27px;background:transparent;border:3px solid #F97316;position:absolute;top:80%;left:40%;animation-delay:-54s;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.geo-circle-6{width:68px;height:68px;border-radius:50%;border-color:#3b82f6;background:transparent;top:85%;left:15%;animation-delay:-57s}.geo-diamond-3{width:58px;height:58px;border-color:#22d3ee;background:transparent;transform:rotate(45deg);top:90%;right:15%;animation-delay:-60s}.geo-circle-7{width:64px;height:64px;border-radius:50%;border-color:#f59e0b;background:transparent;top:72%;left:5%;animation-delay:-63s}.geo-square-5{width:66px;height:66px;border-color:#ec4899;background:transparent;border-radius:10px;top:95%;left:70%;animation-delay:-66s;transform:rotate(15deg)}@media (min-width: 1024px){.geo-lush{display:block!important;opacity:.2!important}.geo-circle-8{width:120px;height:120px;border-radius:50%;border-color:#6366f1;top:12%;left:35%;animation-delay:-5s}.geo-square-6{width:90px;height:90px;border-color:#14b8a6;top:40%;left:28%;animation-delay:-10s;transform:rotate(15deg);border-radius:12px}.geo-triangle-5{width:80px;height:80px;border:3px solid #FBB024;top:68%;right:45%;border-radius:50% 5%;animation-delay:-15s}.geo-diamond-4{width:85px;height:85px;border-color:#d946ef;transform:rotate(45deg);top:85%;left:55%;animation-delay:-20s}.geo-hexagon-3{width:90px;height:90px;border:3px solid #3B82F6;top:22%;right:25%;animation-delay:-25s;border-radius:30%}.geo-circle-9{width:140px;height:140px;border-radius:50%;border-color:#ec4899;top:55%;left:18%;animation-delay:-30s}.geo-square-7{width:110px;height:110px;border-color:#84cc16;top:32%;right:65%;animation-delay:-35s;transform:rotate(35deg);border-radius:20px}.geo-diamond-5{width:75px;height:75px;border-color:#0ea5e9;transform:rotate(45deg);top:75%;left:35%;animation-delay:-40s}.geo-circle-10{width:100px;height:100px;border-radius:50%;border-color:#f59e0b;top:48%;right:28%;animation-delay:-45s}.geo-triangle-6{width:85px;height:85px;border:3px solid #EF4444;border-radius:5% 50%;top:92%;right:75%;animation-delay:-50s}.geo-pentagon-3{width:85px;height:85px;border:3px solid #8B5CF6;top:5%;right:55%;animation-delay:-55s;border-radius:40%}.geo-circle-11{width:160px;height:160px;border-radius:50%;border-color:#22d3ee;top:82%;right:12%;animation-delay:-60s}.geo-square-8{width:95px;height:95px;border-color:#10b981;top:28%;left:75%;animation-delay:-65s;transform:rotate(-25deg)}.geo-diamond-6{width:70px;height:70px;border-color:#f43f5e;transform:rotate(45deg);top:45%;left:92%;animation-delay:-70s}.geo-circle-12{width:115px;height:115px;border-radius:50%;border-color:#a855f7;top:95%;left:18%;animation-delay:-75s}.geo-pentagon-4{width:100px;height:95px;border:3px solid #FBB024;top:42%;left:65%;animation-delay:-90s;border-radius:25%}}@media (max-width: 1023px){.geo-lush{display:none!important}}@keyframes floatGeoShape{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(30px,30px,0) rotate(360deg)}}@media (max-width: 768px){.geo-shape{transform:scale(.6);opacity:.7}.geo-circle-1,.geo-circle-2,.geo-circle-3,.geo-circle-4,.geo-circle-5,.geo-circle-6,.geo-circle-7{width:45px;height:45px}.geo-square-1,.geo-square-2,.geo-square-3,.geo-square-4,.geo-square-5{width:40px;height:40px}}.file-upload-container{display:flex;flex-direction:column;gap:15px;width:100%}.upload-simple-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s}.upload-simple-button:hover:not(:disabled){background-color:#2563eb}.upload-simple-button:disabled{background-color:#94a3b8;cursor:not-allowed}.spinning-icon{animation:spin 1s linear infinite}.alert{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px;font-size:14px}.alert-error{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background-color:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.uploaded-files-simple{display:flex;flex-direction:column;gap:8px;margin-top:10px}.file-item-simple{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d}.file-info-simple{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.file-icon-simple{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f1f5f9;border-radius:6px;font-size:12px;font-weight:700;color:#475569}.file-details-simple{display:flex;flex-direction:column;gap:2px;overflow:hidden}.file-name-simple{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size-simple{font-size:12px;color:#64748b}.file-actions-simple{display:flex;align-items:center;gap:10px}.checkbox-label-simple{display:flex;align-items:center;cursor:pointer}.checkbox-label-simple input{display:none}.checkbox-custom-simple{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;position:relative;background-color:#fff;transition:all .2s}.checkbox-label-simple input:checked+.checkbox-custom-simple{background-color:#3b82f6;border-color:#3b82f6}.checkbox-label-simple input:checked+.checkbox-custom-simple:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.remove-button-simple{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background-color:#fee2e2;color:#ef4444;border-radius:6px;cursor:pointer;transition:background-color .2s}.remove-button-simple:hover{background-color:#fca5a5;color:#b91c1c}.service-details-page{min-height:100vh;background:#f7fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:pageFadeIn .15s ease}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.details-header{background:#fff;padding:20px 40px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #0000001a}.details-header h1{font-size:28px;color:#1a202c;margin:0;font-weight:700}.details-form{padding:40px 20px;max-width:900px;margin:0 auto}.details-container{display:flex;flex-direction:column;gap:30px}.form-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.form-section h2{font-size:18px;color:#1a202c;margin:0 0 20px;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:12px}.personal-data-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:16px}.data-field{display:flex;flex-direction:column;gap:4px;padding:12px;background:#f7fafc;border-radius:6px;border-right:3px solid #667eea}.data-field .label{font-size:12px;color:#718096;font-weight:600;text-transform:uppercase}.data-field .value{font-size:14px;color:#1a202c;font-weight:500}.edit-note{display:flex;align-items:center;gap:8px;font-size:13px;color:#718096;background:#edf2f7;padding:12px;border-radius:6px;margin:0;border-left:3px solid #667eea}.service-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-fields>.dynamic-fields-section{grid-column:1 / -1;width:100%}@media (max-width: 768px){.service-fields{grid-template-columns:1fr}.details-header{padding:15px;flex-direction:column;align-items:flex-start;gap:15px}.details-header h1{font-size:20px}.details-form{padding:20px 10px}.form-section{padding:15px}.book-prices-list{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;padding:10px}@media (min-width: 380px){.book-prices-list{grid-template-columns:repeat(3,1fr)!important}}.dynamic-fields-container{grid-template-columns:1fr;gap:12px}.graduation-price-item strong,.price-item-row strong{font-size:14px}.price-item-row{padding:10px 8px;flex-direction:column;text-align:center;gap:4px}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%;padding:14px}.payment-methods{grid-template-columns:1fr;gap:10px}.payment-option{padding:12px}.payment-label{font-size:14px}.payment-number{font-size:11px!important;color:#475569}}.form-group{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.form-group label{font-size:14px;font-weight:800;color:#2d3748}.required{color:#c53030;margin-right:4px}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:#fff;color:#1a202c;width:100%;box-sizing:border-box}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23667eea' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 12px center;background-size:16px;padding-left:40px;cursor:pointer}.form-group select:hover{border-color:#cbd5e1;background-color:#f8fafc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-1px)}.form-group textarea{resize:vertical;min-height:100px}.editable-field-container{position:relative}.editable-field-display{display:flex;align-items:center;gap:8px}.readonly-input{flex:1;background:#f7fafc;color:#4a5568;cursor:default}.readonly-input:focus{border-color:#cbd5e0;box-shadow:none}.edit-field-button{background:#667eea;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:40px}.edit-field-button:hover{background:#5568d3;transform:scale(1.05)}.editable-input{width:100%}.other-input{margin-top:8px}@media (max-width: 1023px){.editable-field-display{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px}.editable-field-display .readonly-input,.editable-field-display .editable-input,.editable-field-display input{width:auto!important;min-width:0!important;flex:1 1 0!important}.edit-field-button{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:10px;flex:0 0 auto;flex-shrink:0!important;align-self:center!important}}.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.payment-option{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px #00000005,0 1px 3px #0000000d;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff;position:relative;overflow:hidden;z-index:1}.payment-option:hover{border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}.payment-option:hover:before{content:"";position:absolute;top:50%;left:50%;width:200%;height:200%;background:conic-gradient(transparent,transparent,transparent,#2563eb);transform:translate(-50%,-50%);animation:rotateBorder 3s linear infinite;z-index:-2}.payment-option:hover:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:#fff;border-radius:6px;z-index:-1}@keyframes rotateBorder{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.payment-option input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#2563eb;position:relative;z-index:2}.payment-option input[type=radio]:checked+.payment-label{color:#000;font-weight:700}.payment-option input[type=radio]:checked{accent-color:#2563eb}.payment-option:has(input[type=radio]:checked){border-color:#2563eb;background:#eff6ff;border-width:2px}.payment-option:has(input[type=radio]:checked):hover:before{display:none}.payment-label{font-size:15px;color:#000;font-weight:700;cursor:pointer;flex:1;position:relative;z-index:2}.payment-amount{background:transparent;border:none;padding:0;margin-bottom:20px}.payment-amount strong{margin:0 0 12px;font-size:18px;color:#2d3748;font-weight:600;display:block}.payment-amount .selected-price strong{color:#fff;font-size:18px;font-weight:600}.selected-price{margin-top:0;padding:18px 32px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px;text-align:center;border:none;box-shadow:0 4px 15px #10b9814d;display:flex;justify-content:center;align-items:center;transition:all .3s ease;width:auto;min-width:280px;max-width:90%;margin-left:auto;margin-right:auto}.selected-price:hover{transform:translateY(-2px)}.payment-info{display:flex;flex-direction:column;gap:4px;flex:1;position:relative;z-index:2}.payment-number{font-size:13px;color:#000;font-weight:700;direction:ltr;text-align:right;width:fit-content;align-self:flex-end}.payment-option input[type=radio]:checked+.payment-info .payment-label{color:#000;font-weight:700}.section-receipt{margin-top:20px}.section-features{margin-top:20px;background:linear-gradient(135deg,#667eea10,#764ba210);border:1px solid #667eea30}.features-list{list-style:none;padding:0;margin:0;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.required-docs .features-list{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:12px!important;padding:0!important}.required-docs .feature-item{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;padding:12px 16px!important;background:#fff!important;border-radius:12px!important;border:1px solid #e2e8f0!important;border-right:4px solid #ef4444!important;box-shadow:0 4px 6px -1px #0000000d!important;transition:all .3s ease!important;flex:1 1 calc(50% - 12px)!important;min-width:200px!important}.required-docs .feature-item:hover{transform:translate(-5px)!important;box-shadow:0 10px 15px -3px #ef44441a!important;border-color:#ef4444!important}.required-docs .feature-icon{color:#ef4444!important;flex-shrink:0!important}.required-docs .feature-item span{font-size:15px!important;font-weight:700!important;color:#1e293b!important}@media (max-width: 768px){.required-docs .feature-item{padding:14px 16px!important}.required-docs .feature-item span{font-size:14px!important}}@media (max-width: 900px){.features-list{grid-template-columns:1fr!important;gap:12px!important}}.section-features .feature-item{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 18px!important;background:#fff!important;border-radius:10px!important;box-shadow:0 2px 8px #667eea1a!important;transition:all .3s ease!important;border-right:4px solid #667eea!important;border-left:none!important;height:100%!important}.section-features .feature-item:hover{transform:translateY(-5px)!important;box-shadow:0 4px 12px #667eea33!important}.section-features .feature-icon{color:#667eea!important;flex-shrink:0!important}.section-features .feature-item span{color:#1e293b!important;font-size:15px!important;font-weight:600!important;line-height:1.5!important}.graduation-prices-list{display:flex;flex-direction:column;gap:12px;margin-top:0}.graduation-prices-list .selected-price{margin-top:0}.graduation-price-item{padding:16px 20px;background:#10b981;color:#fff;border-radius:8px;text-align:center;box-shadow:0 4px 12px -2px #10b98140;transition:all .2s ease}.graduation-price-item:hover{transform:translateY(-1px);box-shadow:0 6px 16px -2px #10b9814d}.graduation-price-item strong{font-size:18px;font-weight:600;color:#fff}.dynamic-fields-section{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0;grid-column:1 / -1;width:100%;clear:both}.dynamic-fields-title{font-size:15px;font-weight:600;color:#2d3748;margin:0 0 12px;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.dynamic-fields-container{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}@media (max-width: 768px){.dynamic-fields-container{grid-template-columns:1fr}}.dynamic-fields-container .form-group{margin-bottom:0;width:100%;display:flex;flex-direction:column}.dynamic-fields-container .form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#2d3748}.dynamic-fields-container .form-group input{width:100%;padding:10px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;box-sizing:border-box;font-family:inherit}.dynamic-fields-container .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dynamic-fields-container .form-group input:hover{border-color:#cbd5e0}.book-prices-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin:16px 0;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.price-item-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.price-item-row:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26;transform:translateY(-1px)}.price-item-row span{color:#2d3748;font-size:14px;font-weight:500}.price-item-row strong{color:#667eea;font-size:16px;font-weight:700}.receipt-note{color:#718096;font-size:14px;margin-bottom:16px;padding:12px;background:#edf2f7;border-radius:6px;border-left:3px solid #667eea}.message{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:6px;font-size:14px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.cancel-button,.submit-button{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.submit-button:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 10px 25px #667eea66,0 0 15px #667eea33}.submit-button:active:not(:disabled){transform:translateY(-1px) scale(.95);box-shadow:0 5px 10px #667eea4d}.submit-button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#fff6;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.submit-button:active:after{animation:ripple .6s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(40);opacity:0}}.submit-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none!important;box-shadow:none!important}.submit-button:disabled,.cancel-button:disabled{opacity:.5;cursor:not-allowed}.loading-overlay-root{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;z-index:2147483640!important;overflow:hidden;display:flex!important;align-items:center!important;justify-content:center!important}.loading-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:1}.floating-orbs-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;pointer-events:none}.floating-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.8;animation:orbFloat 15s infinite alternate ease-in-out}.orb-1{width:450px;height:450px;background:radial-gradient(circle,rgba(79,70,229,.6) 0%,transparent 70%);top:-150px;left:-150px}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(147,51,234,.5) 0%,transparent 75%);bottom:-150px;right:-100px;animation-delay:-5s}.orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.4) 0%,transparent 75%);top:60%;left:30%;animation-duration:25s}@keyframes orbFloat{0%{transform:translate(0) scale(1)}50%{transform:translate(100px,50px) scale(1.1)}to{transform:translate(-50px,100px) scale(.9)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.loading-modal{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:40px;padding:60px 40px;max-width:480px;width:90%;box-shadow:0 30px 60px -12px #00000040,0 18px 36px -18px #0000004d,inset 0 0 0 1px #ffffff80;text-align:center;position:relative;z-index:2147483645;animation:modalReveal .7s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.3);overflow:hidden}@keyframes modalReveal{0%{opacity:0;transform:scale(.9) translateY(40px)}to{opacity:1;transform:scale(1) translateY(0)}}.loading-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#4f46e5,#10b981,#f59e0b,#4f46e5);background-size:300% 100%;animation:topBarFlow 3s linear infinite}@keyframes topBarFlow{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes chicModalPop{0%{opacity:0;transform:scale(.9) translateY(40px);filter:blur(10px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0)}}.loading-spinner-container{display:flex;justify-content:center;align-items:center;margin-bottom:30px;position:relative}.loading-spinner-container:after{content:"";position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(102,126,234,.2) 0%,transparent 70%);animation:pulseGlow 2s infinite}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:1}}.spinning-loader-large{animation:spinLoader 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite;color:#4f46e5;filter:drop-shadow(0 0 15px rgba(79,70,229,.5))}@keyframes spinLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{font-size:28px;font-weight:900;color:#0f172a;margin:0 0 10px;letter-spacing:-1px}.loading-subtitle{font-size:16px;color:#64748b;margin:0 0 35px;font-weight:500;line-height:1.6}.loading-modal.success-state{border-color:#10b981}.loading-modal.success-state:before{background:linear-gradient(90deg,#10b981,#34d399,#10b981)}.success-animation-container{display:flex;justify-content:center;align-items:center;margin-bottom:25px}.success-icon-animated{color:#10b981;animation:successPop .6s cubic-bezier(.175,.885,.32,1.275) forwards;filter:drop-shadow(0 0 15px rgba(16,185,129,.4))}@keyframes successPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.copy-toast-container{position:fixed;bottom:40px;left:0;right:0;display:flex;justify-content:center;z-index:2147483647;pointer-events:none;padding:0 20px}.copy-toast{background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:14px 28px;border-radius:100px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(255,255,255,.1);animation:toastSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes toastSlideUp{0%{transform:translateY(100px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.toast-icon{background:#10b981;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.progress-bar-wrapper{display:flex;flex-direction:column;gap:8px;align-items:center}.progress-bar-track{width:100%;height:14px;background:#f1f5f9;border-radius:100px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000000d;border:4px solid white;outline:1px solid rgba(0,0,0,.05)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#10b981,#4f46e5);background-size:200% 100%;border-radius:100px;transition:width .6s cubic-bezier(.16,1,.3,1);position:relative;animation:progressFlow 2s linear infinite;box-shadow:0 0 10px #4f46e54d}.progress-bar-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:20px 20px;animation:stripesFlow 1s linear infinite}@keyframes progressFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes stripesFlow{0%{background-position:0 0}to{background-position:20px 0}}.progress-bar-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-stats{display:flex;justify-content:center;align-items:center;width:100%;margin-top:5px}.progress-percentage-text{font-size:16px;font-weight:800;color:#4f46e5;font-family:Cairo,sans-serif;letter-spacing:.5px;margin-top:4px}@media (max-width: 768px){.details-header{padding:15px 20px}.details-header h1{font-size:22px}.details-form{padding:20px 10px}.form-section{padding:16px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.section-assignments{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;margin-bottom:24px}.assignments-cards-grid{display:flex;flex-direction:column;gap:16px;margin-top:16px}.assignment-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px 24px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:80px}.assignment-card:hover{border-color:#667eea;transform:translate(-4px);box-shadow:0 4px 12px #667eea1a}.assignment-card.selected{border-color:#667eea;background:linear-gradient(to right,#f0f4ff,#fff);box-shadow:0 4px 12px #667eea26}.assignment-card-content{flex:1;display:flex;justify-content:space-between;align-items:center;padding-right:40px}.assignment-card h3{font-size:17px;font-weight:600;color:#1e293b;margin:0}.assignment-price{font-size:18px;font-weight:700;color:#667eea;background:#f1f5f9;padding:6px 12px;border-radius:8px;min-width:100px;text-align:center}.assignment-selected-indicator{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;box-shadow:0 2px 5px #667eea4d}.selected-assignments-summary{margin-top:24px;padding:20px;background:#f7fafc;border-radius:8px;border:2px solid #e2e8f0}.selected-assignments-summary strong{display:block;font-size:16px;color:#1a202c;margin-bottom:12px}.selected-assignments-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.selected-assignment-item{background:#fff;padding:8px 16px;border-radius:6px;border:1px solid #cbd5e0;font-size:14px;color:#475569}.total-price{padding-top:16px;border-top:2px solid #e2e8f0;font-size:18px;color:#667eea}.total-price strong{color:#667eea}@media (max-width: 768px){.assignments-cards-grid{grid-template-columns:1fr}}.certificates-section-modern{padding:24px 0;margin-bottom:24px}.certificates-container{max-width:1200px;margin:0 auto;padding:0 20px}.certificates-title-section{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.title-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #667eea33}.title-content h2{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px}.title-content p{font-size:16px;color:#64748b;margin:0;font-weight:400}.certificates-selection-area{margin-bottom:24px}.certificates-options{display:flex;flex-direction:column;gap:16px}.certificate-option{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative}.certificate-option:hover{border-color:#06b6d4;box-shadow:0 4px 16px #06b6d41a;transform:translateY(-2px)}.certificate-option.active{border-color:#06b6d4;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);box-shadow:0 0 0 3px #06b6d426}.certificate-option-content{display:flex;align-items:center;gap:20px}.certificate-image-wrapper{width:80px;height:80px;border-radius:10px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;border:2px solid #e2e8f0;flex-shrink:0}.certificate-option-image{width:100%;height:100%;object-fit:cover}.image-fallback{display:flex;align-items:center;justify-content:center;color:#94a3b8}.certificate-option-details{flex:1;min-width:0}.certificate-option-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.certificate-option-price{display:flex;align-items:baseline;gap:6px;margin-bottom:8px}.price-value{font-size:20px;font-weight:700;color:#06b6d4}.price-unit{font-size:14px;font-weight:500;color:#64748b}.certificate-option-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:#64748b;font-weight:500}.certificate-selection-indicator{flex-shrink:0}.selected-indicator{display:flex;align-items:center;gap:8px;background:#06b6d4;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.select-indicator{display:flex;align-items:center;justify-content:center;width:80px;height:40px;border:2px solid #e2e8f0;border-radius:20px;color:#64748b;font-size:14px;font-weight:500;transition:all .3s ease}.certificate-option:hover .select-indicator{border-color:#06b6d4;color:#06b6d4}.certificate-option-description{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.certificate-option-description p{font-size:14px;color:#64748b;line-height:1.5;margin:0}.certificate-details-form{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px #00000014;border:1px solid #e2e8f0}.form-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.selected-certificate-summary{display:flex;align-items:center;gap:16px}.summary-icon{width:48px;height:48px;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.summary-content h3{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 4px}.summary-price{font-size:16px;color:#06b6d4;font-weight:500;margin:0}.form-content{display:flex;flex-direction:column;gap:24px}.certificate-description-section,.certificate-fields-section{background:#f8fafc;border-radius:8px;padding:20px}.certificate-description-section h4,.certificate-fields-section h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.description-text p{font-size:14px;color:#475569;line-height:1.6;margin:0 0 12px}.fields-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.field-wrapper{display:flex;flex-direction:column;gap:8px}.field-label-clean{font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:4px}.field-required{color:#ef4444;font-size:16px}.field-input-clean,.field-select-clean{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:all .3s ease}.field-input-clean:focus,.field-select-clean:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a;outline:none}.field-input-clean::placeholder{color:#9ca3af}.no-certificates-state{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:2px dashed #e2e8f0}.empty-state-icon{margin-bottom:16px;color:#94a3b8}.no-certificates-state h3{font-size:20px;font-weight:600;color:#475569;margin:0 0 8px}.no-certificates-state p{font-size:14px;color:#64748b;margin:0}@media (max-width: 768px){.certificates-container{padding:0 16px}.certificates-title-section{flex-direction:column;text-align:center;gap:12px}.title-content h2{font-size:24px}.certificate-option-content{flex-direction:column;align-items:flex-start;gap:16px}.certificate-image-wrapper,.certificate-selection-indicator{align-self:center}.fields-container{grid-template-columns:1fr;gap:12px}.selected-certificate-summary{flex-direction:column;text-align:center;gap:12px}}@media (max-width: 480px){.certificates-section-modern{padding:16px 0}.certificate-details-form,.certificate-option{padding:16px}.certificate-option-content{gap:12px}}.exam-language-section{margin-top:16px}.exam-languages-display{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.exam-languages-display li{padding:14px 40px 14px 18px;background:linear-gradient(135deg,#f7fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-weight:600;color:#1a202c;transition:all .3s ease;position:relative}.exam-languages-display li:before{content:"✓";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#10b981;font-weight:700;font-size:16px}.exam-languages-display li:hover{border-color:#cbd5e0;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);transform:translate(-4px);box-shadow:0 2px 8px #00000014}.premium-features{background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border:1px solid #667eea!important;padding:30px!important}.premium-features h2{color:#1e293b!important;border-bottom-color:#e2e8f0!important;text-align:right!important}.premium-features .features-list{gap:16px!important}.premium-features .feature-item{background:#fff!important;border-right:5px solid #2563eb!important;border-left:none!important;padding:20px!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;box-shadow:0 4px 6px -1px #0000001a!important}.premium-features .feature-icon{color:#2563eb!important}.premium-features .feature-item span{color:#1e293b!important;font-weight:600!important;font-size:16px!important}.premium-features .feature-item:hover{background:#f8fafc!important;transform:translate(-5px)!important}.calculated-track-group{margin-top:10px;background:#f0fdf4;padding:15px;border-radius:8px;border:1px solid #bbf7d0;animation:fadeIn .3s ease}.calculated-track-display{font-size:18px;font-weight:700;color:#15803d;padding:10px;background:#fff;border-radius:6px;border:1px solid #86efac;text-align:center;margin-top:5px}.field-note{font-size:12px;color:#166534;margin-top:8px;margin-bottom:0;font-style:italic}.calculated-track-display-mini{flex:1;background:#fff;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#1a202c;cursor:default}.cancel-edit{background:#e53e3e}.cancel-edit:hover{background:#c53030}.field-note-mini{font-size:12px;color:#718096;margin-top:4px;margin-bottom:0}.track-confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}.track-confirmation-modal{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:90%;box-shadow:0 25px 70px #0006;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.track-confirmation-header{text-align:center;margin-bottom:30px}.track-confirmation-header .success-icon{color:#10b981;margin-bottom:16px;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.track-confirmation-header h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 8px}.track-confirmation-header p{font-size:14px;color:#718096;margin:0}.track-confirmation-content{display:flex;flex-direction:column;gap:24px}.track-confirmation-content .form-group{margin:0}.track-confirmation-content .form-group label{font-size:15px;font-weight:600;color:#2d3748;margin-bottom:8px;display:block}.track-select{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-weight:600;color:#1a202c;background:#fff;transition:all .3s ease;cursor:pointer}.track-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.track-select:hover{border-color:#cbd5e0}.track-confirmation-content .field-note{display:flex;align-items:center;gap:8px;font-size:13px;color:#718096;background:#f7fafc;padding:12px;border-radius:6px;margin-top:8px;border-right:3px solid #667eea}.track-confirmation-content .field-note strong{color:#667eea;font-weight:700}.track-confirmation-actions{display:flex;justify-content:center}.confirm-track-button{padding:14px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.confirm-track-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.confirm-track-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.track-confirmation-modal{padding:24px 16px;max-width:95%}.track-confirmation-header h2{font-size:18px}.confirm-track-button{width:100%}.details-header{padding:16px;flex-direction:column;align-items:flex-start;gap:16px}.details-header h1{font-size:20px;line-height:1.4}.details-form{padding:20px 12px}.form-section{padding:16px}.book-prices-list{grid-template-columns:1fr;padding:12px}.dynamic-fields-container{grid-template-columns:1fr;gap:16px}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;max-width:100%;padding:14px;font-size:16px;border-radius:12px}.form-group select{background-position:left 15px center;background-size:18px;padding-left:45px}.graduation-price-item strong,.price-item-row strong{font-size:14px}.price-item-row{padding:12px 8px;flex-direction:column;text-align:center;gap:4px}.form-actions{flex-direction:column-reverse;gap:12px}.cancel-button,.submit-button{width:100%;padding:14px;margin:0}.service-fields{grid-template-columns:1fr}}@media (min-width: 641px) and (max-width: 1023px){.book-prices-list{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:16px!important}.price-item-row{padding:14px 10px;flex-direction:row;justify-content:space-between}}@media (max-width: 1024px){.certificates-options{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.certificate-option-content{flex-direction:column!important;text-align:center!important;gap:10px!important}.certificate-image-wrapper{margin:0 auto!important}.certificate-option-price,.certificate-option-meta{justify-content:center!important}.certificate-selection-indicator{width:100%;margin-top:5px}.select-indicator,.selected-indicator{width:100%!important;justify-content:center!important}}@media (max-width: 1024px){.certificates-options{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important;align-items:stretch!important}.certificate-option{display:flex;flex-direction:column;justify-content:space-between;padding:16px!important;border-radius:16px!important;background:#fff!important;box-shadow:0 4px 6px #00000005!important;border:1px solid #e2e8f0!important;height:100%;margin:0!important}.certificate-option.active{border-color:#06b6d4!important;background:#f0fdfa!important;box-shadow:0 0 0 2px #06b6d433!important}.certificate-option-content{flex-direction:column!important;text-align:center!important;gap:12px!important;flex:1;display:flex!important}.certificate-image-wrapper{margin:0 auto!important;width:64px!important;height:64px!important;border-radius:12px!important;flex-shrink:0}.certificate-option-details{display:flex;flex-direction:column;align-items:center;width:100%}.certificate-option-title{font-size:14px!important;margin-bottom:6px!important;font-weight:700!important;line-height:1.4!important;height:40px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.certificate-option-price{justify-content:center!important;margin-bottom:4px!important;font-size:16px!important}.certificate-option-meta{justify-content:center!important;font-size:11px!important;opacity:.8}.certificate-option-description{display:none!important}.certificate-selection-indicator{width:100%;margin-top:12px}.select-indicator,.selected-indicator{width:100%!important;justify-content:center!important;padding:8px!important;height:36px!important;font-size:13px!important;border-radius:10px!important}}.digital-transformation-page .form-section{border-right:4px solid #14B8A6}.digital-transformation-page .exam-language-section{margin-top:10px}@media (max-width: 600px){.digital-transformation-page .details-form{padding:10px}.digital-transformation-page .form-section{padding:15px;margin-bottom:20px}.digital-transformation-page h2{font-size:16px;margin-bottom:15px}.digital-transformation-page .field-select-clean{font-size:14px;padding:12px}}.exam-languages-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}@media (max-width: 480px){.exam-languages-display{grid-template-columns:1fr}.exam-languages-display li{font-size:14px;padding:12px 35px 12px 12px}.exam-languages-display li:before{right:12px}}.financial-summary-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.financial-summary-card:hover{transform:translateY(-5px) scale(1.02)}@media (max-width: 600px){.financial-summary-card{padding:20px!important}.financial-summary-card div:nth-child(2){font-size:24px!important}}.dynamic-list-container{display:flex;flex-direction:column;gap:12px;width:100%}.existing-list{display:flex;flex-direction:column;gap:10px}.dynamic-list-item{display:flex;align-items:center;gap:10px;animation:fadeIn .3s ease}.dynamic-item-input{flex:1;padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;transition:all .3s ease}.dynamic-item-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.delete-item-btn{background:#fee2e2;color:#ef4444;border:none;width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.delete-item-btn:hover{background:#fecaca;transform:scale(1.05)}.add-new-item-row{display:flex;align-items:center;gap:10px;margin-top:5px}.new-item-input{flex:1;padding:12px;border:2px dashed #cbd5e1;border-radius:8px;font-size:15px;background:#f8fafc;transition:all .3s ease}.new-item-input:focus{border-color:#3b82f6;background:#fff;border-style:solid;outline:none}.add-item-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px -1px #3b82f633;transition:all .3s ease}.add-item-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px -1px #3b82f64d}.error-border,.error-group input,.error-group select,.error-group textarea{border:2px solid #ef4444!important;background-color:#fef2f2!important}.error-group label{color:#b91c1c!important}.error-group .required,.error-group .field-required{color:#ef4444!important;font-weight:900;transform:scale(1.1);display:inline-block}.profile-page{min-height:100vh;background:#f7fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.profile-header{background:#fff;padding:20px 40px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #0000001a;justify-content:space-between}.back-button{background:transparent;border:none;color:#667eea;cursor:pointer;padding:8px;border-radius:6px;font-size:14px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:8px}.back-button:hover{background:#edf2f7}.profile-header h1{font-size:28px;color:#1a202c;margin:0;font-weight:700;flex:1;text-align:center}.edit-profile-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.edit-profile-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.profile-form{padding:40px 20px;max-width:900px;margin:0 auto}.profile-container{display:flex;flex-direction:column;gap:30px}.message{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:6px;font-size:14px;background:#fff}.message.success{background:#c6f6d5;border:1px solid #9ae6b4;color:#22543d}.message.error{background:#fed7d7;border:1px solid #fc8181;color:#c53030}.profile-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014}.profile-section h2{font-size:18px;color:#1a202c;margin:0 0 20px;font-weight:600;border-bottom:2px solid #e2e8f0;padding-bottom:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-row:last-child{margin-bottom:0}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.form-group label{font-size:14px;font-weight:600;color:#2d3748}.form-group input,.form-group select{padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .3s ease;background-color:#fff}.form-group input:disabled,.form-group select:disabled{background-color:#f7fafc;color:#718096;cursor:default}.form-group input:not(:disabled):focus,.form-group select:not(:disabled):focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group select.error{border-color:#fc8181;background-color:#fff5f5}.error-message{font-size:12px;color:#c53030;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:2px solid #e2e8f0}.cancel-button,.save-button{padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button{background:#e2e8f0;color:#2d3748}.cancel-button:hover:not(:disabled){background:#cbd5e0}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.cancel-button:disabled,.save-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.profile-header{padding:15px 20px;flex-wrap:wrap}.profile-header h1{font-size:22px}.profile-form{padding:20px 10px}.profile-section{padding:16px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.all-users-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.users-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;background:#fff;padding:20px 30px;border-radius:12px;box-shadow:0 4px 6px #0000001a}.users-header h1{margin:0;color:#333;font-size:28px}.back-button{display:flex;align-items:center;gap:8px;background:#667eea;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;transition:all .3s}.back-button:hover{background:#5568d3;transform:translate(-3px)}.header-info{display:flex;align-items:center;gap:15px}.count-badge{background:#667eea;color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:14px}.users-controls{background:#fff;padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.search-box{width:100%}.search-input-wrapper{position:relative}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9aa4b2;pointer-events:none}.search-input{width:100%;padding:12px 44px 12px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.users-container{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 4px #0000001a}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px}.user-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:12px;padding:20px;transition:all .3s}.user-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.user-card-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.user-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700}.user-name h3{margin:0 0 5px;color:#333;font-size:20px}.user-email{margin:0;color:#666;font-size:14px}.user-details{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e8e8e8}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#555;font-size:14px}.detail-value{color:#333;font-size:14px;text-align:right;flex:1;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.id-row{background:#e9ecef;padding:8px 12px;border-radius:6px;font-family:monospace;font-size:11px}.password-row{background:#fdf2f8!important;padding:12px!important;border-radius:12px!important;border:1px solid #fce7f3!important;margin-top:5px!important}.password-display{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}.password-value{font-family:Courier New,Courier,monospace!important;font-size:15px!important;font-weight:700!important;color:#be185d!important;letter-spacing:.5px!important}.toggle-password-btn{background:#fff!important;border:1px solid #f9a8d4!important;color:#db2777!important;width:32px!important;height:32px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;flex-shrink:0!important}.toggle-password-btn:hover{background:#fdf2f8!important;transform:scale(1.1)!important;box-shadow:0 4px 10px #db27771a!important}.edit-password-btn{background:#667eea;color:#fff;border:none;border-radius:4px;padding:4px 10px;font-size:11px;cursor:pointer;transition:all .2s;font-weight:600}.edit-password-btn:hover{background:#5568d3}.password-edit-form{display:flex;gap:8px;width:100%;margin-top:8px;animation:fadeIn .3s ease}.password-edit-input{flex:1;padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:13px}.save-password-btn{background:#10b981;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer}.cancel-password-btn{background:#6b7280;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer}.detail-section{margin-top:10px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.section-title{display:block;margin-bottom:8px;color:#555;font-size:14px}.address-details{color:#333;font-size:14px;line-height:1.6}.empty-state{text-align:center;padding:60px 20px;color:#666}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#fff;gap:20px}.spinning{animation:spin 1s linear infinite}@media (max-width: 768px){.users-grid{grid-template-columns:1fr}.users-header{flex-direction:column;gap:15px;align-items:flex-start}.users-header h1{font-size:22px}}.custom-toast{position:fixed;top:80px;right:24px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 8px 24px #00000026;z-index:10000;min-width:320px;max-width:400px;animation:slideInRight .3s ease-out;border-left:4px solid #2563eb}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.custom-toast-content{display:flex;align-items:center;gap:12px}.custom-toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.custom-toast-loading .custom-toast-icon{color:#2563eb}.custom-toast-success{border-left-color:#10b981}.custom-toast-success .custom-toast-icon{color:#10b981}.custom-toast-error{border-left-color:#ef4444}.custom-toast-error .custom-toast-icon{color:#ef4444}.custom-toast-message{flex:1;font-size:14px;font-weight:500;color:#1e293b;line-height:1.5;direction:rtl}.custom-toast-close{position:absolute;top:8px;left:8px;background:transparent;border:none;cursor:pointer;color:#64748b;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.custom-toast-close:hover{background:#f1f5f9;color:#1e293b}.spinner{animation:spin 1s linear infinite}.spreadsheet-table-wrapper{position:relative;outline:none}.spreadsheet-table-wrapper:focus{outline:none}.spreadsheet-table-wrapper thead th{outline:none!important;box-shadow:none!important;-webkit-user-select:none;user-select:none}.spreadsheet-table-wrapper thead th.spreadsheet-cell.selected,.spreadsheet-table-wrapper thead th.selected{background:inherit!important;box-shadow:none!important}td.spreadsheet-cell.selected{background:#3b82f626!important;box-shadow:inset 0 0 0 2px #2563eb}.spreadsheet-cell.selected-focus{box-shadow:inset 0 0 0 2px #1d4ed8}.spreadsheet-cell.editing{padding:0!important;vertical-align:middle!important}.spreadsheet-cell.editing input{width:100%;min-width:60px;padding:10px 12px;border:2px solid #2563eb;border-radius:4px;font:inherit;font-size:14px;direction:rtl}.spreadsheet-header-cell-inner{display:inline-flex;align-items:center;gap:6px}.spreadsheet-header-dropdown-trigger{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.spreadsheet-header-dropdown-trigger:hover{background:#e2e8f0;color:#334155}.spreadsheet-header-draggable{cursor:grab;-webkit-user-select:none;user-select:none}.spreadsheet-header-draggable:active{cursor:grabbing}.spreadsheet-context-menu{position:fixed;z-index:10001;min-width:240px;max-width:320px;max-height:min(520px,calc(100vh - 24px));background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 40px #0000001f,0 2px 10px #00000014;padding:6px 0;direction:rtl;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;display:flex;flex-direction:column}.spreadsheet-context-menu .spreadsheet-context-menu-list{overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - 80px)}.spreadsheet-context-menu-header{padding:8px 14px 6px;border-bottom:1px solid #f1f5f9;margin-bottom:4px}.spreadsheet-context-menu-title{font-weight:700;color:#1e293b;font-size:12px}.spreadsheet-context-menu-list{display:flex;flex-direction:column;gap:0}.spreadsheet-context-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border:none;background:transparent;color:#334155;text-align:right;cursor:pointer;font-size:13px;transition:background .15s ease}.spreadsheet-context-menu-item:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.spreadsheet-context-menu-item:disabled{opacity:.5;cursor:not-allowed}.spreadsheet-context-menu-item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#64748b;flex-shrink:0}.spreadsheet-context-menu-item:hover:not(:disabled) .spreadsheet-context-menu-item-icon{color:#475569}.spreadsheet-context-menu-item-label{flex:1}.spreadsheet-context-menu-item-shortcut{font-size:11px;color:#94a3b8;margin-right:auto}.spreadsheet-context-menu-divider{height:1px;background:#e2e8f0;margin:4px 0}.spreadsheet-col-resize-handle{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;background:transparent}.spreadsheet-col-resize-handle:hover,.spreadsheet-col-resize-handle:active{background:#2563eb33}.spreadsheet-row-drag-handle{cursor:grab;color:#94a3b8;padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.spreadsheet-row-drag-handle:hover{color:#64748b;background:#f1f5f9}.spreadsheet-row-drag-handle:active{cursor:grabbing}.spreadsheet-table-wrapper .spreadsheet-cell{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.spreadsheet-table-wrapper.spreadsheet-select-mode .spreadsheet-cell{-webkit-user-select:none;user-select:none}.admin-dashboard-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow-x:hidden}.admin-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px 40px;box-shadow:0 1px 3px #0000000d;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.05)}.admin-header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.admin-header h1{font-size:26px;color:#1e293b;margin:0;font-weight:600;letter-spacing:-.5px}.admin-actions{display:flex;gap:12px}.back-button,.logout-button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px #0000000d}.back-button{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.back-button:hover{background:#e2e8f0;transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.logout-button{background:linear-gradient(135deg,#f87171,#ef4444);color:#fff}.logout-button:hover{background:linear-gradient(135deg,#ef4444,#dc2626);transform:translateY(-1px);box-shadow:0 2px 6px #ef44444d}.admin-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:24px 20px;max-width:1200px;margin:0 auto;border-bottom:none;background:transparent}.assignments-link-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.assignments-link-button:hover{color:#1e293b;border-color:#cbd5e1;background:#fff;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.tab-button{padding:10px 20px;border:1px solid rgba(226,232,240,.8);background:#fff;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;white-space:nowrap;position:relative;box-shadow:0 2px 4px #00000005}.tab-button:hover{color:#1e293b;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.tab-button.active{color:#fff;border-color:#2563eb;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.tab-button svg{opacity:.8;transition:.3s}.tab-button.active svg{opacity:1}.admin-content{max-width:1400px;margin:0 auto;padding:32px 40px 40px}.requests-section h2{font-size:22px;color:#1e293b;margin:0 0 28px;font-weight:600;letter-spacing:-.3px}.services-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin:40px 0;padding:32px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(226,232,240,.4);position:relative}.service-file{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.6);border-radius:16px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000a;animation:cardSlideIn .4s ease-out backwards}.service-file:nth-child(1){animation-delay:.05s}.service-file:nth-child(2){animation-delay:.1s}.service-file:nth-child(3){animation-delay:.15s}.service-file:nth-child(4){animation-delay:.2s}.service-file:nth-child(5){animation-delay:.25s}.service-file:nth-child(6){animation-delay:.3s}.service-file:nth-child(7){animation-delay:.35s}.service-file:nth-child(8){animation-delay:.4s}.service-file:nth-child(9){animation-delay:.45s}.service-file:nth-child(10){animation-delay:.5s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.service-file:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#f5f5f5;opacity:0;transition:opacity .3s ease}.service-file:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#2563eb;transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-file:hover{border-color:#2563eb4d;transform:translateY(-3px);box-shadow:0 6px 16px #0000000f,0 2px 6px #00000008;background:#fff}.service-file:hover:before{opacity:1}.service-file:hover:after{transform:scaleX(1)}.service-file.selected{background:#fff;border-color:#2563eb;border-width:2px;transform:translateY(-2px);box-shadow:0 8px 24px #2563eb1f,0 2px 8px #2563eb14}.service-file.selected:before{opacity:0}.service-file.selected:after{transform:scaleX(1);height:3px;background:#2563eb}.service-file-icon{margin-bottom:14px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;color:#4b5563}.service-file:hover .service-file-icon{transform:scale(1.1);color:#2563eb}.service-file.selected .service-file-icon{transform:scale(1.12);color:#2563eb;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:scale(1.12) translateY(0)}50%{transform:scale(1.12) translateY(-3px)}}.service-file-name{font-size:14px;font-weight:600;color:#1f2937;text-align:center;margin-bottom:12px;line-height:1.4;min-height:40px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;word-break:break-word}.service-file.selected .service-file-name{color:#1e40af;font-weight:700}.service-file-stats{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;position:relative;z-index:1}.service-file-stat-item{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;padding:8px 6px;border-radius:8px;transition:all .3s ease}.service-file-stat-new{background:#fef3c7;border:1px solid #fde68a}.service-file-stat-total{background:#f3f4f6;border:1px solid #e5e7eb}.service-file:hover .service-file-stat-new{background:#fde68a;border-color:#fcd34d}.service-file:hover .service-file-stat-total{background:#e5e7eb;border-color:#d1d5db}.service-file.selected .service-file-stat-new{background:#fde68a;border-color:#fbbf24}.service-file.selected .service-file-stat-total{background:#2563eb;border-color:#2563eb}.stat-label{font-size:9px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}.service-file-stat-new .stat-label{color:#92400e}.service-file-stat-total .stat-label{color:#6b7280}.service-file.selected .service-file-stat-total .stat-label{color:#fff}.stat-value{font-size:16px;font-weight:700;color:#1f2937}.service-file-stat-new .stat-value{color:#b45309}.service-file-stat-total .stat-value{color:#1f2937}.service-file.selected .service-file-stat-total .stat-value{color:#fff}.users-section{margin-top:20px}.search-bar{margin-bottom:40px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(226,232,240,.5)}.search-input-wrapper{display:flex;align-items:center;gap:12px;position:relative}.search-icon{position:absolute;right:16px;color:#6b7280;z-index:1}.search-input{flex:1;padding:12px 45px 12px 16px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.search-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb33}.users-grid{display:block;column-count:3;column-gap:24px;margin-top:30px}@media (max-width: 1200px){.users-grid{column-count:2}}@media (max-width: 768px){.users-grid{column-count:1}}.user-card{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.6);border-radius:16px;padding:24px;box-shadow:0 2px 6px #0000000a;transition:all .25s ease;break-inside:avoid;margin-bottom:24px;display:inline-block;width:100%}.user-card:hover{box-shadow:0 6px 16px #0000000f;transform:translateY(-2px);border-color:#2563eb33}.user-card.highlighted-match{border:3px solid #2563eb;box-shadow:0 4px 12px #2563eb33,0 0 0 4px #2563eb1a;background:linear-gradient(135deg,#fff,#eff6ff);animation:highlightPulse 2s ease-in-out infinite}@keyframes highlightPulse{0%,to{box-shadow:0 4px 12px #2563eb33,0 0 0 4px #2563eb1a}50%{box-shadow:0 4px 16px #2563eb4d,0 0 0 6px #2563eb26}}.user-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f3f4f6}.user-info h3{margin:0 0 6px;font-size:18px;font-weight:700;color:#1f2937}.user-email{font-size:13px;color:#6b7280}.edit-user-button{padding:8px;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;color:#4b5563;transition:all .3s ease}.edit-user-button:hover{background:#2563eb;color:#fff}.user-card-body{display:flex;flex-direction:column;gap:20px}.user-details-grid{display:grid;grid-template-columns:1fr;gap:12px}.detail-item{display:flex;flex-direction:column;gap:4px;padding:4px 0}.detail-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase}.detail-value{font-size:14px;color:#1e293b;font-weight:500}.user-requests-section{margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6;display:block}.user-requests-section h4{margin:0 0 12px;font-size:16px;font-weight:700;color:#1f2937}.user-requests-section:empty,.user-requests-section.no-data{display:none}.no-requests{display:none}.user-requests-list{display:flex;flex-direction:column;gap:10px}.user-request-item{padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:12px}.request-item-header{display:flex;align-items:center;gap:12px;flex:1}.request-service-name{font-size:14px;font-weight:600;color:#1f2937}.request-item-date{font-size:12px;color:#6b7280}.view-request-button{padding:6px 12px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.view-request-button:hover{background:#1d4ed8}.no-users-message{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#6b7280}.no-users-message p{font-size:16px}.edit-student-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:600;color:#374151}.form-input{padding:10px 12px;border:1.5px solid #e5e7eb;border-radius:6px;font-size:14px;transition:all .3s ease}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid #f3f4f6}.password-detail-item{background:#fdf2f8!important;padding:8px 12px!important;border-radius:10px!important;border:1px solid #fce7f3!important}.password-toggle-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}.password-text-value{font-family:Courier New,Courier,monospace!important;font-weight:700!important;font-size:14px!important;color:#be185d!important;letter-spacing:.5px!important}.icon-toggle-button{background:#fff!important;border:1px solid #f9a8d4!important;color:#db2777!important;width:32px!important;height:32px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;flex-shrink:0!important}.icon-toggle-button:hover{background:#fdf2f8!important;transform:scale(1.1)!important;box-shadow:0 4px 10px #db27771a!important}.save-button{padding:10px 24px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 6px #2563eb1a;min-width:100px;justify-content:center}.save-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.save-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #2563eb33}.save-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7;box-shadow:none}.cancel-button{padding:10px 20px;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;min-width:100px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d}.cancel-button:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.cancel-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.selected-service-requests{margin-top:40px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:32px;box-shadow:0 4px 12px #0000000a,0 2px 6px #00000005;border:1px solid rgba(226,232,240,.5);animation:slideDown .5s cubic-bezier(.16,1,.3,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.selected-service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:2px solid #f3f4f6;position:relative}.selected-service-header:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:#111827;border-radius:2px}.selected-service-header h3{font-size:24px;color:#111827;margin:0;font-weight:800;display:flex;align-items:center;gap:14px;letter-spacing:-.02em}.selected-service-header h3:before{content:"";width:5px;height:28px;background:#111827;border-radius:3px}.close-service-button{background:#f9fafb;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.16,1,.3,1)}.close-service-button:hover{background:#f3f4f6;color:#111827;transform:rotate(90deg) scale(1.1);border-color:#d1d5db}.no-requests-message{text-align:center;padding:40px;color:#718096;font-size:16px}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:20px;margin-top:20px}.request-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:18px;padding:0;box-shadow:0 2px 8px #0000000a,0 1px 3px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.6);overflow:hidden;display:flex;flex-direction:column;position:relative}.request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.request-card:hover{box-shadow:0 8px 20px #0000000f,0 3px 8px #0000000a;transform:translateY(-3px);border-color:#2563eb4d}.request-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:linear-gradient(135deg,#f8fafccc,#f1f5f9cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(226,232,240,.5);position:relative}.request-info h3{font-size:17px;color:#1e293b;margin:0 0 10px;font-weight:700;line-height:1.5;letter-spacing:-.01em}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.status-pending{background:#fef3c7;color:#92400e}.status-completed{background:#c6f6d5;color:#22543d}.status-rejected{background:#fed7d7;color:#c53030}.view-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 14px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #667eea4d}.view-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.request-card-body{flex:1;display:flex;flex-direction:column;background:#fafbfc}.request-details{display:flex;flex-direction:column;gap:0;padding:20px;flex:1;background:#fff}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 16px;margin:4px 0;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9;transition:all .2s ease}.detail-row:hover{background:#f1f5f9;border-color:#e2e8f0}.detail-label{font-size:12px;color:#64748b;font-weight:600;min-width:110px;flex-shrink:0;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;color:#1e293b;font-weight:600;text-align:right;flex:1;word-break:break-word;line-height:1.5}.request-status-actions{display:flex;gap:10px;padding:18px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:2px solid #e2e8f0;margin-top:auto}.status-button{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease}.status-button:not(.active){background:#fff;color:#475569;border-color:#cbd5e0}.status-button:not(.active):hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 4px 8px #0000001f}.status-button.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;cursor:default;border-color:#10b981;box-shadow:0 4px 12px #10b9814d}.status-button.reject.active{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef44444d}.status-button:disabled{opacity:.6;cursor:not-allowed}.books-section{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:32px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(226,232,240,.5)}.section-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px 24px;border-bottom:1px solid rgba(226,232,240,.6);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 1px 3px #0000000a}.section-header h2{font-size:20px;color:#000;margin:0;font-weight:800;transition:all .2s ease;cursor:pointer;order:1;letter-spacing:-.2px}.section-header h2:hover{color:#2563eb;transform:translate(-2px)}.section-header .edit-button,.section-header .edit-actions,.section-header .save-button{order:2}.edit-button,.save-button,.cancel-edit-button{padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;min-width:100px;justify-content:center;box-shadow:0 2px 4px #0000001a}.edit-button{background:#667eea;color:#fff;box-shadow:0 2px 4px #667eea33}.edit-button:hover{background:#c2c4cf;transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.edit-button:active{transform:translateY(0);box-shadow:0 2px 4px #667eea33}.save-button{background:#10b981;color:#fff;box-shadow:0 2px 4px #10b98133}.save-button:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.save-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #10b98133}.cancel-edit-button{background:#ef4444;color:#fff;box-shadow:0 2px 4px #ef444433}.cancel-edit-button:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}.cancel-edit-button:active{transform:translateY(0);box-shadow:0 2px 4px #ef444433}.edit-actions{display:flex;gap:12px;align-items:center}.book-config-form{display:flex;flex-direction:column;gap:24px}.form-group label{display:block;font-size:16px;font-weight:800;color:#000!important;margin-bottom:12px}.config-input{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;transition:all .3s ease}.config-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.config-display{padding:12px;background:#f7fafc;border-radius:6px;font-size:14px;color:#1a202c;border:1px solid #e2e8f0}.prices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.price-item{display:flex;flex-direction:column;gap:8px}.price-item label{font-size:16px;color:#000!important;font-weight:800;margin:0}.price-input{padding:10px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px}.price-display{padding:10px;background:#f7fafc;border-radius:6px;font-size:14px;color:#1a202c;border:1px solid #e2e8f0}.payment-numbers{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.add-price-section{margin-top:20px;padding-top:20px;border-top:2px solid #e2e8f0}.add-price-form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.add-price-button{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-price-button:hover{background:#059669}.price-item-edit{display:flex;gap:8px;align-items:center}.remove-price-button{padding:6px 10px;background:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-price-button:hover{background:#dc2626}.features-admin-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.feature-admin-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.feature-admin-item span{color:#2d3748;font-size:14px;font-weight:500}.price-item-info{display:flex;align-items:center}.price-item-info .price-amount{color:#667eea;font-weight:700;font-size:16px}.payment-item{display:flex;flex-direction:column;gap:8px}.payment-item label{font-size:14px;color:#718096;font-weight:500;margin:0}.transformation-types-list{display:flex;flex-direction:column;gap:12px;margin-top:12px;margin-bottom:20px}.transformation-type-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease}.transformation-type-item:hover{border-color:#cbd5e0;background:#f1f5f9}.type-info{display:flex;gap:16px;align-items:center;flex:1}.type-name{font-size:16px;font-weight:600;color:#1a202c}.type-price{font-size:14px;color:#667eea;font-weight:600}.add-transformation-type-section{margin-top:20px;padding:24px;background:#f7fafc;border-radius:12px;border:2px dashed #cbd5e0}.add-transformation-type-form{display:grid;grid-template-columns:2fr 1fr auto;gap:16px;align-items:flex-end}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:13px;font-weight:600;color:#374151;margin:0}.config-input-enhanced{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .3s ease;background:#fff}.config-input-enhanced:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.add-price-button-enhanced{padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #10b98133;white-space:nowrap}.add-price-button-enhanced:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.add-price-button-enhanced:active{transform:translateY(0)}.exam-languages-list{display:flex;flex-direction:column;gap:12px;margin-top:12px;margin-bottom:20px}.exam-language-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease}.exam-language-item:hover{border-color:#cbd5e0;background:#f1f5f9}.language-name{font-size:16px;font-weight:600;color:#1a202c}.add-exam-language-section{margin-top:20px;padding:24px;background:#f7fafc;border-radius:12px;border:2px dashed #cbd5e0}.add-exam-language-form{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:flex-end}.no-items-message{text-align:center;padding:40px;color:#94a3b8;font-size:16px;font-style:italic;background:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0}@media (max-width: 768px){.add-transformation-type-form,.add-exam-language-form{grid-template-columns:1fr}.add-price-button-enhanced{width:100%}}.request-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#0f172ad9!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:999999!important;padding:20px!important;opacity:1!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.request-modal{background:#fff!important;border-radius:24px!important;width:100%!important;max-width:750px!important;max-height:90vh!important;display:flex!important;flex-direction:column!important;box-shadow:0 50px 100px -20px #00000080,0 30px 60px -30px #00000059!important;position:relative!important;overflow:hidden!important;border:1px solid #e2e8f0!important;margin:auto!important;transform:translateY(0)!important;animation:modalSlideIn .3s cubic-bezier(.16,1,.3,1)!important}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{flex-shrink:0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;padding:24px 28px!important;border-bottom:2px solid #f1f5f9!important;background:linear-gradient(135deg,#fff,#f8fafc)!important;position:relative!important;z-index:10!important}.modal-header h2{font-size:22px!important;font-weight:800!important;color:#1e293b!important;margin:0!important;letter-spacing:-.02em!important}.modal-content{flex:1!important;overflow-y:auto!important;padding:28px!important;background:#fff!important;-webkit-overflow-scrolling:touch!important;position:relative!important;z-index:1!important}.modal-footer{flex-shrink:0!important;padding:20px 28px!important;border-top:2px solid #f1f5f9!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;display:flex!important;justify-content:flex-start!important;gap:12px!important;position:relative!important;z-index:10!important}.modal-footer button{flex:1!important;justify-content:center!important;min-height:44px!important}.close-button{background:#f1f5f9!important;border:none!important;color:#64748b!important;cursor:pointer!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;flex-shrink:0!important}.close-button:hover{background:#fee2e2!important;color:#ef4444!important;transform:scale(1.1) rotate(90deg)!important;box-shadow:0 4px 12px #ef444433!important}.close-button:active{transform:scale(.95) rotate(90deg)!important}.modal-section{margin-bottom:32px!important;position:relative!important;z-index:1!important}.modal-section:last-child{margin-bottom:0!important}.modal-section h3{font-size:17px!important;font-weight:800!important;color:#1e293b!important;margin:0 0 18px!important;display:flex!important;align-items:center!important;gap:12px!important;padding-bottom:12px!important;border-bottom:2px solid #f1f5f9!important}.modal-section h3:before{content:""!important;width:4px!important;height:20px!important;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-radius:2px!important;flex-shrink:0!important}.user-info-grid,.request-data-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:16px!important;margin-top:16px!important}.info-item,.data-item{display:flex!important;flex-direction:column!important;gap:6px!important;padding:14px 16px!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;border-radius:10px!important;border:1px solid #e2e8f0!important;transition:all .3s ease!important}.info-item:hover,.data-item:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-color:#3b82f6!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #3b82f626!important}.info-label,.data-label{font-size:11px!important;color:#64748b!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important}.info-value,.data-value{font-size:15px!important;color:#1e293b!important;font-weight:600!important;word-break:break-word!important;line-height:1.5!important}.documents-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:20px!important;margin-top:16px!important}.document-item{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:center!important;padding:12px!important;background:#f8fafc!important;border-radius:12px!important;border:2px solid #e2e8f0!important;transition:all .3s ease!important}.document-item:hover{border-color:#3b82f6!important;background:#eff6ff!important;transform:translateY(-4px)!important;box-shadow:0 8px 20px #3b82f633!important}.document-image{width:100%!important;height:160px!important;object-fit:cover!important;border-radius:10px!important;border:2px solid #e2e8f0!important;transition:all .3s ease!important}.document-item:hover .document-image{border-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f626!important}.document-placeholder{width:100%!important;height:160px!important;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:600!important;color:#64748b!important;border:2px dashed #cbd5e1!important}.document-name{font-size:13px!important;color:#475569!important;text-align:center!important;word-break:break-word!important;font-weight:600!important;line-height:1.4!important}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:18px;color:#718096}@media (max-width: 768px){.request-modal-overlay{padding:10px!important}.request-modal{max-width:100%!important;max-height:95vh!important;border-radius:16px!important}.modal-header{padding:18px 20px!important}.modal-header h2{font-size:18px!important}.modal-content{padding:20px!important}.modal-footer{padding:16px 20px!important;flex-direction:column!important}.modal-footer button{width:100%!important}.user-info-grid,.request-data-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.request-modal{border-radius:12px!important}.modal-header{padding:16px!important}.modal-header h2{font-size:16px!important}.modal-content{padding:16px!important}.modal-footer{padding:12px 16px!important}}.assignments-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.assignment-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;transition:all .3s ease}.assignment-item:hover{border-color:#cbd5e0;background:#f1f5f9}.assignment-info{display:flex;flex-direction:column;gap:4px;flex:1}.assignment-name{font-size:16px;font-weight:600;color:#1a202c}.assignment-price{font-size:14px;color:#667eea;font-weight:600}.remove-assignment-button{background:#ef4444;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;min-width:40px}.remove-assignment-button:hover{background:#dc2626;transform:scale(1.05)}.add-assignment-section{margin-top:20px;padding:20px;background:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0}.add-assignment-form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.no-assignments-message{text-align:center;padding:40px;color:#94a3b8;font-size:16px}@media (max-width: 768px){.add-assignment-form{flex-direction:column;align-items:stretch}.add-assignment-form input{width:100%!important}}.certificates-list{display:flex;flex-direction:column;gap:16px;margin-top:12px}.certificate-item-admin{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .3s ease}.certificate-item-admin:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #00000014}.certificate-info{display:flex;gap:16px;align-items:flex-start}.certificate-thumbnail{width:120px;height:120px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0}.certificate-details{flex:1}.certificate-details h3{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px}.certificate-price{font-size:16px;color:#06b6d4;font-weight:600;margin-bottom:8px}.certificate-description-preview{font-size:14px;color:#64748b;line-height:1.5}.certificate-actions{display:flex;gap:8px;margin-top:12px}.certificate-edit-form{display:flex;flex-direction:column;gap:16px}.image-upload-section{display:flex;flex-direction:column;gap:12px}.certificate-preview-image{width:200px;height:200px;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0}.file-input{padding:8px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px}.change-image-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;margin-top:12px}.change-image-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.change-image-button:active{transform:translateY(0)}.no-image-placeholder{width:200px;height:200px;border:2px dashed #cbd5e0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f7fafc;color:#94a3b8}.no-image-placeholder span{font-size:14px;color:#64748b}.add-certificate-section{margin-top:24px;padding:20px;background:#f7fafc;border-radius:8px;border:2px dashed #cbd5e0}.add-certificate-section h3{font-size:18px;color:#1a202c;margin-bottom:16px}.add-certificate-form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.certificate-image-preview{display:flex;justify-content:center;margin-bottom:12px;padding:8px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.assignments-folders-section{margin-bottom:32px;padding:24px 24px 28px;background:linear-gradient(135deg,#f9fafb,#eef2ff);border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a1f}.assignments-folders-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.assignments-folders-section .section-header h2{margin:0;font-size:22px;font-weight:800;letter-spacing:.02em;color:#111827}.assignments-message{padding:8px 14px;background:#10b98112;color:#047857;border-radius:999px;font-size:13px;border:1px solid rgba(16,185,129,.35)}.track-folders-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.track-folder{position:relative;border:none;padding:18px 16px 16px;border-radius:18px;background:radial-gradient(circle at 0% 0%,#4f46e51a,#fff 58%);box-shadow:0 14px 30px #0f172a14;display:flex;flex-direction:column;align-items:flex-start;gap:10px;cursor:pointer;transition:all .25s ease;text-align:right}.track-folder .folder-icon-wrapper{width:46px;height:40px;border-radius:12px;background:linear-gradient(145deg,#4f46e5,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 18px #4f46e580}.track-folder .folder-label{font-size:15px;font-weight:700;color:#111827}.track-folder .folder-count{font-size:12px;font-weight:500;color:#6b7280}.track-folder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;border:1px solid transparent;background:linear-gradient(135deg,#4f46e538,#38bdf838) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;pointer-events:none;transition:opacity .2s ease}.track-folder.active,.track-folder:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a26}.track-folder.active:after{opacity:1}.track-files-panel{background:#fff;border-radius:18px;border:1px solid #e5e7eb;padding:18px 18px 20px}.track-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.track-files-header h3{margin:0;font-size:18px;font-weight:700;color:#111827}.track-files-actions{display:flex;gap:10px;align-items:center}.select-toggle-button,.send-button{border-radius:999px;padding:8px 14px;font-size:13px;display:inline-flex;align-items:center;gap:6px;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.select-toggle-button{background:#eef2ff;color:#4338ca}.select-toggle-button:hover{background:#e0e7ff}.send-button{background:linear-gradient(135deg,#10b981,#059669);color:#ecfdf5;box-shadow:0 10px 25px #05966959}.send-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.send-button:not(:disabled):hover{transform:translateY(-1px)}.track-files-body{margin-top:10px}.upload-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 12px 14px;border-radius:14px;background:#f9fafb;border:1px dashed #d1d5db;margin-bottom:12px}.upload-bar span{font-size:14px;font-weight:600;color:#111827}.upload-control{flex:1}.files-table-wrapper{margin-top:8px}.inline-loader{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#4b5563;margin-bottom:8px}.files-table{width:100%;border-collapse:collapse;background:#f9fafb;border-radius:12px;overflow:hidden}.files-table thead{background:#e5e7eb}.files-table th,.files-table td{padding:10px 12px;font-size:13px;border-bottom:1px solid #e5e7eb}.files-table th{text-align:right;font-weight:600;color:#4b5563}.files-table td{color:#111827}.file-link{color:#2563eb;text-decoration:none;font-weight:500}.file-link:hover{text-decoration:underline}.checkbox-label{display:inline-flex;align-items:center;cursor:pointer}.checkbox-label input{display:none}.checkbox-custom{width:16px;height:16px;border-radius:4px;border:2px solid #9ca3af;display:inline-block;position:relative;transition:all .15s ease}.checkbox-label input:checked+.checkbox-custom{background:#4f46e5;border-color:#4f46e5}.checkbox-label input:checked+.checkbox-custom:after{content:"";position:absolute;top:1px;left:4px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}@media (max-width: 900px){.track-folders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.track-folders-grid{grid-template-columns:minmax(0,1fr)}.upload-bar,.track-files-header{flex-direction:column;align-items:flex-start}.track-files-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}.certificate-thumbnail-small{width:80px;height:80px;object-fit:cover;border-radius:6px;border:2px solid #e2e8f0}.certificate-image-section{display:flex;justify-content:center;margin-bottom:20px}.certificate-full-image{position:relative;display:inline-block;max-width:400px;max-height:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026}.certificate-full-image-preview{width:100%;height:auto;object-fit:contain;display:block}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:500}.certificate-full-image:hover .image-overlay{opacity:1}.document-image{transition:transform .3s ease}.document-image:hover{transform:scale(1.05)}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.certificate-info{flex-direction:column}.certificate-thumbnail{width:100%;height:auto}.certificate-full-image{max-width:100%;max-height:300px}.certificate-thumbnail-small{width:60px;height:60px}}.digital-transformation-section .books-section{background:transparent;border:none;box-shadow:none;padding:0}.digital-transformation-section .section-header{border-bottom:2px solid #e2e8f0;background:#f8fafc;padding:20px;margin-bottom:30px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:12px;box-shadow:0 1px 3px #0000000d}.digital-transformation-section .section-header h2{color:#1e3a8a;font-weight:700;font-size:24px;transition:color .3s ease;cursor:pointer;order:1}.digital-transformation-section .section-header h2:hover{color:#2563eb}.digital-transformation-section .section-header .save-button{order:2}.digital-transformation-section .form-group{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 6px -1px #2563eb0a;border:1px solid #dbeafe;margin-bottom:24px}.digital-transformation-section label{color:#1e40af;font-weight:600;font-size:16px;margin-bottom:20px;display:block}.digital-transformation-section .transformation-types-list,.digital-transformation-section .exam-languages-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.digital-transformation-section .transformation-type-item,.digital-transformation-section .exam-language-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;margin-bottom:0;box-shadow:none;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.digital-transformation-section .transformation-type-item:hover,.digital-transformation-section .exam-language-item:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-1px)}.digital-transformation-section .type-name,.digital-transformation-section .language-name{color:#1f2937;font-weight:500;font-size:15px}.digital-transformation-section .type-price{color:#2563eb;font-weight:700;font-size:14px;background:#eff6ff;padding:4px 10px;border-radius:6px}.digital-transformation-section .add-transformation-type-form,.digital-transformation-section .add-exam-language-form{background:#f8fafc;padding:24px;border-radius:12px;border:1px dashed #cbd5e1;display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.digital-transformation-section .add-transformation-type-section,.digital-transformation-section .add-exam-language-section{border-top:1px solid #f1f5f9;padding-top:24px}.digital-transformation-section .input-group{flex:1;min-width:220px;margin-bottom:0}.digital-transformation-section .input-group label{font-size:13px;color:#64748b;margin-bottom:8px;font-weight:500}.digital-transformation-section .config-input-enhanced{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:0 16px;height:46px;width:100%;font-size:14px;color:#1e293b;transition:all .2s}.digital-transformation-section .config-input-enhanced:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.digital-transformation-section .add-price-button-enhanced{height:46px;padding:0 24px;background:#2563eb;color:#fff;border-radius:8px;font-weight:600;font-size:14px;border:none;cursor:pointer;white-space:nowrap;transition:all .2s}.digital-transformation-section .add-price-button-enhanced:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb33}.digital-transformation-section .payment-numbers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.digital-transformation-section .payment-item{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.digital-transformation-section .payment-item label{font-size:14px;margin-bottom:12px;color:#4b5563}.digital-transformation-section .config-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;width:100%;color:#1f2937}.digital-transformation-section .config-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.digital-transformation-section .remove-assignment-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#94a3b8;background:transparent;transition:all .2s;border:none;cursor:pointer}.digital-transformation-section .remove-assignment-button:hover{background:#fee2e2;color:#ef4444}.digital-transformation-section .no-items-message{padding:30px;text-align:center;color:#64748b;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5e1}.digital-transformation-section .save-button{background:#2563eb;color:#fff;padding:14px 28px;border-radius:8px;font-weight:600;font-size:16px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;min-width:120px;justify-content:center;box-shadow:0 2px 4px #2563eb33}.digital-transformation-section .save-button:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.digital-transformation-section .save-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #2563eb33}.digital-transformation-section .save-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7;box-shadow:none;@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}}.digital-transformation-section .save-button:disabled .loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#fff}.digital-transformation-section .save-button:disabled .modern-loader{display:flex;flex-direction:column;align-items:center;gap:16px}.digital-transformation-section .save-button:disabled .loader-spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.digital-transformation-section .save-button:disabled .modern-loader p{font-size:16px;font-weight:600;color:#334155;margin:0;animation:pulse 1.5s ease-in-out infinite}.books-section .section-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-bottom:30px;width:100%}.books-section .section-header h2{margin:0!important;order:1}.books-section .section-header .edit-button,.books-section .section-header .edit-actions,.books-section .section-header .save-button{order:2;margin-right:auto}@media (max-width: 900px){.admin-header-content{flex-direction:column;gap:16px;align-items:center}.admin-actions{width:100%;justify-content:center;flex-wrap:wrap}.admin-header h1{font-size:22px;text-align:center}.admin-tabs{padding:15px 20px;justify-content:flex-start}}@media (max-width: 768px){.admin-content{padding:20px 16px}.services-files-grid,.users-grid,.track-folders-grid,.digital-transformation-section .transformation-types-list,.digital-transformation-section .exam-languages-list,.digital-transformation-section .payment-numbers,.form-row{grid-template-columns:1fr!important;gap:16px}.services-files-grid{padding:16px}.service-file,.user-card,.digital-transformation-section .form-group{padding:20px}.digital-transformation-section .add-transformation-type-form,.digital-transformation-section .add-exam-language-form{flex-direction:column;align-items:stretch;padding:16px}.input-group{min-width:100%}.add-price-button-enhanced,.save-button{width:100%;justify-content:center;margin-top:10px}.modal-actions{flex-direction:column-reverse;gap:12px}.cancel-button,.save-button{width:100%}}@media (max-width: 768px){.admin-dashboard-page{width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-content{padding:16px 12px;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:visible}.admin-header{padding:16px}.admin-header-content{flex-direction:column;gap:16px;align-items:stretch}.admin-actions{width:100%;display:flex;flex-direction:column;gap:10px}.logout-button,.back-button{width:100%;justify-content:center;text-align:center}.admin-tabs{padding:12px 16px;gap:8px;margin:0;width:100%;box-sizing:border-box;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start}.tab-button{padding:8px 12px;font-size:13px;flex-shrink:0;white-space:nowrap;min-width:auto}.section-header{flex-direction:column!important;gap:16px!important;align-items:stretch!important;padding:16px!important;height:auto!important;width:100%!important;box-sizing:border-box}.section-header h2{text-align:center!important;order:1!important;margin-bottom:0!important;white-space:normal!important;font-size:18px!important}.section-header .edit-button,.section-header .save-button,.section-header .edit-actions{order:2!important;width:100%!important;justify-content:center!important;min-width:unset!important;margin:0!important}.edit-actions{display:flex!important;flex-direction:column!important;width:100%!important;margin-top:10px!important;gap:10px!important}.edit-actions button{width:100%!important;margin:0!important;display:flex!important;justify-content:center!important}.services-files-grid,.users-grid,.prices-grid,.payment-numbers,.requests-grid,.documents-grid{grid-template-columns:1fr;padding:12px;gap:16px}.request-card{min-width:0}.books-section,.selected-service-requests,.assignments-folders-section,.add-certificate-section,.add-transformation-type-section,.add-exam-language-section{padding:16px}.add-transformation-type-form,.add-exam-language-form,.form-row,.add-price-form{grid-template-columns:1fr;display:flex;flex-direction:column;gap:12px}.price-item{flex-direction:column!important;align-items:center!important;text-align:center;width:100%;padding:12px;background:#f8fafc;border-radius:8px;margin-bottom:8px}.price-item-edit{display:flex;flex-direction:column;width:100%;gap:10px;align-items:center}.price-item-edit input,.price-item-edit .price-input{width:100%!important;box-sizing:border-box;text-align:center}.remove-price-button{width:100%;justify-content:center;margin-top:5px;padding:10px}.features-admin-list{width:100%}.feature-admin-item{flex-direction:column!important;align-items:center!important;text-align:center;gap:10px;width:100%;box-sizing:border-box}.feature-admin-item span{width:100%;white-space:normal;word-break:break-word}.add-price-button-enhanced,.add-price-button,.save-button,.cancel-button,.edit-button{width:100%;margin:0;justify-content:center;box-sizing:border-box}.input-group,.form-group,.config-input-enhanced,.price-input{width:100%;box-sizing:border-box;min-width:0}.search-input-wrapper{flex-direction:column}.search-input{width:100%}.search-button{width:100%;margin-top:10px}.feature-admin-item,.transformation-type-item,.exam-language-item,.assignment-item,.certificate-item-admin{flex-direction:column;padding:12px;gap:12px;align-items:stretch}.transformation-type-item>*,.exam-language-item>*,.feature-admin-item>*{width:100%;text-align:center;justify-content:center}.type-info,.assignment-info,.certificate-info{flex-direction:column;align-items:center;text-align:center;gap:8px}.certificate-info{align-items:center}.certificate-thumbnail{width:80px;height:80px}.remove-price-button,.remove-assignment-button{width:100%;margin-top:8px;justify-content:center}.upload-bar{flex-direction:column;align-items:stretch;gap:12px}.track-files-header{flex-direction:column;align-items:flex-start;gap:12px}.track-files-actions{width:100%;display:flex;flex-direction:column;gap:10px}.select-toggle-button,.send-button{width:100%;justify-content:center}.track-folders-grid{grid-template-columns:1fr}.user-card{padding:16px}.user-card-header{flex-direction:column;gap:12px;align-items:center;text-align:center}.edit-user-button{width:100%;margin-top:8px;background-color:#f3f4f6;padding:10px;justify-content:center;display:flex;align-items:center;gap:8px}.user-details-grid{grid-template-columns:1fr;gap:16px;text-align:center}.user-request-item{flex-direction:column;text-align:center;gap:12px}.request-item-header{flex-direction:column;width:100%;justify-content:center;gap:8px}.view-request-button{width:100%;justify-content:center;padding:10px}}@media (max-width: 480px){.user-card-header{flex-direction:column;gap:10px}.admin-header h1{font-size:20px}.edit-user-button{align-self:stretch}.tab-button{font-size:12px;padding:8px 16px}.modal-actions{flex-direction:column-reverse}.flex-row,.row{flex-direction:column!important}.admin-dashboard-page{overflow-x:hidden;overflow-y:auto}.book-config-form,.form-group{width:100%;box-sizing:border-box}}@media (max-width: 768px){.admin-header{padding:16px 20px}.admin-tabs{padding:12px 20px}.admin-content{padding:20px}.users-grid{grid-template-columns:1fr}}@media (max-width: 520px){.section-header{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;text-align:right;gap:16px!important;padding:12px 16px!important}.edit-actions{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;width:auto!important;gap:8px!important}.edit-button,.save-button,.cancel-edit-button{padding:6px 12px!important;font-size:13px!important;min-width:0!important;width:auto!important;flex:none!important;height:34px!important}.prices-grid{grid-template-columns:1fr!important;gap:12px!important}.price-item{background:#fff!important;padding:12px 16px!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000d!important;display:flex!important;justify-content:space-between!important;align-items:center!important;border:1px solid rgba(226,232,240,.6)!important;flex-direction:row!important}.price-display-bubble{padding:6px 12px!important;font-size:13px!important;min-width:70px}}.premium-grid{display:flex!important;flex-direction:column!important;gap:12px!important;padding:16px!important;background:#f8fafc!important;border-radius:12px!important;border:1px solid #e2e8f0!important}.info-item.aligned,.data-item.aligned{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;padding:8px 0!important;border-bottom:1px dashed #cbd5e1!important;flex-direction:row!important}.info-item.aligned:last-child,.data-item.aligned:last-child{border-bottom:none!important}.info-label,.data-label{font-weight:700!important;color:#64748b!important;font-size:14px!important}.info-value,.data-value{color:#1e293b!important;font-weight:600!important;font-size:14px!important;text-align:left!important}.price-display-bubble{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:8px 16px;border-radius:50px;font-weight:700;font-size:14px;box-shadow:0 4px 10px #2563eb33}.no-requests{display:none!important}@media (max-width: 600px){.admin-content .section-header,.books-section .section-header,.digital-transformation-section .section-header,.assignments-folders-section .section-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:10px 12px!important}.admin-content .section-header h2{display:block!important;width:100%!important;margin:0!important}.admin-content .section-header .edit-actions,.admin-content .section-header .edit-actions>*{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important}.admin-content .section-header .edit-actions button,.admin-content .section-header .edit-button,.admin-content .section-header .save-button,.admin-content .section-header .cancel-edit-button{width:100%!important;min-width:0!important;padding:12px 14px!important;box-sizing:border-box!important;margin:0!important}.admin-content .editable-field-container,.admin-content .editable-field-display{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important}.admin-content .editable-field-container .edit-field-button,.admin-content .editable-field-container .edit-field-button.cancel-edit,.admin-content .editable-field-container .edit-button{width:100%!important;padding:10px 12px!important;margin-top:0!important}.price-item,.price-item .price-item-edit,.price-item .price-display,.price-item .remove-price-button{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.price-item .remove-price-button{width:100%!important;padding:10px 12px!important}.admin-content .form-actions,.admin-content .form-actions>button,.admin-content .add-price-section,.admin-content .add-price-section .config-input,.admin-content .add-price-section button{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important}.admin-content .form-actions>button,.admin-content .add-price-section button{width:100%!important;padding:12px 14px!important}.admin-content button{position:relative!important;z-index:1!important}.admin-content .section-header+.book-config-form,.admin-content .section-header+.form-group,.admin-content .section-header+.prices-grid{margin-top:8px!important}}@media (max-width: 600px){.services-files-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;padding:12px!important}.service-file{padding:12px 6px!important;border-radius:10px!important}.service-file-icon svg{width:24px!important;height:24px!important}.service-file-name{font-size:11px!important;min-height:32px!important;margin-bottom:8px!important}.stat-label{font-size:8px!important}.stat-value{font-size:12px!important}.stats-grid{grid-template-columns:1fr!important;gap:12px!important}.stat-card{padding:12px!important;border-radius:12px!important}.stat-card h3{font-size:1.2rem!important}.charts-grid{grid-template-columns:1fr!important}}@media (min-width: 601px) and (max-width: 1024px){.services-files-grid,.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}.mobile-only{display:none}.desktop-only{display:table}@media (max-width: 768px){.mobile-only{display:block}.desktop-only{display:none!important}}.card-view-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}.mobile-data-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.card-header-premium{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.card-title-main{font-weight:700;color:#1e293b;font-size:15px}.status-pill{font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;background:#f1f5f9;color:#64748b}.status-pill.new{background:#dcfce7;color:#166534}.status-pill.blue{background:#eff6ff;color:#1d4ed8}.card-body-details{display:flex;flex-direction:column;gap:8px}.detail-item-mini{display:flex;justify-content:space-between;font-size:13px}.detail-item-mini .label{color:#64748b;font-weight:500}.detail-item-mini .value{color:#1e293b;font-weight:600}.fawry-highlight,.order-highlight{background:#f0f9ff;padding:8px;margin-top:4px;border-radius:6px;border-right:3px solid #2563eb}.fawry-highlight .value,.order-highlight .value{color:#2563eb;font-weight:800}@media (max-width: 520px){.payment-numbers{grid-template-columns:1fr!important}.payment-item{flex-direction:column!important;align-items:stretch!important;gap:8px!important}}.document-viewer-grid{grid-template-columns:repeat(5,1fr)}@media (max-width: 1024px){.document-viewer-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 640px){.document-viewer-grid{grid-template-columns:1fr}}@keyframes document-viewer-spin{to{transform:rotate(360deg)}}.requests-list-container{display:flex;flex-direction:column;gap:0;margin-top:24px}.request-row-wrapper{display:flex;flex-direction:column}.request-row{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid #e2e8f0}.request-row:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.request-row.expanded{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f626}.request-row-main{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:20px;background:linear-gradient(135deg,#fff,#f8fafc);transition:background .3s ease}.request-row.expanded .request-row-main{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:2px solid #3b82f6}.status-badge{padding:6px 12px;border-radius:50px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.status-badge.pending{background:#fef9c3;color:#a16207;border:1px solid #fde047}.status-badge.completed{background:#dcfce7;color:#15803d;border:1px solid #86efac}.status-badge.rejected{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.request-row-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.request-user-name{font-size:17px;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.request-email{font-size:13px;color:#64748b;font-weight:500}.request-date{font-size:12px;color:#94a3b8;font-weight:500;padding:4px 10px;background:#f1f5f9;border-radius:6px}.request-row-status{flex-shrink:0}.request-row-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.action-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:2px solid;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.action-btn:disabled{opacity:.5;cursor:not-allowed}.accept-btn{background:#fff;border-color:#10b981;color:#10b981}.accept-btn:hover:not(:disabled){background:#10b981;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #10b9814d}.accept-btn.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b981;box-shadow:0 4px 12px #10b9814d}.reject-btn{background:#fff;border-color:#ef4444;color:#ef4444}.reject-btn:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #ef44444d}.reject-btn.active{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-color:#ef4444;box-shadow:0 4px 12px #ef44444d}.delete-btn{background:#fff;border-color:#f97316;color:#f97316}.delete-btn:hover:not(:disabled){background:#f97316;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #f973164d}.expand-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #cbd5e1;border-radius:10px;background:#fff;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.expand-btn:hover{background:#f1f5f9;border-color:#3b82f6;color:#3b82f6;transform:scale(1.1)}.expand-btn.expanded{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:rotate(180deg)}.expand-btn svg{transition:transform .3s ease}.request-row-details{padding:24px;background:#fff;border-top:1px solid #e2e8f0;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:1000px;padding-top:24px;padding-bottom:24px}}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.details-section{display:flex;flex-direction:column;gap:16px}.details-section-title{font-size:15px;font-weight:700;color:#1e293b;margin:0;padding-bottom:12px;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:8px}.details-section-title:before{content:"";width:4px;height:18px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:2px}.details-items{display:flex;flex-direction:column;gap:12px}.detail-item-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 14px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0;gap:12px;transition:all .2s ease}.detail-item-row:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;transform:translate(-4px)}.detail-item-row .detail-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;min-width:120px}.detail-item-row .detail-value{font-size:14px;font-weight:600;color:#1e293b;text-align:left;word-break:break-word}.detail-item-row.full-width{flex-direction:column;align-items:stretch}.certificate-preview-img{width:100%;max-width:300px;height:auto;border-radius:12px;border:2px solid #e2e8f0;margin-top:8px;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.certificate-preview-img:hover{transform:scale(1.05);box-shadow:0 8px 24px #00000026;border-color:#3b82f6}.request-row-separator{height:1px;background-image:linear-gradient(to right,#cbd5e1 50%,transparent 50%);background-size:12px 1px;background-repeat:repeat-x;margin:20px 0}@media (max-width: 1024px){.request-row-main{flex-wrap:wrap;gap:16px}.request-row-info{flex:1 1 100%}.request-row-status{order:3}.request-row-actions{order:2;flex:1 1 100%;justify-content:flex-end}}@media (max-width: 768px){.request-row-main{padding:16px;flex-direction:column;align-items:stretch}.request-row-info{order:1}.request-row-status{order:2;align-self:flex-start}.request-row-actions{order:3;flex-direction:column;gap:8px}.action-btn{width:100%;justify-content:center;padding:12px 16px}.expand-btn{width:100%;height:44px}.details-grid{grid-template-columns:1fr}.request-row-details{padding:16px}.detail-item-row{flex-direction:column;align-items:flex-start;gap:6px}.detail-item-row .detail-label{min-width:auto}}@media (max-width: 480px){.request-user-name{font-size:15px}.request-meta{flex-direction:column;align-items:flex-start;gap:6px}.action-btn span{font-size:13px}.details-section-title{font-size:14px}.certificate-preview-img{max-width:100%}}@media print{.request-row-actions,.expand-btn{display:none}.request-row-details{display:block!important;animation:none}.request-row{border:1px solid #000;page-break-inside:avoid}.request-row-separator{display:none}}.premium-news-editor{background:#fff;border-radius:24px;padding:40px;box-shadow:0 10px 25px #0000000d;border:1px solid rgba(226,232,240,.8);margin-top:20px}.premium-textarea{width:100%;padding:20px;border:2px solid #e2e8f0;border-radius:16px;font-size:16px;color:#1e293b;background:#f8fafc;transition:all .3s ease;resize:vertical;font-family:inherit}.premium-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.publish-button-premium,.quick-message-button-premium,.stop-button-premium{color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);white-space:nowrap}.publish-button-premium{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #2563eb40}.quick-message-button-premium{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98140}.stop-button-premium{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444440}.publish-button-premium:hover:not(:disabled),.quick-message-button-premium:hover:not(:disabled),.stop-button-premium:hover:not(:disabled){transform:translateY(-3px) scale(1.02)}.publish-button-premium:disabled,.quick-message-button-premium:disabled{opacity:.6;cursor:not-allowed;background:#94a3b8}.section-header-compact{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px dashed #e2e8f0}.header-icon-hex{width:56px;height:56px;background:#f59e0b1a;display:flex;align-items:center;justify-content:center;border-radius:16px;transform:rotate(45deg)}.header-icon-hex svg{transform:rotate(-45deg)}.action-row-end{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;flex-wrap:wrap}@media (max-width: 768px){.premium-news-editor{padding:24px 15px;border-radius:16px}.action-row-end{flex-direction:column;width:100%}.publish-button-premium,.quick-message-button-premium,.stop-button-premium{width:100%;padding:16px;font-size:14px}.section-header-compact{flex-direction:column;text-align:center;gap:12px}.section-header-compact h2{font-size:18px}.section-header-compact p{font-size:13px}}.assignments-management-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:20px}.assignments-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;background:#fffffff2;padding:20px 30px;border-radius:12px;box-shadow:0 4px 6px #0000001a}.title-header{margin-bottom:24px;padding:0 10px}.title-header h1{font-size:32px;font-weight:800;color:#1e293b;margin:0}.assignments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e2e8f0}.back-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;transition:all .2s ease}.back-button:hover{background:#e2e8f0;color:#1e293b;transform:none}.assignments-message{display:flex;align-items:center;gap:10px;padding:15px 20px;margin-bottom:20px;border-radius:8px;font-weight:500;background:#fffffff2;box-shadow:0 2px 4px #0000001a}.assignments-message.success{color:#059669;border-left:4px solid #10b981}.assignments-message.error{color:#dc2626;border-left:4px solid #ef4444}.assignments-inner-tabs{display:flex;justify-content:center;margin-bottom:24px;gap:12px}.inner-tab{min-width:0}.assignments-content{display:flex;flex-direction:column;gap:30px}.track-folders-section,.assignments-config-section{background:#fffffff2;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e5e7eb}.section-header h2{margin:0;color:#1e293b;font-size:24px}.track-folders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.track-folder{display:flex;flex-direction:column;align-items:center;gap:12px;padding:25px;background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.track-folder-1{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-color:#3b82f6}.track-folder-2{background:linear-gradient(135deg,#dcfce7,#ecfdf5);border-color:#10b981}.track-folder-3{background:linear-gradient(135deg,#fef3c7,#fffbeb);border-color:#f59e0b}.track-folder:hover{transform:translateY(-4px);box-shadow:0 12px 25px #0f172a2e}.folder-icon-wrapper{color:#667eea;transition:color .3s ease}.folder-label{font-weight:600;font-size:16px}.folder-count{font-size:14px;opacity:.8}.track-files-panel{margin-top:30px;border-top:2px solid #e5e7eb;padding-top:30px}.track-header-main{display:flex;flex-direction:column;gap:10px}.back-to-tracks-button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:none;background:#e5e7eb;color:#374151;font-size:13px;cursor:pointer;transition:all .2s ease}.back-to-tracks-button:hover{background:#d1d5db}.track-files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.track-files-header h3{margin:0;color:#1e293b;font-size:20px}.track-files-actions{display:flex;gap:16px;align-items:center}.select-all-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#374151}.select-toggle-button,.send-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.select-toggle-button{background:#f1f5f9;color:#475569}.select-toggle-button:hover{background:#e2e8f0}.add-costs-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;background:#667eea;color:#fff}.add-costs-button:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-costs-button:disabled{opacity:.5;cursor:not-allowed}.send-button{background:#10b981;color:#fff}.send-button:hover:not(:disabled){background:#059669}.send-button:disabled{opacity:.5;cursor:not-allowed}.delete-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;background:#fee2e2;color:#b91c1c}.delete-button:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.delete-button:active:not(:disabled){transform:scale(.98)}.delete-button:disabled{opacity:.5;cursor:not-allowed}.track-files-body{margin-top:20px}.upload-section-inside-track{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:25px;margin-bottom:25px}.upload-header{display:flex;align-items:center;gap:10px;margin-bottom:15px;color:#475569;font-weight:600}.upload-status{display:flex;align-items:center;gap:10px;margin-top:15px;color:#667eea;font-weight:500}.files-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e5e7eb}.files-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.files-table thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10;box-shadow:0 2px 4px #0000000d}.files-table th{padding:16px 20px;text-align:right;font-weight:700;color:#0f172a;border-bottom:2px solid #cbd5e1;border-right:1px solid #e5e7eb;font-size:14px;letter-spacing:.3px;text-transform:uppercase;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.files-table th:first-child{border-right:none;width:60px;text-align:center}.files-table th:last-child{border-left:1px solid #e5e7eb}.files-table td{padding:14px 20px;border-bottom:1px solid #e5e7eb;border-right:1px solid #f1f5f9;color:#334155;font-size:14px;transition:all .2s ease}.files-table td:first-child{border-right:1px solid #e5e7eb;text-align:center;background:#fafbfc}.files-table tbody tr{transition:all .2s ease;background:#fff}.files-table tbody tr:nth-child(2n){background:#f9fafb}.files-table tbody tr:hover{background:#eff6ff!important;box-shadow:inset 0 0 0 1px #3b82f6;transform:scale(1.001)}.files-table tbody tr:hover td{color:#1e293b}.files-table tbody tr:last-child td{border-bottom:none}.checkbox-label{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:22px;height:22px;border:2px solid #94a3b8;border-radius:5px;position:relative;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff;box-shadow:inset 0 1px 2px #0000000d}.checkbox-label:hover .checkbox-custom{border-color:#667eea;transform:scale(1.1)}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 2px 8px #667eea66}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);color:#fff;font-size:15px;font-weight:700;animation:checkmark .3s ease}@keyframes checkmark{0%{transform:translate(-50%,-50%) scale(0);opacity:0}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.file-link{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;font-size:13px;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #667eea4d}.file-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea80;background:linear-gradient(135deg,#764ba2,#667eea)}.no-items-message{text-align:center;padding:40px;color:#64748b;font-size:16px}.assignments-config-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-weight:600;color:#1e293b}.form-group input{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.assignments-list-container{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 4px #0000000d}.assignments-list-header{display:grid;grid-template-columns:2fr 1fr 60px;padding:15px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;color:#475569;font-size:14px}.assignments-list{display:flex!important;flex-direction:column!important;gap:0!important;max-height:400px;overflow-y:auto;padding:0!important;background:#fff!important;border-radius:0!important}.assignment-item{display:grid!important;grid-template-columns:2fr 1fr 60px!important;align-items:center!important;padding:15px 20px!important;border-bottom:1px solid #f1f5f9!important;border-radius:0!important;border-top:none!important;border-left:none!important;border-right:none!important;transition:background-color .2s}.assignment-item:last-child{border-bottom:none!important}.assignment-item:hover{background-color:#f8fafc!important}.assignment-info{display:contents!important}.assignment-name{font-weight:500;color:#1e293b;font-size:15px}.assignment-price{color:#059669;font-weight:600;font-size:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.remove-assignment-button{width:32px;height:32px;background:transparent;color:#94a3b8;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s ease;justify-self:center}.remove-assignment-button:hover{background:#fee2e2;color:#ef4444;border-color:#fecaca;transform:none}.form-group label{font-size:14px;margin-bottom:8px;color:#334155}.form-group input{padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:15px;background:#fff;box-shadow:0 1px 2px #0000000d}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.add-assignment-section{margin-top:10px}.add-assignment-form{display:flex;gap:12px;flex-wrap:wrap}.add-assignment-form input{flex:1;min-width:200px;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px}.add-button{padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.add-button:hover{background:#4338ca}.save-button{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.save-button:hover:not(:disabled){background:#059669}.save-button:disabled{opacity:.5;cursor:not-allowed}.spinning-loader-small{animation:spin 1s linear infinite}.spinning-loader-large{animation:spin 1s linear infinite;color:#667eea}.assignments-loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px;background:#fffffff2;border-radius:12px;padding:60px;box-shadow:0 4px 6px #0000001a}.assignments-loading-screen p{font-size:18px;font-weight:600;color:#667eea;margin:0}.file-info-cell{display:flex;align-items:center;gap:12px}.file-icon-simple{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;font-size:11px;font-weight:700;color:#fff;letter-spacing:.5px}.file-icon-simple.pdf{background:linear-gradient(135deg,#ef4444,#dc2626)}.file-icon-simple.img{background:linear-gradient(135deg,#3b82f6,#2563eb)}.file-link-simple{font-weight:600;color:#1e293b;text-decoration:none;font-size:14px}.file-link-simple:hover{color:#3b82f6;text-decoration:underline}.files-table tbody tr.selected-row{background-color:#e0f2fe!important;border-left:3px solid #0ea5e9}.files-table tbody tr.selected-row td{border-bottom:1px solid #bae6fd}.icon-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;cursor:pointer;transition:all .2s;background:transparent}.icon-button.delete{color:#ef4444}.icon-button.delete:hover{background-color:#fee2e2;color:#dc2626}@media (max-width: 768px){.assignments-header{flex-direction:column;align-items:flex-start}.track-folders-grid{grid-template-columns:1fr}.track-files-header{flex-direction:column;align-items:flex-start;gap:15px}.add-assignment-form{flex-direction:column}.add-assignment-form input{width:100%}}.section-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e2e8f0;gap:20px}@media (max-width: 768px){.section-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important;text-align:center}.section-header h2{font-size:20px!important}.section-header .save-button{width:100%!important;justify-content:center!important}}.section-header h2{margin:0!important;color:#1e293b;font-size:24px;font-weight:600;flex-shrink:0}@keyframes snackbarSlideIn{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes snackbarSlideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(100px);opacity:0}}.snackbar{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #0000004d;animation:snackbarSlideIn .3s ease-out;z-index:9999;display:flex;align-items:center;gap:12px;font-size:15px}.snackbar.success{background:#10b981}.snackbar.error{background:#ef4444}.snackbar.hiding{animation:snackbarSlideOut .3s ease-out forwards}@keyframes paperPlaneFly{0%{transform:translate(0) rotate(0);opacity:1}50%{transform:translate(200px,-100px) rotate(45deg);opacity:.8}to{transform:translate(400px,-200px) rotate(90deg);opacity:0}}@keyframes trailFade{0%{opacity:.6;width:0}to{opacity:0;width:100px}}.paper-plane-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;pointer-events:none}.paper-plane{font-size:48px;animation:paperPlaneFly 1.5s ease-out forwards;position:relative}.paper-plane:after{content:"";position:absolute;top:50%;right:100%;height:2px;background:linear-gradient(to right,transparent,#4f46e5);animation:trailFade 1.5s ease-out forwards}.assignments-management-page *:not(.deleting-row):not(.deleting-row *){animation-duration:0s!important;transition-duration:.2s!important}button{transition-duration:.3s!important}.spinning-loader-small{animation:spin 1s linear infinite;display:inline-block}.spinning-loader-small,.spinning-loader-large,.snackbar,.paper-plane,.paper-plane:after{animation-duration:1.5s!important}.spinning-loader-small{animation-duration:1s!important}@keyframes pulseText{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.uploading-text{animation:pulseText 1.5s infinite ease-in-out!important}.assignments-config-section *,.config-section-block,.assignments-management-area,.assignments-list-container,.assignment-item,.form-group input{animation:none!important;transition:none!important;transform:none!important;opacity:1!important}.assignments-config-section button:hover,.assignment-item:hover,.remove-assignment-button:hover{transition:background-color .1s ease!important}.config-section-block{background:#f8fafc;border-radius:12px;padding:24px;border:1px solid #e2e8f0;margin-bottom:24px}.block-title{font-size:20px;font-weight:800;color:#1e293b;margin:0 0 30px;padding-bottom:0;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative}.block-title:after{content:"";display:block;width:60px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;margin-top:12px}.section-divider{display:none}.assignments-management-area{display:flex;flex-direction:column;gap:32px}.payment-methods-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:16px}@media (max-width: 768px){.payment-methods-grid{grid-template-columns:1fr}}.sub-label{display:block;font-size:16px;font-weight:700;color:#1e293b;margin-bottom:16px;border-right:4px solid #667eea;padding-right:12px}.assignments-list-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-top:8px}.assignments-list-header{display:grid;grid-template-columns:2fr 1fr 60px;padding:16px 20px;background:#f1f5f9;border-bottom:1px solid #cbd5e1;font-weight:700;color:#334155;font-size:14px}@keyframes rowDeletion{0%{transform:translate(0);opacity:1;background-color:#fee2e2}30%{transform:translate(-15px);background-color:#fecaca}to{transform:translate(100%);opacity:0}}.deleting-row{animation:rowDeletion .6s ease-out forwards!important;pointer-events:none}.deleting-row td{border-color:transparent!important}.spinning-loader-small,.spinning-loader-large{animation-duration:1s!important}.tier-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.tier-modal{background:#fff;border-radius:16px;padding:30px;max-width:480px;width:90%;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease;text-align:center}.tier-modal h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px}.tier-modal-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.tier-button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 24px;border:2px solid transparent;border-radius:12px;cursor:pointer;font-size:15px;transition:all .3s ease;width:100%}.tier-button strong{font-size:17px}.tier-button span{font-size:13px;opacity:.8}.tier-button.tier-500{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tier-button.tier-500:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.tier-button.tier-300{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.tier-button.tier-300:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.tier-cancel{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:14px;padding:8px 16px;transition:color .2s}.tier-cancel:hover{color:#475569}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.assigned-file-card-responsive{display:flex;align-items:center;gap:20px}.assignment-card-content{display:flex;align-items:center;gap:20px;flex:1;min-width:0}.assignment-card-actions{display:flex;gap:10px;flex-shrink:0}@media (max-width: 768px){.assigned-file-card-responsive{flex-direction:column;align-items:stretch;gap:20px}.assignment-card-content{flex-direction:column;align-items:center;text-align:center;gap:15px}.assignment-card-content h3{white-space:normal!important;text-align:center}.assignment-card-actions{justify-content:center;width:100%;gap:10px}.assignment-card-actions a{flex:1;max-width:150px}}.news-page-premium{min-height:100vh;background-color:#f8fafc;direction:rtl;position:relative;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.news-nav{position:fixed;top:0;left:0;right:0;height:75px;background:transparent;display:flex;align-items:center;justify-content:space-between;padding:0 5%;z-index:1000;transition:all .3s ease;border-bottom:1px solid transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.news-nav.scrolled{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 4px 15px #0000000d}.news-back-btn{display:flex;align-items:center;gap:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease;padding:10px 22px;border-radius:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.news-nav.scrolled .news-back-btn{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.news-back-btn:hover{background:#ffffff40;transform:translate(-5px)}.news-nav.scrolled .news-back-btn:hover{background:#e2e8f0;color:#1e293b}.news-nav-title{font-weight:700;font-size:20px;color:#fff;transition:all .3s ease}.news-nav.scrolled .news-nav-title{background:linear-gradient(135deg,#1e293b,#334155);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.news-header{height:400px;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 5%;color:#fff;margin-top:0;overflow:hidden}.news-header-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://www.transparenttextures.com/patterns/cubes.png);opacity:.1;pointer-events:none}.news-header-content{position:relative;z-index:2;max-width:800px}.news-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b33;color:#fbbf24;padding:6px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;border:1px solid rgba(245,158,11,.3)}.news-header-content h1{font-size:3rem;font-weight:800;margin-bottom:16px;letter-spacing:-1px;line-height:1.2}.news-subtitle{font-size:1.2rem;color:#94a3b8;max-width:600px;margin:0 auto}.news-container{max-width:1000px;margin:-80px auto 100px;padding:0 20px;position:relative;z-index:10}.news-content-card{background:#fff;border-radius:30px;padding:50px;box-shadow:0 25px 50px -12px #00000014;border:1px solid rgba(226,232,240,.8)}.news-card-meta{display:flex;gap:24px;margin-bottom:40px;padding-bottom:24px;border-bottom:1px dashed #e2e8f0}.meta-item{display:flex;align-items:center;gap:8px;color:#64748b;font-size:14px;font-weight:500}.news-text-body{font-size:1.25rem;line-height:2;color:#334155;white-space:pre-wrap}.news-text-body p{margin-bottom:24px}.no-news-message{text-align:center;padding:50px 0;color:#94a3b8}.no-news-message p{margin-top:16px;font-size:18px}.news-footer-actions{margin-top:50px;padding-top:30px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.news-action-btn{display:flex;align-items:center;gap:8px;background:#f1f5f9;border:none;padding:12px 24px;border-radius:12px;color:#475569;font-weight:600;cursor:pointer;transition:all .3s ease}.news-action-btn:hover{background:#e2e8f0;color:#1e293b}.news-footer-simple{text-align:center;padding:40px 0;color:#64748b;font-size:14px}.animate-slide-up{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.news-circle-1{top:10%;right:-5%;background:#3b82f60d}.news-triangle-1{bottom:20%;left:-5%;border-bottom-color:#f59e0b0d}.news-square-1{top:30%;left:5%;background:#10b9810d;transform:rotate(15deg)}.news-hexagon-1{bottom:10%;right:10%;background:#8b5cf60d}@media (max-width: 768px){.news-header{height:auto;min-height:450px;padding-top:120px;padding-bottom:80px}.news-header-content h1{font-size:2.2rem}.news-content-card{padding:30px 20px;border-radius:20px;margin-top:-50px}.news-card-meta{flex-direction:column;gap:12px}.news-text-body{font-size:1.1rem}.news-nav-title{display:none}}*{box-sizing:border-box}.static-page{min-height:100vh;font-family:Cairo,Segoe UI,sans-serif;direction:rtl;background:#f8fafc;color:#0f172a}.static-container{max-width:1100px;margin:0 auto;padding:0 24px}.static-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f}.static-header-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.static-back-btn{display:flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;padding:9px 16px;font-family:Cairo,sans-serif;font-size:14px;font-weight:700;color:#475569;cursor:pointer;transition:all .25s ease}.static-back-btn:hover{background:#e2e8f0;transform:translate(4px)}.static-logo{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#1e3a8a}.static-logo span:first-child{font-size:22px}.static-hero{padding:80px 24px 90px;display:flex;align-items:center;gap:60px;max-width:1100px;margin:0 auto}.static-hero-content{flex:1}.static-hero-visual{flex-shrink:0}.static-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#3b82f61a;color:#1e3a8a;padding:6px 16px;border-radius:50px;font-size:13px;font-weight:800;margin-bottom:20px;border:1px solid rgba(30,58,138,.15)}.static-hero h1{font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.3;margin:0 0 18px;color:#0f172a}.static-hero p{font-size:17px;line-height:1.8;color:#475569;max-width:560px;margin:0}.about-hero{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:0 0 40px 40px}.contact-hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:0 0 40px 40px}.privacy-hero{background:linear-gradient(135deg,#faf5ff,#ede9fe);border-radius:0 0 40px 40px}.privacy-meta{display:inline-block;margin-top:16px;background:#64748b1a;color:#64748b;padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600}.hero-icon-ring{width:140px;height:140px;background:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(255,255,255,.8);border-radius:36px;display:flex;align-items:center;justify-content:center;font-size:64px;box-shadow:0 20px 50px #0000001a;animation:floatIcon 4s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.static-stats{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:48px 24px;margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{text-align:center;color:#fff;padding:20px;background:#ffffff1a;border-radius:16px;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);background:#ffffff2e}.stat-number{font-size:36px;font-weight:900;margin-bottom:6px;color:#fff}.stat-label{font-size:14px;opacity:.85;font-weight:600}.static-section{padding:70px 24px}.static-section.bg-light{background:#f1f5f9}.static-section-header{text-align:center;margin-bottom:48px}.static-section-header h2{font-size:30px;font-weight:900;color:#0f172a;margin:0 0 12px}.static-section-header p{color:#64748b;font-size:16px;margin:0}.mvv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mvv-card{background:#fff;border-radius:24px;padding:36px 28px;text-align:center;border:1px solid #e2e8f0;transition:all .35s ease;box-shadow:0 2px 12px #0000000a}.mvv-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1e3a8a1f;border-color:#bfdbfe}.mvv-icon{width:64px;height:64px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#1e3a8a}.mvv-card h3{font-size:18px;font-weight:800;color:#0f172a;margin:0 0 12px}.mvv-card p{color:#64748b;line-height:1.7;margin:0;font-size:14px}.services-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-summary-card{background:#fff;border-radius:18px;padding:28px 22px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.service-summary-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000014}.service-summary-icon{font-size:36px;margin-bottom:14px;display:block}.service-summary-card h4{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 8px}.service-summary-card p{color:#64748b;font-size:13px;line-height:1.6;margin:0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.why-item{background:#fff;border-radius:18px;padding:28px 20px;text-align:center;border:1px solid #e2e8f0;transition:all .3s ease}.why-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000012}.why-icon{width:52px;height:52px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#1e3a8a}.why-item h4{font-size:14px;font-weight:800;color:#0f172a;margin:0 0 8px}.why-item p{color:#64748b;font-size:13px;line-height:1.6;margin:0}.static-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:80px 24px;text-align:center;color:#fff}.static-cta h2{font-size:32px;font-weight:900;margin:0 0 12px}.static-cta p{font-size:16px;opacity:.75;margin:0 0 32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-btn-primary{padding:15px 36px;background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0f172a;border:none;border-radius:14px;font-family:Cairo,sans-serif;font-size:16px;font-weight:800;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #f59e0b66}.cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 28px #f59e0b80}.cta-btn-secondary{padding:15px 32px;background:#ffffff1f;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:14px;font-family:Cairo,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.cta-btn-secondary:hover{background:#fff3;transform:translateY(-3px)}.contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}.contact-info-panel h2,.contact-form-panel h2{font-size:24px;font-weight:900;color:#0f172a;margin:0 0 10px}.contact-cards{display:flex;flex-direction:column;gap:16px;margin:24px 0 28px}.contact-info-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;transition:all .3s ease;border-right:4px solid var(--card-accent, #3b82f6)}.contact-info-card.clickable{cursor:pointer}.contact-info-card.clickable:hover{transform:translate(-4px);box-shadow:0 8px 24px #00000014}.contact-card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-text{flex:1}.contact-card-text h4{font-size:13px;font-weight:700;color:#64748b;margin:0 0 3px}.contact-value{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 2px}.contact-desc{font-size:12px;color:#94a3b8;margin:0}.contact-card-arrow{color:#94a3b8;font-size:18px}.contact-social h4{font-size:14px;font-weight:700;color:#374151;margin:0 0 12px}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-link{padding:8px 20px;border-radius:10px;color:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:all .3s ease}.social-link:hover{transform:translateY(-2px);filter:brightness(1.1)}.contact-form-panel{background:#fff;border-radius:24px;padding:36px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000d}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form-field{margin-bottom:20px}.contact-form-field label{display:block;font-size:14px;font-weight:700;color:#374151;margin-bottom:8px}.contact-form-field input,.contact-form-field textarea{width:100%;padding:13px 16px;border:1.5px solid #e2e8f0;border-radius:12px;font-family:Cairo,sans-serif;font-size:15px;color:#0f172a;background:#f8fafc;transition:all .25s ease;outline:none;direction:rtl;resize:vertical}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.contact-submit-btn{width:100%;padding:15px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;border-radius:14px;font-family:Cairo,sans-serif;font-size:16px;font-weight:800;cursor:pointer;transition:all .35s ease;box-shadow:0 6px 18px #3b82f64d;display:flex;align-items:center;justify-content:center;gap:10px}.contact-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 28px #3b82f666}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-success{text-align:center;padding:40px 20px}.contact-success-icon{width:80px;height:80px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.contact-success h3{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 10px}.contact-success p{color:#64748b;font-size:14px;line-height:1.7}.privacy-layout{display:grid;grid-template-columns:260px 1fr;gap:48px;align-items:start}.privacy-toc{background:#fff;border-radius:18px;padding:24px;border:1px solid #e2e8f0;position:sticky;top:90px;max-height:calc(100vh - 120px);overflow-y:auto}.privacy-toc h3{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.privacy-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.privacy-toc ul li a{display:block;padding:8px 12px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;border-radius:8px;transition:all .2s;line-height:1.4}.privacy-toc ul li a:hover{background:#f1f5f9;color:#1e3a8a}.privacy-intro{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;padding:24px 28px;margin-bottom:32px;border:1px solid #bfdbfe}.privacy-intro p{color:#1e3a8a;font-size:15px;line-height:1.8;margin:0;font-weight:600}.privacy-section{background:#fff;border-radius:18px;padding:28px 32px;margin-bottom:20px;border:1px solid #e2e8f0;scroll-margin-top:100px;transition:box-shadow .2s}.privacy-section:hover{box-shadow:0 6px 20px #0000000d}.privacy-section h2{font-size:18px;font-weight:800;color:#1e3a8a;margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.privacy-section-content p{color:#374151;font-size:14px;line-height:1.8;margin:0 0 10px}.privacy-section-content li{color:#374151;font-size:14px;line-height:1.8;margin:4px 0;padding-right:16px;position:relative}.privacy-section-content li:before{content:"•";position:absolute;right:0;color:#3b82f6;font-weight:900}.static-footer{background:#0f172a;padding:28px 24px;text-align:center}.static-footer .static-container{display:flex;flex-direction:column;align-items:center;gap:14px}.static-footer p{color:#ffffff80;font-size:13px;margin:0}.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer-links button{background:none;border:none;color:#ffffffa6;font-family:Cairo,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s}.footer-links button:hover{color:#fff}@media (max-width: 900px){.static-hero{flex-direction:column;text-align:center;padding:50px 24px 60px}.static-hero-visual{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}.mvv-grid{grid-template-columns:1fr}.services-summary-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.contact-layout,.privacy-layout{grid-template-columns:1fr}.privacy-toc{display:none}.contact-form-row{grid-template-columns:1fr}}@media (max-width: 480px){.services-summary-grid,.why-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.cta-buttons{flex-direction:column}.contact-form-panel{padding:24px 18px}}.contact-new-hero{background:linear-gradient(135deg,#0f172a,#1e3a8a 60%,#3b82f6);padding:70px 24px 80px;text-align:center;color:#fff;position:relative;overflow:hidden}.contact-new-hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:#ffffff0a;top:-150px;left:-100px}.contact-new-hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#f59e0b14;bottom:-80px;right:-60px}.contact-new-hero-inner{position:relative;z-index:1;max-width:600px;margin:0 auto}.contact-hero-badge{display:inline-block;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:7px 20px;border-radius:50px;font-size:14px;font-weight:700;margin-bottom:22px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.contact-new-hero h1{font-size:clamp(26px,4vw,40px);font-weight:900;margin:0 0 16px;line-height:1.3}.contact-new-hero p{font-size:16px;opacity:.8;line-height:1.8;margin:0}.contact-new-body{padding:56px 0 40px}.contact-quick-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:56px}.contact-quick-card{display:flex;align-items:center;gap:18px;padding:24px 22px;border-radius:20px;border:1.5px solid;cursor:default;transition:all .3s ease;position:relative;overflow:hidden;background:#fff}.contact-quick-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s}.whatsapp-card{border-color:#25d366;cursor:pointer}.whatsapp-card:before{background:#25d3660a}.whatsapp-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #25d36633}.whatsapp-card:hover:before{opacity:1}.whatsapp-card .cqc-icon{background:#25d3661f;color:#25d366}.whatsapp-card .cqc-value{color:#15803d}.whatsapp-card .cqc-arrow{color:#25d366}.phone-card{border-color:#3b82f6;cursor:pointer}.phone-card:before{background:#3b82f60a}.phone-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #3b82f62e}.phone-card:hover:before{opacity:1}.phone-card .cqc-icon{background:#3b82f61a;color:#3b82f6}.phone-card .cqc-value{color:#1e40af}.phone-card .cqc-arrow{color:#3b82f6}.hours-card{border-color:#f59e0b;cursor:default}.hours-card .cqc-icon{background:#f59e0b1a;color:#d97706}.hours-card .cqc-value{color:#92400e}.cqc-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.cqc-body{flex:1;min-width:0}.cqc-body h3{font-size:15px;font-weight:800;color:#0f172a;margin:0 0 4px}.cqc-value{font-size:17px;font-weight:900;margin:0 0 3px;letter-spacing:.5px}.cqc-hint{font-size:12px;color:#94a3b8;margin:0;font-weight:600}.cqc-arrow{flex-shrink:0;opacity:.5;transition:all .3s}.contact-quick-card:hover .cqc-arrow{opacity:1;transform:translate(-4px)}.contact-faq-section{margin-bottom:56px}.contact-faq-header{display:flex;align-items:center;gap:12px;margin-bottom:28px;color:#1e3a8a}.contact-faq-header h2{font-size:24px;font-weight:900;margin:0;color:#0f172a}.contact-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-card{background:#fff;border-radius:18px;padding:24px 26px;border:1px solid #e2e8f0;transition:all .3s ease}.faq-card:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #1e3a8a14;transform:translateY(-2px)}.faq-q{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.faq-icon{font-size:20px;flex-shrink:0;margin-top:1px}.faq-q h4{font-size:15px;font-weight:800;color:#0f172a;margin:0;line-height:1.5}.faq-a{font-size:13px;color:#64748b;line-height:1.8;margin:0;padding-right:30px}.contact-bottom-cta{background:linear-gradient(135deg,#0f172a,#1e3a8a);border-radius:28px;padding:56px 40px;text-align:center;color:#fff;margin-bottom:16px}.contact-bottom-cta .cta-icon{font-size:52px;margin-bottom:20px;display:block;animation:bounceSoft 2s ease-in-out infinite}@keyframes bounceSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.contact-bottom-cta h2{font-size:28px;font-weight:900;margin:0 0 12px}.contact-bottom-cta p{font-size:15px;opacity:.75;line-height:1.7;max-width:500px;margin:0 auto 30px}.contact-wa-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 40px;background:#25d366;color:#fff;border:none;border-radius:16px;font-family:Cairo,sans-serif;font-size:17px;font-weight:800;cursor:pointer;transition:all .35s ease;box-shadow:0 8px 24px #25d36666}.contact-wa-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 16px 36px #25d36680;background:#22c55e}@media (max-width: 900px){.contact-quick-cards,.contact-faq-grid{grid-template-columns:1fr}.contact-bottom-cta{padding:40px 24px}}@media (max-width: 480px){.contact-wa-btn{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box;font-family:Cairo,sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;-webkit-touch-callout:none}button,a,.service-card-premium,.payment-option,.form-group label{-webkit-user-select:none;user-select:none}body{font-family:Cairo,sans-serif;background:#f7fafc;color:#1a202c;font-weight:500}.app{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}::selection{background:#667eea;color:#fff}::-moz-selection{background:#667eea;color:#fff}button,input,select,textarea{font-family:inherit}[dir=rtl]{direction:rtl;text-align:right}[dir=ltr]{direction:ltr;text-align:left}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){body{font-size:14px}}@media (max-width: 480px){body{font-size:13px}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#fff;position:absolute;top:0;left:0;z-index:9999}.modern-loader{display:flex;flex-direction:column;align-items:center;gap:16px}.loader-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.modern-loader p{font-size:16px;font-weight:600;color:#334155;margin:0;animation:pulse 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
