:root{--primary-indigo: #4f46e5;--primary-purple: #7c3aed;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #374151;--gray-800: #111827;--blue-50: #eff6ff;--blue-100: #e0e7ff;--indigo-100: #e0e7ff;--indigo-200: #c7d2fe;--purple-50: #faf5ff;--purple-100: #f3e8ff;--green-100: #dcfce7;--green-500: #10b981;--green-700: #166534;--green-200: #bbf7d0;--yellow-400: #fbbf24;--red-50: #fef2f2;--red-100: #fee2e2;--red-200: #fecaca;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b43131;--white: #ffffff;--slate-50: #f8fafc;--slate-100: #f1f5f9;--gradient-primary: linear-gradient(135deg, var(--primary-indigo), var(--primary-purple));--gradient-light: linear-gradient(135deg, var(--indigo-100) 0%, var(--white) 50%, var(--purple-100) 100%);--gradient-surface: linear-gradient(135deg, var(--gray-50), var(--gray-100));--gradient-form: linear-gradient(135deg, var(--slate-50), var(--slate-100));--gradient-blue-purple: linear-gradient(135deg, var(--indigo-100), var(--purple-100));--gradient-red: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);--gradient-blue: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--font: apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid transparent;border-radius:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--gradient-primary);color:var(--white);border:none;padding:calc(.75rem + 2px) calc(1.5rem + 2px)}.btn-secondary{background:var(--white);color:var(--gray-700);border-color:var(--gray-300)}.btn-secondary:hover:not(:disabled){border-color:var(--primary-indigo);background:var(--gray-50);color:var(--primary-indigo)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease-out}.modal-content{background:var(--white);border-radius:.75rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:var(--white);z-index:10}.modal-title{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.modal-close-btn{padding:.5rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;color:var(--gray-500);transition:all .2s ease}.modal-close-btn:hover{background:var(--gray-100);color:var(--gray-700)}.modal-close-btn svg{width:1.5rem;height:1.5rem}.modal-body{padding:1.5rem}.modal-actions{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid var(--gray-200);justify-content:flex-end;background:var(--gray-50)}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:.95rem;transition:all .2s ease;background:var(--white)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical;min-height:80px}.input-error{border-color:var(--red-600)}.input-error:focus{border-color:var(--red-600);box-shadow:0 0 0 3px #dc26261a}.error-message{display:block;margin-top:.25rem;font-size:.75rem;color:var(--red-600)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;direction:rtl;text-align:right}.login-container{min-height:100vh;background:var(--gradient-light);display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{background:var(--white);border-radius:1rem;box-shadow:0 25px 50px #00000026;padding:2rem;width:100%;max-width:400px;text-align:center}.login-header{margin-bottom:2rem}.login-logo{background:var(--gradient-primary);padding:1rem;border-radius:1rem;display:inline-block;margin-bottom:1rem}.login-logo-icon{width:2rem;height:2rem;color:var(--white)}.login-title{font-size:1.75rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin:0 0 .5rem}.login-subtitle{color:var(--gray-500);margin:0}.login-stage{text-align:center}.login-field{margin-bottom:1.5rem;text-align:right}.login-field-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.login-field-wrapper{position:relative}.login-field-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:var(--gray-400)}.login-field-input{width:100%;padding:.75rem 3rem .75rem .75rem;border:2px solid var(--gray-200);border-radius:.75rem;font-size:1rem;outline:none;transition:all .2s ease;text-align:right}.login-field-input:focus{border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.login-error{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--red-50);border:1px solid var(--red-200);border-radius:.5rem;margin-bottom:1rem}.login-error-icon{width:1rem;height:1rem;color:#ef4444}.login-error-text{font-size:.875rem;color:var(--red-600)}.login-submit-btn{width:100%;background:var(--gradient-primary);color:var(--white);padding:.875rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-submit-btn:hover:not(.loading){box-shadow:0 10px 25px #4f46e54d;transform:scale(1.02)}.login-submit-btn.loading{background:var(--gray-400);cursor:not-allowed}.login-btn-icon{width:1rem;height:1rem}.otp-description{margin-bottom:1.5rem}.otp-description-text{color:var(--gray-500);margin-bottom:1rem}.otp-email{font-weight:600;color:var(--primary-indigo);margin-bottom:1.5rem}.otp-inputs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;direction:ltr}.otp-input{width:3rem;height:3rem;border:2px solid var(--gray-200);border-radius:.5rem;text-align:center;font-size:1.25rem;font-weight:600;outline:none;transition:all .2s ease;direction:ltr}.otp-input:focus{border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.otp-resend{margin-bottom:1rem}.otp-timer{color:var(--gray-500);font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.otp-timer-icon{width:1rem;height:1rem}.otp-resend-btn{background:none;border:none;color:var(--primary-indigo);font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:underline}.otp-resend-btn:disabled{cursor:not-allowed;opacity:.5}.login-back-btn{background:none;border:1px solid var(--gray-300);color:var(--gray-500);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;cursor:pointer;width:100%;margin-bottom:1rem;transition:all .2s ease}.login-back-btn:hover{background:var(--gray-50);border-color:var(--gray-400)}.login-demo-note{padding:.75rem;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:.5rem;font-size:.75rem;color:#0c4a6e}.success-stage{text-align:center}.success-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--green-500),#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-icon-svg{width:2rem;height:2rem;color:var(--white)}.success-title{color:var(--gray-800);margin-bottom:.5rem}.success-description{color:var(--gray-500);margin-bottom:1rem}.success-spinner{width:2rem;height:2rem;border:2px solid var(--gray-200);border-top:2px solid var(--primary-indigo);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.loading-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid var(--white);border-radius:50%;animation:spin 1s linear infinite}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-modal{background:var(--white);padding:2rem;border-radius:.75rem;display:flex;align-items:center;gap:1rem;box-shadow:0 25px 50px #00000040}@media (max-width: 640px){.login-card{margin:1rem;padding:1.5rem}.otp-inputs{gap:.25rem}.otp-input{width:2.5rem;height:2.5rem;font-size:1rem}.login-title{font-size:1.5rem}}@media (max-width: 480px){.login-container{padding:.5rem}.login-card{padding:1rem}.otp-input{width:2rem;height:2rem;font-size:.875rem}}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;direction:rtl}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.loading-spinner-main{width:64px;height:64px;margin-bottom:1.5rem;color:#4f46e5;animation:spin 1s linear infinite}.loading-text-main{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.loading-subtitle-main{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.loading-dots{display:flex;gap:.375rem;justify-content:center}.loading-dot{width:6px;height:6px;border-radius:50%;background:#4f46e5;animation:bounce 1.4s ease-in-out infinite both}.loading-dot:nth-child(1){animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}.loading-dot:nth-child(3){animation-delay:0s}.loading-inline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem}.loading-inline-spinner{color:#4f46e5;animation:spin 1s linear infinite}.loading-inline-text{font-size:.875rem;color:#4b5563;font-weight:500}.loading-inline.small .loading-inline-spinner{width:16px;height:16px}.loading-inline.medium .loading-inline-spinner{width:20px;height:20px}.loading-inline.large .loading-inline-spinner{width:24px;height:24px}.loading-skeleton{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.skeleton-line{height:.75rem;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;border-radius:.375rem;animation:shimmer 2s infinite;margin-bottom:.75rem}.skeleton-line:last-child{margin-bottom:0}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-line.long{width:100%}.skeleton-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:shimmer 2s infinite;margin-bottom:1rem}.loading-button{position:relative;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:not-allowed;opacity:.8;transition:opacity .3s ease}.loading-button-content{display:flex;align-items:center;gap:.5rem}.loading-button-spinner{width:16px;height:16px;color:#fff;animation:spin 1s linear infinite}.loading-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #E5E7EB;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px}.loading-card-spinner{width:48px;height:48px;color:#4f46e5;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-card-text{font-size:1rem;font-weight:500;color:#4b5563}.loading-spinner-border{border:3px solid #E5E7EB;border-top:3px solid #4F46E5;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-border.small{width:20px;height:20px;border-width:2px}.loading-spinner-border.medium{width:32px;height:32px;border-width:3px}.loading-spinner-border.large{width:48px;height:48px;border-width:4px}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.homepage-container{min-height:100vh;background:var(--gradient-light)}.navbar{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5);position:sticky;top:0;z-index:50}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo{background:var(--gradient-primary);padding:.5rem;border-radius:.5rem}.nav-logo-icon{width:1.5rem;height:1.5rem;color:var(--white)}.nav-title{font-size:1.25rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.nav-links{display:none;align-items:center;gap:2rem}.nav-link{color:var(--gray-600);text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary-indigo)}.nav-cta-btn{background:var(--gradient-primary);color:var(--white);padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;transform:translateZ(0)}.nav-cta-btn:hover{box-shadow:0 10px 25px #4f46e54d;transform:scale(1.05)}.mobile-menu-btn{display:block;background:none;border:none;padding:.5rem;cursor:pointer}.menu-icon{width:1.5rem;height:1.5rem}.mobile-menu{background:var(--white);border-top:1px solid var(--gray-200);padding:1rem 0}.mobile-menu-content{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem}.mobile-nav-link{color:var(--gray-600);text-decoration:none;padding:.5rem 0;transition:color .3s ease}.mobile-nav-link:hover{color:var(--primary-indigo)}.hero-section{position:relative;overflow:hidden}.hero-container{max-width:1280px;margin:0 auto;padding:5rem 1rem}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.hero-content{text-align:center}.hero-title{font-size:3rem;font-weight:700;color:var(--gray-800);line-height:1.1;margin-bottom:1.5rem}.hero-title-accent{background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;display:block}.hero-description{font-size:1.25rem;color:var(--gray-500);margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-primary-btn{display:inline-flex;align-items:center;background:var(--gradient-primary);color:var(--white);padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.hero-primary-btn:hover{box-shadow:0 20px 40px #4f46e54d;transform:scale(1.05)}.btn-arrow{width:1.25rem;height:1.25rem;margin-right:.5rem;transition:transform .3s ease}.hero-primary-btn:hover .btn-arrow{transform:translate(-.25rem)}.hero-secondary-btn{border:2px solid var(--primary-indigo);color:var(--primary-indigo);background:transparent;padding:1rem 2rem;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.hero-secondary-btn:hover{background:var(--primary-indigo);color:var(--white)}.hero-features{display:flex;align-items:center;justify-content:center;gap:2rem;font-size:.875rem;color:var(--gray-500)}.hero-feature{display:flex;align-items:center;gap:.5rem}.feature-check{width:1.25rem;height:1.25rem;color:var(--green-500)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.qr-card{background:var(--white);border-radius:1rem;box-shadow:0 25px 50px #00000026;padding:2rem;transform:rotate(3deg);transition:transform .5s ease;max-width:300px;width:100%}.qr-card:hover{transform:rotate(0)}.qr-card-bg{background:var(--gradient-blue-purple);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.qr-code-container{width:8rem;height:8rem;margin:0 auto;background:var(--white);border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000001a}.qr-icon{width:4rem;height:4rem;color:var(--primary-indigo)}.qr-card-content{text-align:center}.card-title{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.card-subtitle{color:var(--gray-500);margin-bottom:1rem}.card-status{background:var(--green-100);color:var(--green-700);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;display:inline-block}.floating-star{position:absolute;top:-1.5rem;right:-1.5rem;background:var(--yellow-400);border-radius:50%;padding:.75rem;animation:bounce 2s infinite}.star-icon{width:1.5rem;height:1.5rem;color:var(--white)}.floating-check{position:absolute;bottom:-1rem;left:-1rem;background:var(--green-500);border-radius:50%;padding:.75rem;animation:pulse 2s infinite}.check-icon{width:1.5rem;height:1.5rem;color:var(--white)}.features-section{padding:5rem 0;background:var(--white)}.features-container{max-width:1280px;margin:0 auto;padding:0 1rem}.section-subtitle{font-size:1.25rem;color:var(--gray-500);max-width:48rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{background:var(--gradient-surface);padding:2rem;border-radius:1rem;transition:all .3s ease;transform:translateZ(0);text-align:center}.feature-card:hover{box-shadow:0 20px 40px #0000001a;transform:scale(1.05);background:var(--white)}.feature-icon-container{background:var(--gradient-primary);width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--white);margin:0 auto 1.5rem;transition:transform .3s ease}.feature-card:hover .feature-icon-container{transform:scale(1.1)}.feature-icon{width:2rem;height:2rem}.feature-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.feature-description{color:var(--gray-500);line-height:1.6}.stats-section{padding:5rem 0;background:var(--gradient-primary);color:var(--white)}.stats-container{max-width:1280px;margin:0 auto;padding:0 1rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}.stat-item{transition:transform .3s ease}.stat-item:hover{transform:scale(1.05)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--indigo-200)}.testimonials-section{padding:5rem 0;background:var(--gray-50)}.testimonials-container{max-width:64rem;margin:0 auto;padding:0 1rem}.testimonial-card{background:var(--white);border-radius:1rem;box-shadow:0 20px 40px #0000001a;padding:2rem}.testimonial-stars{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.star{width:1.5rem;height:1.5rem;color:var(--yellow-400);fill:currentColor}.testimonial-quote{font-size:1.25rem;color:var(--gray-600);line-height:1.6;text-align:center;margin-bottom:2rem}.testimonial-author{text-align:center}.author-name{font-weight:700;color:var(--gray-800);font-size:1.125rem}.author-role{color:var(--primary-indigo)}.testimonial-dots{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%;background:var(--gray-300);border:none;cursor:pointer;transition:background-color .3s ease}.dot.active{background:var(--primary-indigo)}.contact-section{padding:5rem 0;background:var(--white)}.contact-container{max-width:1280px;margin:0 auto;padding:0 1rem}.contact-content{display:flex;justify-content:center;margin-top:3rem}.contact-form{background:var(--gradient-form);padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;max-width:600px;width:100%}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:var(--white)}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:none;min-height:120px}.cta-section{padding:5rem 0;background:var(--gray-50)}.cta-container{max-width:64rem;margin:0 auto;padding:0 1rem;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.5rem}.cta-description{font-size:1.25rem;color:var(--gray-500);margin-bottom:2.5rem}.cta-content{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}.cta-btn{display:inline-flex;align-items:center;background:var(--gradient-primary);color:var(--white);padding:1rem 2.5rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.cta-btn:hover{box-shadow:0 20px 40px #4f46e54d;transform:scale(1.05)}.cta-arrow{width:1.25rem;height:1.25rem;margin-right:.75rem;transition:transform .3s ease}.cta-btn:hover .cta-arrow{transform:translate(-.25rem)}.cta-features{display:flex;align-items:center;gap:1rem;color:var(--gray-500)}.cta-feature{display:flex;align-items:center;gap:.5rem}.footer{background:var(--gray-800);color:var(--white);padding:3rem 0}.footer-container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{background:var(--gradient-primary);padding:.5rem;border-radius:.5rem}.logo-icon{width:1.5rem;height:1.5rem;color:var(--white)}.footer-title{font-size:1.25rem;font-weight:700}.footer-description{color:var(--gray-400);line-height:1.6}.footer-links-title,.footer-contact-title{font-weight:600;margin-bottom:1rem}.footer-links-list,.footer-contact-list{list-style:none;padding:0}.footer-links-list li,.footer-contact-list li{margin-bottom:.5rem}.footer-link{color:var(--gray-400);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--white)}.footer-contact-list li{color:var(--gray-400)}.footer-bottom{border-top:1px solid var(--gray-600);margin-top:2rem;padding-top:2rem;text-align:center;color:var(--gray-400)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gray-200);box-shadow:0 -10px 25px #0000001a;padding:1.5rem;z-index:100;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.cookie-icon-wrapper{background:var(--gradient-primary);padding:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.cookie-icon{width:1.5rem;height:1.5rem;color:var(--white)}.cookie-text{flex:1}.cookie-title{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.cookie-description{color:var(--gray-600);font-size:.875rem;line-height:1.5}.cookie-accept-btn{background:var(--gradient-primary);color:var(--white);padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-accept-btn:hover{box-shadow:0 10px 25px #4f46e54d;transform:scale(1.05)}@media (min-width: 768px){.cookie-content{flex-direction:row;text-align:right;gap:1.5rem}.cookie-icon-wrapper{flex-shrink:0}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 640px){.hero-buttons{flex-direction:row;justify-content:center}.hero-features{justify-content:center}.stats-grid{grid-template-columns:repeat(3,1fr)}.cta-features{gap:2rem}.cta-content{flex-direction:row;justify-content:center}.features-grid{grid-template-columns:repeat(2,1fr)}.contact-content{justify-content:center}.contact-form{padding:3rem;max-width:700px}}@media (min-width: 768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.testimonial-card,.contact-form{padding:3rem}.hero-features{flex-wrap:wrap}}@media (min-width: 1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-content{text-align:right}.hero-title{font-size:4rem}.hero-buttons{justify-content:flex-start}.hero-features{justify-content:flex-start;flex-wrap:nowrap}.features-grid{grid-template-columns:repeat(4,1fr)}.contact-content{justify-content:center}.contact-form{padding:3rem;max-width:800px}}.dashboard-container{min-height:100vh;background:var(--gradient-light)}.dashboard-navbar{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5);position:sticky;top:0;z-index:50}.dashboard-nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.dashboard-nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.dashboard-nav-brand{display:flex;align-items:center;gap:.75rem}.dashboard-nav-logo{background:var(--gradient-primary);padding:.5rem;border-radius:.5rem}.dashboard-nav-logo-icon{width:1.5rem;height:1.5rem;color:var(--white)}.dashboard-nav-title{font-size:1.25rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.dashboard-nav-links{display:flex;gap:1.5rem}.dashboard-nav-links a{color:var(--gray-500);text-decoration:none;font-weight:500;transition:color .2s ease}.dashboard-nav-links a:hover{color:var(--primary-indigo)}.dashboard-nav-user{display:flex;align-items:center;gap:1rem}.dashboard-user-name{color:var(--gray-500);font-weight:500}.dashboard-user-avatar{width:2rem;height:2rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.dashboard-avatar-text{color:var(--white);font-size:.875rem;font-weight:600}.dashboard-main-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.dashboard-limit-info{color:#666;font-size:14px;margin-top:8px}.dashboard-create-btn.disabled{opacity:.5;cursor:not-allowed;background:#ccc}.limit-warning{color:#e74c3c;font-size:14px;margin-top:8px;text-align:center}.dashboard-header{display:flex;flex-direction:column;align-items:center}.dashboard-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.dashboard-subtitle{color:var(--gray-500);font-size:1.125rem}.dashboard-create-section{margin-bottom:2rem}.dashboard-create-btn{display:flex;align-items:center;background:var(--gradient-primary);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;transform:translateZ(0);margin:0 auto}.dashboard-create-btn:hover{box-shadow:0 10px 25px #4f46e54d;transform:scale(1.05)}.create-btn-icon{width:1.25rem;height:1.25rem;margin-left:.5rem}.dashboard-events-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.dashboard-event-card{background:var(--white);border-radius:.75rem;box-shadow:0 10px 25px #0000001a;padding:1.5rem;border:1px solid var(--gray-100);transition:all .3s ease;transform:translateZ(0)}.dashboard-event-card:hover{box-shadow:0 20px 40px #00000026;transform:scale(1.02)}.event-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.event-card-info{flex:1}.event-card-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.event-card-date{display:flex;align-items:center;color:var(--gray-500)}.event-date-icon{width:1rem;height:1rem;margin-left:.25rem}.event-date-text{font-size:.875rem}.event-status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-draft{background:#fef3c7;color:#92400e}.status-completed{background:var(--gray-100);color:var(--gray-600)}.event-card-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.event-stat{display:flex;justify-content:space-between;align-items:center}.event-stat-label{display:flex;align-items:center;color:var(--gray-500);font-size:.875rem}.event-stat-icon{width:1rem;height:1rem;margin-left:.25rem}.event-stat-value{font-weight:600;color:var(--gray-800);padding:5px}.event-card-actions{display:flex;gap:.5rem}.event-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-btn{background:var(--blue-50);color:var(--primary-indigo)}.view-btn:hover{background:var(--blue-100)}.edit-btn{background:var(--purple-50);color:var(--primary-purple)}.edit-btn:hover{background:var(--purple-100)}.action-btn-icon{width:1rem;height:1rem}.qr-btn{background:var(--purple-50);color:#7c3aed}.qr-btn:hover{background:var(--purple-100)}.dashboard-empty-state{grid-column:1 / -1;text-align:center;padding:3rem}.empty-state-icon{width:4rem;height:4rem;color:var(--gray-300);margin:0 auto 1rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:var(--gray-500);margin-bottom:.5rem}.empty-state-description{color:var(--gray-400);margin-bottom:1rem}.empty-state-btn{display:inline-flex;align-items:center;background:var(--gradient-primary);color:var(--white);padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.empty-state-btn:hover{box-shadow:0 10px 25px #4f46e54d}.empty-btn-icon{width:1rem;height:1rem;margin-left:.5rem}.dashboard-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dashboard-modal{position:relative;background:var(--white);border-radius:.75rem;box-shadow:0 25px 50px #00000040;max-width:28rem;width:100%;padding:1.5rem}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.25rem;font-weight:700;color:var(--gray-800)}.modal-close-btn{padding:.25rem;background:none;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .2s ease}.modal-close-btn:hover{background:var(--gray-100)}.modal-close-icon{width:1.25rem;height:1.25rem;color:var(--gray-500)}.modal-content{display:flex;flex-direction:column;gap:1rem}.modal-field{display:flex;flex-direction:column}.modal-field-label{font-size:.875rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.modal-field-input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s ease}.modal-field-input:focus{outline:none;border-color:var(--primary-indigo)}.modal-actions{display:flex;gap:.75rem;margin-top:1.5rem}.modal-cancel-btn{flex:1;padding:.75rem 1rem;border:1px solid var(--gray-300);color:var(--gray-600);background:var(--white);border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.modal-cancel-btn:hover{background:var(--gray-50)}.modal-submit-btn{flex:1;background:var(--gradient-primary);color:var(--white);padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-submit-btn:hover:not(:disabled){box-shadow:0 10px 25px #4f46e54d}.modal-submit-btn:disabled{opacity:.5;cursor:not-allowed}@media (min-width: 640px){.dashboard-events-grid{grid-template-columns:repeat(2,1fr)}.event-card-stats{flex-direction:row;justify-content:space-between}.dashboard-title{font-size:2.5rem}}@media (min-width: 1024px){.dashboard-events-grid{grid-template-columns:repeat(3,1fr)}.dashboard-main-content{padding:3rem 1rem}.dashboard-header,.dashboard-create-section{margin-bottom:3rem}}.top-navigation{background:#fffc;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navigation-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:70px}.navigation-brand{display:flex;align-items:center;gap:12px;color:var(--gradient-primary);text-decoration:none}.navigation-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navigation-logo img{width:60px;height:60px}.navigation-title{font-size:24px;font-weight:700;margin:0;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navigation-links{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.navigation-item{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:12px;color:var(--gray-500);text-decoration:none;font-weight:500;font-size:14px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.navigation-item:hover{color:var(--primary-indigo);transform:translateY(-1px)}.navigation-item.active{background:#667eea1a;color:var(--primary-indigo);box-shadow:0 4px 15px #0000001a}.navigation-item-icon{display:flex;align-items:center;justify-content:center}.navigation-item-label{white-space:nowrap}.user-menu{position:relative}.user-menu-button{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff1a;border:none;border-radius:50px;color:#000;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-menu-button:hover{background:#fff3;transform:translateY(-1px)}.user-avatar,.user-avatar-large{background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--white);box-shadow:0 2px 8px #00000026}.user-avatar{width:32px;height:32px;font-size:12px}.user-avatar-large{width:48px;height:48px;font-size:16px;box-shadow:0 3px 12px #00000026}.avatar-text{-webkit-user-select:none;user-select:none}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-name{font-weight:600;font-size:14px;line-height:1}.user-greeting{font-size:11px;opacity:.8;line-height:1}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.user-menu-dropdown{position:fixed;top:70px;right:auto;left:50px;width:280px;background:var(--white);border-radius:16px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.08);overflow:hidden;z-index:1001;opacity:0;transform:translateY(-10px);animation:dropdownSlideDown .2s ease-out forwards}@keyframes dropdownSlideDown{to{opacity:1;transform:translateY(0)}}.dropdown-section{padding:16px}.user-details{display:flex;align-items:center;gap:12px}.user-info-details{flex:1;min-width:0}.user-full-name{font-weight:600;font-size:16px;color:#333;line-height:1.2}.user-email{font-size:14px;color:#666;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,#e0e0e0,transparent);margin:0 16px}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 0;color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;border-radius:8px}.dropdown-item:hover{color:#667eea}.dropdown-item.logout{color:#e74c3c}.dropdown-item.logout:hover{color:#c0392b}@media (max-width: 768px){.navigation-container{padding:0 16px;height:60px}.navigation-title{font-size:20px}.navigation-links,.user-info{display:none}.user-menu-dropdown{width:260px}}@media (max-width: 480px){.navigation-container{padding:0 12px}.navigation-title{font-size:18px}.navigation-logo img{width:50px;height:50px}.user-menu-dropdown{width:calc(100vw - 24px);right:12px}}.create-event-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.create-event-container{background:var(--white);border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden}.create-event-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--gray-200);background:var(--gradient-light)}.create-event-header-content{display:flex;align-items:center;gap:1rem}.create-event-icon{width:3rem;height:3rem;background:var(--gradient-primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.create-event-icon .icon{width:1.5rem;height:1.5rem;color:var(--white)}.create-event-title-section{display:flex;flex-direction:column}.create-event-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin:0}.create-event-subtitle{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.create-event-close-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--gray-100);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.create-event-close-btn:hover:not(:disabled){background:var(--gray-200)}.create-event-close-btn:disabled{opacity:.5;cursor:not-allowed}.create-event-close-btn .icon{width:1.25rem;height:1.25rem;color:var(--gray-600)}.create-event-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.create-event-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}@media (max-width: 640px){.create-event-overlay{padding:0}.create-event-container{max-height:100vh;border-radius:0}.create-event-header{padding:1rem}.create-event-icon{width:2.5rem;height:2.5rem}.create-event-title{font-size:1.125rem}.form-content{padding:1rem}.create-event-footer{padding:1rem;flex-direction:column-reverse}.btn{width:100%}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;max-width:400px;width:100%}.toast{background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid;position:relative;overflow:hidden;animation:toast-slide-in .3s ease-out;direction:rtl}.toast-success{border-color:#10b981}.toast-error{border-color:#ef4444}.toast-warning{border-color:#f59e0b}.toast-info{border-color:#3b82f6}.toast-content{display:flex;align-items:flex-start;gap:12px;padding:16px}.toast-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.toast-icon{width:20px;height:20px}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-text{flex:1}.toast-title{font-weight:600;font-size:14px;line-height:1.4;color:#111827;margin-bottom:4px}.toast-message{font-size:13px;line-height:1.4;color:#6b7280}.toast-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.toast-action-button{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s}.toast-action-button:hover{background-color:#f3f4f6}.toast-close-button{background:none;border:none;padding:4px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.toast-close-button:hover{background-color:#f3f4f6}.toast-close-icon{width:16px;height:16px;color:#6b7280}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,transparent,currentColor);transform-origin:left;animation-timing-function:linear;animation-fill-mode:forwards}.toast-success .toast-progress{color:#10b981}.toast-error .toast-progress{color:#ef4444}.toast-warning .toast-progress{color:#f59e0b}.toast-info .toast-progress{color:#3b82f6}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-progress{0%{width:100%}to{width:0%}}@media (max-width: 640px){.toast-container{left:20px;right:20px;top:20px;max-width:none}.toast-content{padding:14px}}.edit-event-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.edit-event-container{background:var(--white);border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden}.edit-event-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--gray-200);background:var(--gradient-light)}.edit-event-header-content{display:flex;align-items:center;gap:1rem}.edit-event-icon{width:3rem;height:3rem;background:var(--gradient-primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.edit-event-icon .icon{width:1.5rem;height:1.5rem;color:var(--white)}.edit-event-title-section{display:flex;flex-direction:column}.edit-event-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin:0}.edit-event-subtitle{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.edit-event-close-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--gray-100);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.edit-event-close-btn:hover:not(:disabled){background:var(--gray-200)}.edit-event-close-btn:disabled{opacity:.5;cursor:not-allowed}.edit-event-close-btn .icon{width:1.25rem;height:1.25rem;color:var(--gray-600)}.edit-event-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.form-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.section-title{font-size:1rem;font-weight:600;color:var(--gray-800);margin:0 0 1rem}.checkbox-content{display:flex;flex-direction:column;flex:1}.edit-event-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 640px){.edit-event-overlay{padding:0}.edit-event-container{max-height:100vh;border-radius:0}.edit-event-header{padding:1rem}.edit-event-icon{width:2.5rem;height:2.5rem}.edit-event-title{font-size:1.125rem}.form-content{padding:1rem}.edit-event-footer{padding:1rem;flex-direction:column-reverse}.btn{width:100%}}.qr-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.qr-modal-container{background:var(--white);border-radius:1rem;box-shadow:0 25px 50px #0000004d;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto;overscroll-behavior:contain;animation:slideUp .3s ease}.qr-modal-header{padding:2rem 2rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:2px solid var(--gray-100);position:sticky;top:0;background:var(--white);z-index:10}.qr-header-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qr-icon{width:1.75rem;height:1.75rem;color:var(--white)}.qr-modal-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);flex:1}.qr-close-btn{padding:.5rem;background:var(--gray-100);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;position:absolute;top:1rem;left:1rem}.qr-close-btn:hover{background:var(--gray-200);transform:rotate(90deg)}.close-icon{width:1.25rem;height:1.25rem;color:var(--gray-600)}.qr-modal-body{padding:2rem;text-align:center}.qr-description{color:var(--gray-600);font-size:1rem;margin-bottom:2rem}.qr-code-wrapper{background:var(--white);border:2px solid var(--gray-200);border-radius:1rem;padding:2rem;margin-bottom:2rem;display:inline-block}.qr-code-image{width:300px;height:300px;display:block}.qr-link-section{margin-top:2rem;text-align:right}.qr-link-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.qr-link-box{display:flex;gap:.5rem}.qr-link-input{flex:1;padding:.75rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:.875rem;color:var(--gray-600);background:var(--gray-50)}.copy-link-btn{padding:.75rem 1.5rem;background:var(--gradient-primary);color:var(--white);border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.copy-link-btn:hover{box-shadow:0 5px 15px #4f46e54d}.qr-modal-footer{padding:0 2rem 2rem}.btn-download{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);border:none;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-download:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}@media (max-width: 640px){.qr-code-image{width:250px;height:250px}.qr-modal-container{margin:1rem}}.not-found-container{min-height:100vh;background:var(--gradient-light);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.not-found-content{max-width:48rem;width:100%;text-align:center}.not-found-brand{margin-bottom:2rem}.brand-wrapper{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:1rem}.brand-logo{background:var(--gradient-primary);padding:.75rem;border-radius:.5rem}.brand-icon{width:2rem;height:2rem;color:var(--white)}.brand-title{font-size:1.5rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.not-found-number{position:relative;margin-bottom:2rem}.number-text{font-size:6rem;font-weight:700;color:#c1c1c1;-webkit-user-select:none;user-select:none;line-height:1}.number-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bounce-icon{background:var(--gradient-primary);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:bounce 2s infinite}.search-icon{width:2rem;height:2rem;color:var(--white)}.not-found-text{margin-bottom:3rem}.main-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:1rem;line-height:1.6}.description{font-size:1.125rem;color:var(--gray-500);line-height:1.6}.not-found-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}.action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;min-width:200px;justify-content:center}.primary-btn{background:var(--gradient-primary);color:var(--white)}.primary-btn:hover{transform:scale(1.05);box-shadow:0 10px 25px #4f46e54d}.primary-btn .arrow-icon{transition:transform .3s ease}.primary-btn:hover .arrow-icon{transform:translate(.25rem)}.secondary-btn{background:var(--white);color:var(--gray-600);border:2px solid var(--gray-200)}.secondary-btn:hover{border-color:var(--indigo-200);color:var(--primary-indigo);box-shadow:0 4px 12px #0000001a}.btn-icon,.arrow-icon{width:1.25rem;height:1.25rem}.help-section{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;border:1px solid var(--gray-100);margin-bottom:3rem}.help-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.help-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;text-align:right}.help-item{display:flex;flex-direction:column;gap:.5rem}.help-icon{font-weight:600;font-size:1rem}.help-icon:nth-child(1){color:#2563eb}.help-text{color:#4b5563;font-size:.875rem;line-height:1.5}.not-found-footer{color:var(--gray-400);font-size:.875rem}.floating-element{position:fixed;font-size:3rem;opacity:.1;pointer-events:none;z-index:-1}.element-1{top:2.5rem;right:2.5rem;font-size:4rem;animation:pulse 3s infinite}.element-2{bottom:2.5rem;left:2.5rem;animation:bounce 4s infinite}.element-3{top:25%;left:2.5rem;animation:ping 2s infinite}.element-4{bottom:25%;right:2.5rem;font-size:3.5rem;animation:pulse 2.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-1rem)}}@keyframes pulse{0%,to{opacity:.1}50%{opacity:.2}}@keyframes ping{0%{transform:scale(1);opacity:.1}75%,to{transform:scale(1.5);opacity:0}}@media (min-width: 640px){.not-found-actions{flex-direction:row}.help-grid{grid-template-columns:repeat(3,1fr)}.number-text{font-size:8rem}.main-title{font-size:2.5rem}}@media (min-width: 768px){.number-text{font-size:10rem}.main-title{font-size:3rem}}@media (max-width: 640px){.not-found-container{padding:.5rem}.help-section{padding:1.5rem}.number-text{font-size:4rem}.bounce-icon{width:3rem;height:3rem}.search-icon{width:1.5rem;height:1.5rem}}.profile-container{min-height:100vh;background:var(--gradient-light)}.profile-navbar{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5);position:sticky;top:0;z-index:50}.profile-nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}.profile-nav-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.profile-nav-brand{display:flex;align-items:center;gap:.75rem}.profile-nav-logo{background:var(--gradient-primary);padding:.5rem;border-radius:.5rem}.profile-nav-logo-icon{width:1.5rem;height:1.5rem;color:var(--white)}.profile-nav-title{font-size:1.25rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.profile-nav-links{display:flex;gap:1.5rem}.profile-nav-links a{color:var(--gray-500);text-decoration:none;font-weight:500;transition:color .2s ease}.profile-nav-links a:hover{color:var(--primary-indigo)}.profile-nav-user{display:flex;align-items:center;gap:1rem}.profile-user-name{color:var(--gray-500);font-weight:500}.profile-user-avatar{width:2rem;height:2rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center}.profile-avatar-text{color:var(--white);font-size:.875rem;font-weight:600}.profile-main-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.profile-header{text-align:center;margin-bottom:2rem}.profile-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.profile-subtitle{color:var(--gray-500);font-size:1.125rem}.profile-card{background:var(--white);border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem;border:1px solid var(--gray-100)}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-100)}.profile-main-avatar{width:6rem;height:6rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.main-avatar-text{color:var(--white);font-size:2rem;font-weight:700}.avatar-edit-btn{display:flex;align-items:center;gap:.5rem;background:var(--gray-100);color:var(--gray-600);padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.avatar-edit-btn:hover{background:var(--gray-200)}.camera-icon{width:1rem;height:1rem}.account-status{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-100)}.status-item{display:flex;align-items:center}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600}.status-badge.verified{background:var(--green-100);color:var(--green-700)}.status-badge.not-verified{background:#fef3c7;color:#92400e}.status-badge.locked{background:var(--red-50);color:var(--red-600)}.status-badge.active{background:var(--green-100);color:var(--green-700)}.status-badge.role{background:var(--purple-100);color:var(--primary-purple)}.status-icon{width:1rem;height:1rem}.profile-section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.section-title{font-size:1.25rem;font-weight:600;color:var(--gray-800)}.edit-btn{display:flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.edit-btn:hover{transform:scale(1.02);box-shadow:0 4px 12px #4f46e54d}.edit-icon{width:1rem;height:1rem}.edit-actions{display:flex;gap:.5rem}.save-btn{display:flex;align-items:center;gap:.5rem;background:#059669;color:var(--white);padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.save-btn:hover{background:#047857}.save-icon{width:1rem;height:1rem}.cancel-btn{display:flex;align-items:center;gap:.5rem;background:var(--red-600);color:var(--white);padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#b91c1c}.cancel-icon{width:1rem;height:1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.label-icon{width:1rem;height:1rem;color:var(--gray-500)}.form-input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.form-display{padding:.75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;color:var(--gray-600);font-size:1rem;min-height:3rem;display:flex;align-items:center}.email-display{justify-content:space-between}.verified-icon{width:1.25rem;height:1.25rem;color:#059669}.form-hint{color:var(--gray-500);font-size:.75rem;margin-top:.25rem}.account-info{display:flex;flex-direction:column;gap:1rem}.account-info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem}.info-label{font-weight:600;color:var(--gray-600)}.info-value{color:var(--gray-500);font-family:monospace;background:var(--white);padding:.25rem .5rem;border-radius:.25rem;border:1px solid var(--gray-300)}@media (max-width: 768px){.profile-nav-links{display:none}.form-grid{grid-template-columns:1fr}.profile-main-content{padding:1rem}.profile-card{padding:1.5rem}.account-status{flex-direction:column;align-items:center}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}.profile-title{font-size:1.75rem}.account-info-item{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 640px){.edit-actions{flex-direction:column}.profile-main-avatar{width:5rem;height:5rem}.main-avatar-text{font-size:1.75rem}}.admin-users-container{min-height:100vh;background:var(--gradient-light)}.admin-users-header{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5)}.admin-users-header-content{max-width:1280px;margin:0 auto;padding:1.5rem;display:flex;align-items:center;justify-content:space-between}.admin-header-info{display:flex;align-items:center;gap:.75rem}.admin-header-icon{padding:.5rem;background:var(--gradient-primary);border-radius:.5rem}.admin-header-text{display:flex;flex-direction:column}.admin-header-title{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.admin-header-subtitle{color:var(--gray-500);font-size:.875rem}.admin-header-actions{display:flex;gap:.75rem}.admin-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.export-btn{background:var(--green-500);color:var(--white)}.export-btn:hover{background:var(--green-700);box-shadow:0 10px 25px #22c55e4d}.add-btn{background:var(--gradient-primary);color:var(--white)}.add-btn:hover{box-shadow:0 10px 25px #4f46e54d}.admin-users-main-content{max-width:1280px;margin:0 auto;padding:1.5rem}.admin-users-filters{background:var(--white);border-radius:.75rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);padding:1.5rem;margin-bottom:1.5rem}.filters-content{display:flex;flex-direction:column;gap:1rem}.search-container{flex:1;position:relative}.search-icon{width:1.25rem;height:1.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400)}.search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.filter-controls{display:flex;gap:.75rem}.status-filter{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);cursor:pointer;transition:all .2s ease}.status-filter:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.additional-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid var(--gray-300);background:var(--white);border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.additional-filters-btn:hover{background:var(--gray-50)}.filter-icon{width:1rem;height:1rem}.bulk-actions{margin-top:1rem;padding:1rem;background:var(--blue-50);border-radius:.5rem}.bulk-actions-content{display:flex;align-items:center;justify-content:space-between}.bulk-selected-count{color:var(--primary-indigo);font-weight:600}.bulk-action-buttons{display:flex;gap:.5rem}.bulk-action-btn{padding:.25rem .75rem;border:none;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.activate-btn{background:var(--green-500);color:var(--white)}.activate-btn:hover{background:var(--green-700)}.suspend-btn{background:var(--red-600);color:var(--white)}.suspend-btn:hover{background:var(--red-700)}.delete-btn{background:var(--gray-600);color:var(--white)}.delete-btn:hover{background:var(--gray-800)}.users-table-container{background:var(--white);border-radius:.75rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);overflow:hidden}.users-table-wrapper{overflow-x:auto}.users-table{width:100%;border-collapse:collapse}.table-header{background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.table-checkbox-header,.table-header-cell{padding:1rem;text-align:right;font-weight:600;color:var(--gray-800);white-space:nowrap}.table-checkbox{width:1rem;height:1rem;border-radius:.25rem;border:1px solid var(--gray-300);cursor:pointer}.table-checkbox:checked{background:var(--primary-indigo);border-color:var(--primary-indigo)}.table-body{background:var(--white)}.table-row{border-bottom:1px solid var(--gray-200);transition:background-color .2s ease}.table-row:hover{background:var(--gray-50)}.table-cell{padding:1rem;vertical-align:middle}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2.5rem;height:2.5rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;flex-shrink:0}.user-details{min-width:0}.user-name{font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.user-contact{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--gray-500);margin-bottom:.125rem}.contact-icon{width:.75rem;height:.75rem;flex-shrink:0}.status-active{background:var(--green-100);color:var(--green-700)}.status-suspended{background:var(--red-200);color:var(--red-700)}.status-pending{background:var(--yellow-100);color:var(--yellow-700)}.status-icon{width:.75rem;height:.75rem}.role-badge{display:inline-flex;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.role-admin{background:var(--purple-100);color:var(--purple-700)}.role-premium{background:var(--blue-100);color:var(--blue-700)}.role-user{background:var(--gray-100);color:var(--gray-800)}.events-count{font-weight:600;color:var(--gray-800)}.date-info{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--gray-600)}.date-icon{width:.75rem;height:.75rem}.last-activity{font-size:.875rem;color:var(--gray-600)}.table-actions{display:flex;align-items:center;gap:.5rem}.table-action-btn{padding:.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.view-action{color:var(--gray-600);background:transparent}.view-action:hover{background:var(--gray-100)}.edit-action{color:var(--blue-600);background:transparent}.edit-action:hover{background:var(--blue-50)}.suspend-action{color:var(--red-600);background:transparent}.suspend-action:hover{background:var(--red-50)}.activate-action{color:var(--green-500);background:transparent}.activate-action:hover{background:var(--green-50)}.delete-action{color:var(--red-600);background:transparent}.delete-action:hover{background:var(--red-50)}.empty-state{text-align:center;padding:3rem}.empty-state-icon{width:3rem;height:3rem;color:var(--gray-300);margin:0 auto 1rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.empty-state-text{color:var(--gray-500)}.pagination{border-top:1px solid var(--gray-200);padding:1rem;display:flex;align-items:center;justify-content:space-between}.pagination-info{font-size:.875rem;color:var(--gray-500)}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.25rem .75rem;border:1px solid var(--gray-300);background:var(--white);border-radius:.375rem;cursor:pointer;transition:background-color .2s ease}.pagination-btn:hover:not(:disabled){background:var(--gray-50)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-current{padding:.25rem .75rem;background:var(--primary-indigo);color:var(--white);border-radius:.375rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.stats-card{background:var(--white);border-radius:.75rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);padding:1.5rem;transition:all .3s ease}.stats-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-2px)}.stats-card-content{display:flex;align-items:center;justify-content:space-between}.stats-info{display:flex;flex-direction:column}.stats-label{color:var(--gray-500);font-size:.875rem;margin-bottom:.5rem}.stats-value{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.stats-active{color:var(--green-500)}.stats-suspended{color:var(--red-600)}.stats-pending{color:var(--yellow-600)}.stats-icon-container{padding:.75rem;border-radius:.5rem}.stats-total{background:var(--blue-100)}.stats-active-bg{background:var(--green-100)}.stats-suspended-bg{background:var(--red-100)}.stats-pending-bg{background:var(--yellow-100)}.stats-icon{width:1.5rem;height:1.5rem}.stats-total .stats-icon{color:var(--blue-600)}.stats-active-bg .stats-icon{color:var(--green-500)}.stats-suspended-bg .stats-icon{color:var(--red-600)}.stats-pending-bg .stats-icon{color:var(--yellow-600)}.delete-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem;animation:fadeIn .2s ease-out}.delete-popup-container{background:var(--white);border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:450px;padding:2rem;position:relative;animation:slideUp .3s ease-out}.delete-popup-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.warning-icon{width:2rem;height:2rem;color:var(--red-600)}.delete-popup-close-btn{position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--gray-100);border-radius:.375rem;cursor:pointer;transition:all .2s ease}.delete-popup-close-btn:hover:not(:disabled){background:var(--gray-200)}.delete-popup-close-btn:disabled{opacity:.5;cursor:not-allowed}.delete-popup-content{text-align:center}.delete-popup-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.delete-popup-message{font-size:1rem;color:var(--gray-600);margin-bottom:1rem}.delete-user-info{background:var(--red-50);padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.delete-user-info strong{color:var(--gray-800);font-size:1.125rem}.delete-user-email{color:var(--gray-600);font-size:.875rem}.delete-popup-warning{font-size:.875rem;color:var(--red-600);font-weight:600}.delete-popup-actions{display:flex;gap:.75rem;margin-top:1.5rem}.delete-popup-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.delete-popup-btn:disabled{opacity:.6;cursor:not-allowed}.cancel-btn{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.cancel-btn:hover:not(:disabled){background:var(--gray-50)}.delete-btn{background:var(--red-600);color:var(--white)}.delete-btn:hover:not(:disabled){background:var(--red-700);box-shadow:0 10px 25px #dc26264d}.delete-spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .6s linear infinite}@media (min-width: 640px){.filters-content{flex-direction:row;align-items:center}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.admin-users-main-content{padding:2rem}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.admin-header-actions{gap:1rem}.admin-action-btn{padding:.75rem 1.25rem}.admin-users-main-content{padding:2.5rem}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.popup-container{background:var(--white);border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out;overflow:hidden}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--gray-200);background:var(--gradient-light)}.popup-header-content{display:flex;align-items:center;gap:1rem}.popup-icon{width:3rem;height:3rem;background:var(--gradient-primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup-icon .icon{width:1.5rem;height:1.5rem;color:var(--white)}.popup-title-section{display:flex;flex-direction:column}.popup-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin:0}.popup-subtitle{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.popup-close-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:none;background:var(--gray-100);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.popup-close-btn:hover:not(:disabled){background:var(--gray-200)}.popup-close-btn:disabled{opacity:.5;cursor:not-allowed}.popup-close-btn .icon{width:1.25rem;height:1.25rem;color:var(--gray-600)}.popup-form{display:flex;flex-direction:column;flex:1;overflow:hidden}.form-content{flex:1;overflow-y:auto;padding:1.5rem}.form-section{margin-bottom:2rem}.form-section:last-child{margin-bottom:0}.section-title{font-size:1rem;font-weight:600;color:var(--gray-800);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--gray-200);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.checkbox-label:hover{background:var(--gray-50);border-color:var(--primary-indigo)}.checkbox-input{width:1.25rem;height:1.25rem;border:2px solid var(--gray-300);border-radius:.25rem;cursor:pointer;flex-shrink:0;margin-top:.125rem}.checkbox-input:checked{background:var(--primary-indigo);border-color:var(--primary-indigo)}.checkbox-content{display:flex;align-items:flex-start;gap:.75rem;flex:1}.checkbox-icon{width:1.25rem;height:1.25rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.125rem}.checkbox-title{display:block;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.checkbox-description{display:block;font-size:.75rem;color:var(--gray-500)}.popup-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.btn-icon{width:1rem;height:1rem}.form-content::-webkit-scrollbar{width:8px}.form-content::-webkit-scrollbar-track{background:var(--gray-100);border-radius:4px}.form-content::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}.form-content::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}@media (max-width: 640px){.popup-overlay{padding:0}.popup-container{max-height:100vh;border-radius:0}.popup-header{padding:1rem}.popup-icon{width:2.5rem;height:2.5rem}.popup-title{font-size:1.125rem}.form-content{padding:1rem}.popup-footer{padding:1rem;flex-direction:column-reverse}.btn{width:100%}}.suspended-container{min-height:100vh;background:var(--gradient-light);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative;overflow:hidden}.suspended-container:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(79,70,229,.05) 0%,transparent 50%);animation:float 6s ease-in-out infinite}.suspended-container:after{content:"";position:absolute;bottom:-50%;left:-50%;width:80%;height:80%;background:radial-gradient(circle,rgba(239,68,68,.03) 0%,transparent 50%);animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.suspended-card{max-width:500px;width:100%;background:var(--white);border-radius:24px;box-shadow:0 25px 50px #00000026;border:1px solid var(--gray-200);overflow:hidden;animation:slideUp .6s cubic-bezier(.16,1,.3,1);position:relative;z-index:10}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.suspended-header{background:var(--gradient-red);padding:2.5rem 2rem;text-align:center;color:var(--white);position:relative;overflow:hidden}.suspended-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.suspended-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem;position:relative}.suspended-icon-bg{width:5rem;height:5rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.suspended-icon{width:2.5rem;height:2.5rem;color:var(--white)}.suspended-title{font-size:2rem;font-weight:700;margin:0 0 .75rem;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative}.suspended-subtitle{font-size:1rem;margin:0;color:#ffffffe6;font-weight:400;position:relative}.suspended-content{padding:2.5rem 2rem}.suspended-user-info{text-align:center;margin-bottom:2rem;padding:1.5rem;background:var(--gradient-surface);border-radius:16px;border:1px solid var(--gray-200);position:relative;overflow:hidden}.suspended-user-info:before{content:"";position:absolute;top:0;right:0;width:100%;height:2px;background:var(--gradient-red)}.suspended-user-name{font-size:1.2rem;font-weight:600;color:var(--gray-800);margin:0 0 .5rem}.suspended-user-email{font-size:.95rem;color:var(--gray-600);margin:0}.suspended-explanation{margin-bottom:2rem}.suspended-explanation-title{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0 0 1.5rem;text-align:center}.suspended-explanation-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.suspended-explanation-list li{font-size:.95rem;color:var(--gray-600);padding:1rem 1.25rem;background:var(--gradient-surface);border-right:4px solid var(--red-600);border-radius:0 12px 12px 0;position:relative;transition:all .3s ease}.suspended-explanation-list li:hover{transform:translate(-5px);box-shadow:0 4px 12px #ef444426}.suspended-explanation-list li:before{content:"●";color:var(--red-500);font-weight:700;margin-left:.75rem;font-size:1.1rem}.suspended-contact{background:var(--gradient-surface);border-radius:16px;padding:1.75rem;margin-bottom:2rem;border:1px solid var(--gray-200)}.suspended-contact-title{font-size:1.1rem;font-weight:600;color:var(--gray-800);margin:0 0 1.25rem;text-align:center}.suspended-contact-info{display:flex;flex-direction:column;gap:1rem}.suspended-contact-item{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.95rem;color:var(--gray-600);padding:.5rem;border-radius:8px;transition:all .3s ease}.suspended-contact-item:hover{background:var(--gray-50);color:var(--gray-800)}.suspended-contact-icon{width:1.25rem;height:1.25rem;color:var(--primary-indigo)}.suspended-actions{display:flex;flex-direction:column;gap:1rem}.suspended-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.75rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none;position:relative;overflow:hidden}.suspended-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.suspended-btn:hover:before{left:100%}.suspended-btn-primary{background:var(--gradient-primary);color:var(--white);box-shadow:0 4px 15px #5306b866}.suspended-btn-primary:hover{box-shadow:0 5px 17px #6704d199;transform:translateY(-2px) scale(1.02)}.suspended-btn-secondary{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-300);box-shadow:0 2px 8px #0000001a}.suspended-btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-400);transform:translateY(-2px) scale(1.02);box-shadow:0 4px 15px #00000026}.suspended-btn-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease}.suspended-btn:hover .suspended-btn-icon{transform:scale(1.1)}.suspended-btn:active{transform:translateY(0) scale(.98)}@media (max-width: 640px){.suspended-container{padding:.75rem}.suspended-card{border-radius:20px}.suspended-header{padding:2rem 1.5rem}.suspended-title{font-size:1.75rem}.suspended-content{padding:2rem 1.5rem}.suspended-contact{padding:1.5rem}.suspended-user-info{padding:1.25rem}.suspended-explanation-list li{padding:.875rem 1rem}}@media (min-width: 640px){.suspended-actions{flex-direction:row;gap:1rem}.suspended-btn{flex:1}}.aboutus-container{min-height:100vh;background:var(--gradient-light)}.about-hero{background:var(--gradient-primary);padding:.5rem 0;color:var(--white)}.hero-content-center{text-align:center;max-width:48rem;margin:0 auto}.page-subtitle{font-size:1.25rem;line-height:1.6}.story-section{padding:5rem 0;background:var(--white)}.content-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.story-content{text-align:right}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:2rem}.story-text p{font-size:1.125rem;color:var(--gray-600);line-height:1.8;margin-bottom:1.5rem}.story-visual{display:flex;justify-content:center}.visual-card{background:var(--gradient-surface);padding:3rem;border-radius:1rem;text-align:center;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.visual-card:hover{transform:scale(1.05)}.visual-icon{width:4rem;height:4rem;color:var(--primary-indigo);margin-bottom:1.5rem}.visual-card h3{font-size:1.5rem;color:var(--gray-800);margin-bottom:1rem}.visual-card p{color:var(--gray-600);line-height:1.6}.values-section{padding:5rem 0;background:var(--gray-50)}.section-subtitle{font-size:1.25rem;color:var(--gray-500);margin-top:1rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}.value-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.value-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-.5rem)}.value-icon-container{background:var(--gradient-primary);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-icon{width:2rem;height:2rem;color:var(--white)}.value-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.value-description{color:var(--gray-600);line-height:1.6}.timeline-section{padding:5rem 0;background:var(--white)}.timeline{max-width:48rem;margin:0 auto;position:relative;padding-right:2rem}.timeline:before{content:"";position:absolute;right:.5rem;top:0;bottom:0;width:2px;background:var(--gradient-primary)}.timeline-item{position:relative;margin-bottom:3rem}.timeline-dot{position:absolute;right:-.1rem;top:.25rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--primary-indigo);border:3px solid var(--white);box-shadow:0 0 0 3px var(--indigo-100)}.timeline-content{padding-right:2.5rem}.timeline-year{font-size:1.5rem;font-weight:700;color:var(--primary-indigo);margin-bottom:.5rem}.timeline-event{font-size:1.125rem;color:var(--gray-600);line-height:1.6}.team-section{padding:5rem 0;background:var(--gray-50)}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}.team-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 6px #0000000d}.team-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-.5rem)}.team-avatar{width:5rem;height:5rem;border-radius:50%;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.avatar-icon{width:2.5rem;height:2.5rem;color:var(--white)}.team-name{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.team-role{color:var(--primary-indigo);font-weight:600;margin-bottom:1rem}.team-description{color:var(--gray-600);line-height:1.6}@media (min-width: 768px){.content-grid,.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid,.team-grid{grid-template-columns:repeat(4,1fr)}.page-title{font-size:4rem}}.pricing-container{min-height:100vh;background:var(--gradient-light)}.pricing-hero{background:var(--gradient-primary);padding:.5rem 0;color:var(--white)}.billing-toggle{display:inline-flex;background:#ffffff1a;border-radius:.75rem;padding:.5rem;gap:.5rem}.toggle-btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background:transparent;color:var(--white);font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-btn.active{background:var(--white);color:var(--primary-indigo)}.discount-badge{background:var(--green-500);color:var(--white);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.pricing-cards-section{padding:7rem 0 5rem;margin-top:-3rem}.pricing-container-inner{max-width:1280px;margin:0 auto;padding:0 1rem}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}.pricing-card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a;transition:all .3s ease;position:relative}.pricing-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-.5rem)}.pricing-card.popular{border:2px solid var(--primary-indigo);box-shadow:0 20px 50px #4f46e533}.popular-badge{position:absolute;top:-.75rem;right:50%;transform:translate(50%);background:var(--gradient-primary);color:var(--white);padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:700;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px #4f46e54d}.badge-icon{width:1rem;height:1rem}.plan-header{text-align:center;margin-bottom:2rem}.plan-icon-container{width:4rem;height:4rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.plan-icon-container.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.plan-icon-container.indigo{background:var(--gradient-primary)}.plan-icon-container.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.plan-icon{width:2rem;height:2rem;color:var(--white)}.plan-name{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.plan-description{color:var(--gray-500);line-height:1.6}.plan-price{text-align:center;margin-bottom:2rem;display:flex;align-items:baseline;justify-content:center;gap:.5rem}.price-currency{font-size:1.5rem;color:var(--gray-600);font-weight:600}.price-amount{font-size:3.5rem;font-weight:700;color:var(--gray-800)}.price-period{font-size:1rem;color:var(--gray-500)}.plan-features{list-style:none;padding:0;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--gray-100)}.feature-item:last-child{border-bottom:none}.check-icon{width:1.25rem;height:1.25rem;color:var(--green-500);flex-shrink:0}.feature-item span{color:var(--gray-600);line-height:1.5}.plan-cta{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.plan-cta.primary{background:var(--gradient-primary);color:var(--white)}.plan-cta.primary:hover{box-shadow:0 20px 40px #4f46e54d;transform:scale(1.02)}.plan-cta.secondary{background:transparent;color:var(--primary-indigo);border:2px solid var(--primary-indigo)}.plan-cta.secondary:hover{background:var(--primary-indigo);color:var(--white)}.cta-icon{width:1.25rem;height:1.25rem}.comparison-section{padding:5rem 0;background:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.comparison-note{background:var(--gradient-surface);padding:2rem;border-radius:1rem;border-right:4px solid var(--primary-indigo)}.comparison-note p{color:var(--gray-600);line-height:1.8;font-size:1.125rem}.faq-section{padding:5rem 0;background:var(--gray-50)}.faq-grid{display:grid;grid-template-columns:1fr;gap:2rem}.faq-item{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.faq-item:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-.25rem)}.faq-question{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.faq-answer{color:var(--gray-600);line-height:1.8}@media (min-width: 768px){.pricing-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}.page-title{font-size:4rem}.pricing-card.popular{transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.08)}}.support-container{min-height:100vh;background:var(--gradient-light)}.support-hero{background:var(--gradient-primary);padding:.5rem 0;color:var(--white)}.hero-content-center{text-align:center;max-width:48rem;margin:0 auto;padding:0 1rem}.page-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.page-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.channels-section{padding:5rem 0;margin-top:-3rem}.section-container{max-width:1280px;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--gray-500)}.channels-grid{display:grid;grid-template-columns:1fr;gap:2rem}.channel-card{background:var(--white);padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 10px 25px #0000001a;transition:all .3s ease}.channel-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-.5rem)}.channel-icon-container{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.channel-icon-container.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.channel-icon-container.green{background:linear-gradient(135deg,#10b981,#059669)}.channel-icon-container.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.channel-icon-container.orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.channel-icon{width:2rem;height:2rem;color:var(--white)}.channel-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.channel-description{font-size:1.125rem;color:var(--primary-indigo);font-weight:600;margin-bottom:.5rem}.channel-details{color:var(--gray-500);font-size:.875rem}.resources-section{padding:5rem 0;background:var(--gray-50)}.resources-grid{display:grid;grid-template-columns:1fr;gap:2rem}.resource-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;text-decoration:none;display:block}.resource-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-.25rem)}.resource-icon-container{background:var(--gradient-surface);width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.resource-icon{width:1.75rem;height:1.75rem;color:var(--primary-indigo)}.resource-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.resource-description{color:var(--gray-600);line-height:1.6;margin-bottom:1rem}.resource-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-indigo);font-weight:600;transition:gap .3s ease}.resource-card:hover .resource-link{gap:.75rem}.link-arrow{width:1rem;height:1rem}.faq-section{padding:5rem 0;background:var(--white);scroll-margin-top:80px}.faq-categories{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto}.faq-category{background:var(--gradient-surface);padding:2rem;border-radius:1rem;border-right:4px solid var(--primary-indigo)}.category-title{font-size:1.75rem;font-weight:700;color:var(--gray-800);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.category-title:before{content:"";width:8px;height:8px;background:var(--primary-indigo);border-radius:50%}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-accordion-item{background:var(--white);border-radius:.75rem;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.faq-accordion-item:hover{box-shadow:0 4px 12px #0000001a}.faq-accordion-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:var(--white);border:none;cursor:pointer;text-align:right;transition:all .3s ease}.faq-accordion-button:hover{background:var(--gray-50)}.faq-accordion-button.active{background:var(--indigo-50);border-bottom:1px solid var(--indigo-100)}.faq-question-text{font-size:1.125rem;font-weight:600;color:var(--gray-800);flex:1;line-height:1.6}.faq-chevron{width:1.5rem;height:1.5rem;color:var(--primary-indigo);transition:transform .3s ease;flex-shrink:0;margin-right:1rem}.faq-chevron.rotated{transform:rotate(180deg)}.faq-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-accordion-content.open{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer-text{color:var(--gray-600);line-height:1.8;font-size:1rem;margin:0}.contact-form-section{padding:5rem 0;background:var(--gray-50)}.form-wrapper{max-width:800px;margin:0 auto}.contact-form{background:var(--white);padding:3rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.label-icon{width:1rem;height:1rem;color:var(--primary-indigo)}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:var(--white)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a}.form-textarea{resize:vertical;min-height:150px}.form-select{cursor:pointer}.form-status{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center;font-weight:500}.form-status.success{background:var(--green-100);color:var(--green-700);border:1px solid var(--green-200)}.form-status.error{background:var(--red-50);color:var(--red-600);border:1px solid var(--red-200)}.form-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.form-submit:hover{box-shadow:0 20px 40px #4f46e54d;transform:scale(1.02)}.submit-icon{width:1.25rem;height:1.25rem}@media (min-width: 640px){.form-row{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.channels-grid{grid-template-columns:repeat(2,1fr)}.resources-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.channels-grid{grid-template-columns:repeat(4,1fr)}.page-title{font-size:4rem}}.guest-page-wrapper{min-height:100vh;background:var(--gradient-light);position:relative;overflow:hidden}.background-decoration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.bg-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.bg-circle-1{width:300px;height:300px;top:-150px;right:-150px}.bg-circle-2{width:200px;height:200px;bottom:100px;left:-100px}.bg-circle-3{width:150px;height:150px;top:50%;left:10%}.guest-main-container{max-width:600px;margin:0 auto;padding:2rem 1rem;position:relative;z-index:10;display:flex;flex-direction:column;gap:1.5rem}.event-header-card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a;text-align:center}.logo-image{width:100%;height:100%;object-fit:contain}.event-header-icon{width:80px;height:80px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.sparkle-icon{width:2rem;height:2rem;color:var(--white)}.event-header-content{display:flex;flex-direction:column;gap:1rem}.event-title{font-size:2rem;font-weight:700;color:var(--gray-800)}.event-date-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;margin:0 auto}.calendar-icon{width:1.25rem;height:1.25rem}.date-text{font-size:1rem}.search-card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 20px 40px #0000001a}.search-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.header-icon-wrapper{width:50px;height:50px;background:var(--gradient-primary);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-icon{width:1.5rem;height:1.5rem;color:var(--white)}.header-text{flex:1}.search-card-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.search-card-subtitle{color:var(--gray-500);font-size:.875rem}.search-form-new{display:flex;flex-direction:column;gap:1rem}.input-container{position:relative}.input-icon-wrapper{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;z-index:10}.input-icon{width:1.25rem;height:1.25rem;color:var(--gray-400)}.search-input-new{width:100%;padding:1rem 3rem 1rem 1rem;border:2px solid var(--gray-200);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:var(--white)}.search-input-new:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #4f46e51a;border-radius:.75rem .75rem 0 0}.search-button-new{display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--gradient-primary);color:var(--white);padding:1rem 2rem;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.search-button-new:hover:not(:disabled){box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}.search-button-new:disabled{opacity:.7;cursor:not-allowed}.search-button-new:active{transform:translateY(0)}.button-icon{width:1.25rem;height:1.25rem}.suggestions-dropdown{position:absolute;top:100%;right:0;left:0;background:var(--white);border:2px solid var(--primary-indigo);border-top:none;border-radius:0 0 .75rem .75rem;box-shadow:0 10px 25px #0000001a;max-height:300px;overflow-y:auto;z-index:100;margin-top:-2px}.suggestion-item{display:flex;align-items:center;gap:1rem;padding:1rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid var(--gray-100)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:var(--gray-50)}.suggestion-icon{width:1.25rem;height:1.25rem;color:var(--primary-indigo);flex-shrink:0}.suggestion-info{display:flex;flex-direction:column;gap:.25rem;flex:1;text-align:right}.suggestion-name{font-weight:600;color:var(--gray-800);font-size:1rem}.suggestion-table{font-size:.875rem;color:var(--gray-500)}.guest-result-card{margin-top:2rem;background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 30px #0000001a;animation:slideUp .5s ease;border:2px solid var(--gray-100);direction:rtl}.result-header{text-align:center;margin-bottom:2rem}.result-icon-wrapper{width:60px;height:60px;background:#4ade80;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.result-icon{width:1.75rem;height:1.75rem;color:var(--white)}.result-title{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.result-content{background:var(--gray-50);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}.result-info-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.result-label{font-size:.875rem;color:var(--gray-500);font-weight:500}.result-value{font-size:1.25rem;font-weight:700;color:var(--gray-800)}.result-table-number{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:.75rem;text-align:center}.table-icon{display:none}.table-info{display:flex;flex-direction:column;gap:.5rem}.table-label{font-size:.875rem;color:#ffffffe6;font-weight:500}.table-number{font-size:4rem;font-weight:800;line-height:1;color:var(--white)}.result-footer{text-align:center;margin-top:1.5rem}.result-message{font-size:1.125rem;font-weight:500;margin:0;color:var(--gray-600)}.info-banner{display:flex;align-items:center;gap:.75rem;background:#dbeafe;border:1px solid #93c5fd;padding:1rem;border-radius:.75rem;margin-top:1rem}.info-icon{width:1.5rem;height:1.5rem;color:#1e40af;flex-shrink:0}.info-text{color:#1e40af;font-weight:500;margin:0}.error-banner{background:#fee;border:1px solid #fcc}.error-banner .info-icon,.error-banner .info-text{color:#c00}.instructions-card{background:var(--white);border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a}.instructions-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:1.5rem;text-align:center}.instructions-list{display:flex;flex-direction:column;gap:1rem}.instruction-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:.75rem;transition:all .3s ease}.instruction-item:hover{background:var(--gray-100);transform:translate(-5px)}.instruction-number{width:40px;height:40px;background:var(--gradient-primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.instruction-text{color:var(--gray-700);font-weight:500;margin:0}.guest-loading-container,.guest-error-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.loading-content,.error-content{text-align:center}.loading-spinner-large{width:4rem;height:4rem;color:var(--primary-indigo);margin:0 auto 1rem}.loading-text{color:var(--gray-800);font-size:1.125rem;font-weight:600}.error-icon-wrapper{width:80px;height:80px;background:#fee;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.error-icon-large{width:3rem;height:3rem;color:#ef4444}.error-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.error-description{color:var(--gray-500);font-size:1rem}.guest-count-card{background:var(--white);border-radius:20px;padding:30px;margin-top:20px;box-shadow:0 10px 40px #667eea33;border:2px solid rgba(102,126,234,.1);animation:slideIn .4s ease-out}.count-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.count-icon-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.count-icon{width:24px;height:24px;color:#fff}.count-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;font-weight:700;margin:0}.count-content{background:#667eea0d;border-radius:15px;padding:25px;border:1px solid rgba(102,126,234,.1)}.count-subtitle{color:#333;font-size:1.1rem;margin-bottom:20px;text-align:center;font-weight:500}.count-selector{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.count-label{color:#555;font-size:1rem;font-weight:600}.count-select{padding:15px;border-radius:12px;border:2px solid rgba(102,126,234,.3);background:var(--white);font-size:1.1rem;font-weight:600;color:#667eea;cursor:pointer;transition:all .3s ease;text-align:center}.count-select:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.count-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.count-select:disabled{opacity:.6;cursor:not-allowed}.confirm-count-button{width:100%;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.confirm-count-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.confirm-count-button:active:not(:disabled){transform:translateY(0)}.confirm-count-button:disabled{opacity:.7;cursor:not-allowed}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.guest-main-container{padding:1rem}.event-title{font-size:1.5rem}.event-header-card,.search-card,.instructions-card{padding:1.5rem}.search-card-title{font-size:1.25rem}.instruction-item:hover{transform:none}.guest-result-card{padding:1.5rem}.result-title{font-size:1.25rem}.result-value{font-size:1.125rem}.table-number{font-size:3rem}.suggestion-name{font-size:.9rem}.suggestion-table{font-size:.8rem}}.guest-management-container{min-height:100vh;background:var(--gradient-light)}.guest-management-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.guests-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.header-info{flex:1}.guests-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.guests-subtitle{color:var(--gray-500);font-size:1.125rem}.add-guest-btn{display:flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.add-guest-btn:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}.search-bar{position:relative;margin-bottom:2rem}.guests-limit-info{color:#666;font-size:14px;margin-top:4px}.add-guest-btn.disabled{opacity:.5;cursor:not-allowed;background:#ccc}.limit-warning-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:20px;color:#856404}.limit-warning-banner .warning-icon{width:20px;height:20px;flex-shrink:0}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:1rem}.stats-card-main{border-right:4px solid var(--primary-purple)}.stat-card-success{border-right:4px solid #10b981}.stat-card-info{border-right:4px solid #3b82f6}.stat-icon{width:3rem;height:3rem;color:var(--primary-indigo);flex-shrink:0}.stat-icon-success{color:#10b981}.stat-icon-info{color:#3b82f6}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:2rem;font-weight:700;color:var(--gray-800)}.stat-label{color:var(--gray-500);font-size:.875rem}.guests-table-container{background:var(--white);border-radius:.75rem;box-shadow:0 10px 25px #0000001a;overflow-x:auto;overflow-y:hidden}.guests-table{width:100%;min-width:600px;table-layout:auto}.guests-table thead{background:var(--gray-50)}.guests-table th{padding:1rem;text-align:center;font-weight:600;color:var(--gray-700);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.guests-table tbody tr{border-bottom:1px solid var(--gray-100);transition:background .2s ease}.guests-table tbody tr:hover{background:var(--gray-50)}.guests-table td{padding:1rem}.guest-name{font-weight:600;color:var(--gray-800);font-size:1rem;text-align:center}.guest-table{text-align:center}.table-badge{display:inline-block;background:var(--gradient-primary);color:var(--white);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;white-space:nowrap}.guest-count-cell{text-align:center}.count-badge{display:inline-block;padding:.375rem .875rem;border-radius:9999px;font-size:.875rem;font-weight:600;white-space:nowrap}.count-badge-active{background:#d1fae5;color:#065f46}.count-badge-pending{background:#fee2e2;color:#991b1b}.guest-actions{display:flex;gap:.5rem;justify-content:center}.action-btn{padding:.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.edit-btn{background:var(--blue-50);color:var(--primary-indigo)}.edit-btn:hover{background:var(--blue-100)}.delete-btn{background:#fee;color:#dc2626}.delete-btn:hover{background:#fcc}.action-icon{width:1rem;height:1rem}.empty-state{text-align:center;padding:3rem 1rem}.empty-state p{color:var(--gray-500);font-size:1.125rem}.modal-container{background:var(--white);border-radius:.75rem;box-shadow:0 25px 50px #00000040;max-width:28rem;width:100%;padding:1.5rem;max-height:90vh;overflow-y:auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.loading-spinner{width:3rem;height:3rem;color:var(--primary-indigo)}.delete-modal-container{background:var(--white);border-radius:1rem;box-shadow:0 25px 50px #0000004d;max-width:28rem;width:100%;padding:2rem;text-align:center;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.delete-modal-icon{width:80px;height:80px;background:#fee;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.warning-icon{width:3rem;height:3rem;color:#dc2626}.delete-modal-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.75rem}.delete-modal-text{color:var(--gray-600);font-size:1rem;margin-bottom:.5rem}.delete-modal-text strong{color:var(--gray-800);font-weight:600}.delete-modal-warning{color:#dc2626;font-size:.875rem;font-weight:500;margin-bottom:2rem}.delete-modal-actions{display:flex;gap:1rem}.btn-delete{background:#dc2626;color:var(--white)}.btn-delete:hover{background:#b91c1c;box-shadow:0 10px 25px #dc26264d}@media (max-width: 768px){.guest-management-content{padding:1.5rem .75rem}.guests-header{flex-direction:column;align-items:stretch;gap:1rem}.guests-title{font-size:1.75rem}.guests-subtitle{font-size:1rem}.add-guest-btn{width:100%;justify-content:center;padding:.875rem 1.5rem}.stats-cards{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-icon{width:2.5rem;height:2.5rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.8rem}.guests-table{font-size:.875rem;min-width:550px}.guests-table th,.guests-table td{padding:.75rem .5rem}.guest-name{font-size:.9rem}.table-badge,.count-badge{font-size:.8rem;padding:.25rem .6rem}.modal-container,.delete-modal-container{margin:.5rem;padding:1.25rem}.modal-title{font-size:1.125rem}.delete-modal-title{font-size:1.25rem}.delete-modal-icon{width:70px;height:70px}}@media (max-width: 480px){.guest-management-content{padding:1rem .5rem}.guests-title{font-size:1.5rem}.guests-subtitle{font-size:.9rem}.add-guest-btn{padding:.75rem 1rem;font-size:.9rem}.search-input{padding:.875rem 2.5rem .875rem .875rem;font-size:.9rem}.search-icon{right:.75rem;width:1rem;height:1rem}.stats-cards{gap:.875rem}.stat-card{padding:1rem}.stat-icon{width:2.25rem;height:2.25rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.75rem}.guests-table{font-size:.8rem;min-width:500px}.guests-table th,.guests-table td{padding:.625rem .375rem}.guests-table th{font-size:.75rem}.guest-name{font-size:.85rem}.table-badge,.count-badge{font-size:.75rem;padding:.2rem .5rem}.action-btn{padding:.375rem}.action-icon{width:.875rem;height:.875rem}.empty-state{padding:2rem .5rem}.empty-icon{width:3rem;height:3rem}.empty-state p{font-size:1rem}.modal-container,.delete-modal-container{padding:1rem;margin:.5rem}.modal-title{font-size:1rem}.delete-modal-title{font-size:1.125rem}.delete-modal-icon{width:60px;height:60px}.warning-icon{width:2.5rem;height:2.5rem}.form-input{padding:.625rem;font-size:.9rem}.btn{padding:.625rem .875rem;font-size:.9rem}.btn-icon{width:1rem;height:1rem}.modal-actions,.delete-modal-actions{gap:.5rem;flex-direction:column}.btn{width:100%}}@media (max-width: 360px){.guests-title{font-size:1.25rem}.guests-subtitle{font-size:.85rem}.stat-value{font-size:1.25rem}.stat-label{font-size:.7rem}.guests-table{min-width:450px}.table-badge,.count-badge{font-size:.7rem;padding:.15rem .4rem}}@media (max-height: 500px) and (orientation: landscape){.modal-container,.delete-modal-container{max-height:95vh}.guests-header,.stats-cards{margin-bottom:1rem}}.settings-page-container{min-height:100vh;background:var(--gradient-light)}.settings-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.settings-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(229,231,235,.5)}.header-icon{width:40px;height:40px;background:var(--gradient-primary);padding:8px;border-radius:10px;color:var(--white)}.settings-title{font-size:2rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin:0}.settings-subtitle{font-size:14px;color:var(--gray-500);margin:4px 0 0}.settings-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.settings-sidebar{background:var(--white);border-radius:12px;padding:1rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);position:sticky;top:2rem;transition:all .3s ease}.sidebar-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:15px;color:var(--gray-500);font-weight:600;position:relative;text-align:right}.sidebar-item:hover{background:var(--blue-50);color:var(--primary-indigo);transform:translate(-4px)}.sidebar-item.active{background:linear-gradient(135deg,#6366f11a,#a855f71a);color:var(--primary-indigo)}.sidebar-icon{width:20px;height:20px}.active-indicator{position:absolute;right:0;width:3px;height:60%;background:var(--gradient-primary);border-radius:2px}.settings-main{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);min-height:600px;transition:all .3s ease}.settings-tab-content{animation:fadeInUp .4s ease-out}.settings-section-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--gray-100)}.section-icon{width:32px;height:32px;background:var(--gradient-primary);padding:6px;border-radius:8px;color:var(--white);flex-shrink:0}.section-title{font-size:24px;font-weight:700;color:var(--gray-800);margin:0}.section-subtitle{font-size:14px;color:var(--gray-500);margin:4px 0 0}.current-package-info{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.package-description{font-size:.9rem;color:#fffc;margin-bottom:.5rem;line-height:1.5}.package-price-display{font-size:1.1rem;font-weight:600;margin-top:.5rem;margin-bottom:.5rem}.current-plan-card{background:var(--gradient-primary);border-radius:12px;padding:2rem;margin-bottom:2rem;color:#fff;box-shadow:0 20px 40px #6366f14d;transition:all .3s ease}.current-plan-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px #6366f166}.plan-badge{display:inline-flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:14px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.badge-icon{width:16px;height:16px}.current-plan-name{font-size:28px;font-weight:700;margin:0 0 1.5rem}.plan-limits{display:flex;gap:2rem}.limit-item{display:flex;flex-direction:column;gap:4px}.limit-label{font-size:14px;opacity:.9}.limit-value{font-size:20px;font-weight:700}.active-subscriptions-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-100)}.section-subtitle-large{font-size:20px;font-weight:700;color:var(--gray-800);margin:0 0 1.5rem}.subscriptions-list{display:flex;flex-direction:column;gap:1rem}.subscription-card{background:#fff;border:2px solid var(--gray-100);border-radius:12px;padding:1.5rem;transition:all .3s ease}.subscription-card:hover{box-shadow:0 8px 20px #0000001a;border-color:var(--primary-indigo)}.subscription-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.subscription-info{display:flex;flex-direction:column;gap:.5rem}.subscription-package-name{font-size:20px;font-weight:700;color:var(--gray-800);margin:0}.subscription-price{font-size:24px;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.subscription-status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-active{background:#22c55e1a;color:#16a34a}.status-paused{background:#eab3081a;color:#ca8a04}.status-cancelled{background:#ef44441a;color:#dc2626}.status-expired{background:#9ca3af1a;color:#6b7280}.subscription-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.detail-item{display:flex;align-items:center;gap:12px}.detail-icon{width:20px;height:20px;color:var(--white);flex-shrink:0}.subscription-actions{display:flex;gap:12px}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:2px solid;background:#fff;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn .btn-icon{width:16px;height:16px}.pause-btn{border-color:#eab308;color:#ca8a04}.pause-btn:hover:not(:disabled){background:#eab308;color:#fff;box-shadow:0 4px 12px #eab3084d}.cancel-btn{border-color:#e53e3e;color:#e53e3e}.cancel-btn:hover:not(:disabled){background:#e53e3e;color:#fff;box-shadow:0 4px 12px #ef44444d}.resume-btn{border-color:var(--green-500);color:var(--green-500)}.resume-btn:hover:not(:disabled){background:var(--green-500);color:#fff;box-shadow:0 4px 12px #22c55e4d}.action-btn:disabled{opacity:.5;cursor:not-allowed}.subscription-features{margin-top:1rem;padding:1rem;background:var(--blue-50);border-radius:8px}.features-label{font-size:14px;font-weight:600;color:var(--gray-700);display:block;margin-bottom:8px}.features-list-small{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.features-list-small li{font-size:13px;color:var(--gray-600);padding:4px 8px;background:#fff;border-radius:4px;display:flex;align-items:center}.features-list-small li:before{content:"✓";color:var(--green-500);font-weight:700;margin-left:6px}.subscription-status-message{width:100%;padding:1rem;background:var(--gray-50);border-radius:8px;text-align:center}.cancellation-reason{font-size:14px;color:var(--gray-600);margin:0;font-style:italic}.expired-message{font-size:14px;color:var(--orange-600);margin:0;font-weight:500}.admin-badge-notice{display:flex;align-items:center;gap:12px;margin-top:1.5rem;padding:1rem;background:#ffffff4d;border-radius:8px;border:1px solid rgba(255,255,255,.4)}.admin-icon{width:24px;height:24px;flex-shrink:0}.admin-badge-notice p{margin:0;font-size:14px;opacity:.95}.no-subscription-notice{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);border:2px solid #fbbf24;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.notice-icon{width:64px;height:64px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.notice-icon .icon{width:32px;height:32px;color:#fff}.notice-title{font-size:20px;font-weight:700;color:#92400e;margin:0 0 .5rem}.notice-description{font-size:15px;color:#78350f;margin:0;line-height:1.6}.manual-subscription-notice{background:linear-gradient(135deg,#3b82f61a,#6366f11a);border:2px solid #3b82f6;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem}.notice-icon-blue{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.notice-icon-blue .icon{width:32px;height:32px;color:#fff}.notice-title-blue{font-size:20px;font-weight:700;color:#1e40af;margin:0 0 .5rem}.notice-description-blue{font-size:15px;color:#1e3a8a;margin:0 0 1.5rem;line-height:1.6}.manual-sub-features{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.manual-feature{display:flex;align-items:center;gap:8px;padding:.75rem 1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.check-icon-blue{width:20px;height:20px;color:#3b82f6;flex-shrink:0}.manual-feature span{font-size:14px;font-weight:600;color:var(--gray-700)}.manual-sub-note{font-size:14px;color:#1e40af;margin:0;padding:1rem;background:#fff9;border-radius:8px;font-style:italic}.admin-full-access-message{background:linear-gradient(135deg,#6366f10d,#a855f70d);border:2px solid var(--primary-indigo);border-radius:12px;padding:2rem;text-align:center}.access-icon{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 30px #6366f14d}.access-icon .icon{width:40px;height:40px;color:#fff}.access-title{font-size:24px;font-weight:700;color:var(--gray-800);margin:0 0 .5rem}.access-description{font-size:16px;color:var(--gray-600);margin:0 0 2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.admin-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto}.admin-feature{display:flex;align-items:center;gap:10px;padding:1rem;background:#fff;border-radius:8px;border:1px solid var(--gray-200);transition:all .3s ease}.admin-feature:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.admin-feature .check-icon{width:20px;height:20px;color:var(--green-500);flex-shrink:0}.admin-feature span{font-size:14px;font-weight:600;color:var(--gray-700)}.loading-subscriptions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-icon{width:48px;height:48px;color:var(--primary-indigo)}.loading-subscriptions p{font-size:16px;color:var(--gray-500)}.no-packages-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;background:var(--gray-50);border-radius:12px;border:2px dashed var(--gray-300)}.no-packages-message .icon{width:48px;height:48px;color:var(--gray-400)}.no-packages-message p{font-size:16px;color:var(--gray-500);margin:0}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.plan-card{background:var(--white);border:2px solid var(--gray-100);border-radius:12px;padding:2rem;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100%}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:var(--primary-indigo)}.plan-card.popular{border-color:var(--primary-indigo);background:linear-gradient(135deg,#6366f105,#a855f705);box-shadow:0 10px 30px #6366f133}.plan-card.current{background:var(--green-50);border-color:var(--green-500)}.popular-badge{position:absolute;top:-12px;right:20px;background:var(--gradient-primary);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 4px 12px #6366f14d}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-icon{width:48px;height:48px;margin:0 auto 1rem;background:var(--gradient-primary);padding:10px;border-radius:12px;color:#fff}.plan-name{font-size:22px;font-weight:700;color:var(--gray-800);margin:0 0 .5rem}.plan-price{font-size:28px;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.plan-features{list-style:none;padding:0;margin:0 0 auto;flex:1}.feature-item{display:flex;align-items:center;gap:10px;padding:10px 0;color:var(--gray-600);font-size:14px}.feature-check{width:18px;height:18px;color:var(--green-500);flex-shrink:0}.plan-button{width:100%;padding:12px;border:none;border-radius:8px;background:var(--gradient-primary);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.plan-button:hover:not(:disabled){box-shadow:0 10px 25px #6366f14d;transform:translateY(-2px)}.plan-button.current{background:var(--green-500);cursor:not-allowed}.plan-button:disabled{opacity:.6;cursor:not-allowed}.settings-list{display:flex;flex-direction:column;gap:1px;background:var(--gray-100);border-radius:12px;overflow:hidden}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#fff;transition:all .2s ease}.setting-item.clickable{cursor:pointer}.setting-item.clickable:hover{background:var(--blue-50);transform:translate(-4px)}.setting-info{flex:1}.setting-name{font-size:16px;font-weight:600;color:var(--gray-800);margin:0 0 4px}.setting-description{font-size:14px;color:var(--gray-500);margin:0}.chevron-icon,.logout-icon,.lock-icon{width:20px;height:20px;color:var(--gray-400)}.logout-icon{color:#f56565}.toggle-switch{position:relative;width:52px;height:28px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--gray-300);border-radius:28px;transition:.3s}.toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:.3s;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background:var(--gradient-primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.help-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.help-card{background:linear-gradient(135deg,#6366f10d,#a855f70d);border:1px solid var(--gray-100);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.help-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.help-card-icon{width:64px;height:64px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 8px 20px #6366f14d}.help-card-icon .icon{width:32px;height:32px;color:#fff}.help-card-title{font-size:18px;font-weight:700;color:var(--gray-800);margin:0 0 .5rem}.help-card-description{font-size:14px;color:var(--gray-500);margin:0 0 1.5rem}.help-card-button{padding:10px 20px;border:2px solid transparent;background:var(--gradient-primary);color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.help-card-button:hover{box-shadow:0 8px 20px #6366f14d;transform:translateY(-2px)}.settings-info-box{background:linear-gradient(135deg,#6366f10d,#a855f70d);border:1px solid var(--gray-100);border-radius:12px;padding:1.5rem}.info-box-title{font-size:16px;font-weight:700;color:var(--gray-800);margin:0 0 1rem}.info-items{display:flex;flex-direction:column;gap:12px}.info-item{display:flex;justify-content:space-between;align-items:center}.info-label{font-size:14px;color:var(--gray-500)}.info-value{font-size:14px;font-weight:600;color:var(--gray-800)}.danger-zone{margin-top:2rem;padding:1.5rem;border:2px solid #feb2b2;border-radius:12px;background:linear-gradient(135deg,#ef44440d,#dc26260d)}.danger-zone-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#c53030;margin:0 0 .5rem}.danger-icon{width:20px;height:20px}.danger-zone-description{font-size:14px;color:#742a2a;margin:0 0 1rem}.danger-button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #e53e3e;background:#fff;color:#e53e3e;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.danger-button:hover{background:#e53e3e;color:#fff;box-shadow:0 8px 20px #ef44444d;transform:translateY(-2px)}.danger-button-icon{width:18px;height:18px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.delete-modal{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:1rem;left:1rem;width:32px;height:32px;border:none;background:var(--gray-100);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close-btn:hover{background:var(--gray-200);transform:rotate(90deg)}.close-icon{width:18px;height:18px;color:var(--gray-600)}.delete-modal-icon{width:80px;height:80px;background:linear-gradient(135deg,#ef44441a,#dc26261a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.warning-icon-large{width:40px;height:40px;color:#e53e3e}.pause-color{color:#eab308}.delete-modal-title{font-size:24px;font-weight:700;color:var(--gray-800);text-align:center;margin:0 0 1rem}.delete-modal-description{font-size:16px;color:var(--gray-600);text-align:center;margin:0 0 1rem}.delete-modal-list{list-style:none;padding:0;margin:0 0 1rem}.delete-modal-list li{padding:8px 16px;background:var(--gray-50);border-radius:6px;margin-bottom:8px;color:var(--gray-600);font-size:14px}.delete-modal-list li:before{content:"•";color:#e53e3e;font-weight:700;display:inline-block;width:1em;margin-left:8px}.delete-modal-warning{text-align:center;color:#c53030;font-size:14px;margin:0 0 1.5rem}.delete-confirm-input{margin-bottom:1.5rem}.confirm-label{display:block;font-size:14px;font-weight:600;color:var(--gray-600);margin-bottom:8px}.confirm-input{width:100%;padding:12px;border:2px solid var(--gray-200);border-radius:8px;font-size:14px;transition:all .2s}.confirm-input:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #6366f11a}.confirm-textarea{width:100%;padding:12px;border:2px solid var(--gray-200);border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:all .2s}.confirm-textarea:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #6366f11a}.delete-modal-actions{display:flex;gap:12px}.btn{flex:1;padding:12px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-cancel{background:var(--gray-100);color:var(--gray-700)}.btn-cancel:hover:not(:disabled){background:var(--gray-200)}.btn-delete{background:#e53e3e;color:#fff}.btn-delete:hover:not(:disabled){background:#c53030;box-shadow:0 8px 20px #ef44444d;transform:translateY(-2px)}.btn-pause{background:#eab308;color:#fff}.btn-pause:hover:not(:disabled){background:#ca8a04;box-shadow:0 8px 20px #eab3084d;transform:translateY(-2px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{width:18px;height:18px}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:2px solid var(--gray-100);border-radius:12px;padding:1.5rem;transition:all .3s ease}.order-card:hover{box-shadow:0 8px 20px #0000001a;border-color:var(--primary-indigo);transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.order-info{display:flex;flex-direction:column;gap:.75rem}.order-number{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:var(--gray-800)}.order-icon{width:20px;height:20px;color:var(--primary-indigo)}.order-status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-icon{width:14px;height:14px}.order-status-pending{background:#eab3081a;color:#ca8a04}.order-status-confirmed,.order-status-completed{background:#22c55e1a;color:#16a34a}.order-status-cancelled,.order-status-refunded{background:#ef44441a;color:#dc2626}.order-amount{font-size:24px;font-weight:700;background:linear-gradient(135deg,#6366f1,#a855f7);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.order-details{display:flex;flex-direction:column;gap:1rem}.order-detail-row{display:flex;align-items:flex-start;gap:12px}.detail-icon{width:18px;height:18px;color:var(--white);flex-shrink:0;margin-top:2px}.detail-label{font-size:14px;color:var(--gray-500);margin-left:8px}.detail-value{font-size:14px;font-weight:600;color:var(--gray-800)}.order-notes{margin-top:.5rem;padding:1rem;background:#6366f10d;border-radius:8px;border-right:3px solid var(--primary-indigo)}.notes-label{font-size:13px;font-weight:600;color:var(--gray-600);display:block;margin-bottom:.5rem}.notes-text{font-size:14px;color:var(--gray-700);margin:0;line-height:1.5}.no-orders-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#6366f10d,#a855f70d);border-radius:12px;border:2px dashed var(--gray-200)}.no-orders-icon{width:64px;height:64px;color:var(--gray-300);margin-bottom:1rem}.no-orders-message h3{font-size:20px;font-weight:700;color:var(--gray-700);margin:0 0 .5rem}.no-orders-message p{font-size:14px;color:var(--gray-500);margin:0}.current-badge{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:12px;font-weight:600;border-radius:20px;box-shadow:0 2px 8px #10b9814d}.current-badge-icon{width:14px;height:14px}.plan-button.current{background:linear-gradient(135deg,#10b98133,#05966933);color:#10b981;border:1px solid rgba(16,185,129,.3);cursor:not-allowed}.plan-button.free{background:#ffffff0d;color:#ffffff80;border:1px solid rgba(255,255,255,.1);cursor:not-allowed}.plan-button.upgrade{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border:none}.plan-button.upgrade:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed,#4f46e5);transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf666}.plan-button.switch{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.plan-button.switch:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.plan-card.current{border:2px solid #10b981;position:relative}.plan-card.current:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(16,185,129,.05),transparent);border-radius:inherit;pointer-events:none}[dir=rtl] .current-badge{left:auto;right:12px}.plan-card.has-promotion{border:2px solid #f59e0b;position:relative;overflow:visible}.plan-card.has-promotion:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(251,191,36,.08),transparent);border-radius:inherit;pointer-events:none}.promotion-badge-card{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:12px;font-weight:700;border-radius:20px;box-shadow:0 4px 12px #f59e0b66;white-space:nowrap;z-index:10;animation:promoShine 3s ease-in-out infinite}.promo-badge-icon{width:14px;height:14px}@keyframes promoShine{0%,to{box-shadow:0 4px 12px #f59e0b66}50%{box-shadow:0 4px 20px #f59e0b99,0 0 30px #f59e0b4d}}.plan-price-container{display:flex;flex-direction:column;align-items:center;gap:4px}.original-price{font-size:14px;color:#000;text-decoration:line-through}.plan-price.sale-price{color:#fbbf24!important;font-size:1.8rem!important}.plan-price.sale-price:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#fbbf24,transparent);animation:priceUnderline 2s ease-in-out infinite}@keyframes priceUnderline{0%,to{opacity:.3}50%{opacity:1}}.plan-card.has-promotion .plan-button.upgrade{background:linear-gradient(135deg,#f59e0b,#d97706)}.plan-card.has-promotion .plan-button.upgrade:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 15px #f59e0b66}[dir=rtl] .promotion-badge-card{left:50%;right:auto}.renewed-notice{background:linear-gradient(135deg,#10b9811a,#0596690d);border-radius:.5rem;padding:1rem!important;border:1px solid rgba(16,185,129,.2)}@media (max-width: 768px){.order-header{flex-direction:column;gap:1rem}.order-amount{font-size:20px}.order-card{padding:1rem}.promotion-badge-card{font-size:11px;padding:5px 10px}.original-price{font-size:12px}.plan-price.sale-price{font-size:1.5rem!important}}@media (max-width: 1024px){.settings-layout{grid-template-columns:1fr}.settings-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.sidebar-item{flex-direction:column;text-align:center;padding:12px 8px}.sidebar-item:hover{transform:translateY(-4px)}.active-indicator{display:none}.plans-grid{grid-template-columns:1fr}}@media (max-width: 768px){.settings-content,.settings-header{padding:1rem}.header-icon{width:32px;height:32px}.settings-title{font-size:1.5rem}.settings-main{padding:1.5rem}.current-plan-name{font-size:24px}.plan-limits{flex-direction:column;gap:1rem}.help-cards{grid-template-columns:1fr}.subscription-header{flex-direction:column;gap:1rem}.subscription-actions{flex-direction:column}.action-btn{width:100%}}.checkout-page-container{min-height:100vh;background:var(--gradient-light)}.checkout-content{max-width:1400px;margin:0 auto;padding:2rem 1rem}.checkout-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid rgba(229,231,235,.5)}.checkout-header .header-icon{width:40px;height:40px;background:var(--gradient-primary);padding:8px;border-radius:10px;color:var(--white)}.checkout-title{font-size:2rem;font-weight:700;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin:0}.checkout-subtitle{font-size:14px;color:var(--gray-500);margin:4px 0 0}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.checkout-progress{display:flex;align-items:center;justify-content:center;background:var(--white);padding:2rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100);margin-bottom:2rem;grid-column:1 / -1}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative}.progress-step-number{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;background:var(--gray-200);color:var(--gray-500);transition:all .3s ease;border:3px solid transparent}.progress-step.active .progress-step-number{background:var(--gradient-primary);color:#fff;box-shadow:0 8px 20px #6366f14d}.progress-step.completed .progress-step-number{background:var(--green-500);color:#fff}.check-icon{width:24px;height:24px}.progress-step-label{font-size:14px;font-weight:600;color:var(--gray-500);transition:color .3s ease}.progress-step.active .progress-step-label{color:var(--primary-indigo)}.progress-line{width:100px;height:3px;background:var(--gray-200);margin:0 1rem;transition:all .3s ease;position:relative;top:-24px}.progress-line.active{background:var(--gradient-primary)}.checkout-main{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100)}.checkout-step{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:24px;font-weight:700;color:var(--gray-800);margin:0 0 1.5rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-size:14px;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-input{padding:12px 16px;border:2px solid var(--gray-200);border-radius:8px;font-size:15px;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #6366f11a}.form-input.error{border-color:#e53e3e}.error-message{color:#e53e3e;font-size:13px;margin-top:4px}.payment-secure-badge{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#22c55e1a,#16a34a1a);border:1px solid var(--green-200);padding:12px 16px;border-radius:8px;margin-bottom:1.5rem;color:var(--green-700);font-weight:600;font-size:14px}.lock-icon{width:18px;height:18px}.review-section{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.review-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem}.review-card-title{font-size:16px;font-weight:700;color:var(--gray-800);margin:0 0 1rem}.review-info{display:flex;flex-direction:column;gap:8px}.review-info p{margin:0;font-size:14px;color:var(--gray-600)}.review-info strong{color:var(--gray-800);font-weight:600}.terms-checkbox{display:flex;align-items:center;gap:12px;padding:16px;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-200)}.terms-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.terms-checkbox label{font-size:14px;color:var(--gray-600);cursor:pointer}.terms-checkbox a{color:var(--primary-indigo);text-decoration:none;font-weight:600}.terms-checkbox a:hover{text-decoration:underline}.checkout-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--gray-100)}.btn-icon{width:20px;height:20px}.checkout-sidebar{position:sticky;top:2rem}.order-summary{background:var(--white);border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--gray-100)}.summary-title{font-size:20px;font-weight:700;color:var(--gray-800);margin:0 0 1.5rem}.summary-item{margin-bottom:1.5rem}.summary-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.summary-item-name{font-size:16px;font-weight:600;color:var(--gray-800);margin:0}.remove-item-btn{background:var(--gray-100);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-item-btn:hover{background:#fee;transform:rotate(90deg)}.remove-icon{width:16px;height:16px;color:#e53e3e}.summary-item-billing{font-size:14px;color:var(--gray-500);margin:0}.summary-divider{height:1px;background:var(--gray-200);margin:1.5rem 0}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:15px;color:var(--gray-600)}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:700;color:var(--gray-800);margin-top:1.5rem}.total-amount{font-size:24px;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.security-badges{display:flex;flex-direction:column;gap:8px;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.security-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--gray-600)}.badge-icon{width:16px;height:16px;color:var(--green-500)}.terms-checkbox-wrapper{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:.75rem;border:2px solid var(--gray-200)}.terms-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.terms-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;min-width:1.25rem;cursor:pointer;accent-color:var(--primary-indigo);margin-top:.125rem}.checkbox-text{font-size:.95rem;line-height:1.6;color:var(--gray-700)}.checkbox-text a{color:var(--primary-indigo);text-decoration:none;font-weight:600;transition:color .2s ease}.checkbox-text a:hover{color:var(--primary-purple);text-decoration:underline}.terms-note{margin-top:.75rem;font-size:.875rem;color:#ef4444;font-weight:500;padding:.5rem;background:#ef44440d;border-radius:.375rem;border-right:3px solid #ef4444}.btn-primary:disabled:hover{box-shadow:none;transform:none}.form-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.coupon-section{background:linear-gradient(135deg,#8b5cf60d,#6366f10d);border:1px dashed var(--gray-300);border-radius:10px;padding:1rem;margin-bottom:1rem}.apply-coupon-btn{padding:10px 18px;background:var(--gradient-primary);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:70px;display:flex;align-items:center;justify-content:center}.coupon-badge{display:flex;align-items:center;gap:6px;background:var(--green-500);color:#fff;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700}.summary-row.discount-row{color:var(--green-600);font-weight:600}.discount-amount{color:var(--green-600);font-weight:700}.review-card.coupon-applied-review{background:linear-gradient(135deg,#10b9810d,#0596690d);border-color:var(--green-200)}.review-card.coupon-applied-review .review-card-title{display:flex;align-items:center;gap:8px;color:var(--green-700)}.savings-highlight{color:var(--green-600)!important;font-weight:700!important;font-size:15px!important}.coupon-section{background:linear-gradient(135deg,#8b5cf60d,#6366f10d);border:1px dashed var(--gray-300);border-radius:10px;padding:1rem;margin:1rem 0}.coupon-header{display:flex;align-items:center;gap:8px;margin-bottom:.75rem;font-weight:600;font-size:14px;color:var(--gray-700)}.coupon-icon{width:18px;height:18px;color:var(--primary-indigo)}.coupon-input-wrapper{display:flex;gap:8px}.coupon-input{flex:1;padding:10px 14px;border:2px solid var(--gray-200);border-radius:8px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease}.coupon-input:focus{outline:none;border-color:var(--primary-indigo);box-shadow:0 0 0 3px #6366f11a}.coupon-input.error{border-color:#e53e3e}.coupon-input::placeholder{text-transform:none;letter-spacing:normal;font-weight:400}.apply-coupon-btn{padding:10px 18px;background:var(--gradient-primary);color:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:70px;display:flex;align-items:center;justify-content:center}.apply-coupon-btn:hover:not(:disabled){box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.apply-coupon-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-loading{width:18px;height:18px}.applied-coupon{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#10b9811a,#0596691a);border:1px solid var(--green-200);border-radius:8px;padding:10px 12px}.applied-coupon-info{display:flex;align-items:center;gap:12px}.coupon-badge{display:flex;align-items:center;gap:6px;background:var(--green-500);color:#000;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:700}.coupon-badge-icon{width:14px;height:14px}.coupon-code{letter-spacing:.5px}.coupon-discount{font-size:14px;font-weight:700;color:var(--green-600)}.remove-coupon-btn{background:transparent;border:none;padding:4px;cursor:pointer;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.remove-coupon-btn:hover{background:#ef44441a}.remove-coupon-icon{width:18px;height:18px;color:#e53e3e}.coupon-error{margin:8px 0 0;font-size:13px;color:#e53e3e;display:flex;align-items:center;gap:4px}.promotion-applied{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fbbf2426,#f59e0b26);border:1px solid rgba(251,191,36,.4);border-radius:8px;padding:10px 12px;margin-bottom:1rem;animation:promotionGlow 2s ease-in-out infinite}@keyframes promotionGlow{0%,to{box-shadow:0 0 #fbbf2400}50%{box-shadow:0 0 15px 2px #fbbf2433}}.promotion-badge{display:flex;align-items:center;gap:6px;color:#b45309;font-weight:600;font-size:13px}.promotion-icon{width:16px;height:16px;color:#f59e0b}.promotion-discount{font-size:14px;font-weight:700;color:#b45309}.summary-row.discount-row{font-weight:600}.summary-row.discount-row span{display:flex;align-items:center;gap:6px}.discount-icon{width:14px;height:14px}.discount-amount{font-weight:700}.summary-row.promotion-row{color:#b45309}.summary-row.promotion-row .discount-icon{color:#f59e0b}.summary-row.promotion-row .discount-amount{color:#b45309}.summary-row.coupon-row{color:var(--green-600)}.summary-row.coupon-row .discount-icon{color:var(--green-500)}.summary-row.coupon-row .discount-amount{color:var(--green-600)}.original-price-struck{text-decoration:line-through;color:var(--gray-400)!important}.savings-banner{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--green-500) 0%,var(--green-600) 100%);color:#000;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:700;margin-top:1rem;animation:celebratePulse 2s ease-in-out infinite}.savings-icon{width:18px;height:18px}@keyframes celebratePulse{0%,to{transform:scale(1);box-shadow:0 4px 15px #10b9814d}50%{transform:scale(1.02);box-shadow:0 6px 20px #10b98166}}.review-card.discounts-review{background:linear-gradient(135deg,#10b9810d,#fbbf240d);border-color:var(--green-200)}.review-card.discounts-review .review-card-title{display:flex;align-items:center;gap:8px;color:var(--green-700)}.review-icon{width:18px;height:18px}.discount-review-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;margin-bottom:8px}.discount-review-item.promotion{background:#fbbf241a}.discount-review-item.coupon{background:#10b9811a}.discount-item-icon{width:18px;height:18px}.discount-review-item.promotion .discount-item-icon{color:#f59e0b}.discount-review-item.coupon .discount-item-icon{color:var(--green-500)}.discount-review-item div{display:flex;flex-direction:column;gap:2px}.discount-review-item strong{font-size:14px;color:var(--gray-800)}.discount-review-item .discount-value{font-size:13px;font-weight:600}.discount-review-item.promotion .discount-value{color:#b45309}.discount-review-item.coupon .discount-value{color:var(--green-600)}.total-savings{margin-top:12px;padding-top:12px;border-top:1px dashed var(--gray-300);font-size:15px;color:var(--green-600)}@media (max-width: 768px){.coupon-input-wrapper{flex-direction:column}.apply-coupon-btn{width:100%}.applied-coupon{flex-wrap:wrap;gap:8px}.applied-coupon-info{flex:1}.promotion-applied{flex-direction:column;gap:8px;text-align:center}.discount-review-item{flex-direction:column;text-align:center}}@media (max-width: 768px){.coupon-input-wrapper{flex-direction:column}.apply-coupon-btn{width:100%}.applied-coupon{flex-wrap:wrap;gap:8px}.applied-coupon-info{flex:1}}@media (max-width: 768px){.terms-checkbox-wrapper{padding:1rem}.checkbox-text{font-size:.875rem}}@media (max-width: 1024px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static;order:-1}.checkout-progress{grid-column:1}.progress-line{width:60px}}@media (max-width: 768px){.checkout-content,.checkout-header{padding:1rem}.checkout-title{font-size:1.5rem}.checkout-main{padding:1.5rem}.form-grid{grid-template-columns:1fr}.form-group{grid-column:1!important}.checkout-progress{padding:1.5rem;overflow-x:auto}.progress-step{min-width:80px}.progress-step-number{width:40px;height:40px;font-size:16px}.progress-line{width:40px;top:-20px}.progress-step-label{font-size:12px}.checkout-actions{flex-direction:column-reverse}.btn{width:100%}.order-summary{padding:1.5rem}}@media (max-width: 480px){.checkout-progress{padding:1rem}.progress-step-label{display:none}.progress-line{width:30px}}.terms-container{min-height:100vh;background:var(--gradient-light);font-family:var(--font);direction:rtl}.terms-main-content{max-width:900px;margin:0 auto;padding:2rem 1rem}.terms-card{background:var(--white);border-radius:.75rem;box-shadow:0 20px 40px #00000026;padding:2rem;margin-bottom:2rem}.terms-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-100)}.terms-icon-wrapper{display:inline-flex;background:var(--gradient-primary);padding:1rem;border-radius:1rem;margin-bottom:1rem}.terms-icon{width:2.5rem;height:2.5rem;color:var(--white)}.terms-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.terms-subtitle{color:var(--gray-500);font-size:.875rem}.terms-section{margin-bottom:2rem}.terms-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.section-icon{width:1.5rem;height:1.5rem;color:#fff}.terms-content{color:var(--gray-600);line-height:1.8}.terms-paragraph{margin-bottom:1rem;line-height:1.8}.terms-subsection{margin-bottom:1.5rem}.terms-subsection-title{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.terms-list{list-style:none;padding-right:0;margin-bottom:1rem}.terms-list li{position:relative;padding-right:1.5rem;margin-bottom:.75rem;line-height:1.6}.terms-list li:before{content:"•";position:absolute;right:0;color:var(--primary-indigo);font-weight:700;font-size:1.2rem}.terms-intro-box{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:1.5rem;border-radius:.5rem;border-right:4px solid var(--primary-indigo)}.terms-intro-text{color:var(--gray-700);line-height:1.8;margin:0}.terms-forbidden-box{background:#ef44440d;padding:1.5rem;border-radius:.5rem;border-right:4px solid #ef4444;display:flex;gap:1rem}.forbidden-icon{width:1.5rem;height:1.5rem;color:#ef4444;flex-shrink:0;margin-top:.25rem}.terms-warning-box{background:#f59e0b0d;padding:1.5rem;border-radius:.5rem;border-right:4px solid #f59e0b;display:flex;gap:1rem}.terms-contact-box{background:var(--gray-50);padding:1.5rem;border-radius:.5rem;margin-top:1rem}.terms-contact-box p{margin-bottom:.5rem;color:var(--gray-700)}.terms-contact-box p:last-child{margin-bottom:0}@media (max-width: 768px){.terms-card{padding:1.5rem}.terms-title{font-size:1.5rem}.terms-section-title{font-size:1.25rem}.terms-subsection-title{font-size:1rem}.terms-forbidden-box,.terms-warning-box{flex-direction:column}}@media (max-width: 480px){.terms-main-content{padding:1rem .5rem}.terms-card{padding:1rem;border-radius:.5rem}.terms-title{font-size:1.25rem}.terms-section-title{font-size:1.125rem}}.privacy-container{min-height:100vh;background:var(--gradient-light);font-family:var(--font);direction:rtl}.privacy-main-content{max-width:900px;margin:0 auto;padding:2rem 1rem}.privacy-card{background:var(--white);border-radius:.75rem;box-shadow:0 20px 40px #00000026;padding:2rem;margin-bottom:2rem}.privacy-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-100)}.privacy-icon-wrapper{display:inline-flex;background:var(--gradient-primary);padding:1rem;border-radius:1rem;margin-bottom:1rem}.privacy-icon{width:2.5rem;height:2.5rem;color:var(--white)}.privacy-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.privacy-subtitle{color:var(--gray-500);font-size:.875rem;margin-bottom:.25rem}.privacy-section{margin-bottom:2.5rem}.privacy-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.section-icon{width:1.5rem;height:1.5rem;color:#fff;flex-shrink:0}.privacy-content{color:var(--gray-600);line-height:1.8}.privacy-paragraph{margin-bottom:1rem;line-height:1.8}.privacy-subsection{margin-bottom:1.5rem}.privacy-subsection-title{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.privacy-list{list-style:none;padding-right:0;margin-bottom:1rem}.privacy-list li{position:relative;padding-right:1.5rem;margin-bottom:.75rem;line-height:1.7}.privacy-list li:before{content:"•";position:absolute;right:0;color:var(--primary-indigo);font-weight:700;font-size:1.2rem}.privacy-intro-box{background:linear-gradient(135deg,#667eea14,#764ba214);padding:1.5rem;border-radius:.75rem;border-right:4px solid var(--primary-indigo);display:flex;gap:1rem;align-items:flex-start}.intro-icon{width:2rem;height:2rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.25rem}.privacy-intro-text{color:var(--gray-700);line-height:1.8;margin:0}.privacy-info-box{background:var(--gray-50);padding:1.5rem;border-radius:.5rem;margin:1rem 0}.privacy-info-box p{margin-bottom:.5rem;color:var(--gray-700);line-height:1.6}.privacy-info-box p:last-child{margin-bottom:0}.privacy-purpose-box{background:var(--gray-50);padding:1.25rem;border-radius:.5rem;margin-bottom:1rem;border-right:3px solid var(--primary-indigo)}.purpose-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.purpose-icon{width:1.25rem;height:1.25rem;color:var(--primary-indigo)}.privacy-warning-box{background:#f59e0b0d;padding:1.5rem;border-radius:.75rem;border-right:4px solid #f59e0b;display:flex;gap:1rem;margin:1rem 0}.security-measures{display:grid;gap:1rem;margin-top:1rem}.security-item{background:var(--gray-50);padding:1rem;border-radius:.5rem;display:flex;gap:1rem;align-items:flex-start;border:1px solid var(--gray-200);transition:all .2s ease}.security-item:hover{border-color:var(--primary-indigo);box-shadow:0 4px 12px #667eea1a}.security-icon{width:1.5rem;height:1.5rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.25rem}.security-title{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.security-item p{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin:0}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}.right-item{background:var(--gray-50);padding:1rem;border-radius:.5rem;display:flex;gap:1rem;align-items:flex-start;border:1px solid var(--gray-200);transition:all .2s ease}.right-item:hover{border-color:var(--primary-indigo);box-shadow:0 4px 12px #667eea1a}.right-icon{width:1.5rem;height:1.5rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.25rem}.right-title{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.right-item p{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin:0}.privacy-contact-box{display:grid;gap:1rem;margin-top:1rem}.contact-method{background:var(--gray-50);padding:1rem;border-radius:.5rem;display:flex;gap:1rem;align-items:flex-start;border:1px solid var(--gray-200)}.privacy-contact-icon{width:1.5rem;height:1.5rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.25rem}.contact-method h4{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.contact-method p{font-size:.875rem;color:var(--gray-600);margin:0}.privacy-important-box{background:linear-gradient(135deg,#ef44440d,#dc26260d);padding:1.5rem;border-radius:.75rem;border-right:4px solid #ef4444;display:flex;gap:1rem}.important-icon{width:2rem;height:2rem;color:#ef4444;flex-shrink:0;margin-top:.25rem}.important-title{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.privacy-note{background:#3b82f60d;padding:.75rem 1rem;border-radius:.5rem;border-right:3px solid #3b82f6;margin-top:1rem;font-size:.875rem;color:var(--gray-700)}@media (max-width: 768px){.privacy-card{padding:1.5rem}.privacy-title{font-size:1.5rem}.privacy-section-title{font-size:1.25rem}.privacy-subsection-title{font-size:1rem}.privacy-intro-box,.privacy-warning-box,.privacy-important-box{flex-direction:column}.rights-grid,.security-measures{grid-template-columns:1fr}}@media (max-width: 480px){.privacy-main-content{padding:1rem .5rem}.privacy-card{padding:1rem;border-radius:.5rem}.privacy-title{font-size:1.25rem}.privacy-section-title{font-size:1.125rem}}.cookies-container{min-height:100vh;background:var(--gradient-light);font-family:var(--font);direction:rtl}.cookies-main-content{max-width:900px;margin:0 auto;padding:2rem 1rem}.cookies-card{background:var(--white);border-radius:.75rem;box-shadow:0 20px 40px #00000026;padding:2rem;margin-bottom:2rem}.cookies-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid var(--gray-100)}.cookies-icon-wrapper{display:inline-flex;background:var(--gradient-primary);padding:1rem;border-radius:1rem;margin-bottom:1rem}.cookies-icon{width:2.5rem;height:2.5rem;color:var(--white)}.cookies-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.cookies-subtitle{color:var(--gray-500);font-size:.875rem}.cookies-section{margin-bottom:2.5rem}.cookies-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-100)}.section-icon{width:1.5rem;height:1.5rem;color:var(--white);flex-shrink:0}.cookies-content{color:var(--gray-600);line-height:1.8}.cookies-paragraph{margin-bottom:1rem;line-height:1.8}.cookies-list{list-style:none;padding-right:0;margin-bottom:1rem}.cookies-list li{position:relative;padding-right:1.5rem;margin-bottom:.75rem;line-height:1.7}.cookies-list li:before{content:"•";position:absolute;right:0;color:var(--primary-indigo);font-weight:700;font-size:1.2rem}.cookies-intro-box{background:linear-gradient(135deg,#fbbf241a,#f59e0b1a);padding:1.5rem;border-radius:.75rem;border-right:4px solid #f59e0b;display:flex;gap:1rem;align-items:flex-start}.intro-icon{width:2rem;height:2rem;color:#f59e0b;flex-shrink:0;margin-top:.25rem}.intro-title{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.cookies-intro-text{color:var(--gray-700);line-height:1.8;margin:0}.cookie-type-card{background:var(--gray-50);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border:2px solid var(--gray-200);transition:all .3s ease}.cookie-type-card:hover{box-shadow:0 8px 20px #0000001a}.cookie-type-card.essential{border-color:#10b981;background:linear-gradient(135deg,#10b9810d,#0596690d)}.cookie-type-card.functional{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#2563eb0d)}.cookie-type-card.analytics{border-color:#f59e0b;background:linear-gradient(135deg,#f59e0b0d,#d977060d)}.cookie-type-card.marketing{border-color:#8b5cf6;background:linear-gradient(135deg,#8b5cf60d,#7c3aed0d)}.cookie-type-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.cookie-type-title-wrapper{display:flex;align-items:center;gap:.75rem;flex:1}.cookie-type-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.essential .cookie-type-icon{color:#10b981}.functional .cookie-type-icon{color:#3b82f6}.analytics .cookie-type-icon{color:#f59e0b}.marketing .cookie-type-icon{color:#8b5cf6}.cookie-type-title{font-size:1.125rem;font-weight:600;color:var(--gray-800)}.cookie-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.cookie-badge.required{background:#10b9811a;color:#059669}.cookie-badge.optional{background:#9ca3af1a;color:#6b7280}.cookie-type-description{color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.cookie-examples{background:var(--white);padding:1rem;border-radius:.5rem;margin-top:1rem}.examples-title{font-size:.95rem;font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.cookie-details{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.cookie-details p{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.cookie-details p:last-child{margin-bottom:0}.duration-types{display:grid;gap:1rem;margin-top:1rem}.duration-card{background:var(--gray-50);padding:1.25rem;border-radius:.5rem;border-right:3px solid var(--primary-indigo)}.duration-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.duration-icon{width:1.25rem;height:1.25rem;color:var(--primary-indigo)}.duration-description{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin:0}.third-party-services{display:grid;gap:1rem;margin-top:1rem}.service-card{background:var(--gray-50);padding:1rem;border-radius:.5rem;border:1px solid var(--gray-200)}.service-name{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.service-purpose{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.service-link{font-size:.875rem}.service-link a{color:var(--primary-indigo);text-decoration:none;font-weight:500}.service-link a:hover{text-decoration:underline}.browser-instructions{display:grid;gap:1rem;margin-top:1rem}.browser-item{background:var(--gray-50);padding:1rem;border-radius:.5rem;border-right:3px solid var(--primary-indigo)}.browser-name{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.browser-item p{font-size:.875rem;color:var(--gray-600);margin:0}.cookies-warning-box{background:#f59e0b0d;padding:1.5rem;border-radius:.75rem;border-right:4px solid #f59e0b;display:flex;gap:1rem;margin-top:1.5rem}.warning-icon{width:1.5rem;height:1.5rem;color:#f59e0b;flex-shrink:0;margin-top:.25rem}.cookies-note{background:#3b82f60d;padding:1rem;border-radius:.5rem;border-right:3px solid #3b82f6;margin-top:1rem;display:flex;gap:1rem;align-items:flex-start}.note-icon{width:1.25rem;height:1.25rem;color:#3b82f6;flex-shrink:0;margin-top:.25rem}.cookies-note p{font-size:.875rem;color:var(--gray-700);margin:0}.cookies-contact-box{background:var(--gray-50);padding:1.5rem;border-radius:.5rem;margin-top:1rem}.cookies-contact-box p{margin-bottom:.5rem;color:var(--gray-700)}.cookies-contact-box p:last-child{margin-bottom:0}@media (max-width: 768px){.cookies-card{padding:1.5rem}.cookies-title{font-size:1.5rem}.cookies-section-title{font-size:1.25rem}.cookie-type-header{flex-direction:column}.preference-item{flex-direction:column;align-items:flex-start}.preference-toggle{width:100%;justify-content:space-between}}@media (max-width: 480px){.cookies-main-content{padding:1rem .5rem}.cookies-card{padding:1rem;border-radius:.5rem}.cookies-title{font-size:1.25rem}.cookies-section-title{font-size:1.125rem}.cookie-type-card,.preferences-panel{padding:1rem}}.admin-dashboard-container{min-height:100vh;background:var(--gradient-light)}.admin-dashboard-content{max-width:1400px;margin:0 auto;padding:2rem 1rem}.admin-dashboard-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.admin-dashboard-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.admin-dashboard-subtitle{color:var(--gray-500);font-size:1rem}.admin-dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.admin-stats-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border-top:4px solid;transition:all .3s ease}.admin-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.admin-stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-stat-card-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.admin-stat-icon{width:1.5rem;height:1.5rem}.admin-stat-change{font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px}.admin-stat-change.positive{background:#10b9811a;color:#059669}.stat-card-content{display:flex;flex-direction:column;gap:.25rem}.stat-card-title{font-size:.875rem;color:var(--gray-500);font-weight:500}.stat-card-value{font-size:2rem;font-weight:700;color:var(--gray-800)}.admin-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.admin-menu-card{background:var(--white);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;border-top:4px solid;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.admin-menu-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.menu-card-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.menu-card-icon svg{width:2rem;height:2rem}.menu-card-content{flex:1}.menu-card-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.menu-card-description{font-size:.875rem;color:var(--gray-500)}.menu-card-stat{display:flex;flex-direction:column;align-items:flex-start;padding-top:1rem;border-top:1px solid var(--gray-100)}.stat-number{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}.quick-actions-section{margin-top:3rem}.section-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:var(--white);padding:1.5rem;border:2px solid var(--gray-200);border-radius:.75rem;cursor:pointer;transition:all .3s ease;font-weight:600;color:var(--gray-700)}.quick-action-btn:hover{border-color:var(--primary-indigo);background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}@media (max-width: 768px){.admin-dashboard-header{flex-direction:column;align-items:flex-start}.admin-dashboard-title{font-size:1.5rem}.stats-cards-grid,.admin-menu-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.admin-dashboard-content{padding:1rem .5rem}.quick-actions-grid{grid-template-columns:1fr}}.admin-coupons-container,.admin-packages-container,.admin-promotions-container,.admin-orders-container{min-height:100vh;background:var(--gradient-light)}.admin-coupons-content,.admin-packages-content,.admin-promotions-content,.admin-orders-content{max-width:1400px;margin:0 auto;padding:2rem 1rem}.admin-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:center;gap:1rem}.page-icon{width:3rem;height:3rem;padding:.75rem;background:var(--gradient-primary);color:var(--white);border-radius:.75rem}.page-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}.page-subtitle{color:var(--gray-500);font-size:.95rem}.btn-primary{display:flex;align-items:center;gap:.5rem;background:var(--gradient-primary);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-300);padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:var(--primary-indigo);background:var(--gray-50)}.btn-icon{width:1.25rem;height:1.25rem}.filters-section{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:250px}.search-icon{position:absolute;right:auto;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:var(--gray-400)}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:.95rem;transition:all .2s ease;direction:rtl}.search-input:focus{outline:none;border-color:var(--primary-indigo)}.filter-buttons{display:flex;gap:.5rem}.filter-btn{padding:.75rem 1.25rem;border:2px solid var(--gray-200);background:var(--white);border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:var(--gray-600)}.filter-btn:hover{border-color:var(--primary-indigo);color:var(--primary-indigo)}.filter-btn.active{border-color:var(--primary-indigo);background:var(--primary-indigo);color:var(--white)}.table-container{background:var(--white);border-radius:.75rem;box-shadow:0 4px 12px #00000014;overflow:hidden}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}@keyframes spin{to{transform:rotate(360deg)}}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:var(--gray-50);border-bottom:2px solid var(--gray-200)}.data-table th{padding:1rem;text-align:right;font-weight:600;color:var(--gray-700);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.data-table tbody tr{border-bottom:1px solid var(--gray-100);transition:background .2s ease}.data-table tbody tr:hover{background:var(--gray-50)}.data-table td{padding:1rem;color:var(--gray-600)}.highlight{font-weight:600;color:var(--primary-indigo)}.code-cell{display:flex;align-items:center;gap:.5rem}.coupon-code{font-family:Courier New,monospace;background:var(--gray-100);padding:.25rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem}.coupon-desc{font-size:.85em;color:#666;margin-top:.25rem}.copy-btn{padding:.25rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.copy-btn:hover{background:var(--gray-200)}.copy-icon{width:1rem;height:1rem;color:var(--gray-500)}.copy-icon.copied{color:#10b981}.sub-info{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.tags-cell{display:flex;flex-wrap:wrap;gap:.375rem}.mini-tag{padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.mini-tag-icon{width:.75rem;height:.75rem}.mini-tag.red{background:#ef44441a;color:#dc2626}.mini-tag.orange{background:#f59e0b1a;color:#d97706}.mini-tag.blue{background:#3b82f61a;color:#2563eb}.mini-tag.purple{background:#8b5cf61a;color:#7c3aed}.mini-tag.gold{background:#f59e0b26;color:#f59e0b}.mini-tag.teal{background:#14b8a61a;color:#14b8a6}.mini-tag.gray{background:#6b72801a;color:#6b7280}.mini-tag.green{background:#10b9811a;color:#059669}.usage-count{font-size:.875rem;font-weight:500}.date-range{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.date-separator{color:var(--gray-400)}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-badge.active{background:#10b9811a;color:#059669}.status-badge.inactive{background:#ef44441a;color:#dc2626}.status-badge.pending{background:#f59e0b1a;color:#d97706}.status-badge.completed{background:#3b82f61a;color:#2563eb}.action-buttons{display:flex;gap:.5rem}.action-btn{padding:.5rem;border:none;background:transparent;border-radius:.375rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-btn svg{width:1.125rem;height:1.125rem}.action-btn.edit{color:#3b82f6}.action-btn.edit:hover{background:#3b82f61a}.action-btn.delete{color:#ef4444}.action-btn.delete:hover{background:#ef44441a}.action-btn.toggle{color:#8b5cf6}.action-btn.toggle:hover{background:#8b5cf61a}.action-btn.view{color:#10b981}.action-btn.view:hover{background:#10b9811a}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{width:4rem;height:4rem;color:var(--gray-300);margin:0 auto 1rem}.empty-state h3{font-size:1.25rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.empty-state p{color:var(--gray-400);margin-bottom:1.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--white);border-radius:.75rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.modal-content.modal-large{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.modal-close{padding:.5rem;background:transparent;border:none;border-radius:.375rem;cursor:pointer;color:var(--gray-500);transition:all .2s ease}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-close svg{width:1.5rem;height:1.5rem}.modal-tabs{display:flex;border-bottom:2px solid var(--gray-200);background:var(--gray-50)}.modal-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;font-weight:600;color:var(--gray-600);transition:all .2s ease;margin-bottom:-2px}.modal-tab:hover{color:var(--primary-indigo);background:var(--white)}.modal-tab.active{color:var(--primary-indigo);border-bottom-color:var(--primary-indigo);background:var(--white)}.tab-icon{width:1.25rem;height:1.25rem}.tab-content{padding:1.5rem}.modal-form{padding:0}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:.95rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-indigo)}.form-group textarea{resize:vertical;min-height:80px}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1}.generate-btn{padding:.75rem 1rem;background:var(--gray-100);border:2px solid var(--gray-200);border-radius:.5rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .2s ease;white-space:nowrap}.generate-btn:hover{background:var(--gray-200);border-color:var(--gray-300)}.switch-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.switch-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--primary-indigo)}.switch-label span{font-weight:500;color:var(--gray-700)}.field-hint{font-size:.75rem;color:var(--gray-500);margin-top:.375rem}.info-box{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:.5rem;margin-bottom:1.5rem}.info-icon{width:1.25rem;height:1.25rem;color:#3b82f6;flex-shrink:0}.info-box span{font-size:.875rem;color:var(--gray-700)}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.checkbox-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:2px solid var(--gray-200);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.checkbox-card:hover{border-color:var(--primary-indigo);background:#667eea05}.checkbox-card.warning{border-color:#ef44444d}.checkbox-card.warning:hover{border-color:#ef4444;background:#ef444405}.checkbox-card input[type=checkbox]{margin-top:.125rem;width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--primary-indigo);flex-shrink:0}.checkbox-card-content{display:flex;align-items:flex-start;gap:.75rem;flex:1}.checkbox-card-icon{width:1.5rem;height:1.5rem;color:var(--primary-indigo);flex-shrink:0;margin-top:.125rem}.checkbox-card.warning .checkbox-card-icon{color:#ef4444}.checkbox-card-content strong{display:block;font-size:.875rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.checkbox-card-content p{font-size:.8rem;color:var(--gray-600);line-height:1.4}.packages-checklist{border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem;max-height:200px;overflow-y:auto}.package-checkbox{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;border-radius:.375rem;transition:background .2s ease}.package-checkbox:hover{background:var(--gray-50)}.package-checkbox input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:var(--primary-indigo)}.package-icon{width:1rem;height:1rem;color:var(--gray-500)}.package-checkbox span{font-size:.875rem;color:var(--gray-700)}.checkbox-group{margin-top:1rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--primary-indigo)}.checkbox-label span{font-weight:500;color:var(--gray-700)}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem;padding:1.5rem;border-top:1px solid var(--gray-200);justify-content:flex-end}@media (max-width: 768px){.admin-page-header{flex-direction:column;align-items:flex-start}.filters-section{flex-direction:column}.filter-buttons{width:100%;overflow-x:auto}.form-row,.checkbox-grid{grid-template-columns:1fr}.data-table{font-size:.875rem}.data-table th,.data-table td{padding:.75rem .5rem}.modal-content{max-height:95vh}.modal-tabs{overflow-x:auto}.modal-tab{flex-shrink:0;min-width:120px}}.filter-select{padding:.75rem 1.25rem;border:2px solid var(--gray-200);background:var(--white);border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:var(--gray-600);font-size:.95rem}.filter-select:hover{border-color:var(--primary-indigo)}.order-details-modal{max-width:800px}.order-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.detail-card{background:var(--gray-50);padding:1.5rem;border-radius:.75rem;border:1px solid var(--gray-200);display:flex;gap:1rem}.detail-icon{width:3rem;height:3rem;background:var(--gradient-primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-icon svg{width:1.5rem;height:1.5rem;color:var(--white)}.detail-card h4{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.detail-card p{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem;line-height:1.5}.detail-card p:last-child{margin-bottom:0}.order-notes{background:#3b82f60d;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(59,130,246,.2)}.order-notes h4{font-size:.95rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.order-notes p{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin:0}@media (max-width: 768px){.order-details-grid{grid-template-columns:1fr;gap:1rem}.detail-card{padding:1rem}.filter-select{width:100%}}.queue-monitor-container{min-height:100vh;background:var(--gradient-light)}.queue-monitor-content{max-width:1600px;margin:0 auto;padding:2rem 1rem}.queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-title-section{display:flex;align-items:center;gap:1rem}.header-icon-wrapper{background:var(--gradient-primary);padding:1rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.header-icon{width:2rem;height:2rem;color:var(--white)}.queue-title{font-size:2rem;font-weight:700;color:var(--gray-800);margin:0}.queue-subtitle{color:var(--gray-500);font-size:1rem;margin:.25rem 0 0}.header-actions{display:flex;gap:.75rem}.refresh-btn,.cleanup-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-btn{background:var(--primary-indigo);color:var(--white);border:none}.refresh-btn:hover:not(:disabled){background:var(--primary-indigo-dark);transform:translateY(-2px)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.cleanup-btn{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-200)}.cleanup-btn:hover{border-color:var(--danger);color:var(--danger)}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.queue-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.stat-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.stat-card.total .stat-icon-wrapper{background:#667eea1a;color:#667eea}.stat-card.pending .stat-icon-wrapper{background:#f59e0b1a;color:#f59e0b}.stat-card.processing .stat-icon-wrapper{background:#3b82f61a;color:#3b82f6}.stat-card.completed .stat-icon-wrapper{background:#10b9811a;color:#10b981}.stat-card.failed .stat-icon-wrapper{background:#ef44441a;color:#ef4444}.stat-card.rate .stat-icon-wrapper{background:#8b5cf61a;color:#8b5cf6}.stat-card.time .stat-icon-wrapper{background:#6366f11a;color:#6366f1}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:var(--gray-500);font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.queue-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--gray-100)}.tab-btn{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-weight:600;color:var(--gray-500);transition:all .3s ease}.tab-btn.active{color:var(--primary-indigo);border-bottom-color:var(--primary-indigo)}.filters-section{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.filter-select{padding:.5rem 1rem;border:2px solid var(--gray-200);border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .3s ease}.filter-select:focus{outline:none;border-color:var(--primary-indigo)}.jobs-table-container{background:var(--white);border-radius:.75rem;box-shadow:0 2px 8px #00000014;overflow-x:auto}.jobs-table{width:100%;border-collapse:collapse}.jobs-table th{background:var(--gray-50);padding:1rem;text-align:right;font-weight:600;color:var(--gray-700);font-size:.875rem;border-bottom:2px solid var(--gray-200)}.jobs-table td{padding:1rem;border-bottom:1px solid var(--gray-100);font-size:.875rem}.jobs-table tbody tr:hover{background:var(--gray-50)}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.attempts-badge{display:inline-block;padding:.25rem .5rem;background:var(--gray-100);border-radius:.25rem;font-size:.75rem;font-weight:600}.date-cell{color:var(--gray-500);font-size:.8125rem}.retry-btn-small{padding:.5rem;background:none;border:none;color:var(--primary-indigo);cursor:pointer;border-radius:.5rem;transition:all .3s ease}.retry-btn-small:hover{background:#667eea1a}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.page-btn{padding:.5rem 1rem;background:var(--white);border:2px solid var(--gray-200);border-radius:.5rem;cursor:pointer;font-weight:600;transition:all .3s ease}.page-btn:hover:not(:disabled){border-color:var(--primary-indigo);color:var(--primary-indigo)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{font-weight:600;color:var(--gray-700)}.failed-jobs-section{background:var(--white);border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #00000014}.empty-state{text-align:center;padding:3rem;color:var(--gray-500)}.empty-state svg{color:var(--success);margin-bottom:1rem}.empty-state h3{font-size:1.25rem;color:var(--gray-800);margin-bottom:.5rem}.failed-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem}.failed-job-card{background:var(--white);border:2px solid var(--danger-light);border-radius:.75rem;padding:1.5rem}.failed-job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.job-id{font-weight:700;color:var(--gray-800);font-size:1.125rem}.job-type-badge{display:inline-block;padding:.25rem .75rem;background:var(--gray-100);border-radius:9999px;font-size:.75rem;font-weight:600;margin-right:.5rem}.retry-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-indigo);color:var(--white);border:none;border-radius:.5rem;cursor:pointer;font-weight:600;font-size:.875rem;transition:all .3s ease}.retry-btn:hover{background:var(--primary-indigo-dark);transform:translateY(-2px)}.failed-job-content{display:flex;flex-direction:column;gap:.75rem}.job-info{font-size:.875rem;color:var(--gray-600)}.job-info strong{color:var(--gray-800)}.error-message{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#ef44441a;border-radius:.5rem;color:var(--danger);font-size:.875rem}.job-date{font-size:.75rem;color:var(--gray-400);margin-top:.5rem}.error-indicator{display:inline-flex;align-items:center;gap:.25rem;color:var(--danger);cursor:help}.retry-btn-small{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-indigo);color:var(--white);border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .3s ease}.retry-btn-small:hover{background:var(--primary-indigo-dark);transform:translateY(-1px)}.jobs-table tbody td[colspan]{text-align:center;padding:3rem 2rem!important;color:var(--gray-500);font-size:1rem}@media (max-width: 768px){.queue-header{flex-direction:column;align-items:flex-start}.header-actions{width:100%}.refresh-btn,.cleanup-btn{flex:1}.queue-stats-grid{grid-template-columns:1fr}.jobs-table-container{overflow-x:scroll}.failed-jobs-grid{grid-template-columns:1fr}}
