@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--primary-50: #f0f4ff;--primary-100: #e0edff;--primary-500: #667eea;--primary-600: #5a67d8;--primary-700: #4c51bf;--primary-900: #2d3748;--secondary-500: #764ba2;--secondary-600: #6b46c1;--success-50: #ecfdf5;--success-100: #d1fae5;--success-500: #10b981;--success-600: #059669;--success-700: #047857;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--error-50: #fef2f2;--error-100: #fee2e2;--error-500: #ef4444;--error-600: #dc2626;--warning-500: #f59e0b;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);--shadow-xl: 0 20px 30px -5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--radius-full: 9999px;--transition-fast: all .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: all .25s cubic-bezier(.4, 0, .2, 1)}html{font-size:16px;line-height:1.5;background-color:#fffdf8}body{font-family:var(--font-family);color:var(--gray-900);background-color:transparent;line-height:1.6;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:hidden}#root{margin:0 auto;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;position:relative;z-index:1}img,svg,video,canvas{max-width:100%;height:auto}.table-responsive-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){html{font-size:15px}}@media (max-width: 600px){html{font-size:14px}}.navbar{background-color:#2d5f9a;color:#fff!important;display:flex;align-items:center}.nav-link{color:inherit}.navbar-nav .nav-link{color:#fff!important}.cont{background-color:#7da9dc!important;color:#f3efef!important;height:340px;width:100%;display:flex}.logo .img{width:150px;height:50px;margin-top:20px;border-radius:10px}.logo{border-color:#000;width:350px;border-radius:.5rem;padding:1rem;margin-left:auto;margin-top:2rem;margin-bottom:2rem;border-color:#2d5f9a}.company{width:350px;border-radius:.5rem;padding:1rem;margin-left:auto;margin-top:1rem;margin-bottom:2rem;text-align:start}.company :hover{color:#000;transition-duration:1s}.support{width:350px;border-radius:.5rem;padding:1rem;margin-left:auto;margin-top:2rem;margin-bottom:2rem;text-align:start}.social{width:350px;border-radius:.5rem;padding:1rem;margin-left:auto;margin-top:0;margin-bottom:2rem;line-height:35px}.social :hover{color:#000;transition-duration:1s}a{text-decoration:none;color:#fff;margin-left:20px}h4{margin-left:20px}.head{margin-top:20px}i{margin-left:20px}.so{margin-top:20px}#slogan{margin-top:25px}.nav-item.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 4px 8px #0000001a;z-index:1000;list-style:none;padding:10px 0;margin:0;display:flex;flex-direction:column;width:200px}.dropdown-item{padding:10px 15px;color:#333;text-decoration:none;cursor:pointer}.dropdown-item:hover{background-color:#dcdcdc;color:#000}.nav-link.active.dropdown-toggle{background:none;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center}.nav-link.active.dropdown-toggle i{margin-right:5px}.navbar .nav-link,.navbar .dropdown-item{color:#000!important;font-weight:500;font-size:1.3em}.profile-icon-container{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:linear-gradient(135deg,#ea580c,#c2410c);border-radius:50%;box-shadow:0 3px 10px #ea580c4d;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);position:relative;overflow:hidden;cursor:pointer;text-align:center}.profile-icon-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:50%;pointer-events:none}.profile-icon-container:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ea580c66;border-color:#ffffff80}.profile-icon-container:active{transform:translateY(0);box-shadow:0 2px 8px #ea580c4d}.profile-icon{color:#fff;font-size:16px;font-weight:600;z-index:1;position:relative;text-shadow:0 1px 3px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1;margin:0;padding:0;text-align:center}@keyframes profilePulse{0%{box-shadow:0 3px 10px #ea580c4d}50%{box-shadow:0 3px 10px #ea580c80,0 0 0 4px #ea580c1a}to{box-shadow:0 3px 10px #ea580c4d}}.profile-icon-container:hover{animation:profilePulse 2s infinite}.modern-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;min-width:280px;z-index:1000;overflow:hidden;border:1px solid rgba(0,0,0,.1);animation:dropdownSlideIn .3s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.user-info{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#ea580c,#c2410c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;box-shadow:0 2px 8px #ea580c4d}.user-details{display:flex;flex-direction:column;gap:.25rem}.user-role{font-weight:600;color:#1f2937;font-size:.95rem}.user-status{font-size:.8rem;color:#10b981;font-weight:500}.dropdown-divider{height:1px;background:#e2e8f0;margin:0}.dropdown-items{padding:.5rem 0}.dropdown-item-modern{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.dropdown-item-modern:hover{background:#f8fafc;color:#ea580c;transform:translate(4px)}.dropdown-item-modern i{width:16px;color:#6b7280;transition:color .2s ease}.dropdown-item-modern:hover i{color:#ea580c}.logout-item{color:#dc2626!important;border-top:1px solid #f3f4f6;margin-top:.5rem}.logout-item:hover{background:#fef2f2!important;color:#b91c1c!important}.logout-item i{color:#dc2626!important}.logout-item:hover i{color:#b91c1c!important}@media (max-width: 768px){.modern-dropdown-menu{min-width:250px;right:-1rem}.dropdown-header{padding:1rem}.dropdown-item-modern{padding:.75rem 1rem;font-size:.9rem}}.cart-link{display:flex;align-items:center;text-decoration:none;color:#333!important;transition:all .3s ease}.cart-link:hover{color:#ea580c!important;transform:translateY(-1px)}.cart-icon-container{position:relative;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .3s ease;background:#ea580c1a;border:1px solid rgba(234,88,12,.2)}.cart-link:hover .cart-icon-container{background:#ea580c26;border-color:#ea580c4d;box-shadow:0 2px 8px #ea580c33}.cart-icon{font-size:20px;color:#49210c;transition:all .3s ease}.cart-link:hover .cart-icon{color:#070606;transform:scale(1.1)}.cart-count{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#121110,#0f0e0e 0%);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2px;border:2px solid white;box-shadow:0 2px 4px #0003;transition:all .3s ease}.cart-link:hover .cart-count{transform:scale(1.1);box-shadow:0 3px 6px #0000004d}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.cart-icon-container:hover .cart-icon{animation:cartBounce .6s ease-in-out}.footer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#1e293b73;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.footer-modal{background:#fff;border-radius:16px;max-width:480px;width:95vw;box-shadow:0 8px 32px #1e293b2e;padding:32px 24px 24px;position:relative;animation:slideUp .3s}.footer-modal-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:2rem;color:#1a237e;cursor:pointer;font-weight:700;transition:color .2s}.footer-modal-close:hover{color:#e53935}.footer-modal h2{font-size:1.5rem;font-weight:700;color:#1a237e;margin-bottom:.5rem;text-align:center}.footer-modal .last-updated{font-size:1rem;color:#607d8b;text-align:center;margin-bottom:1.2rem}.footer-modal-content{font-size:1.08rem;color:#222;line-height:1.7;margin-bottom:.5rem}.footer-modal-disclaimer{margin-top:1.5rem;font-size:.98rem;color:#607d8b;background:#f3f6fa;border-left:4px solid #1a237e;padding:12px 16px;border-radius:8px}@media (max-width: 600px){.footer-modal{padding:16px 6px 12px;border-radius:10px;max-width:98vw}.footer-modal h2{font-size:1.1rem}.footer-modal-content{font-size:.98rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 400px){.footer-container{padding:1rem .3rem .5rem;gap:1rem}.footer-brand{gap:.5rem}.logo-container{flex-direction:column;gap:.3rem;margin-bottom:.5rem}.logo-icon{width:38px;height:38px;font-size:1rem}.logo-text h3{font-size:1.1rem}.footer-slogan,.footer-description{font-size:.85rem}.footer-title{font-size:1rem;padding-bottom:.2rem}.footer-links,.social-links{gap:.3rem}.footer-link,.social-link{font-size:.85rem;padding:.3rem 0}.footer-bottom{padding:.5rem .3rem}.footer-bottom-links{gap:.7rem;flex-wrap:wrap;flex-direction:column;align-items:center}.footer-bottom-link{font-size:.8rem;text-align:center;white-space:normal;width:100%;max-width:220px}.footer-bottom-content{gap:.5rem}}.glass-card,.px-glass-panel{background:#ffffffe0!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(234,88,12,.12)!important;box-shadow:0 4px 20px -2px #0000000a,0 2px 6px -1px #00000005!important;border-radius:16px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease!important}.glass-card:hover,.px-glass-panel:hover{transform:translateY(-3px)!important;box-shadow:0 12px 28px -4px #ea580c24,0 4px 12px -2px #0000000a!important;border-color:#ea580c4d!important}.px-section-cream{background:#fffdf899!important}.px-section-white{background:#ffffffbf!important}.px-section-orange-tint{background:linear-gradient(135deg,#fff7edcc,#fef3c766)!important}.px-section-blue-tint{background:linear-gradient(135deg,#eff6ffcc,#e0f2fe66)!important}.services-section-wrapper{width:95%;max-width:1400px;margin:0 auto;padding:4.5rem 1.5rem 3.5rem;box-sizing:border-box}.services-header-box{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem;gap:.8rem}.services-badge{display:inline-flex;align-items:center;gap:.45rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:800}.badge-sparkle-icon{color:#ea580c}.services-main-heading{font-size:2.6rem;font-weight:900;color:#111827;letter-spacing:-.03em;margin:0;line-height:1.2}.services-sub-description{font-size:1.1rem;color:#4b5563;max-width:680px;margin:0;line-height:1.6}.services-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;width:100%}.service-card-item{background:#fff;border-radius:24px;border:1px solid rgba(226,232,240,.9);padding:1.6rem;min-height:380px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px #0000000a;transition:all .32s cubic-bezier(.16,1,.3,1);text-decoration:none;box-sizing:border-box;position:relative;overflow:hidden}.service-card-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 22px 45px #ea580c24;border-color:#f97316;background:#fffdfa}.card-image-box{height:160px;width:100%;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;transition:background .3s ease}.service-card-item:hover .card-image-box{background:linear-gradient(135deg,#ffedd5,#fed7aa)}.service-img{max-height:75%;max-width:75%;object-fit:contain;transition:transform .4s ease;animation:floatSmall 4s ease-in-out infinite alternate}.service-card-item:hover .service-img{transform:scale(1.08)}@keyframes floatSmall{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.card-content-body{display:flex;align-items:flex-start;gap:.9rem;margin:1.2rem 0 .8rem}.card-icon-badge{width:52px;height:52px;border-radius:14px;background:#fff7ed;color:#ea580c;border:1px solid rgba(234,88,12,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.service-card-item:hover .card-icon-badge{background:#ea580c;color:#fff;transform:rotate(-4deg) scale(1.05)}.card-info-stack{display:flex;flex-direction:column;gap:.25rem}.service-title{font-size:1.3rem;font-weight:800;color:#111827;margin:0;line-height:1.2}.service-desc{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.card-action-bar{display:flex;align-items:center;justify-content:flex-end;padding-top:.5rem}.explore-pill-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;border-radius:50px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:800;font-size:.88rem;box-shadow:0 4px 14px #ea580c4d;transition:all .25s ease}.btn-arrow-icon{transition:transform .25s ease}.service-card-item:hover .explore-pill-btn{transform:translateY(-2px);box-shadow:0 8px 20px #ea580c73}.service-card-item:hover .btn-arrow-icon{transform:translate(4px)}@media (max-width: 1280px){.services-grid-container{gap:1.4rem}.service-card-item{padding:1.4rem}.services-main-heading{font-size:2.2rem}}@media (max-width: 1024px){.services-grid-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-section-wrapper{padding:3.5rem 1.2rem 2.5rem}}@media (max-width: 640px){.services-grid-container{grid-template-columns:1fr;gap:1.2rem}.services-section-wrapper{padding:2.5rem 1rem 2rem}.services-main-heading{font-size:1.8rem}.services-sub-description{font-size:.95rem}.service-card-item{min-height:auto}}.cards-containar,.features-section{background:transparent!important}body{background:transparent!important;min-height:100vh;width:100%}.navbar-modern{width:100%;background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.8);position:sticky;top:0;z-index:1000;box-shadow:0 4px 25px #0000000a;transition:all .3s ease}.navbar-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem}.navbar-brand-modern{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.navbar-brand-modern:hover{transform:scale(1.02)}.px-logo-badge{width:40px;height:40px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #ea580c59;transition:box-shadow .2s ease}.px-logo-badge:hover{box-shadow:0 6px 20px #ea580c80}.px-logo-text{font-weight:900;color:#fff;font-size:1.05rem;letter-spacing:-.02em}.brand-text-box{display:flex;flex-direction:column}.brand-title{margin:0;font-size:1.4rem;font-weight:900;color:#0f172a;letter-spacing:-.03em;line-height:1.1}.brand-subtitle{font-size:.65rem;font-weight:700;color:#ea580c;letter-spacing:.08em;text-transform:uppercase}.navbar-toggle-modern{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem;width:44px;height:44px;position:relative;z-index:10001;border-radius:12px;transition:background .2s ease}.navbar-toggle-modern:hover{background:#0000000d}.navbar-toggle-bar{display:block;width:24px;height:2.5px;background:#1e293b;border-radius:4px;position:absolute;left:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.top-bar{top:14px}.middle-bar{top:21px}.bottom-bar{top:28px}.navbar-toggle-modern.active .top-bar{transform:translateY(7px) rotate(45deg);background:#ea580c}.navbar-toggle-modern.active .middle-bar{opacity:0;transform:translate(10px)}.navbar-toggle-modern.active .bottom-bar{transform:translateY(-7px) rotate(-45deg);background:#ea580c}.navbar-links-modern.desktop-only{display:flex;align-items:center}.navbar-list-modern{display:flex;align-items:center;gap:.75rem;list-style:none;margin:0;padding:0}.navbar-list-modern .nav-link-item{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:.92rem;font-weight:600;color:#475569;padding:.55rem 1rem;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.navbar-list-modern .nav-link-item:hover{color:#ea580c;background:#ea580c14;transform:translateY(-1px)}.navbar-list-modern .nav-link-item.active{color:#ea580c;background:#fff7ed;font-weight:700;box-shadow:inset 0 0 0 1px #ea580c33}.nav-cart-pill{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid rgba(234,88,12,.3);padding:.5rem .9rem;border-radius:12px;color:#ea580c;text-decoration:none;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px #ea580c1f;transition:all .2s ease}.nav-cart-pill:hover{background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 6px 18px #ea580c59}.nav-cart-pill:hover .cart-count-badge{background:#fff;color:#ea580c}.cart-count-badge{background:#ea580c;color:#fff;font-size:.75rem;font-weight:900;border-radius:9999px;padding:2px 8px;min-width:20px;text-align:center;transition:all .2s ease}.profile-dropdown-container{position:relative}.profile-trigger-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;padding:4px;cursor:pointer;border-radius:9999px;transition:all .2s ease}.profile-avatar-box{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#ea580c,#f97316);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;box-shadow:0 3px 10px #ea580c4d;border:2px solid #ffffff;transition:transform .2s ease}.profile-trigger-btn:hover .profile-avatar-box{transform:scale(1.08)}.modern-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:18px;box-shadow:0 20px 40px -15px #00000026,0 0 0 1px #00000005;padding:8px;z-index:1001;animation:dropdownSlideIn .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header-card{padding:10px 12px;border-bottom:1px solid #f1f5f9;margin-bottom:6px}.dropdown-user-email{font-size:.82rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-role-tag{display:inline-block;font-size:.65rem;font-weight:800;color:#ea580c;background:#fff7ed;padding:2px 8px;border-radius:9999px;margin-top:4px}.dropdown-item-modern{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#334155;text-decoration:none;font-size:.88rem;font-weight:600;transition:all .15s ease;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.dropdown-item-modern:hover{background:#fff7ed;color:#ea580c}.dropdown-item-modern.logout-item{color:#ef4444;margin-top:4px;border-top:1px solid #f1f5f9}.dropdown-item-modern.logout-item:hover{background:#fef2f2;color:#dc2626}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9998;animation:fadeInBackdrop .3s ease forwards}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.mobile-drawer-panel{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;height:100vh;height:100dvh;background:#fff;z-index:9999;box-shadow:-10px 0 40px #00000026;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.mobile-drawer-panel.open{transform:translate(0)}.drawer-top-bar{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid rgba(226,232,240,.8);background:#fff}.drawer-brand-chip{display:flex;align-items:center;gap:.6rem}.drawer-logo-badge{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:900;font-size:.95rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #ea580c4d}.drawer-logo-title{font-size:1.25rem;font-weight:900;color:#0f172a;letter-spacing:-.02em}.drawer-close-btn{background:#f1f5f9cc;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4b5563;cursor:pointer;transition:all .2s ease}.drawer-close-btn:hover{background:#e2e8f0;color:#0f172a}.drawer-profile-card{margin:1rem 1.2rem .5rem;padding:1rem 1.1rem;border-radius:20px;background:#f8fafc;border:1px solid rgba(226,232,240,.9);display:flex;align-items:center;gap:.85rem}.avatar-circle{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1.5px solid rgba(234,88,12,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-initials{font-size:1.25rem;font-weight:900;color:#ea580c}.avatar-guest-icon{color:#ea580c}.profile-info-stack{display:flex;flex-direction:column;gap:.15rem;overflow:hidden}.profile-name-row{display:flex;align-items:center;gap:.4rem}.profile-user-name{font-size:.95rem;font-weight:800;color:#111827;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge{font-size:.65rem;font-weight:800;padding:.15rem .45rem;border-radius:50px;letter-spacing:.04em}.role-badge.admin{background:#eff6ff;color:#2563eb}.role-badge.printer{background:#f0fdf4;color:#16a34a}.role-badge.delivery{background:#faf5ff;color:#9333ea}.role-badge.student{background:#fff7ed;color:#ea580c}.profile-user-email{font-size:.78rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-guest-title{font-size:1.05rem;font-weight:800;color:#111827;margin:0}.profile-guest-sub{font-size:.75rem;color:#6b7280;margin:0}.drawer-menu-scroll{flex:1;overflow-y:auto;padding:.8rem 1.2rem}.drawer-cards-stack{display:flex;flex-direction:column;gap:.7rem}.drawer-menu-card{display:flex;align-items:center;gap:.85rem;padding:.75rem .95rem;min-height:60px;border-radius:16px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 4px 12px #00000005;text-decoration:none;transition:all .2s ease;box-sizing:border-box}.drawer-menu-card:hover,.drawer-menu-card:active{background:#fff4eb;border-color:#f9731666;transform:translateY(-2px);box-shadow:0 6px 18px #ea580c1f}.card-icon-circle{width:40px;height:40px;border-radius:12px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon-circle.orange-glow,.card-icon-circle.orange-btn{background:#ea580c;color:#fff}.card-icon-circle.dark-btn{background:#111827;color:#fff}.card-icon-circle.blue{background:#eff6ff;color:#2563eb}.card-icon-circle.green{background:#f0fdf4;color:#16a34a}.card-icon-circle.purple{background:#faf5ff;color:#9333ea}.card-icon-circle.red{background:#fef2f2;color:#dc2626}.card-text-stack{display:flex;flex-direction:column;flex:1}.card-title{font-size:.92rem;font-weight:800;color:#111827;line-height:1.2}.card-desc{font-size:.72rem;color:#6b7280;margin-top:.1rem}.card-arrow{color:#9ca3af;transition:transform .2s ease,color .2s ease}.drawer-menu-card:hover .card-arrow{color:#ea580c;transform:translate(3px)}.cart-badge-chip{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.75rem;font-weight:800;padding:.3rem .65rem;border-radius:50px;box-shadow:0 3px 8px #ea580c59}.logout-menu-card{width:100%;border:1px solid rgba(239,68,68,.2)!important;cursor:pointer}.logout-menu-card:hover{background:#fef2f2!important;border-color:#ef444466!important}.red-text{color:#dc2626!important}.drawer-bottom-support{padding:1rem 1.4rem;border-top:1px solid rgba(226,232,240,.8);background:#fff;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.drawer-footer-credit{font-size:.72rem;font-weight:700;color:#6b7280}.heart{color:#dc2626}@media (max-width: 900px){.navbar-container{padding:.6rem 1.2rem}}@media (max-width: 768px){.navbar-toggle-modern{display:block}.navbar-links-modern.desktop-only{display:none}.mobile-drawer-panel{max-width:360px}}.notifications-container{position:fixed;top:20px;right:20px;z-index:1000;max-width:400px}.notification{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:8px;padding:12px 16px;margin-bottom:10px;box-shadow:0 4px 12px #00000026;border-left:4px solid #28a745;animation:slideIn .3s ease-out}.notification.new_order{border-left-color:#007bff}.notification.order_update{border-left-color:#ffc107}.notification.cart_add{border-left-color:#28a745}.notification.cart_remove{border-left-color:#dc3545}.notification-content{flex:1}.notification-content p{margin:0 0 4px;font-size:14px;color:#333}.notification-content small{color:#666;font-size:12px}.notification-close{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0;margin-left:12px}.notification-close:hover{color:#333}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.notifications-container{left:20px;right:20px;max-width:none}}.px-global-bg-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.px-bg-glow{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.35;animation:pxGlowPulse 12s ease-in-out infinite alternate}.px-bg-glow-orange{top:-12%;left:-8%;width:550px;height:550px;background:radial-gradient(circle,#f9731647,#ea580c00 70%)}.px-bg-glow-blue{bottom:-15%;right:-8%;width:600px;height:600px;background:radial-gradient(circle,#2563eb38,#3b82f600 70%);animation-delay:3s}.px-bg-glow-green{top:35%;left:45%;width:450px;height:450px;background:radial-gradient(circle,#22c55e24,#10b98100 70%);animation-delay:6s}.px-bg-glow-yellow{bottom:25%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fef08a4d,#fde04700 70%);animation-delay:4.5s}@keyframes pxGlowPulse{0%{transform:scale(1) translateY(0);opacity:.3}50%{transform:scale(1.1) translateY(-20px);opacity:.45}to{transform:scale(1.05) translateY(10px);opacity:.32}}.px-bg-dot-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(234,88,12,.08) 1.2px,transparent 1.2px);background-size:28px 28px;opacity:.55;pointer-events:none;mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 40%,transparent 100%)}.px-bg-mesh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(at 10% 15%,rgba(255,247,237,.6) 0px,transparent 50%),radial-gradient(at 90% 85%,rgba(239,246,255,.5) 0px,transparent 50%),radial-gradient(at 50% 50%,rgba(254,252,232,.4) 0px,transparent 50%);opacity:.8;pointer-events:none}.px-floating-deco{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.08;font-size:1.4rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.04));animation:pxFloatDrift 14s ease-in-out infinite alternate}.deco-1{top:7%;left:3%;animation-delay:0s;font-size:1.5rem}.deco-2{top:22%;right:4%;animation-delay:2s;font-size:1.3rem}.deco-3{top:48%;left:2%;animation-delay:4s;font-size:1.2rem}.deco-4{top:68%;right:5%;animation-delay:1.5s;font-size:1.4rem}.deco-5{bottom:8%;left:4%;animation-delay:3.5s;font-size:1.3rem}.deco-6{top:12%;left:45%;animation-delay:5s;font-size:1.6rem;opacity:.1}.deco-7{top:82%;left:42%;animation-delay:6s;font-size:1.3rem;opacity:.09}.deco-8{top:35%;right:38%;animation-delay:2.5s;font-size:1.2rem}.deco-9{top:60%;left:48%;animation-delay:7s;font-size:1.2rem}.deco-10{bottom:12%;right:45%;animation-delay:4.2s;font-size:1.4rem}@keyframes pxFloatDrift{0%{transform:translateY(0) rotate(0) scale(1)}50%{transform:translateY(-15px) rotate(8deg) scale(1.05)}to{transform:translateY(10px) rotate(-5deg) scale(.98)}}.px-geo-ring{position:absolute;border-radius:50%;border:1px solid rgba(234,88,12,.06);pointer-events:none}.ring-1{top:15%;left:20%;width:180px;height:180px;border-color:#ea580c0f;animation:pxGeoRotate 35s linear infinite}.ring-2{bottom:20%;right:18%;width:260px;height:260px;border-color:#2563eb0d;animation:pxGeoRotate 45s linear infinite reverse}.ring-3{top:55%;left:8%;width:120px;height:120px;border-color:#22c55e0d;animation:pxGeoRotate 28s linear infinite}@keyframes pxGeoRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 991px){.px-floating-deco{opacity:.05;font-size:1.1rem}.deco-8,.deco-9,.ring-3{display:none}}@media (max-width: 480px){.px-floating-deco{opacity:.04}.deco-3,.deco-4,.deco-7,.deco-10{display:none}.px-geo-ring{opacity:.5}}.modern-footer{background:#0b0f17;color:#94a3b8;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-top:1px solid rgba(255,255,255,.08)}.footer-glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.18}.footer-glow-orange{top:-100px;left:-50px;width:450px;height:450px;background:radial-gradient(circle,rgba(249,115,22,.4) 0%,transparent 70%)}.footer-glow-blue{bottom:-100px;right:-50px;width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.35) 0%,transparent 70%)}.footer-main-wrapper{max-width:1380px;margin:0 auto;padding:3.5rem 1.5rem 2rem;position:relative;z-index:2}.footer-newsletter-card{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.2rem 2.5rem;margin-bottom:3.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 20px 40px -15px #0000004d}.newsletter-info{display:flex;flex-direction:column;gap:.4rem;max-width:520px}.newsletter-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#f97316}.newsletter-title{font-size:1.6rem;font-weight:800;color:#fff;margin:0}.newsletter-subtitle{font-size:.92rem;color:#94a3b8;margin:0;line-height:1.5}.newsletter-form{display:flex;align-items:center;gap:.6rem;width:100%;max-width:440px}.newsletter-input-wrapper{position:relative;flex:1}.newsletter-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;width:18px;height:18px}.newsletter-input{width:100%;padding:.85rem 1rem .85rem 2.8rem;background:#0f172ab3;border:1px solid rgba(255,255,255,.12);border-radius:50px;color:#fff;font-size:.92rem;outline:none;transition:all .25s ease;box-sizing:border-box}.newsletter-input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731633;background:#0f172ae6}.newsletter-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.92rem;padding:.85rem 1.6rem;border-radius:50px;border:none;cursor:pointer;white-space:nowrap;transition:all .25s ease;box-shadow:0 4px 16px #ea580c4d}.newsletter-button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #ea580c73;background:linear-gradient(135deg,#ea580c,#c2410c)}.newsletter-success{font-size:.9rem;font-weight:600;color:#22c55e;padding:.5rem 1rem}.footer-grid{display:grid;grid-template-columns:2.2fr 1fr 1fr 1fr 1.3fr;gap:2.5rem;margin-bottom:3rem}.footer-col{display:flex;flex-direction:column;gap:1.1rem}.footer-logo-link{text-decoration:none;display:inline-block}.footer-logo-box{display:flex;align-items:center;gap:.75rem}.footer-logo-badge{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:900;font-size:1.1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #ea580c59}.footer-logo-title{font-size:1.5rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em}.footer-slogan-text{font-size:.95rem;font-weight:600;color:#f97316;margin:0}.footer-desc-text{font-size:.88rem;line-height:1.6;color:#94a3b8;margin:0;max-width:360px}.footer-col-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0;position:relative;padding-bottom:.4rem}.footer-col-title:after{content:"";position:absolute;bottom:0;left:0;width:24px;height:2px;background:#f97316;border-radius:2px}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.footer-nav-item{margin:0}.footer-nav-link{color:#94a3b8;text-decoration:none;font-size:.88rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.4rem}.footer-nav-link:hover{color:#f97316;transform:translate(3px)}.footer-contact-list{display:flex;flex-direction:column;gap:.8rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:#94a3b8;line-height:1.4}.contact-icon{width:16px;height:16px;color:#ea580c;flex-shrink:0;margin-top:.15rem}.contact-link{color:#94a3b8;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#fff}.footer-social-wrapper{margin-top:.8rem;display:flex;flex-direction:column;gap:.6rem}.social-icons-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.social-icon-btn{width:38px;height:38px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#cbd5e1;display:flex;align-items:center;justify-content:center;font-size:1rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #00000026}.social-icon-btn:hover{transform:translateY(-4px) scale(1.08);background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-color:#f9731680;box-shadow:0 8px 20px #ea580c66}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);margin-bottom:1.8rem}.footer-bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;color:#64748b}.footer-copy{margin:0}.footer-legal-links{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.footer-legal-link{color:#64748b;text-decoration:none;transition:color .2s ease}.footer-legal-link:hover{color:#f97316}.footer-credit{margin:0;display:flex;align-items:center;gap:.35rem;color:#94a3b8}.heart-icon{color:#ef4444;display:inline-block;animation:heartPulse 1.8s ease-in-out infinite}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width: 1100px){.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:2rem}.footer-col-contact{grid-column:span 4}}@media (max-width: 900px){.footer-newsletter-card{flex-direction:column;align-items:stretch;padding:1.8rem 1.5rem;gap:1.2rem}.newsletter-info,.newsletter-form{max-width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-col-brand,.footer-col-contact{grid-column:span 2}}@media (max-width: 640px){.footer-main-wrapper{padding:2.5rem 1rem 1.5rem}.footer-grid{grid-template-columns:1fr;gap:1.8rem;text-align:center}.footer-col{align-items:center}.footer-col-brand{grid-column:span 1;align-items:center}.footer-col-contact{grid-column:span 1}.footer-desc-text{max-width:100%}.footer-col-title:after{left:50%;transform:translate(-50%)}.newsletter-form{flex-direction:column}.newsletter-button{width:100%}.footer-contact-list{align-items:center}.social-icons-group{justify-content:center}.footer-bottom-bar{flex-direction:column;text-align:center;gap:1rem}.footer-legal-links{justify-content:center}}.hero-section{background:transparent;margin-top:0;padding:1rem 0;min-height:auto;display:flex;align-items:center;position:relative;overflow:hidden}@media (min-width: 992px){.hero-section{min-height:calc(85vh - 60px);max-height:700px;padding:1.25rem 0}}.hero-bg-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.45;pointer-events:none;z-index:0;animation:pulseGlow 8s ease-in-out infinite alternate}.hero-bg-glow-orange{top:-10%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#f9731659,#ea580c00 70%)}.hero-bg-glow-blue{bottom:-15%;right:-5%;width:450px;height:450px;background:radial-gradient(circle,#2563eb40,#3b82f600 70%);animation-delay:2s}.hero-bg-glow-green{top:40%;left:35%;width:350px;height:350px;background:radial-gradient(circle,#22c55e33,#10b98100 70%);animation-delay:4s}.hero-bg-grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(234,88,12,.12) 1.2px,transparent 1.2px);background-size:28px 28px;opacity:.6;pointer-events:none;z-index:0;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%)}.hero-floating-shape{position:absolute;font-size:1.3rem;pointer-events:none;z-index:1;opacity:.65;filter:drop-shadow(0 4px 8px rgba(0,0,0,.06));animation:floatAnim 6s ease-in-out infinite}.shape-1{top:6%;left:4%;animation-delay:0s}.shape-2{bottom:8%;left:5%;animation-delay:1.5s;font-size:1.1rem}.shape-3{top:8%;right:5%;animation-delay:3s;font-size:1.4rem}.shape-4{bottom:8%;right:42%;animation-delay:4.5s;font-size:1.2rem}.shape-5{top:40%;right:44%;animation-delay:2s;font-size:1rem}@keyframes floatAnim{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(6deg)}}@keyframes pulseGlow{0%{transform:scale(1) translateY(0);opacity:.4}to{transform:scale(1.15) translateY(-15px);opacity:.6}}.hero-container{max-width:1380px;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box;position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media (min-width: 992px){.hero-grid{grid-template-columns:1.05fr .95fr;gap:1.5rem}}@media (min-width: 1440px){.hero-grid{grid-template-columns:1fr 1fr;gap:2rem}}.hero-badge-tag{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.3rem .85rem;border-radius:50px;font-size:.8rem;font-weight:600;width:fit-content;margin-bottom:.15rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #ea580c0f}.badge-sparkle-icon{color:#f97316}.hero-discount-banner{display:inline-flex;align-items:center;gap:.8rem;background:linear-gradient(135deg,#fff7ed,#ffe8d1);border:2px solid #ea580c;padding:.6rem 1rem;border-radius:12px;margin-bottom:1rem;font-weight:700;box-shadow:0 4px 16px #ea580c40;animation:discountPulse 2.5s ease-in-out infinite}.discount-badge{background:#ea580c;color:#fff;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:800;white-space:nowrap}.discount-text{color:#0f172a;font-size:.95rem}.discount-text strong{color:#ea580c;font-size:1.05rem}@keyframes discountPulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #ea580c40}50%{transform:scale(1.02);box-shadow:0 6px 24px #ea580c59}}@media (max-width: 576px){.hero-discount-banner{flex-direction:column;gap:.4rem;padding:.5rem .8rem}.discount-text{font-size:.85rem}.discount-text strong{font-size:.95rem}}.hero-content{display:flex;flex-direction:column;gap:.85rem}.hero-text{display:flex;flex-direction:column;gap:.4rem}.hero-title{font-size:2.1rem;font-weight:800;color:#0f172a;line-height:1.12;margin:0;letter-spacing:-.02em}@media (min-width: 768px){.hero-title{font-size:2.6rem}}@media (min-width: 1024px){.hero-title{font-size:3.2rem}}@media (min-width: 1440px){.hero-title{font-size:3.5rem}}.hero-title-accent{display:inline-block;background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 .3rem}.hero-description{font-size:1rem;color:#475569;line-height:1.5;margin:0;max-width:600px}.hero-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:.15rem 0;width:100%;box-sizing:border-box}.action-card{background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:.6rem .75rem;display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.9);box-shadow:0 2px 8px #00000008;box-sizing:border-box}.action-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px #ea580c1f;border-color:#ea580c59}.action-icon-wrapper{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-icon-blue{background:#eff6ff;color:#2563eb}.action-icon-green{background:#f0fdf4;color:#16a34a}.action-icon-orange{background:#fff7ed;color:#ea580c}.action-text-group{display:flex;flex-direction:column}.action-title{font-size:.85rem;font-weight:700;color:#1e293b;line-height:1.2}.action-sub{font-size:.68rem;color:#64748b;margin-top:.05rem}.hero-cta-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.1rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-radius:50px;font-weight:700;font-size:.95rem;padding:.75rem 1.6rem;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 5px 16px #ea580c47}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #ea580c61;background:linear-gradient(135deg,#ea580c,#c2410c)}.cta-arrow{width:1rem;height:1rem;transition:transform .25s ease}.cta-button:hover .cta-arrow{transform:translate(4px)}.hero-trust-rating{display:flex;flex-direction:column;gap:.15rem}.rating-stars{display:flex;gap:2px}.rating-text{font-size:.78rem;font-weight:600;color:#475569}.hero-image-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.hero-image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(234,88,12,.22) 0%,rgba(37,99,235,.12) 60%,transparent 80%);filter:blur(30px);z-index:0;border-radius:50%}.hero-image{position:relative;z-index:1;width:100%;height:auto;max-height:420px;border-radius:18px;box-shadow:0 16px 36px -8px #0000001f;object-fit:cover;border:3px solid #ffffff;transition:transform .4s ease}@media (min-width: 1440px){.hero-image{max-height:460px}}.hero-image-container:hover .hero-image{transform:scale(1.01)}.floating-stat{position:absolute;background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:.45rem .8rem;border-radius:12px;box-shadow:0 8px 18px #00000014;border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;gap:.5rem;z-index:10;transition:transform .25s ease}.floating-stat:hover{transform:translateY(-2px)}.stat-icon-box{font-size:1.05rem;line-height:1}.floating-stat-left{top:-.3rem;left:-.3rem}.floating-stat-right{bottom:-.3rem;right:-.3rem;background:#16a34af2;color:#fff;border:1px solid rgba(255,255,255,.3)}.floating-stat-right .stat-label{color:#ffffffe6}.floating-stat-right .stat-number{color:#fff}.floating-stat-center{bottom:-.5rem;left:50%;transform:translate(-50%);gap:.35rem;font-size:.75rem;font-weight:700;color:#1e293b;white-space:nowrap;padding:.4rem .85rem;border-radius:50px}.floating-stat-center:hover{transform:translate(-50%) translateY(-2px)}.stat-number{font-size:1rem;font-weight:800;color:#ea580c;line-height:1}.stat-label{font-size:.65rem;font-weight:600;color:#64748b;margin-top:.05rem}@media (max-width: 991px){.hero-section{padding:1.25rem 0 1rem}.hero-actions{grid-template-columns:repeat(3,1fr);gap:.5rem}.action-card{padding:.55rem .5rem;flex-direction:column;text-align:center;gap:.35rem}.action-icon-wrapper{width:30px;height:30px}.action-title{font-size:.78rem}.action-sub{font-size:.62rem}.hero-cta-group{flex-direction:row;align-items:center;gap:1rem}.hero-image-container{margin-top:.25rem}.hero-image{max-height:320px}.floating-stat-left{top:-.2rem;left:.2rem}.floating-stat-right{bottom:-.2rem;right:.2rem}.floating-stat-center,.hero-floating-shape{display:none}}@media (max-width: 640px){.hero-actions{grid-template-columns:1fr;gap:.5rem}.action-card{flex-direction:row;text-align:left;padding:.6rem .75rem;gap:.6rem}.action-icon-wrapper{width:34px;height:34px}.action-title{font-size:.85rem}.action-sub{font-size:.68rem}.hero-cta-group{flex-direction:column;align-items:stretch;gap:.75rem}.cta-button{width:100%;justify-content:center;padding:.75rem 1.2rem}.hero-trust-rating{align-items:center}}@media (max-width: 480px){.hero-title{font-size:1.85rem}.hero-description{font-size:.9rem}.floating-stat{padding:.4rem .65rem;border-radius:10px}.stat-icon-box{font-size:.95rem}.stat-number{font-size:.9rem}.stat-label{font-size:.6rem}}.why-choose-section{padding:4rem 0}.why-choose-container{max-width:1200px;margin:0 auto;padding:1rem;text-align:center;box-shadow:0 -4px 20px #0000001a;border-radius:1rem;background-color:#fff!important}.why-choose-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:3rem;line-height:1.2}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:center}.benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center}.benefit-icon-container{width:5rem;height:5rem;background-color:#fef3e2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.benefit-icon-container:hover{background-color:#fed7aa;transform:translateY(-2px)}.benefit-icon{width:2rem;height:2rem;color:#ea580c;stroke-width:2}.benefit-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;line-height:1.4}@media (max-width: 1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.why-choose-title{font-size:2.25rem}}@media (max-width: 768px){.why-choose-section{padding:3rem 0}.why-choose-container{padding:0 1rem}.why-choose-title{font-size:2rem;margin-bottom:2rem}.benefits-grid{grid-template-columns:1fr;gap:2rem}.benefit-icon-container{width:4rem;height:4rem;margin-bottom:1rem}.benefit-icon{width:1.75rem;height:1.75rem}.benefit-title{font-size:1rem}}@media (max-width: 480px){.why-choose-section{padding:2rem 0}.why-choose-title{font-size:1.75rem}.benefit-icon-container{width:3.5rem;height:3.5rem}.benefit-icon{width:1.5rem;height:1.5rem}}.why-choose-section{background:linear-gradient(135deg,#fff7ed,#fef3c7)!important}.about-page-wrapper{width:100%;overflow-x:hidden;position:relative}.about-section-header{text-align:center;margin-bottom:2.5rem;max-width:720px;margin-left:auto;margin-right:auto}.about-hero-section{padding:2.5rem 1.5rem 3rem;position:relative;overflow:hidden}.about-hero-container{max-width:1320px;margin:0 auto}.about-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.about-hero-content{display:flex;flex-direction:column;gap:1.2rem}.about-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.35rem .9rem;border-radius:50px;font-size:.82rem;font-weight:600;width:fit-content}.badge-sparkle{color:#f97316}.about-hero-title{font-size:3.2rem;font-weight:900;color:#0f172a;line-height:1.12;margin:0;letter-spacing:-.02em}.title-accent-orange{background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-accent-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-description{font-size:1.05rem;color:#475569;line-height:1.6;margin:0;max-width:620px}.about-hero-cta-group{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.cta-btn-primary{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.95rem;padding:.8rem 1.6rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #ea580c4d}.cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ea580c66}.cta-btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;color:#1e293b;font-weight:700;font-size:.95rem;padding:.8rem 1.6rem;border-radius:50px;border:1px solid rgba(226,232,240,.9);text-decoration:none;transition:all .25s ease;box-shadow:0 4px 12px #0000000a}.cta-btn-secondary:hover{transform:translateY(-2px);border-color:#ea580c;color:#ea580c}.about-hero-visual{position:relative;display:flex;justify-content:center}.visual-glow-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(234,88,12,.2) 0%,rgba(37,99,235,.12) 60%,transparent 80%);filter:blur(40px);z-index:0}.visual-card-frame{position:relative;z-index:1;width:100%}.about-visual-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:20px;border:4px solid #ffffff;box-shadow:0 20px 40px -10px #0000001f}.about-floating-stat{position:absolute;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5rem .85rem;border-radius:12px;box-shadow:0 8px 20px #00000014;border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;gap:.5rem;z-index:10;transition:transform .25s ease}.about-floating-stat:hover{transform:translateY(-3px)}.stat-icon-box{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.orange-box{background:#fff7ed}.green-box{background:#f0fdf4}.stat-top-left{top:-.4rem;left:-.4rem}.stat-bottom-right{bottom:-.4rem;right:-.4rem}.stat-center-bottom{bottom:-.6rem;left:50%;transform:translate(-50%);border-radius:50px;font-size:.8rem;font-weight:700;color:#1e293b;white-space:nowrap}.stat-value{font-size:.98rem;font-weight:800;color:#0f172a;line-height:1}.stat-lbl{font-size:.65rem;color:#64748b}.section-divider-wave{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(234,88,12,.2) 50%,transparent 100%);margin:1.5rem 0 3rem}.about-section{max-width:1320px;margin:0 auto 4rem;padding:0 1.5rem}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative}.timeline-card{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(234,88,12,.12);border-radius:16px;padding:1.5rem;position:relative;box-shadow:0 4px 20px -2px #0000000a;transition:transform .25s ease,box-shadow .25s ease}.timeline-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px -4px #ea580c24}.timeline-step{position:absolute;top:1rem;right:1rem;font-size:1.2rem;font-weight:900;color:#ea580c33}.timeline-icon{width:44px;height:44px;border-radius:12px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.timeline-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.timeline-text{font-size:.88rem;color:#64748b;line-height:1.5;margin:0}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.glass-panel{background:#ffffffe0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(234,88,12,.12);border-radius:20px;padding:2.2rem;box-shadow:0 8px 30px #0000000a;transition:transform .25s ease,box-shadow .25s ease}.glass-panel:hover{transform:translateY(-3px);box-shadow:0 14px 36px #ea580c1f}.mv-icon-wrapper{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.orange-glow{background:#fff7ed;color:#ea580c;box-shadow:0 6px 16px #ea580c33}.blue-glow{background:#eff6ff;color:#2563eb;box-shadow:0 6px 16px #2563eb33}.mv-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .8rem}.mv-text{font-size:.98rem;color:#475569;line-height:1.6;margin:0}.hero2-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hero2-content{margin:0;max-width:100%}.feature-glass-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.8rem;border:1px solid rgba(226,232,240,.9);box-shadow:0 4px 16px #00000008;transition:transform .25s ease,box-shadow .25s ease}.feature-glass-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ea580c1f;border-color:#ea580c4d}.feature-icon-badge{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.blue-icon{background:#eff6ff;color:#2563eb}.green-icon{background:#f0fdf4;color:#16a34a}.orange-icon{background:#fff7ed;color:#ea580c}.yellow-icon{background:#fefce8;color:#ca8a04}.feature-glass-card h5{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .6rem}.feature-glass-card p{font-size:.92rem;color:#64748b;line-height:1.5;margin:0}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;padding:1.4rem;border:1px solid rgba(226,232,240,.9);box-shadow:0 2px 10px #00000008;transition:transform .25s ease,box-shadow .25s ease}.why-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #ea580c1a;border-color:#ea580c40}.why-icon-box{width:36px;height:36px;border-radius:10px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.why-card h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.why-card p{font-size:.85rem;color:#64748b;line-height:1.4;margin:0}.impact-container{padding:2.5rem;background:linear-gradient(135deg,#fffffff2,#fff7ede6);border:1px solid rgba(234,88,12,.18)}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.impact-number{font-size:2.6rem;font-weight:900;background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.4rem}.impact-label{font-size:.92rem;font-weight:600;color:#475569}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.value-card{background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;padding:1.4rem;border:1px solid rgba(226,232,240,.9);position:relative;transition:transform .25s ease,box-shadow .25s ease}.value-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000000d}.value-bullet{font-size:.8rem;font-weight:800;color:#ea580c;background:#fff7ed;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.value-card h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.value-card p{font-size:.85rem;color:#64748b;line-height:1.45;margin:0}.team-container-bg{background:transparent!important;width:100%;padding:2rem 0 4rem}.team-container-inner{max-width:1320px;margin:0 auto;padding:0 1.5rem}.team-grid-modern{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem}.team-card-modern{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.8rem 1.4rem;border-radius:20px;height:100%;box-sizing:border-box;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.team-card-modern:hover{transform:translateY(-6px);box-shadow:0 16px 32px #ea580c24;border-color:#ea580c4d}.team-avatar-frame{position:relative;width:130px;height:130px;margin-bottom:1.2rem}.team-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #ffffff;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.team-card-modern:hover .team-avatar-img{transform:scale(1.04)}.avatar-ring-glow{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,#f97316,#2563eb);z-index:-1;opacity:.3;transition:opacity .3s ease}.team-card-modern:hover .avatar-ring-glow{opacity:.8}.team-info-body{display:flex;flex-direction:column;align-items:center;flex:1}.team-member-name{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0 0 .25rem}.team-member-role{font-size:.82rem;font-weight:700;color:#ea580c;background:#fff7ed;border:1px solid rgba(234,88,12,.2);padding:.2rem .75rem;border-radius:50px;margin-bottom:.8rem}.team-member-bio{font-size:.85rem;color:#64748b;line-height:1.45;margin:0 0 1.2rem;flex:1}.team-social-links{display:flex;align-items:center;gap:.6rem}.team-social-btn{width:34px;height:34px;border-radius:50%;background:#f8fafce6;border:1px solid rgba(226,232,240,.9);color:#475569;display:flex;align-items:center;justify-content:center;font-size:.9rem;text-decoration:none;transition:all .25s ease}.team-social-btn:hover{transform:translateY(-3px) scale(1.08);background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-color:#f9731680;box-shadow:0 4px 12px #ea580c4d}@media (max-width: 1200px){.team-grid-modern{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.about-hero-grid{grid-template-columns:1fr;gap:2rem}.about-hero-title{font-size:2.6rem}.timeline-grid,.why-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.impact-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.mission-vision-grid,.hero2-container{grid-template-columns:1fr}.team-grid-modern{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 520px){.about-hero-title{font-size:2.1rem}.about-hero-cta-group{flex-direction:column;align-items:stretch}.cta-btn-primary,.cta-btn-secondary{width:100%;justify-content:center}.timeline-grid,.why-grid,.values-grid,.impact-grid,.team-grid-modern{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.contact-root-wrapper{width:100%;overflow-x:hidden;position:relative}.contact-section-header{text-align:center;margin-bottom:2.5rem;max-width:720px;margin-left:auto;margin-right:auto}.contact-section{max-width:1320px;margin:0 auto 4rem;padding:0 1.5rem}.section-subtitle{display:inline-block;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ea580c;background:#ea580c14;border:1px solid rgba(234,88,12,.2);padding:.3rem .85rem;border-radius:50px;margin-bottom:.6rem}.section-title{font-size:2.2rem;font-weight:800;color:#0f172a;margin:0 0 .6rem;letter-spacing:-.02em;line-height:1.2}.section-desc{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.contact-hero-section{padding:2.5rem 1.5rem 3.5rem;position:relative;overflow:hidden}.contact-hero-container{max-width:1320px;margin:0 auto}.contact-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:center}.contact-hero-content{display:flex;flex-direction:column;gap:1.2rem}.contact-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.35rem .9rem;border-radius:50px;font-size:.82rem;font-weight:600;width:fit-content}.sparkle-icon{color:#f97316}.contact-hero-title{font-size:3.2rem;font-weight:900;color:#0f172a;line-height:1.12;margin:0;letter-spacing:-.02em}.title-gradient-orange{background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-desc{font-size:1.05rem;color:#475569;line-height:1.6;margin:0;max-width:620px}.contact-hero-buttons{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.btn-primary-gradient{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.95rem;padding:.86rem 1.7rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #ea580c4d}.btn-glass-secondary{display:inline-flex;align-items:center;justify-content:center;background:#ffffffe6;color:#1e293b;font-weight:700;font-size:.95rem;padding:.86rem 1.7rem;border-radius:50px;border:1px solid rgba(226,232,240,.9);text-decoration:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #0000000a}.btn-glass-secondary:hover{transform:translateY(-2px);border-color:#ea580c;color:#ea580c}.contact-hero-visual{position:relative;display:flex;justify-content:center}.hero-glow-blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(234,88,12,.22) 0%,rgba(37,99,235,.12) 60%,transparent 80%);filter:blur(40px);z-index:0}.hero-visual-card{position:relative;z-index:1;width:100%;padding:.6rem;border-radius:24px}.contact-hero-img{width:100%;height:auto;max-height:380px;object-fit:cover;border-radius:18px;box-shadow:0 16px 36px -10px #0000001f}.contact-floating-badge{position:absolute;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5rem .85rem;border-radius:12px;box-shadow:0 8px 20px #00000014;border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;gap:.5rem;z-index:10;transition:transform .25s ease}.contact-floating-badge:hover{transform:translateY(-3px)}.badge-top-left{top:-.4rem;left:-.4rem}.badge-bottom-right{bottom:-.4rem;right:-.4rem}.badge-center-bottom{bottom:-.6rem;left:50%;transform:translate(-50%);border-radius:50px;font-size:.8rem;font-weight:700;color:#1e293b;white-space:nowrap}.f-badge-val{font-size:.95rem;font-weight:800;color:#0f172a;line-height:1}.f-badge-sub{font-size:.65rem;color:#64748b}.contact-methods-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.method-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:18px;cursor:pointer;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.method-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ea580c24;border-color:#ea580c4d}.method-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.method-icon-circle{width:44px;height:44px;border-radius:12px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center}.method-badge-tag{font-size:.72rem;font-weight:700;color:#ea580c;background:#ea580c14;padding:.2rem .6rem;border-radius:50px}.method-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .35rem}.method-desc{font-size:.85rem;color:#64748b;line-height:1.4;margin:0 0 1.2rem;flex:1}.method-info-action{display:flex;align-items:center;justify-content:space-between;padding-top:.8rem;border-top:1px solid rgba(226,232,240,.8)}.method-info-text{font-size:.88rem;font-weight:700;color:#ea580c}.method-arrow{color:#ea580c;transition:transform .2s ease}.method-card:hover .method-arrow{transform:translate(3px)}.form-info-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:start}.form-container-card{padding:2.2rem}.form-card-header{margin-bottom:1.8rem}.form-title{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 .4rem}.form-subtitle{font-size:.92rem;color:#64748b;margin:0}.modern-contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-field-group{display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.88rem;font-weight:600;color:#334155}.field-input,.field-textarea{width:100%;padding:.85rem 1rem;background:#fffffff2;border:1px solid rgba(226,232,240,.9);border-radius:12px;font-size:.92rem;color:#0f172a;outline:none;transition:all .25s ease;box-sizing:border-box;font-family:inherit}.field-input:focus,.field-textarea:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26;background:#fff}.form-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:1rem;padding:.9rem 1.8rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #ea580c4d;margin-top:.5rem}.form-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #ea580c73}.spinner-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-banner{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:600;margin-top:.5rem}.success-banner{background:#f0fdf4;color:#15803d;border:1px solid rgba(34,197,94,.3)}.error-banner{background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3)}.info-map-column{display:flex;flex-direction:column;gap:1.5rem}.office-info-panel{padding:1.8rem}.office-panel-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 1.2rem}.office-items-list{display:flex;flex-direction:column;gap:1.1rem}.office-item{display:flex;align-items:flex-start;gap:.8rem}.office-icon-box{width:36px;height:36px;border-radius:10px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.office-item-title{font-size:.92rem;font-weight:700;color:#0f172a}.office-item-desc{font-size:.85rem;color:#64748b;margin-top:.15rem;line-height:1.4}.map-frame-card{padding:.6rem}.faq-accordion-list{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.faq-item-card{padding:1.2rem 1.5rem;border-radius:16px;cursor:pointer;transition:all .25s ease}.faq-item-card:hover{border-color:#ea580c4d}.faq-question-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-question-title{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;font-weight:700;color:#0f172a}.faq-q-icon{color:#ea580c;flex-shrink:0}.faq-arrow-icon{color:#64748b;transition:transform .3s ease}.arrow-rotated{transform:rotate(180deg);color:#ea580c}.faq-answer-body{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(226,232,240,.8)}.faq-answer-body p{font-size:.92rem;color:#475569;line-height:1.6;margin:0}.trust-panel{padding:2.2rem;background:linear-gradient(135deg,#fffffff2,#fff7ede6);border:1px solid rgba(234,88,12,.18)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.trust-val{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#f97316,#ea580c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.4rem}.trust-lbl{font-size:.9rem;font-weight:600;color:#475569}.social-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.social-card-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;border-radius:16px;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.social-card-item:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 12px 28px #ea580c24;border-color:#ea580c4d}.social-icon-wrapper{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;margin-bottom:.8rem;box-shadow:0 4px 12px #00000026}.insta-bg{background:linear-gradient(135deg,#f09433,#dc2743,#cc2366)}.linkedin-bg{background:#0077b5}.telegram-bg{background:#08c}.github-bg{background:#181717}.youtube-bg{background:red}.social-card-item h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .2rem}.social-card-item p{font-size:.78rem;color:#64748b;margin:0}.cta-banner-card{padding:3rem 2rem;text-align:center;background:linear-gradient(135deg,#fffffff2,#fff7edf2);border:1px solid rgba(234,88,12,.2)}.cta-banner-content{max-width:650px;margin:0 auto}.cta-banner-content h2{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 .8rem}.cta-banner-content p{font-size:1rem;color:#475569;line-height:1.5;margin:0 0 1.8rem}.cta-banner-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}@media (max-width: 1200px){.contact-methods-grid,.social-cards-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.contact-hero-grid{grid-template-columns:1fr;gap:2rem}.contact-hero-title{font-size:2.6rem}.form-info-grid{grid-template-columns:1fr}.contact-methods-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 640px){.contact-methods-grid{grid-template-columns:1fr}.social-cards-grid{grid-template-columns:repeat(2,1fr)}.form-grid-2col{grid-template-columns:1fr}.contact-hero-buttons,.cta-banner-buttons{flex-direction:column;align-items:stretch}.btn-primary-gradient,.btn-glass-secondary{width:100%;justify-content:center}.trust-grid{grid-template-columns:1fr}.form-container-card{padding:1.5rem}}@media (max-width: 480px){.contact-hero-title{font-size:2rem}.social-cards-grid{grid-template-columns:1fr}}.signup-root{min-height:100vh;background:linear-gradient(135deg,#fff8ef,#fed,#fef3c7)!important;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box;overflow-x:hidden}.signup-split-container{display:flex;width:95%;max-width:1700px;min-height:calc(100vh - 3rem);background:#fff;border-radius:32px;box-shadow:0 24px 64px -12px #00000017,0 4px 24px -2px #00000008;border:1px solid rgba(226,232,240,.9);overflow:hidden;box-sizing:border-box}.signup-hero-left{flex:0 0 58%;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#fff8ef,#ffedd5);padding:1.25rem;border-right:1px solid rgba(226,232,240,.9);box-sizing:border-box}.signup-hero-left:hover .exact-hero-image{transform:scale(1.01)}.signup-form-right{flex:0 0 42%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 4rem;box-sizing:border-box;background:#fff;overflow-y:auto}.auth-card{width:100%;max-width:540px;margin:0 auto;display:flex;flex-direction:column;gap:1.35rem;box-sizing:border-box;background:transparent;border:none;box-shadow:none;padding:0}.auth-title-box h2{font-size:2.35rem;font-weight:900;color:#111827;margin:0 0 .3rem;letter-spacing:-.02em}.auth-title-box p{font-size:1.02rem;color:#6b7280;margin:0;line-height:1.4}.signup-form{display:flex;flex-direction:column;gap:1.15rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:1.02rem;font-weight:600;color:#374151}.form-input{width:100%;min-height:60px!important;height:60px!important;padding:16px 56px!important;border:1.5px solid #d1d5db!important;border-radius:16px!important;font-size:1.02rem!important;color:#111827!important;outline:none!important;background:#fff!important;transition:all .25s ease!important;box-sizing:border-box!important;font-family:inherit!important}.form-input::placeholder{color:#9ca3af!important;opacity:.85!important;font-size:1rem!important}.form-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:60px!important;height:60px!important;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:800;font-size:1.12rem;padding:0 1.6rem;border-radius:16px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 24px #ea580c52;width:100%}.social-divider{display:flex;align-items:center;text-align:center;margin:.15rem 0}.social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:56px;padding:.75rem;border-radius:14px;background:#fff;border:1.5px solid #d1d5db;font-size:.95rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease}@media (max-width: 1280px){.signup-split-container{width:98%}.signup-hero-left{flex:0 0 55%;padding:1.5rem}.signup-form-right{flex:0 0 45%;padding:2rem 2.5rem}}@media (max-width: 1024px){.signup-root{padding:1.25rem 1rem}.signup-split-container{flex-direction:column;max-height:none;min-height:auto;border-radius:28px}.signup-hero-left{flex:none;width:100%;height:360px;padding:1rem;border-right:none;border-bottom:1px solid rgba(226,232,240,.9)}.signup-form-right{flex:none;width:100%;padding:2.5rem 2rem}}@media (max-width: 640px){.signup-root{padding:.75rem}.signup-split-container{width:100%;border-radius:20px}.signup-hero-left{display:none}.signup-form-right{padding:2rem 1.2rem}.auth-card{max-width:100%}.auth-title-box h2{font-size:2rem}.auth-3col-trust-footer{grid-template-columns:1fr;gap:.6rem}}.notesp{display:flex;align-items:flex-start;justify-content:center;min-height:50vh;padding:2rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.notes-header{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:500px;background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(234,88,12,.15);color:#000;border-radius:12px;padding:1rem;box-shadow:0 4px 20px #0000000f;box-sizing:border-box}.notes-1st,.notes-2nd,.notes-3rd,.notes-4th{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.notes-1st h3 i,.notes-2nd h3 i,.notes-3rd h3 i,.notes-4th h3 i{color:#000}.notes-1st{background:#e7edfd;font-size:1.5}.notes-2nd{background:#e6faea}.notes-3rd{background:#f3e7fd}.notes-4th{background:#fff4e6}.notes-1st:hover{background:#e7edfd;box-shadow:0 20px 20px #7f7d7d;transition-duration:.5s;transform:translateY(-5px);font-size:1.5}.notes-2nd:hover{background:#e6faea;box-shadow:0 20px 20px #7f7d7d;transition-duration:.5s;transform:translateY(-5px)}.notes-3rd:hover{background:#f3e7fd;box-shadow:0 20px 20px #7f7d7d;transition-duration:.5s;transform:translateY(-5px)}.notes-4th:hover{background:#fff4e6;box-shadow:0 20px 20px #7f7d7d;transition-duration:.5s;transform:translateY(-5px)}.notes-1st.active,.notes-2nd.active,.notes-3rd.active,.notes-4th.active{background:#404040}.notes-1st button,.notes-2nd button,.notes-3rd button,.notes-4th button{background:none;border:none;color:#000;font-size:1rem;font-weight:500;cursor:pointer;padding:0;margin:0;text-align:left;flex:1}.notes-1st h6,.notes-2nd h6,.notes-3rd h6,.notes-4th h6{display:none}.notes-1st .card-info,.notes-2nd .card-info,.notes-3rd .card-info,.notes-4th .card-info{color:#000;font-size:1.25rem;margin:0;transition:color .2s ease}.notes-1st:hover .card-info,.notes-2nd:hover .card-info,.notes-3rd:hover .card-info,.notes-4th:hover .card-info{color:#fff}@media (max-width: 768px){.notesp{padding:1rem .5rem}.notes-header{width:100%;max-width:320px}.notes-1st,.notes-2nd,.notes-3rd,.notes-4th{padding:.875rem 1rem}.notes-1st button,.notes-2nd button,.notes-3rd button,.notes-4th button{font-size:.95rem}}@media (max-width: 480px){.notes-header{max-width:280px}.notes-1st,.notes-2nd,.notes-3rd,.notes-4th{padding:.75rem .875rem}.notes-1st button,.notes-2nd button,.notes-3rd button,.notes-4th button{font-size:.9rem}}.npp{text-align:center;padding:80px 20px}.npp h1{font-size:2.8rem;font-weight:700;color:#111;animation:fadeUp 1s ease-out forwards;position:relative}.npp h1:after{content:"";display:block;width:0;height:3px;background:#ff9800;margin:10px auto 0;transition:width .5s ease}.npp h1:hover:after{width:60%}.npp h2{font-size:1.6rem;font-weight:600;color:#444;margin-top:15px;opacity:0;animation:fadeUp 1.5s ease-out forwards;animation-delay:.3s;text-shadow:0px 0px 8px rgba(255,152,0,.3)}.npp p{font-size:1.1rem;color:#555;margin-top:15px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:0;animation:fadeUp 2s ease-out forwards;animation-delay:.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientBG{0%{background:linear-gradient(120deg,#fdfcfb,#e2d1c3)}}.recycle-container{margin:0 auto;padding:20px;display:flex;flex-wrap:wrap;justify-content:center}.recycle-card{display:flex;background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(34,197,94,.2);width:300px;border-radius:15px;box-shadow:0 8px 20px #0000000a;text-align:center;padding:20px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;flex-direction:column;align-items:center;margin-left:auto}.recycle-card:hover{transform:scale(1.05);box-shadow:20px 12px 24px #00000080}.recycle-card img{width:100%;height:180px;object-fit:cover;border-radius:10px}.recycle-title{font-size:1.4rem;color:#333;margin-top:10px}.recycle-text{font-size:1rem;color:#666;margin:10px 0;flex-grow:1}.recycle-btn{padding:12px 18px;font-size:1rem;font-weight:700;border:none;background:linear-gradient(135deg,#007bff,#00d4ff);color:#fff;border-radius:25px;cursor:pointer;transition:all .3s ease-in-out;width:80%;text-align:center}.recycle-btn:hover{background:linear-gradient(135deg,#0056b3,#00a6d6);transform:scale(1.05)}.recycle-header{text-align:center;width:100%;max-width:900px;margin:40px auto;padding:20px;background:#f8f9fa;border-radius:10px;box-shadow:0 6px 12px #0000001a}.recycle-header h3{font-size:1.8rem;color:#333}.recycle-header p{font-size:1.1rem;color:#555;margin-top:10px}@media (max-width: 430px){.recycle-container{padding:15px;flex-direction:column;align-items:center}.recycle-card{width:100%;max-width:320px;padding:15px;margin-left:0;margin-bottom:20px}.recycle-card img{height:150px}.recycle-title{font-size:1.2rem;margin-top:8px}.recycle-text{font-size:.9rem;margin:8px 0}.recycle-btn{padding:10px 16px;font-size:.9rem;width:85%}.recycle-header{margin:30px auto;padding:15px;max-width:100%}.recycle-header h3{font-size:1.5rem}.recycle-header p{font-size:1rem;margin-top:8px}}@media (max-width: 390px){.recycle-container{padding:12px}.recycle-card{max-width:300px;padding:12px}.recycle-card img{height:140px}.recycle-title{font-size:1.1rem;margin-top:6px}.recycle-text{font-size:.85rem;margin:6px 0}.recycle-btn{padding:8px 14px;font-size:.85rem;width:90%}.recycle-header{margin:25px auto;padding:12px}.recycle-header h3{font-size:1.3rem}.recycle-header p{font-size:.9rem;margin-top:6px}}@media (max-width: 375px){.recycle-container{padding:10px}.recycle-card{max-width:280px;padding:10px}.recycle-card img{height:130px}.recycle-title{font-size:1rem;margin-top:5px}.recycle-text{font-size:.8rem;margin:5px 0}.recycle-btn{padding:7px 12px;font-size:.8rem;width:95%}.recycle-header{margin:20px auto;padding:10px}.recycle-header h3{font-size:1.2rem}.recycle-header p{font-size:.85rem;margin-top:5px}}@media (max-width: 320px){.recycle-container{padding:8px}.recycle-card{max-width:260px;padding:8px}.recycle-card img{height:120px}.recycle-title{font-size:.9rem;margin-top:4px}.recycle-text{font-size:.75rem;margin:4px 0}.recycle-btn{padding:6px 10px;font-size:.75rem;width:100%}.recycle-header{margin:15px auto;padding:8px}.recycle-header h3{font-size:1.1rem}.recycle-header p{font-size:.8rem;margin-top:4px}}@media (min-width: 768px) and (max-width: 1023px){.recycle-container{padding:30px;gap:20px}.recycle-card{width:280px;padding:25px}.recycle-card img{height:200px}.recycle-title{font-size:1.6rem;margin-top:15px}.recycle-text{font-size:1.1rem;margin:15px 0}.recycle-btn{padding:15px 22px;font-size:1.1rem;width:75%}.recycle-header{margin:50px auto;padding:30px;max-width:800px}.recycle-header h3{font-size:2.2rem}.recycle-header p{font-size:1.3rem;margin-top:15px}}@media (min-width: 1024px) and (max-width: 1365px){.recycle-container{padding:25px;gap:25px}.recycle-card{width:290px;padding:22px}.recycle-card img{height:190px}.recycle-title{font-size:1.5rem;margin-top:12px}.recycle-text{font-size:1.05rem;margin:12px 0}.recycle-btn{padding:13px 20px;font-size:1.05rem;width:78%}.recycle-header{margin:45px auto;padding:25px;max-width:850px}.recycle-header h3{font-size:2rem}.recycle-header p{font-size:1.2rem;margin-top:12px}}@media (min-width: 1366px){.recycle-container{padding:30px;gap:30px}.recycle-card{width:300px;padding:25px}.recycle-card img{height:200px}.recycle-title{font-size:1.6rem;margin-top:15px}.recycle-text{font-size:1.1rem;margin:15px 0}.recycle-btn{padding:15px 22px;font-size:1.1rem;width:80%}.recycle-header{margin:50px auto;padding:30px;max-width:900px}.recycle-header h3{font-size:2.2rem}.recycle-header p{font-size:1.3rem;margin-top:15px}}@media (min-width: 1920px){.recycle-container{padding:40px;gap:40px}.recycle-card{width:350px;padding:30px}.recycle-card img{height:240px}.recycle-title{font-size:1.8rem;margin-top:20px}.recycle-text{font-size:1.3rem;margin:20px 0}.recycle-btn{padding:18px 28px;font-size:1.3rem;width:75%}.recycle-header{margin:60px auto;padding:40px;max-width:1000px}.recycle-header h3{font-size:2.6rem}.recycle-header p{font-size:1.5rem;margin-top:20px}}@media (max-width: 768px){.recycle-card:hover{transform:scale(1)}.recycle-card:active{transform:scale(.98)}.recycle-btn:hover{background:linear-gradient(135deg,#007bff,#00d4ff)}.recycle-btn:active{background:linear-gradient(135deg,#0056b3,#00a6d6);transform:scale(.98)}}@media (max-width: 768px) and (orientation: landscape){.recycle-container{flex-direction:row;flex-wrap:wrap;gap:15px}.recycle-card{width:200px;padding:12px;margin-bottom:0}.recycle-card img{height:100px}.recycle-title{font-size:.9rem;margin-top:5px}.recycle-text{font-size:.75rem;margin:5px 0}.recycle-btn{padding:6px 10px;font-size:.75rem;width:90%}.recycle-header{margin:20px auto;padding:15px}.recycle-header h3{font-size:1.2rem}.recycle-header p{font-size:.9rem;margin-top:5px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.recycle-card{box-shadow:0 8px 16px #00000026}.recycle-card:hover{box-shadow:20px 12px 24px #0000004d}.recycle-header{box-shadow:0 6px 12px #00000014}}@media (prefers-reduced-motion: reduce){.recycle-card,.recycle-btn{transition:none}.recycle-card:hover,.recycle-btn:hover{transform:none}}@media print{.recycle-container{background:#fff;color:#000}.recycle-card,.recycle-header{background:#fff;color:#000;box-shadow:none;border:2px solid #333}.recycle-btn{background:#333;color:#fff;border:1px solid #333}}@media (max-width: 430px){.hero-container{flex-direction:column;padding:20px;min-height:100vh}.hero-text{padding:20px;max-width:100%}.welcome-text{font-size:1rem}.head1{font-size:2rem;margin-bottom:10px}.para{font-size:.9rem}.learn-btn{padding:10px 20px;font-size:.9rem}.hero-image{max-width:100%;margin-top:20px}.donate1{flex-direction:column;padding:30px 20px;height:auto;min-height:60vh}.image-container1 img{width:100%;max-width:300px}.text-container1{max-width:100%;margin-left:0;margin-top:20px;text-align:center}.tagline1{font-size:16px}h2{font-size:28px}.description1{font-size:14px}.sustain{flex-direction:column;padding:30px 20px;height:auto;min-height:60vh}.h1{font-size:28px;margin-right:0;text-align:center}.image-container2 img{width:100%;max-width:300px;height:auto;margin-left:0;margin-top:20px}.recycling-benefits{padding:40px 15px}.section-title{font-size:28px;margin-bottom:30px}.benefits-container{gap:15px}.benefit-card{width:100%;max-width:280px;padding:15px}.benefit-title{font-size:16px}}@media (max-width: 390px){.hero-container,.hero-text{padding:15px}.welcome-text{font-size:.9rem}.head1{font-size:1.75rem}.para{font-size:.85rem}.learn-btn{padding:8px 16px;font-size:.85rem}.donate1{padding:25px 15px}.text-container1{margin-top:15px}.tagline1{font-size:14px}h2{font-size:24px}.description1{font-size:13px}.sustain{padding:25px 15px}.h1{font-size:24px}.recycling-benefits{padding:30px 10px}.section-title{font-size:24px;margin-bottom:25px}.benefit-card{max-width:260px;padding:12px}.benefit-title{font-size:14px}}@media (max-width: 375px){.hero-container,.hero-text{padding:12px}.welcome-text{font-size:.85rem}.head1{font-size:1.5rem}.para{font-size:.8rem}.learn-btn{padding:7px 14px;font-size:.8rem}.donate1{padding:20px 12px}.text-container1{margin-top:12px}.tagline1{font-size:13px}h2{font-size:20px}.description1{font-size:12px}.sustain{padding:20px 12px}.h1{font-size:20px}.recycling-benefits{padding:25px 8px}.section-title{font-size:20px;margin-bottom:20px}.benefit-card{max-width:240px;padding:10px}.benefit-title{font-size:13px}}@media (max-width: 320px){.hero-container,.hero-text{padding:10px}.welcome-text{font-size:.8rem}.head1{font-size:1.25rem}.para{font-size:.75rem}.learn-btn{padding:6px 12px;font-size:.75rem}.donate1{padding:15px 10px}.text-container1{margin-top:10px}.tagline1{font-size:12px}h2{font-size:18px}.description1{font-size:11px}.sustain{padding:15px 10px}.h1{font-size:18px}.recycling-benefits{padding:20px 5px}.section-title{font-size:18px;margin-bottom:15px}.benefit-card{max-width:220px;padding:8px}.benefit-title{font-size:12px}}@media (min-width: 768px) and (max-width: 1023px){.hero-container{padding:40px}.hero-text{padding:30px}.welcome-text{font-size:1.1rem}.head1{font-size:2.25rem}.para{font-size:.95rem}.learn-btn{padding:11px 22px;font-size:.95rem}.donate1{padding:40px 30px;height:50vh}.image-container1 img{width:400px}.text-container1{max-width:400px;margin-left:30px}.tagline1{font-size:17px}h2{font-size:32px}.description1{font-size:15px}.sustain{padding:30px 20px;height:50vh}.h1{font-size:32px;margin-right:100px}.image-container2 img{width:400px;height:250px;margin-left:40px}.recycling-benefits{padding:50px 30px}.section-title{font-size:36px;margin-bottom:35px}.benefit-card{width:280px;padding:18px}.benefit-title{font-size:17px}}@media (min-width: 1024px) and (max-width: 1365px){.hero-container{padding:45px}.hero-text{padding:35px}.welcome-text{font-size:1.15rem}.head1{font-size:2.375rem}.para{font-size:1.025rem}.learn-btn{padding:11.5px 23px;font-size:1.025rem}.donate1{padding:45px 35px;height:52vh}.image-container1 img{width:450px}.text-container1{max-width:450px;margin-left:40px}.tagline1{font-size:17.5px}h2{font-size:34px}.description1{font-size:15.5px}.sustain{padding:35px 25px;height:52vh}.h1{font-size:34px;margin-right:150px}.image-container2 img{width:450px;height:275px;margin-left:50px}.recycling-benefits{padding:55px 35px}.section-title{font-size:38px;margin-bottom:37px}.benefit-card{width:290px;padding:19px}.benefit-title{font-size:17.5px}}@media (min-width: 1366px){.hero-container{padding:50px}.hero-text{padding:40px}.welcome-text{font-size:1.2rem}.head1{font-size:2.5rem}.para{font-size:1rem}.learn-btn{padding:12px 24px;font-size:1rem}.donate1{padding:50px;height:55vh}.image-container1 img{width:500px}.text-container1{max-width:500px;margin-left:50px}.tagline1{font-size:18px}h2{font-size:36px}.description1{font-size:16px}.sustain{padding:20px;height:55vh}.h1{font-size:36px;margin-right:200px}.image-container2 img{width:500px;height:300px;margin-left:60px}.recycling-benefits{padding:60px 20px}.section-title{font-size:40px;margin-bottom:40px}.benefit-card{width:300px;padding:20px}.benefit-title{font-size:18px}}@media (min-width: 1920px){.hero-container{padding:60px}.hero-text{padding:50px}.welcome-text{font-size:1.4rem}.head1{font-size:3rem}.para{font-size:1.2rem}.learn-btn{padding:15px 30px;font-size:1.2rem}.donate1{padding:60px;height:60vh}.image-container1 img{width:600px}.text-container1{max-width:600px;margin-left:60px}.tagline1{font-size:22px}h2{font-size:44px}.description1{font-size:20px}.sustain{padding:30px;height:60vh}.h1{font-size:44px;margin-right:250px}.image-container2 img{width:600px;height:360px;margin-left:80px}.recycling-benefits{padding:80px 30px}.section-title{font-size:50px;margin-bottom:50px}.benefit-card{width:350px;padding:25px}.benefit-title{font-size:22px}}@media (max-width: 768px){.learn-btn:hover{background-color:#dae915}.learn-btn:active{background-color:#afe736}.donate:hover{transform:scale(1)}.donate:active{transform:scale(.98)}.image-container1 img:hover{transform:scale(1)}.image-container1 img:active{transform:scale(.98)}.benefit-card:hover{transform:scale(1)}.benefit-card:active{transform:scale(.98)}}@media (max-width: 768px) and (orientation: landscape){.hero-container{flex-direction:row;padding:15px}.hero-text{padding:15px;max-width:50%}.hero-image{max-width:50%}.donate1{flex-direction:row;padding:20px 15px;height:40vh}.image-container1 img{width:200px}.text-container1{max-width:50%;margin-left:15px;margin-top:0}.sustain{flex-direction:row;padding:15px 10px;height:40vh}.h1{font-size:20px;margin-right:0;text-align:left}.image-container2 img{width:200px;height:120px;margin-left:15px;margin-top:0}.recycling-benefits{padding:30px 15px}.benefits-container{flex-direction:row;gap:10px}.benefit-card{width:150px;padding:10px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-image img,.image-container1 img,.image-container2 img{box-shadow:0 4px 8px #00000026}.benefit-card{box-shadow:0 5px 15px #00000014}}@media (prefers-reduced-motion: reduce){.learn-btn,.donate1,.sustain,.image-container1 img,.image-container2 img,.benefit-card{transition:none}.donate:hover,.image-container1 img:hover,.benefit-card:hover{transform:none}}@media print{.hero-container{background-image:none;background-color:#fff;color:#000}.donate1,.sustain{background:#fff;color:#000;box-shadow:none;border:2px solid #333}.recycling-benefits{background:#fff;color:#000}.benefit-card{background:#fff;color:#000;box-shadow:none;border:1px solid #333}.highlight-card{background:#333;color:#fff}}.notes-container{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#f2e7bc,#f2e7bc)}.notes-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 30px #0003;text-align:center;max-width:400px;width:90%;transform:translateY(0);transition:transform .3s ease-in-out}.notes-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000040}.title{font-size:2rem;font-weight:700;color:#333}.subtitle{font-size:1.2rem;color:#555;margin-top:.5rem}.icon{font-size:2rem;margin-top:1rem}.icon span{display:inline-block;animation:wiggle 1.5s infinite ease-in-out}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@media (max-width: 430px){.notes-container{padding:1rem;height:100vh}.notes-card{padding:2rem 1.5rem;border-radius:1rem;max-width:100%;width:100%}.title{font-size:1.75rem}.subtitle{font-size:1rem;margin-top:.4rem}.icon{font-size:1.75rem;margin-top:.8rem}}@media (max-width: 390px){.notes-container{padding:.8rem}.notes-card{padding:1.75rem 1.25rem;border-radius:.875rem}.title{font-size:1.5rem}.subtitle{font-size:.875rem;margin-top:.3rem}.icon{font-size:1.5rem;margin-top:.7rem}}@media (max-width: 375px){.notes-container{padding:.6rem}.notes-card{padding:1.5rem 1rem;border-radius:.75rem}.title{font-size:1.375rem}.subtitle{font-size:.8125rem;margin-top:.25rem}.icon{font-size:1.375rem;margin-top:.6rem}}@media (max-width: 320px){.notes-container{padding:.5rem}.notes-card{padding:1.25rem .875rem;border-radius:.625rem}.title{font-size:1.25rem}.subtitle{font-size:.75rem;margin-top:.2rem}.icon{font-size:1.25rem;margin-top:.5rem}}@media (min-width: 768px) and (max-width: 1023px){.notes-container{padding:2rem}.notes-card{padding:3rem 2.5rem;border-radius:1.75rem;max-width:500px}.title{font-size:2.5rem}.subtitle{font-size:1.5rem;margin-top:.75rem}.icon{font-size:2.5rem;margin-top:1.25rem}}@media (min-width: 1024px) and (max-width: 1365px){.notes-card{padding:3rem 2.5rem;border-radius:1.75rem;max-width:450px}.title{font-size:2.25rem}.subtitle{font-size:1.375rem;margin-top:.6rem}.icon{font-size:2.25rem;margin-top:1.1rem}}@media (min-width: 1366px){.notes-card{padding:3.5rem 3rem;border-radius:2rem;max-width:500px}.title{font-size:2.75rem}.subtitle{font-size:1.5rem;margin-top:.75rem}.icon{font-size:2.75rem;margin-top:1.5rem}}@media (min-width: 1920px){.notes-card{padding:4rem 3.5rem;border-radius:2.5rem;max-width:600px}.title{font-size:3.5rem}.subtitle{font-size:1.875rem;margin-top:1rem}.icon{font-size:3.5rem;margin-top:2rem}}@media (max-width: 768px){.notes-card:hover{transform:translateY(0)}.notes-card:active{transform:scale(.98)}}@media (max-width: 768px) and (orientation: landscape){.notes-container{height:100vh;padding:1rem}.notes-card{padding:1.5rem 1.25rem;max-width:80%}.title{font-size:1.5rem}.subtitle{font-size:1rem;margin-top:.3rem}.icon{font-size:1.5rem;margin-top:.5rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.notes-card{box-shadow:0 10px 30px #00000026}}@media (prefers-reduced-motion: reduce){.notes-card{transition:none}.notes-card:hover{transform:none}.icon span{animation:none}}@media print{.notes-container{background:#fff;height:auto;padding:2rem}.notes-card{box-shadow:none;border:2px solid #333}.title{color:#000}.subtitle{color:#333}}.waste-collection-cta{background:linear-gradient(135deg,#667eea,#764ba2);margin:40px 0;padding:60px 20px;position:relative;overflow:hidden}.waste-collection-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.cta-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:40px;position:relative;z-index:1;flex-wrap:wrap;text-align:center}.cta-icon{background:#fff3;width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.cta-text h2{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin:0 0 15px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cta-text p{color:#ffffffe6;font-size:clamp(1rem,2.5vw,1.2rem);margin:0 0 25px;line-height:1.6;max-width:500px}.cta-button{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#667eea;text-decoration:none;padding:15px 30px;border-radius:25px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 5px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000004d;background:#f8fafc}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translate(5px)}@media (max-width: 768px){.waste-collection-cta{padding:40px 20px;margin:30px 0}.cta-content{flex-direction:column;gap:30px}.cta-icon{width:70px;height:70px;font-size:2rem}}@media (max-width: 480px){.waste-collection-cta{padding:30px 15px}.cta-text h2{font-size:1.6rem}.cta-text p{font-size:1rem}.cta-button{padding:12px 25px;font-size:1rem}}.project-maintenance-container{min-height:100vh;background:transparent!important;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.project-content-wrapper{max-width:32rem;width:100%}.main-card{background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1.5rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 25px 50px -12px #00000040;padding:2rem;text-align:center}.icon-container{margin-bottom:2rem;position:relative}.main-icon{width:6rem;height:6rem;margin:0 auto;background:linear-gradient(45deg,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #8b5cf64d;animation:pulse 2s infinite}.wrench-icon{width:3rem;height:3rem;color:#fff}.lightning-badge{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;background-color:#fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:bounce 1s infinite}.zap-icon{width:1rem;height:1rem;color:#451a03}.main-title{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#1f2937,#6b21a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.2}.subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.status-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:2rem;padding:.75rem 1.5rem;margin-bottom:2.5rem}.clock-icon{width:1.25rem;height:1.25rem;color:#8b5cf6;animation:spin 2s linear infinite}.status-badge span{color:#8b5cf6;font-weight:500}.lab-workbook-section{background:linear-gradient(45deg,#3b82f61a,#06b6d41a);border:1px solid rgba(59,130,246,.3);border-radius:1rem;padding:1.5rem;margin-bottom:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.book-icon{width:1.5rem;height:1.5rem;color:#3b82f6}.section-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.important-note{background-color:#f59e0b1a;border:1px solid rgba(245,158,11,.4);border-radius:.75rem;padding:1rem;margin-bottom:1rem}.note-title{font-size:1.125rem;font-weight:500;color:#d97706;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.pulse-dot{width:.5rem;height:.5rem;background-color:#f59e0b;border-radius:50%;animation:pulse 2s infinite}.important-note p{color:#92400e;line-height:1.6}.contact-section{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:.75rem;padding:1rem}.contact-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.phone-icon{width:1.25rem;height:1.25rem;color:#22c55e;animation:pulse 2s infinite}.contact-header span{color:#16a34a;font-weight:500}.contact-button{display:inline-block;background:linear-gradient(45deg,#22c55e,#10b981);color:#fff;font-weight:700;font-size:1.125rem;padding:.75rem 1.5rem;border-radius:2rem;box-shadow:0 10px 25px #22c55e4d;text-decoration:none;transition:all .2s ease;cursor:pointer}.contact-button:hover{transform:scale(1.05);box-shadow:0 15px 35px #22c55e66}.contact-section p{color:#16a34a;font-size:.875rem;margin-top:.75rem}.progress-bar{width:100%;background-color:#8b5cf61a;border-radius:1rem;height:.5rem;margin-bottom:1.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(45deg,#8b5cf6,#ec4899,#8b5cf6);border-radius:1rem;animation:pulse 2s infinite,shimmer 2s infinite;background-size:200% 100%}.main-card>p:last-child{color:#6b7280;font-size:.875rem}.floating-element-1{position:absolute;top:2.5rem;left:2.5rem;width:5rem;height:5rem;background-color:#8b5cf61a;border-radius:50%;filter:blur(20px);animation:pulse 3s infinite}.floating-element-2{position:absolute;bottom:2.5rem;right:2.5rem;width:8rem;height:8rem;background-color:#ec48991a;border-radius:50%;filter:blur(20px);animation:pulse 3s infinite;animation-delay:1s}.floating-element-3{position:absolute;top:33%;right:5rem;width:4rem;height:4rem;background-color:#3b82f61a;border-radius:50%;filter:blur(20px);animation:pulse 3s infinite;animation-delay:.5s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateY(0)}40%,43%{transform:translateY(-30px)}70%{transform:translateY(-15px)}90%{transform:translateY(-4px)}}@media (max-width: 768px){.main-card{padding:1.5rem!important}.main-title{font-size:2rem!important}.subtitle{font-size:1rem!important}.floating-element-1,.floating-element-2,.floating-element-3{display:none}.project-maintenance-container{padding:.5rem}}.signin-root{min-height:100vh;background:linear-gradient(135deg,#fff8ef,#fed,#fef3c7)!important;display:flex;align-items:center;justify-content:center;padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box;overflow-x:hidden}.signin-split-container{display:flex;width:95%;max-width:1700px;min-height:calc(100vh - 3rem);background:#fff;border-radius:32px;box-shadow:0 24px 64px -12px #00000017,0 4px 24px -2px #00000008;border:1px solid rgba(226,232,240,.9);overflow:hidden;box-sizing:border-box}.signin-hero-left{flex:0 0 58%;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#fff8ef,#ffedd5);padding:1.25rem;border-right:1px solid rgba(226,232,240,.9);box-sizing:border-box}.exact-hero-image{width:100%;height:100%;max-height:850px;object-fit:contain;object-position:center top!important;display:block;border-radius:18px;box-shadow:0 8px 24px #0000000a;transition:transform .4s ease}.signin-hero-left:hover .exact-hero-image{transform:scale(1.01)}.signin-form-right{flex:0 0 42%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 4rem;box-sizing:border-box;background:#fff;overflow-y:auto}.auth-card{width:100%;max-width:540px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box;background:transparent;border:none;box-shadow:none;padding:0}.auth-header-logo{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.brand-logo-chip{display:flex;align-items:center;gap:.6rem;text-decoration:none}.logo-badge-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:900;font-size:1.15rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #ea580c59}.logo-text{font-size:1.6rem;font-weight:900;color:#111827;letter-spacing:-.02em}.auth-welcome-sub{font-size:.95rem;color:#6b7280;margin:0}.auth-title-box h2{font-size:2.5rem;font-weight:900;color:#111827;margin:0 0 .35rem;letter-spacing:-.02em}.auth-title-box p{font-size:1.05rem;color:#6b7280;margin:0;line-height:1.45}.signin-form{display:flex;flex-direction:column;gap:1.3rem}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group label{font-size:1.05rem;font-weight:600;color:#374151}.input-with-icon{position:relative;display:flex;align-items:center;width:100%}.input-icon-left{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;z-index:5}.form-input{width:100%;min-height:60px!important;height:60px!important;padding:16px 56px!important;border:1.5px solid #d1d5db!important;border-radius:16px!important;font-size:1.05rem!important;color:#111827!important;outline:none!important;background:#fff!important;transition:all .25s ease!important;box-sizing:border-box!important;font-family:inherit!important}.form-input::placeholder{color:#9ca3af!important;opacity:.85!important;font-size:1.02rem!important}.form-input:focus{border-color:#f97316!important;box-shadow:0 0 0 4px #f9731626!important}.password-toggle-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;z-index:5}.form-options-row{display:flex;align-items:center;justify-content:space-between;font-size:.98rem}.remember-checkbox-lbl{display:flex;align-items:center;gap:.5rem;color:#4b5563;cursor:pointer;font-weight:500}.remember-checkbox-lbl input[type=checkbox]{accent-color:#ea580c;width:18px;height:18px}.forgot-password-link{color:#ea580c;font-weight:700;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.auth-message-toast{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;border-radius:14px;font-size:.95rem;font-weight:600}.auth-message-toast.error{background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3)}.auth-message-toast.success{background:#f0fdf4;color:#15803d;border:1px solid rgba(34,197,94,.3)}.form-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:60px!important;height:60px!important;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:800;font-size:1.15rem;padding:0 1.6rem;border-radius:16px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 24px #ea580c52;width:100%}.form-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #ea580c73}.social-divider{display:flex;align-items:center;text-align:center;margin:.2rem 0}.social-divider:before,.social-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.social-divider span{padding:0 .9rem;font-size:.8rem;font-weight:700;color:#9ca3af;letter-spacing:.05em}.social-buttons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.6rem;min-height:56px;padding:.75rem;border-radius:14px;background:#fff;border:1.5px solid #d1d5db;font-size:.98rem;font-weight:600;color:#4b5563;cursor:not-allowed;opacity:.75}.signup-link-box{text-align:center}.signup-link-box p{font-size:1.02rem;color:#6b7280;margin:0}.signup-highlight{color:#ea580c;font-weight:800;text-decoration:none}.signup-highlight:hover{text-decoration:underline}.auth-3col-trust-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;padding-top:.8rem;border-top:1px solid rgba(226,232,240,.8)}.trust-col-item{display:flex;align-items:flex-start;gap:.45rem}.t-icon{flex-shrink:0;margin-top:.1rem}.t-icon.gold{color:#d97706}.t-icon.green{color:#16a34a}.t-icon.orange{color:#ea580c}.trust-col-item div{display:flex;flex-direction:column}.trust-col-item strong{font-size:.85rem;color:#111827;line-height:1.15}.trust-col-item span{font-size:.72rem;color:#6b7280}@media (max-width: 1280px){.signin-split-container{width:98%}.signin-hero-left{flex:0 0 55%;padding:1.5rem}.signin-form-right{flex:0 0 45%;padding:2rem 2.5rem}}@media (max-width: 1024px){.signin-root{padding:1.25rem 1rem}.signin-split-container{flex-direction:column;max-height:none;min-height:auto;border-radius:28px}.signin-hero-left{flex:none;width:100%;height:360px;padding:1rem;border-right:none;border-bottom:1px solid rgba(226,232,240,.9)}.signin-form-right{flex:none;width:100%;padding:2.5rem 2rem}}@media (max-width: 640px){.signin-root{padding:.75rem}.signin-split-container{width:100%;border-radius:20px}.signin-hero-left{display:none}.signin-form-right{padding:2rem 1.2rem}.auth-card{max-width:100%}.auth-title-box h2{font-size:2rem}.auth-3col-trust-footer{grid-template-columns:1fr;gap:.6rem}}.cart{min-height:85vh;background:transparent!important;padding:2rem 1.5rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cart-container{max-width:1280px;margin:0 auto}.cart-header{padding:1.5rem 1.8rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;border-radius:20px}.cart-header-left{display:flex;align-items:center;gap:1rem}.cart-icon-wrapper{width:46px;height:46px;background:#fff7ed;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#ea580c;box-shadow:0 4px 12px #ea580c26}.cart-header h2{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 .2rem;letter-spacing:-.01em}.cart-header-subtitle{font-size:.88rem;color:#64748b;margin:0}.cart-count-badge{background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.4rem 1rem;border-radius:50px;font-size:.88rem;font-weight:700}.empty-cart{padding:4rem 2rem;text-align:center;max-width:580px;margin:2rem auto;border-radius:24px;display:flex;flex-direction:column;align-items:center}.empty-cart-icon{width:72px;height:72px;background:#fff7ed;color:#ea580c;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.empty-cart h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.empty-cart p{font-size:.95rem;color:#64748b;margin:0 0 1.8rem;line-height:1.5}.btn-continue-shopping-gradient{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.95rem;padding:.85rem 1.8rem;border-radius:50px;text-decoration:none;transition:all .25s ease;box-shadow:0 6px 20px #ea580c4d}.btn-continue-shopping-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ea580c73}.cart-layout-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;align-items:start}.cart-items-column{display:flex;flex-direction:column;gap:1.25rem}.order-timer-banner{padding:1.2rem 1.5rem;border-radius:16px;background:#fef2f2;border:1px solid rgba(239,68,68,.3);color:#991b1b}.timer-content{display:flex;align-items:center;gap:.8rem;margin-bottom:.4rem}.timer-clock-icon{color:#dc2626}.timer-text h4{font-size:.92rem;font-weight:700;margin:0}.countdown-clock{font-size:1.1rem;font-weight:800;color:#dc2626}.pause-reason{font-size:.85rem;margin:0;opacity:.9}.cart-items-list{display:flex;flex-direction:column;gap:1.25rem}.cart-item{padding:1.4rem;border-radius:20px;transition:transform .25s ease,box-shadow .25s ease}.cart-item:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000000f}.cart-item-content{display:flex;gap:1.4rem;align-items:flex-start}.cart-item-img-box{width:90px;height:90px;background:#f8fafc;border-radius:14px;border:1px solid rgba(226,232,240,.9);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.3rem}.cart-item-img-box img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.cart-item:hover .cart-item-img-box img{transform:scale(1.06)}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.6rem}.cart-item-name{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0;line-height:1.35}.cart-item-meta-chips{display:flex;align-items:center;gap:.5rem}.meta-chip{font-size:.78rem;font-weight:600;padding:.2rem .6rem;border-radius:50px}.code-chip{background:#f1f5f9;color:#475569}.pages-chip{background:#eff6ff;color:#2563eb}.page-type-section{display:flex;align-items:center;gap:.6rem;margin-top:.1rem}.page-type-label{font-size:.85rem;font-weight:600;color:#334155}.page-type-select{padding:.4rem .75rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.85rem;font-weight:500;color:#0f172a;background:#fff;outline:none;cursor:pointer;transition:all .2s ease}.page-type-select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem;padding-top:.6rem;border-top:1px solid rgba(226,232,240,.8)}.item-price{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}..item-price-original{font-size:.8rem;font-weight:600;color:#64748b;text-decoration:none;opacity:.8}.item-price-amount{font-size:1.15rem;font-weight:800;color:#ea580c;line-height:1}.item-price-label{font-size:.75rem;color:#64748b;margin-top:.15rem}.summary-price-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.summary-original-price{font-size:.8rem;color:#64748b;text-decoration:none}.summary-discounted-price{font-size:1rem;font-weight:800;color:#ea580c}.cart-controls{display:flex;align-items:center;gap:.85rem}.quantity-controls{display:flex;align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:.15rem .3rem}.quantity-btn{width:30px;height:30px;border:none;border-radius:6px;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.quantity-btn:hover:not(:disabled){background:#ea580c;color:#fff}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-display{min-width:2.2rem;text-align:center;font-size:.92rem;font-weight:700;color:#0f172a}.delete-circle-btn{width:36px;height:36px;border-radius:50%;background:#fef2f2;border:1px solid rgba(239,68,68,.2);color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.delete-circle-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:scale(1.08);box-shadow:0 4px 12px #dc26264d}.cart-summary-column{position:sticky;top:2rem}.order-summary-card{padding:1.8rem;border-radius:24px;display:flex;flex-direction:column;gap:1.25rem}.summary-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.delivery-progress-card{background:#fff7ed;border:1px solid rgba(234,88,12,.2);border-radius:14px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem}.delivery-progress-card.unlocked{background:#f0fdf4;border-color:#22c55e4d}.progress-status-text{font-size:.85rem;color:#ea580c}.progress-status-unlocked{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:#15803d}.success-check-icon{color:#16a34a}.progress-bar-track{width:100%;height:8px;background:#ea580c26;border-radius:50px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#f97316,#16a34a);border-radius:50px;transition:width .4s ease}.summary-details{display:flex;flex-direction:column;gap:.85rem}.summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.92rem;color:#64748b}.free-delivery-text{color:#16a34a;font-weight:800}.total-row{font-size:1.05rem;font-weight:800;color:#0f172a}.total-amount-val{font-size:1.45rem;font-weight:900;color:#ea580c}.auth-message-banner{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3);padding:.75rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600}.summary-buttons-stack{display:flex;flex-direction:column;gap:.75rem}.btn-checkout-primary{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#16a34a);color:#fff;font-weight:800;font-size:1rem;padding:.95rem 1.5rem;border-radius:14px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #16a34a4d;width:100%}.btn-checkout-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #16a34a73}.btn-checkout-primary.disabled,.btn-checkout-primary:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none}.btn-continue-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#475569;font-weight:700;font-size:.92rem;padding:.85rem 1.5rem;border-radius:14px;border:1px solid #cbd5e1;text-decoration:none;transition:all .25s ease;width:100%;box-sizing:border-box}.btn-continue-outline:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.trust-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem .8rem;padding-top:.8rem;border-top:1px solid rgba(226,232,240,.8)}.trust-badge-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#475569}@media (max-width: 1024px){.cart-layout-grid{grid-template-columns:1.1fr .9fr;gap:1.5rem}}@media (max-width: 868px){.cart-layout-grid{grid-template-columns:1fr}.cart-summary-column{position:static}}@media (max-width: 640px){.cart{padding:1rem .75rem 3rem}.cart-header{flex-direction:column;align-items:flex-start;gap:.85rem;padding:1.2rem}.cart-item-content{flex-direction:column;gap:1rem}.cart-item-img-box{width:100%;height:140px}.cart-item-bottom{flex-direction:column;align-items:stretch;gap:.85rem}.cart-controls{justify-content:space-between}.quantity-controls{flex:1;justify-content:space-between}.order-summary-card{padding:1.4rem}.trust-badges-grid{grid-template-columns:1fr}}.all{background:transparent!important;min-height:80vh;padding:1.5rem 0 3rem;max-width:1400px;margin:0 auto}.wb-listing-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:0 1.5rem}.wb-info-badges-row{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.wb-info-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;padding:.35rem .85rem;border-radius:50px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.count-chip{background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2)}.year-chip{background:#2563eb14;color:#2563eb;border:1px solid rgba(37,99,235,.2)}.sem-chip{background:#10b98114;color:#10b981;border:1px solid rgba(16,185,129,.2)}.ner{width:100%;max-width:640px;margin:0 auto}.search-bar{display:flex;align-items:center;position:relative;width:100%;background:#ffffffeb;border-radius:50px;padding:.2rem 1.2rem;box-shadow:0 8px 30px #0000000f;border:1px solid rgba(226,232,240,.9);transition:all .25s ease}.search-bar:focus-within,.search-bar:hover{transform:translateY(-2px);box-shadow:0 12px 36px #ea580c1f;border-color:#ea580c;background:#fff}.search-input-icon{color:#94a3b8;flex-shrink:0;margin-right:.6rem}.search-bar input{width:100%;padding:.95rem .5rem;font-size:1rem;border:none;outline:none;background:transparent;color:#0f172a;font-weight:500}.search-bar input::placeholder{color:#94a3b8;font-weight:400}.search-clear-btn{background:#f1f5f9;border:none;color:#64748b;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.search-clear-btn:hover{background:#e2e8f0;color:#0f172a}.order-disabled-notice{display:flex;align-items:center;justify-content:center;gap:.6rem;max-width:900px;margin:0 auto 1.5rem;background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3);padding:.9rem 1.4rem;border-radius:14px;font-weight:600;font-size:.92rem;text-align:center}.notice-alert-icon{color:#dc2626;flex-shrink:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:0 1.5rem;max-width:1400px;margin:0 auto}.card{background:#ffffffeb;border-radius:20px;padding:1.2rem;box-shadow:0 8px 24px -4px #0000000d,0 4px 12px -2px #00000005;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease;border:1px solid rgba(226,232,240,.9);display:flex;flex-direction:column;position:relative;overflow:hidden;box-sizing:border-box}.card-top-gradient-bar{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:20px 20px 0 0}.card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 16px 36px -6px #ea580c26,0 6px 16px -2px #0000000a;border-color:#ea580c4d}.card-image-box{position:relative;width:100%;height:135px;background:#f8fafc;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}.card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card-img{transform:scale(1.06)}.card-quick-view-btn{position:absolute;bottom:.6rem;right:.6rem;display:inline-flex;align-items:center;gap:.35rem;background:#fffffff2;color:#0f172a;font-size:.75rem;font-weight:700;padding:.3rem .65rem;border-radius:50px;border:1px solid rgba(226,232,240,.9);opacity:0;transform:translateY(6px);transition:all .25s ease;cursor:pointer;box-shadow:0 4px 10px #00000014}.card:hover .card-quick-view-btn{opacity:1;transform:translateY(0)}.card-quick-view-btn:hover{background:#ea580c;color:#fff;border-color:#ea580c}.card-title{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 .6rem;line-height:1.4;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.7rem}.card-badge-row{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.9rem;flex-wrap:wrap}.card-price-badge{background:#fff7ed;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.35rem .75rem;border-radius:50px;font-weight:700;font-size:.82rem;display:inline-flex;align-items:center;gap:.35rem}.card-price-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.card-price-original{text-decoration:line-through;opacity:.7;font-size:.72rem;font-weight:600}.card-price-discounted{font-size:.9rem;font-weight:800;color:#b45309}.card-pages-badge{background:#eff6ff;color:#2563eb;border:1px solid rgba(37,99,235,.2);padding:.3rem .75rem;border-radius:50px;font-weight:600;font-size:.82rem;display:inline-flex;align-items:center;gap:.3rem}.card-action-group{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.view-content-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;padding:.55rem .8rem;border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.view-content-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.addtocart{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:12px;padding:.7rem 1rem;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .25s ease;width:100%;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 4px 14px #ea580c4d}.addtocart:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ea580c66}.addtocart.disabled,.addtocart:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none}.cart-controls-container{display:flex;flex-direction:column;gap:.4rem;width:100%}.cart-controls{display:flex;align-items:center;justify-content:space-between;background:#fff7ed;border:1px solid rgba(234,88,12,.3);border-radius:12px;padding:.35rem .6rem;box-shadow:inset 0 0 0 1px #ea580c1a}.cart-qty-btn{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid rgba(234,88,12,.25);color:#ea580c;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.cart-qty-btn:hover:not(:disabled){background:#ea580c;color:#fff;transform:scale(1.05)}.cart-qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-qty-count{font-size:.88rem;font-weight:800;color:#c2410c;white-space:nowrap}.deletebutton{width:36px;height:36px;border-radius:10px;background:#fef2f2;border:1px solid rgba(239,68,68,.25);color:#dc2626;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.deletebutton:hover{background:#dc2626;color:#fff;transform:scale(1.05)}.card-view-cart-btn{display:flex;align-items:center;justify-content:center;gap:.4rem;background:#0f172a;color:#fff;border:none;border-radius:10px;padding:.55rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s ease;width:100%}.card-view-cart-btn:hover{background:#1e293b;transform:translateY(-1px)}.mobile-floating-cart-bar{display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:92vw;max-width:440px;background:#0f172a;color:#fff;border-radius:20px;padding:10px 16px;box-shadow:0 16px 36px #0006,0 0 0 1px #f973164d;z-index:999;align-items:center;justify-content:space-between;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:mobileCartSlideUp .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes mobileCartSlideUp{0%{opacity:0;transform:translate(-50%,20px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.mobile-cart-info{display:flex;align-items:center;gap:12px;cursor:pointer}.mobile-cart-badge{position:relative;width:42px;height:42px;background:#f9731626;border:1px solid rgba(249,115,22,.4);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f97316}.mobile-cart-count-pill{position:absolute;top:-6px;right:-6px;background:#ea580c;color:#fff;font-size:.72rem;font-weight:900;border-radius:9999px;padding:2px 6px;min-width:18px;text-align:center;box-shadow:0 2px 6px #ea580c80}.mobile-cart-text-stack{display:flex;flex-direction:column}.mobile-cart-item-count{font-size:.78rem;color:#94a3b8;font-weight:600}.mobile-cart-total-price{font-size:1.05rem;font-weight:800;color:#f8fafc}.mobile-cart-action-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:10px 18px;border-radius:12px;font-size:.88rem;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #ea580c66;transition:transform .15s ease}.mobile-cart-action-btn:active{transform:scale(.96)}@media (max-width: 768px){.mobile-floating-cart-bar{display:flex}}.wb-skeleton-card{pointer-events:none}.wb-skeleton-img{width:100%;height:135px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:wbSkeletonPulse 1.5s infinite;border-radius:14px;margin-bottom:.9rem}.wb-skeleton-line{height:14px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:wbSkeletonPulse 1.5s infinite;border-radius:6px;margin-bottom:.5rem}.wb-skeleton-line.short{width:60%;margin-left:auto;margin-right:auto}.wb-skeleton-line.long{width:90%;margin-left:auto;margin-right:auto}.wb-skeleton-badge-row{display:flex;justify-content:center;gap:.5rem;margin:.5rem 0}.wb-skeleton-badge{width:70px;height:22px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:wbSkeletonPulse 1.5s infinite;border-radius:50px}.wb-skeleton-btn{height:38px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:wbSkeletonPulse 1.5s infinite;border-radius:12px;margin-top:auto}@keyframes wbSkeletonPulse{0%{background-position:200% 0}to{background-position:-200% 0}}.wb-empty-state-card{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3.5rem 2rem;border-radius:24px;max-width:600px;margin:2rem auto}.wb-empty-icon-box{width:72px;height:72px;border-radius:20px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.wb-empty-state-card h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.wb-empty-state-card p{font-size:.95rem;color:#64748b;line-height:1.5;margin:0 0 1.5rem}.wb-reset-search-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.92rem;padding:.75rem 1.5rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px #ea580c4d}.wb-reset-search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ea580c66}.show-more{display:flex;justify-content:center;margin-top:2.5rem}.btn-show-more{padding:.85rem 2.2rem;border-radius:50px;font-size:.95rem;font-weight:700;color:#ea580c;border:1px solid rgba(234,88,12,.3);cursor:pointer;transition:all .25s ease}.btn-show-more:hover{transform:translateY(-2px);background:#ea580c;color:#fff;box-shadow:0 8px 20px #ea580c4d}@media (max-width: 1279px){.grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1023px){.grid{grid-template-columns:repeat(2,1fr);gap:1.2rem;padding:0 1.2rem}}@media (max-width: 768px){.all{padding:1rem 0 2.5rem}.wb-listing-header{padding:0 1rem;margin-bottom:1.5rem;gap:.85rem}.wb-info-badges-row{gap:.4rem;justify-content:center;width:100%}.wb-info-chip{font-size:.78rem;padding:.35rem .7rem}.ner{width:100%;max-width:100%}.search-bar{padding:.15rem .85rem;border-radius:50px}.search-input-icon{margin-right:.35rem;width:18px;height:18px}.search-bar input{font-size:.88rem;padding:.75rem .2rem}.grid{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem;width:100%;box-sizing:border-box}.card{width:100%;max-width:100%;padding:1.2rem 1rem;box-sizing:border-box}.card-image-box{height:150px;background:#f8fafc;padding:.4rem}.card-img{object-fit:contain}.card-title{font-size:.95rem;height:auto;min-height:2.6rem;margin-bottom:.5rem}.card-badge-row{gap:.4rem;margin-bottom:.85rem}.card-price-badge,.card-pages-badge{font-size:.8rem;padding:.3rem .7rem}.view-content-btn,.addtocart{min-height:44px;font-size:.88rem}.wb-modal-content{width:95%!important;padding:1.2rem!important;max-height:90vh!important}}@media (max-width: 480px){.wb-info-badges-row{flex-wrap:wrap}.card-image-box{height:135px}.card-quick-view-btn{opacity:1;transform:translateY(0);padding:.25rem .55rem;font-size:.72rem}}.pdf-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:center;justify-content:center;background-color:#0f172abf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:pdfOverlayFadeIn .25s cubic-bezier(.16,1,.3,1) forwards;user-select:none;-webkit-user-select:none}@keyframes pdfOverlayFadeIn{0%{opacity:0}to{opacity:1}}.pdf-viewer-container{position:relative;display:flex;flex-direction:column;width:92vw;max-width:1200px;height:90vh;background:#0f172a;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d;overflow:hidden;transition:all .3s ease}.pdf-viewer-container.fullscreen{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;border:none!important}.pdf-header-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#1e293bd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);color:#f8fafc;z-index:20;gap:12px}.pdf-header-title-box{display:flex;align-items:center;gap:12px;min-width:0}.pdf-header-icon{color:#6366f1;flex-shrink:0}.pdf-header-info{display:flex;flex-direction:column;min-width:0}.pdf-header-title{font-size:.95rem;font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.pdf-header-meta{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#94a3b8}.pdf-header-badge{background:#6366f126;color:#818cf8;padding:2px 8px;border-radius:6px;font-weight:500}.pdf-header-actions{display:flex;align-items:center;gap:8px}.pdf-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#cbd5e1;cursor:pointer;transition:all .2s ease}.pdf-btn-icon:hover:not(:disabled){background:#ffffff26;color:#fff}.pdf-btn-icon:disabled{opacity:.35;cursor:not-allowed}.pdf-btn-close{background:#ef444426;border-color:#ef44444d;color:#fca5a5}.pdf-btn-close:hover{background:#ef44444d;color:#fff}.pdf-body-viewport{flex:1;overflow-y:auto;overflow-x:auto;padding:24px;display:flex;flex-direction:column;align-items:center;gap:20px;background:#020617;scroll-behavior:smooth;position:relative;-webkit-overflow-scrolling:touch}.pdf-body-viewport::-webkit-scrollbar{width:8px;height:8px}.pdf-body-viewport::-webkit-scrollbar-track{background:#0f172a99}.pdf-body-viewport::-webkit-scrollbar-thumb{background:#64748b66;border-radius:4px}.pdf-body-viewport::-webkit-scrollbar-thumb:hover{background:#94a3b899}.pdf-page-card{position:relative;background:#fff;border-radius:6px;box-shadow:0 10px 30px #0006,0 0 0 1px #ffffff0d;overflow:hidden;transition:transform .15s ease;margin:0 auto}.pdf-page-canvas{display:block;width:100%;height:auto;user-select:none;-webkit-user-select:none;pointer-events:auto}.pdf-page-number-tag{position:absolute;bottom:8px;right:12px;background:#0f172ab3;color:#cbd5e1;font-size:.7rem;padding:2px 8px;border-radius:4px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pdf-page-skeleton{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1e293b;border-radius:6px;gap:12px;color:#64748b;animation:pdfSkeletonPulse 1.5s infinite ease-in-out}@keyframes pdfSkeletonPulse{0%{opacity:.6}50%{opacity:.9}to{opacity:.6}}.pdf-toolbar-floating{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:8px 16px;background:#0f172ae0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:9999px;box-shadow:0 12px 32px #00000080,0 0 0 1px #6366f133;z-index:30;transition:all .2s ease}.pdf-toolbar-group{display:flex;align-items:center;gap:6px}.pdf-toolbar-divider{width:1px;height:20px;background:#ffffff1f;margin:0 4px}.pdf-page-input-wrapper{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:.85rem;font-weight:500}.pdf-page-input{width:44px;height:30px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#f8fafc;text-align:center;font-size:.85rem;font-weight:600;outline:none}.pdf-page-input:focus{border-color:#6366f1;background:#6366f11a}.pdf-zoom-badge{font-size:.8rem;font-weight:600;color:#cbd5e1;min-width:42px;text-align:center}.pdf-state-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#94a3b8;gap:16px;margin:auto}.pdf-spinner{color:#6366f1;animation:pdfSpin 1s linear infinite}@keyframes pdfSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-error-card{background:#1e293b99;border:1px solid rgba(239,68,68,.3);border-radius:16px;padding:32px;max-width:420px;box-shadow:0 10px 25px #0000004d}.pdf-error-title{font-size:1.1rem;font-weight:600;color:#f8fafc;margin-top:8px;margin-bottom:4px}.pdf-error-desc{font-size:.875rem;color:#94a3b8;line-height:1.5;margin-bottom:20px}.pdf-retry-btn{display:inline-flex;align-items:center;gap:8px;background:#6366f1;color:#fff;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .2s ease}.pdf-retry-btn:hover{background:#4f46e5;transform:translateY(-1px)}.pdf-security-chip{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#64748b;background:#ffffff0a;padding:3px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.05)}@media (max-width: 768px){.pdf-viewer-overlay{padding:0}.pdf-viewer-container{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;border:none!important}.pdf-header-bar{padding:10px 14px}.pdf-header-title{font-size:.875rem}.pdf-body-viewport{padding:12px 8px 80px;gap:12px}.pdf-toolbar-floating{bottom:14px;padding:6px 12px;gap:6px;width:92vw;justify-content:space-between}.pdf-zoom-badge{display:none}.pdf-btn-icon{width:32px;height:32px}}.simple-year1{display:flex;justify-content:center;align-items:center;min-height:calc(75vh - 60px);padding:1.5rem 1rem;background:transparent!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:portalFadeIn .3s ease-out}@keyframes portalFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.portal-card{background:#fff;border-radius:20px;padding:2.2rem 2rem;box-shadow:0 10px 30px -5px #0000000f,0 4px 12px -2px #00000008;border:1px solid rgba(226,232,240,.9);max-width:460px;width:100%;box-sizing:border-box;transition:box-shadow .25s ease}.portal-card:hover{box-shadow:0 14px 36px -5px #ea580c1a,0 4px 16px -2px #0000000a}.portal-card-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.8rem}.portal-icon-wrapper{width:48px;height:48px;border-radius:14px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 4px 12px #ea580c26}.portal-title{font-size:1.45rem;font-weight:800;color:#0f172a;margin:0 0 .4rem;letter-spacing:-.01em}.portal-subtitle{font-size:.88rem;color:#64748b;margin:0;line-height:1.45}.portal-form-body{display:flex;flex-direction:column;gap:1.25rem}.portal-form-group{display:flex;flex-direction:column;gap:.45rem}.portal-label{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;color:#334155}.label-icon{color:#ea580c}.select-wrapper{position:relative;width:100%}.portal-select{width:100%;height:48px;padding:0 1rem;font-size:.92rem;font-weight:500;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.portal-select:focus{border-color:#ea580c;background-color:#fff;box-shadow:0 0 0 3px #ea580c26}.portal-button-group{display:flex;align-items:center;gap:.85rem;margin-top:.6rem}.portal-btn-reset,.portal-btn-next{flex:1;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .25s ease;box-sizing:border-box}.portal-btn-reset{background:#f8fafc;color:#475569;border:1px solid #cbd5e1}.portal-btn-reset:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.portal-btn-next{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;box-shadow:0 4px 14px #ea580c4d}.portal-btn-next:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ea580c66;background:linear-gradient(135deg,#ea580c,#c2410c)}@media (max-width: 480px){.simple-year1{padding:1rem .75rem}.portal-card{padding:1.8rem 1.4rem;border-radius:16px}.portal-title{font-size:1.25rem}.portal-subtitle{font-size:.82rem}.portal-select,.portal-btn-reset,.portal-btn-next{height:44px;font-size:.88rem}}@media (max-width: 360px){.portal-button-group{flex-direction:column;gap:.65rem}.portal-btn-reset,.portal-btn-next{width:100%}}.px-profile-page-root{min-height:100vh;width:100%;position:relative;background-color:#f8fafc;background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.08) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(168,85,247,.08) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(236,72,153,.05) 0px,transparent 50%);background-attachment:fixed;padding:2.5rem 1rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a;box-sizing:border-box}.px-profile-bg-ambient{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.px-profile-sphere{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}.px-profile-sphere-1{width:380px;height:380px;top:-80px;left:8%;background:linear-gradient(135deg,#6366f140,#a855f726)}.px-profile-sphere-2{width:340px;height:340px;top:35%;right:6%;background:linear-gradient(135deg,#ec489933,#f43f5e26)}.px-profile-sphere-3{width:420px;height:420px;bottom:-80px;left:18%;background:linear-gradient(135deg,#3b82f633,#10b98126)}.px-profile-container{max-width:960px;margin:0 auto;position:relative;z-index:1}.px-profile-header{text-align:center;margin-bottom:2.25rem}.px-profile-header-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1.1rem;background:#eef2fff2;border:1px solid rgba(99,102,241,.25);border-radius:9999px;color:#4f46e5;font-size:.85rem;font-weight:600;letter-spacing:.01em;box-shadow:0 2px 8px #6366f114;margin-bottom:.85rem}.px-profile-header-title{font-size:2.5rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2;margin:0 0 .5rem;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.px-profile-header-subtitle{font-size:1.05rem;color:#64748b;max-width:580px;margin:0 auto;font-weight:400;line-height:1.6}.px-profile-alert{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:1rem;font-size:.95rem;font-weight:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 14px #0000000a}.px-profile-alert.alert-error{background:#fef2f2f2;border:1px solid rgba(252,165,165,.7);color:#b91c1c}.px-profile-alert.alert-success{background:#f0fdf4f2;border:1px solid rgba(134,239,172,.7);color:#15803d}.px-profile-alert-content{display:flex;align-items:center;gap:.75rem}.px-profile-alert-dismiss{background:transparent;border:none;cursor:pointer;color:currentColor;opacity:.7;padding:4px;border-radius:6px;transition:opacity .15s ease;display:flex;align-items:center}.px-profile-alert-dismiss:hover{opacity:1;background:#0000000d}.px-profile-card{background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);border-radius:1.5rem;padding:2.25rem;box-shadow:0 20px 40px -15px #0000000d,0 1px 3px #00000008;margin-bottom:2rem;transition:box-shadow .3s ease}.px-profile-card:hover{box-shadow:0 25px 50px -12px #6366f114,0 1px 3px #00000008}.px-profile-card-top{display:flex;align-items:center;gap:1.5rem}.px-profile-avatar-box{position:relative;width:88px;height:88px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.px-profile-avatar-ring{width:88px;height:88px;border-radius:50%;padding:3.5px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);box-shadow:0 8px 22px -4px #6366f159;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.px-profile-avatar-inner{width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:50%;display:flex;align-items:center;justify-content:center;border:2.5px solid #ffffff;box-sizing:border-box}.px-profile-avatar-initials{font-size:2rem;font-weight:800;color:#fff;letter-spacing:.02em;line-height:1}.px-profile-online-dot{position:absolute;bottom:2px;right:2px;width:16px;height:16px;background:#10b981;border:2.5px solid #ffffff;border-radius:50%;z-index:5;box-shadow:0 2px 6px #10b98166}.px-profile-online-pulse{position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:#10b98166;animation:pxPulsePing 2s infinite ease-out}@keyframes pxPulsePing{0%{transform:scale(1);opacity:.8}to{transform:scale(2.2);opacity:0}}.px-profile-user-summary{display:flex;flex-direction:column;gap:.4rem;align-items:flex-start;justify-content:center;flex:1;min-width:0}.px-profile-user-name{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0;line-height:1.2;text-transform:capitalize}.px-profile-badges-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.px-profile-role-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .85rem;border-radius:9999px;font-size:.825rem;font-weight:700;text-transform:capitalize;letter-spacing:.01em}.px-profile-role-badge.role-admin{background:linear-gradient(135deg,#a855f726,#6366f126);color:#7e22ce;border:1px solid rgba(168,85,247,.3)}.px-profile-role-badge.role-student{background:linear-gradient(135deg,#3b82f61f,#0ea5e91f);color:#1d4ed8;border:1px solid rgba(59,130,246,.3)}.px-profile-status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .8rem;background:#f1f5f9e6;border:1px solid #e2e8f0;border-radius:9999px;color:#475569;font-size:.8rem;font-weight:600}.px-profile-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(226,232,240,.9) 15%,rgba(226,232,240,.9) 85%,transparent 100%);margin:1.75rem 0}.px-profile-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.px-profile-info-item{background:#fffffff2;border:1px solid rgba(226,232,240,.85);border-radius:1.25rem;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.15rem;position:relative;box-shadow:0 4px 12px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1)}.px-profile-info-item:hover{background:#fff;border-color:#6366f14d;box-shadow:0 12px 24px -6px #6366f11f,0 2px 4px #00000005}.px-profile-icon-box{width:48px;height:48px;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-purple{background:linear-gradient(135deg,#a855f71f,#c084fc33);color:#9333ea}.icon-blue{background:linear-gradient(135deg,#3b82f61f,#93c5fd33);color:#2563eb}.icon-indigo{background:linear-gradient(135deg,#6366f11f,#a5b4fc33);color:#4f46e5}.icon-emerald{background:linear-gradient(135deg,#10b9811f,#6ee7b733);color:#059669}.px-profile-info-content{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.px-profile-info-label{font-size:.775rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.px-profile-info-value{font-size:1.05rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-capitalize{text-transform:capitalize}.px-profile-copy-btn{position:relative;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;width:36px;height:36px;border-radius:.65rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.px-profile-copy-btn:hover{background:#fff;border-color:#6366f1;color:#4f46e5;transform:scale(1.05);box-shadow:0 4px 10px #6366f126}.px-profile-tooltip{position:absolute;top:-34px;right:50%;transform:translate(50%);background:#0f172a;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:.4rem;white-space:nowrap;box-shadow:0 4px 12px #00000026;pointer-events:none;animation:pxFadeTooltip .2s ease-out}.px-profile-tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);border-width:4px 4px 0;border-style:solid;border-color:#0f172a transparent transparent}@keyframes pxFadeTooltip{0%{opacity:0;transform:translate(50%,4px)}to{opacity:1;transform:translate(50%)}}.px-profile-address-card{background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);border-radius:1.5rem;padding:2.25rem;box-shadow:0 20px 40px -15px #0000000d,0 1px 3px #00000008}.px-profile-address-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}.px-profile-address-title-group{display:flex;align-items:center;gap:1rem}.px-profile-address-icon-box{width:48px;height:48px;border-radius:1rem;background:linear-gradient(135deg,#6366f126,#a855f726);color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.px-profile-address-title-row{display:flex;align-items:center;gap:.75rem}.px-profile-address-title{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0}.px-profile-address-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;background:#e0e7ff;color:#4338ca;font-size:.75rem;font-weight:700;border-radius:9999px}.px-profile-address-desc{font-size:.9rem;color:#64748b;margin:.25rem 0 0}.px-profile-btn-edit-header{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:.85rem;cursor:pointer;box-shadow:0 4px 14px #4f46e54d;transition:all .25s ease;flex-shrink:0}.px-profile-btn-edit-header:hover{background:linear-gradient(135deg,#4338ca,#4f46e5);transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.px-profile-address-item-card{background:linear-gradient(135deg,#f8fafcf2,#f1f5f9f2);border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.5rem;position:relative;box-shadow:0 4px 14px #00000005;transition:all .25s ease}.px-profile-address-item-card:hover{border-color:#6366f14d;box-shadow:0 10px 25px -5px #6366f11a}.px-profile-address-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.85rem;border-bottom:1px solid #e2e8f0}.px-profile-default-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .8rem;background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;font-size:.8rem;font-weight:700;border-radius:9999px}.px-profile-address-actions{display:flex;align-items:center;gap:.5rem}.px-profile-action-btn{width:38px;height:38px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.px-profile-action-btn.action-edit{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.px-profile-action-btn.action-edit:hover{background:#2563eb;color:#fff;transform:scale(1.08);box-shadow:0 4px 14px #2563eb59}.px-profile-action-btn.action-delete{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.px-profile-action-btn.action-delete:hover{background:#dc2626;color:#fff;transform:scale(1.08);box-shadow:0 4px 14px #dc262659}.px-profile-address-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.px-profile-detail-item{display:flex;align-items:flex-start;gap:.85rem}.col-span-2{grid-column:span 2}.px-profile-detail-icon{width:32px;height:32px;border-radius:.6rem;background:#fff;border:1px solid #e2e8f0;color:#6366f1;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.px-profile-detail-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.px-profile-detail-value{font-size:1rem;font-weight:600;color:#0f172a;margin:.15rem 0 0;line-height:1.5}.px-profile-empty-state{text-align:center;padding:3rem 1.5rem;background:#f8fafc99;border:2px dashed #cbd5e1;border-radius:1.25rem}.px-profile-empty-icon-box{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#6366f11a,#a855f71a);color:#6366f1;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 10px 25px #6366f11a}.px-profile-empty-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.px-profile-empty-desc{font-size:.95rem;color:#64748b;max-width:440px;margin:0 auto 1.5rem;line-height:1.5}.px-profile-btn-add-first{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:.85rem;cursor:pointer;box-shadow:0 4px 14px #4f46e559;transition:all .25s ease}.px-profile-btn-add-first:hover{transform:translateY(-2px);box-shadow:0 8px 22px #4f46e573}.px-profile-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:1.25rem;padding:1.75rem;box-shadow:0 10px 30px #0000000a}.px-profile-form-heading{font-size:1.2rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.px-profile-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.px-profile-form-group{display:flex;flex-direction:column;gap:.5rem}.px-profile-field-label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#334155}.px-profile-input{width:100%;padding:.75rem 1rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;font-size:.95rem;color:#0f172a;outline:none;transition:all .2s ease;box-sizing:border-box}.px-profile-input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.px-profile-input::placeholder{color:#94a3b8}.px-profile-form-actions{display:flex;align-items:center;gap:1rem;margin-top:1.75rem}.px-profile-btn-submit{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:.85rem;cursor:pointer;box-shadow:0 4px 14px #4f46e54d;transition:all .2s ease}.px-profile-btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e566}.px-profile-btn-cancel{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem 1.5rem;background:#f1f5f9;color:#475569;font-size:.95rem;font-weight:600;border:1px solid #e2e8f0;border-radius:.85rem;cursor:pointer;transition:all .2s ease}.px-profile-btn-cancel:hover{background:#e2e8f0;color:#0f172a}.px-profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;display:flex;align-items:center;justify-content:center;padding:1rem}.px-profile-dialog-box{background:#fff;border-radius:1.5rem;max-width:440px;width:100%;padding:1.75rem;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2)}.px-profile-dialog-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.px-profile-dialog-icon{width:48px;height:48px;border-radius:50%;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;flex-shrink:0}.px-profile-dialog-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.px-profile-dialog-msg{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.px-profile-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.px-profile-dialog-btn-cancel{padding:.65rem 1.25rem;background:#f1f5f9;color:#475569;font-size:.9rem;font-weight:600;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .15s ease}.px-profile-dialog-btn-cancel:hover{background:#e2e8f0;color:#0f172a}.px-profile-dialog-btn-confirm{padding:.65rem 1.25rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;box-shadow:0 4px 12px #dc26264d;transition:all .15s ease}.px-profile-dialog-btn-confirm:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);transform:translateY(-1px);box-shadow:0 6px 16px #dc262666}.px-profile-skeleton-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.25rem}.px-profile-sk-pill{width:120px;height:28px;border-radius:9999px;background:#e2e8f0;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-title{width:240px;height:40px;border-radius:.75rem;background:#e2e8f0;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-subtitle{width:380px;height:20px;border-radius:.5rem;background:#e2e8f0;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-card{background:#ffffffd9;border-radius:1.5rem;padding:2.25rem;margin-bottom:2rem}.px-profile-sk-avatar{width:88px;height:88px;border-radius:50%;background:#e2e8f0;margin:0 auto 1.25rem;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-name{width:180px;height:28px;border-radius:.5rem;background:#e2e8f0;margin:0 auto .75rem;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-badge{width:90px;height:24px;border-radius:9999px;background:#e2e8f0;margin:0 auto 2rem;animation:pxSkPulse 1.5s infinite ease-in-out}.px-profile-sk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.px-profile-sk-item{height:76px;border-radius:1.25rem;background:#e2e8f0;animation:pxSkPulse 1.5s infinite ease-in-out}@keyframes pxSkPulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (max-width: 768px){.px-profile-page-root{padding:1.5rem .85rem 3rem}.px-profile-header-title{font-size:2rem}.px-profile-header-subtitle{font-size:.95rem}.px-profile-card,.px-profile-address-card{padding:1.5rem;border-radius:1.25rem}.px-profile-card-top{flex-direction:column;text-align:center;gap:1.25rem}.px-profile-user-summary{align-items:center}.px-profile-badges-row{justify-content:center}.px-profile-info-grid,.px-profile-address-details-grid,.px-profile-form-grid,.px-profile-sk-grid{grid-template-columns:1fr}.col-span-2{grid-column:span 1}.px-profile-address-header{flex-direction:column;align-items:flex-start;gap:1.25rem}.px-profile-btn-edit-header{width:100%;justify-content:center}.px-profile-address-card-top{flex-direction:row;gap:.5rem}.px-profile-form-actions{flex-direction:column}.px-profile-btn-submit,.px-profile-btn-cancel{width:100%}}@media (max-width: 480px){.px-profile-avatar-box,.px-profile-avatar-ring{width:76px;height:76px}.px-profile-avatar-initials{font-size:1.75rem}.px-profile-user-name{font-size:1.4rem}.px-profile-info-item{padding:1rem;gap:.85rem}.px-profile-icon-box{width:40px;height:40px}.px-profile-info-value{font-size:.95rem}}.order-details-container{min-height:85vh;background:transparent!important;padding:2rem 1.5rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.order-details-main{max-width:1280px;margin:0 auto}.order-details-header{padding:2rem;text-align:center;border-radius:24px;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.header-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.35rem .9rem;border-radius:50px;font-size:.82rem;font-weight:700;margin-bottom:.8rem}.order-details-header h1{font-size:2.2rem;font-weight:900;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.order-details-header p{font-size:1rem;color:#64748b;margin:0 0 1.2rem;max-width:600px;line-height:1.5}.header-trust-bar{display:flex;align-items:center;justify-content:center;gap:1.2rem;flex-wrap:wrap}.header-trust-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:#334155;background:#ffffffe6;padding:.35rem .85rem;border-radius:50px;border:1px solid rgba(226,232,240,.9)}.order-details-content{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem;align-items:start}.order-details-left{display:flex;flex-direction:column;gap:1.8rem}.form-section{padding:1.8rem;border-radius:24px}.section-title-box{display:flex;align-items:center;gap:.6rem;margin-bottom:1.4rem}.section-icon{color:#ea580c}.form-section h2{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.01em}.address-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.address-card-item{padding:1.2rem;border-radius:16px;cursor:pointer;border:2px solid transparent;transition:all .25s ease;display:flex;flex-direction:column;gap:.4rem}.address-card-item:hover{transform:translateY(-2px);border-color:#ea580c4d}.address-card-item.selected{border-color:#ea580c;background:linear-gradient(135deg,#fffffffa,#fff7edf2);box-shadow:0 8px 20px #ea580c1f}.address-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.address-card-icon-box{width:40px;height:40px;border-radius:10px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center}.address-card-badge{font-size:.72rem;font-weight:700;color:#ea580c;background:#ea580c14;padding:.2rem .6rem;border-radius:50px}.address-card-item h4{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.address-card-item p{font-size:.82rem;color:#64748b;margin:0;line-height:1.4}.form-grid-wrapper{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.8)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field.full-width{grid-column:1 / -1}.form-field label{font-size:.88rem;font-weight:600;color:#334155}.form-input,.form-textarea{width:100%;padding:.85rem 1rem;background:#fffffff2;border:1px solid rgba(226,232,240,.9);border-radius:12px;font-size:.92rem;color:#0f172a;outline:none;transition:all .25s ease;box-sizing:border-box;font-family:inherit}.form-input:focus,.form-textarea:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26;background:#fff}.klu-address-confirmed-banner{display:flex;align-items:center;gap:.6rem;background:#f0fdf4;color:#15803d;border:1px solid rgba(34,197,94,.3);padding:.9rem 1.2rem;border-radius:12px;font-weight:600;font-size:.9rem}.error-alert-banner{display:flex;align-items:center;gap:.6rem;background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3);padding:.85rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:600;margin-top:1.2rem}.order-items-stack{display:flex;flex-direction:column;gap:1rem}.order-item-card{display:flex;gap:1.2rem;padding:1.2rem;border-radius:18px;transition:transform .25s ease}.order-item-card:hover{transform:translateY(-2px)}.order-item-image{width:75px;height:75px;background:#f8fafc;border-radius:12px;border:1px solid rgba(226,232,240,.9);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.2rem}.order-item-image img{width:100%;height:100%;object-fit:contain}.order-item-details{flex:1;display:flex;flex-direction:column;gap:.4rem}.order-item-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.order-item-tags{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.order-item-chip{font-size:.75rem;font-weight:600;padding:.15rem .55rem;border-radius:50px}.order-item-chip.code{background:#f1f5f9;color:#475569}.order-item-chip.pages{background:#eff6ff;color:#2563eb}.order-item-chip.print{background:#fff7ed;color:#ea580c}.order-item-price-stack{display:flex;flex-direction:column;gap:.2rem}.price-display-inline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.original-price-text{font-size:.8rem;font-weight:600;color:#64748b;text-decoration:line-through;opacity:.8}.discounted-price-text{font-size:.95rem;font-weight:800;color:#ea580c}.price-value-stack{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.price-row.discount-row{color:#16a34a;font-weight:600}.item-subtotal-val{font-size:1rem;font-weight:800;color:#ea580c}.order-details-right{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.25rem}.free-delivery-banner{padding:1rem 1.2rem;border-radius:18px;background:#fff7ed;border:1px solid rgba(234,88,12,.2);display:flex;flex-direction:column;gap:.5rem}.free-delivery-banner.unlocked{background:#f0fdf4;border-color:#22c55e4d}.free-delivery-text{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#ea580c}.truck-icon{color:#ea580c;flex-shrink:0}.free-delivery-unlocked{display:flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:700;color:#15803d}.success-icon{color:#16a34a;flex-shrink:0}.free-delivery-progress-track{width:100%;height:8px;background:#ea580c26;border-radius:50px;overflow:hidden}.free-delivery-progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#16a34a);border-radius:50px;transition:width .4s ease}.price-card{padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem}.price-card-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0}.price-rows-list{display:flex;flex-direction:column;gap:.75rem}.price-row{display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:#64748b}.discount-row{color:#16a34a;font-weight:600}.row-val{font-weight:700;color:#0f172a}.free-text{color:#16a34a;font-weight:800}.price-divider{height:1px;background:#e2e8f0e6;margin:.2rem 0}.total{font-size:1.05rem;font-weight:800;color:#0f172a}.grand-total-amount{font-size:1.4rem;font-weight:900;color:#ea580c}.coupon-form{display:flex;gap:.6rem}.coupon-input{flex:1;padding:.75rem .9rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.88rem;font-weight:700;color:#0f172a;outline:none;text-transform:uppercase;transition:all .2s ease}.coupon-input:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.coupon-button{padding:.75rem 1.2rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .25s ease}.coupon-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ea580c4d}.coupon-button:disabled{background:#cbd5e1;cursor:not-allowed}.coupon-remove{background:#fef2f2;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.coupon-remove:hover{background:#dc2626;color:#fff}.coupon-success-toast{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;color:#15803d;border:1px solid rgba(34,197,94,.3);padding:.7rem .9rem;border-radius:10px;font-size:.85rem;font-weight:600}.coupon-error-toast{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#b91c1c;border:1px solid rgba(239,68,68,.3);padding:.7rem .9rem;border-radius:10px;font-size:.85rem;font-weight:600}.payment-options-stack{display:flex;flex-direction:column;gap:.75rem}.payment-option-card{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border-radius:14px;background:#ffffffe6;border:1px solid rgba(226,232,240,.9);cursor:pointer;transition:all .2s ease}.payment-option-card:hover{border-color:#ea580c4d}.payment-option-card.selected{border-color:#ea580c;background:#fff7ed;box-shadow:0 4px 12px #ea580c1a}.payment-option-card input[type=radio]{accent-color:#ea580c}.payment-option-content{display:flex;align-items:center;gap:.75rem}.payment-icon-box{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center}.online-icon{background:#eff6ff;color:#2563eb}.cod-icon{background:#f0fdf4;color:#16a34a}.payment-name{font-size:.9rem;font-weight:700;color:#0f172a}.payment-sub{font-size:.75rem;color:#64748b}.accepted-payments-bar{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding-top:.4rem}.pay-chip{font-size:.72rem;font-weight:700;color:#475569;background:#f1f5f9;padding:.15rem .5rem;border-radius:4px}.place-order-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#16a34a);color:#fff;font-weight:800;font-size:1rem;padding:1rem 1.6rem;border-radius:16px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #16a34a4d;width:100%}.place-order-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #16a34a73}.place-order-button:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;box-shadow:none}.checkout-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem .8rem;padding:1rem .5rem 0}.checkout-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:#475569}@media (max-width: 1024px){.order-details-content{grid-template-columns:1fr}.order-details-right{position:static}}@media (max-width: 640px){.order-details-container{padding:1rem .75rem 3rem}.order-details-header{padding:1.4rem 1rem}.order-details-header h1{font-size:1.7rem}.address-options-grid,.form-grid{grid-template-columns:1fr}.order-item-card{flex-direction:column;gap:.85rem}.order-item-image{width:100%;height:120px}.checkout-trust-grid{grid-template-columns:1fr}}.order-history-dashboard{min-height:85vh;background:transparent!important;padding:1.5rem 1.5rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.dashboard-container{max-width:1400px;margin:0 auto}.dashboard-hero-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.hero-text-block{display:flex;flex-direction:column;gap:.3rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.3rem .85rem;border-radius:50px;font-size:.82rem;font-weight:700;width:fit-content}.hero-title{font-size:2.3rem;font-weight:900;color:#0f172a;margin:0;letter-spacing:-.02em}.hero-subtitle{font-size:.95rem;color:#64748b;margin:0}.hero-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.4rem;border-radius:20px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9);transition:transform .25s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon-box{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.total-bg{background:#fff7ed;color:#ea580c}.success-bg{background:#f0fdf4;color:#16a34a}.pending-bg{background:#eff6ff;color:#2563eb}.phone-bg{background:#fef2f2;color:#dc2626}.stat-value{font-size:1.5rem;font-weight:900;color:#0f172a;line-height:1.1}.stat-value.font-sm{font-size:.98rem;font-weight:800;color:#dc2626}.stat-label{font-size:.78rem;font-weight:600;color:#64748b;margin-top:.15rem}.filter-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:.85rem 1.4rem;border-radius:18px;margin-bottom:2rem;flex-wrap:wrap}.search-box{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:.2rem .8rem;flex:1;min-width:260px;transition:all .2s ease}.search-box:focus-within{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.search-icon{color:#94a3b8;margin-right:.5rem}.search-box input{width:100%;padding:.65rem .3rem;border:none;outline:none;background:transparent;font-size:.9rem;color:#0f172a}.clear-search-btn{background:none;border:none;color:#64748b;cursor:pointer}.filter-controls-group{display:flex;align-items:center;gap:.85rem}.filter-dropdown-box{display:flex;align-items:center;gap:.4rem;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:.5rem .85rem}.dropdown-icon{color:#ea580c}.filter-dropdown-box select{border:none;outline:none;background:transparent;font-size:.88rem;font-weight:600;color:#0f172a;cursor:pointer}.orders-cards-stack{display:flex;flex-direction:column;gap:1.5rem}.order-dashboard-card{position:relative;border-radius:24px;padding:1.8rem;background:#fffffff2;border:1px solid rgba(226,232,240,.9);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease;overflow:hidden}.card-accent-bar{position:absolute;top:0;left:0;right:0;height:4px;border-radius:24px 24px 0 0}.order-dashboard-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px -6px #00000014,0 6px 16px -2px #00000008}.order-card-top-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.8)}.order-title-group{display:flex;align-items:center;gap:.85rem}.order-type-chip{font-size:.8rem;font-weight:700;padding:.3rem .8rem;border-radius:50px}.order-type-chip.regular{background:#fff7ed;color:#ea580c;border:1px solid rgba(234,88,12,.2)}.order-type-chip.custom{background:#fef3c7;color:#d97706;border:1px solid rgba(217,119,6,.2)}.order-id-box{display:flex;align-items:center;gap:.4rem}.order-id-text{font-size:1.05rem;font-weight:800;color:#0f172a}.copy-id-btn{background:#f1f5f9;border:none;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease}.copy-id-btn:hover{background:#e2e8f0;color:#0f172a}.order-badges-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.order-date-chip{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:#64748b;background:#f8fafc;padding:.3rem .75rem;border-radius:50px;border:1px solid #e2e8f0}.order-status-badge-pill{font-size:.82rem;font-weight:800;color:#fff;padding:.35rem .9rem;border-radius:50px}.payment-status-badge-pill{font-size:.82rem;font-weight:700;padding:.35rem .85rem;border-radius:50px}.payment-status-badge-pill.online{background:#f0fdf4;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.payment-status-badge-pill.cod{background:#fffbeb;color:#b45309;border:1px solid rgba(245,158,11,.3)}.stepper-progress-box{margin-bottom:1.4rem;background:#f8fafc;padding:1rem 1.4rem;border-radius:16px;border:1px solid rgba(226,232,240,.8)}.stepper-steps-row{display:flex;align-items:center;justify-content:space-between;position:relative}.stepper-step{display:flex;align-items:center;gap:.4rem;opacity:.5;transition:opacity .25s ease}.stepper-step.completed,.stepper-step.active{opacity:1}.stepper-node{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}.stepper-label{font-size:.82rem;font-weight:700;color:#0f172a}.order-card-body{display:flex;align-items:center;justify-content:space-between;gap:2rem}.order-items-preview-column{flex:1}.items-list-compact{display:flex;flex-direction:column;gap:.8rem}.item-preview-row{display:flex;align-items:center;gap:1rem;background:#fff;padding:.75rem;border-radius:14px;border:1px solid #e2e8f0}.item-thumb{width:50px;height:50px;object-fit:contain;border-radius:10px;background:#f8fafc;flex-shrink:0}.item-preview-info h5{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.item-meta-row{display:flex;align-items:center;gap:.75rem;font-size:.78rem;color:#64748b;flex-wrap:wrap}.custom-order-details-box{background:#fff;padding:.9rem 1.2rem;border-radius:14px;border:1px solid #e2e8f0}.custom-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem 1.5rem;font-size:.88rem;color:#334155}.order-actions-panel{display:flex;flex-direction:column;align-items:flex-end;gap:.85rem;flex-shrink:0}.price-tag-box{display:flex;flex-direction:column;align-items:flex-end}.price-lbl{font-size:.75rem;color:#64748b}.price-val{font-size:1.45rem;font-weight:900;color:#ea580c;line-height:1}.card-buttons-stack{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.btn-view-details{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .25s ease;border:none}.btn-view-details.regular{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 4px 12px #ea580c40}.btn-view-details.custom{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 4px 12px #8b5cf640}.btn-view-details:hover{transform:translateY(-2px)}.btn-pay-now{display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;padding:.65rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #22c55e40}.btn-pay-now:hover:not(:disabled){transform:translateY(-2px)}.btn-cancel-order{display:inline-flex;align-items:center;gap:.4rem;background:#fef2f2;color:#dc2626;border:1px solid rgba(239,68,68,.3);padding:.65rem 1rem;border-radius:12px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-cancel-order:hover{background:#dc2626;color:#fff}.btn-verify-books{display:inline-flex;align-items:center;gap:.45rem;background:#16a34a;color:#fff;border:none;padding:.65rem 1.2rem;border-radius:12px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .25s ease}.empty-orders-card{padding:4rem 2rem;text-align:center;max-width:580px;margin:2rem auto;border-radius:28px;display:flex;flex-direction:column;align-items:center}.empty-icon-box{width:72px;height:72px;background:#fff7ed;color:#ea580c;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.empty-orders-card h3{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.empty-orders-card p{font-size:.95rem;color:#64748b;margin:0 0 1.8rem;line-height:1.5}.empty-actions-row{display:flex;gap:1rem;flex-wrap:wrap}.dashboard-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-top:3rem}.trust-feature-card{display:flex;align-items:center;gap:.75rem;padding:1.2rem;border-radius:20px;background:#ffffffeb;border:1px solid rgba(226,232,240,.9)}.trust-svg-icon{color:#ea580c;flex-shrink:0}.trust-feature-card h4{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.trust-feature-card p{font-size:.78rem;color:#64748b;margin:0}@media (max-width: 1200px){.hero-stats-grid,.dashboard-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.order-card-body{flex-direction:column;align-items:stretch;gap:1.2rem}.order-actions-panel{flex-direction:row;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(226,232,240,.8)}}@media (max-width: 640px){.order-history-dashboard{padding:1rem .75rem 3rem}.hero-stats-grid{grid-template-columns:1fr}.filter-toolbar{flex-direction:column;align-items:stretch}.filter-controls-group{flex-direction:column}.stepper-steps-row{flex-direction:column;align-items:flex-start;gap:.75rem}.stepper-step{width:100%}.order-actions-panel{flex-direction:column;align-items:stretch}.card-buttons-stack{flex-direction:column}.btn-view-details,.btn-pay-now,.btn-cancel-order,.btn-verify-books{width:100%;justify-content:center}.dashboard-trust-grid{grid-template-columns:1fr}}.order-status-progress-bar{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:100%;margin:1.5rem 0;padding:1rem .5rem;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #00000008;box-sizing:border-box}.progress-step-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;flex:0 0 auto;z-index:2;min-width:60px}.step-circle{width:34px;height:34px;border-radius:50%;background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;transition:all .3s ease}.step-circle.active{background:#f59e0b;color:#fff;border-color:#d97706;box-shadow:0 4px 12px #f59e0b59}.step-label{font-size:.75rem;font-weight:600;color:#64748b;line-height:1.2;text-align:center;max-width:75px;word-wrap:break-word}.step-label.active{color:#1e293b;font-weight:700}.step-line{flex:1;height:3px;background:#e2e8f0;margin-top:17px;min-width:15px;border-radius:2px;transition:all .3s ease}.step-line.active{background:linear-gradient(90deg,#f59e0b,#fbbf24);box-shadow:0 0 6px #f59e0b66}@media (max-width: 576px){.order-status-progress-bar{padding:.8rem .3rem;margin:1rem 0}.progress-step-item{min-width:48px;gap:6px}.step-circle{width:28px;height:28px;font-size:13px}.step-label{font-size:.65rem;max-width:55px}.step-line{margin-top:14px;min-width:10px;height:2px}}.view-order-root{min-height:85vh;background:transparent!important;padding:1.5rem 1.5rem 4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.view-order-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.order-not-found-card{padding:3.5rem 2rem;text-align:center;max-width:520px;margin:3rem auto;border-radius:24px;display:flex;flex-direction:column;align-items:center}.error-icon-box{width:64px;height:64px;border-radius:18px;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.order-not-found-card h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.order-not-found-card p{font-size:.95rem;color:#64748b;margin:0 0 1.6rem}.top-navigation-bar{display:flex;align-items:center}.back-link-button{display:inline-flex;align-items:center;gap:.4rem;background:#ffffffe6;color:#475569;border:1px solid rgba(226,232,240,.9);padding:.45rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.back-link-button:hover{background:#fff;color:#ea580c;border-color:#ea580c4d;transform:translate(-2px)}.view-order-hero-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.8rem 2rem;border-radius:24px;background:#fffffff2;border:1px solid rgba(226,232,240,.9);flex-wrap:wrap}.hero-left-info{display:flex;flex-direction:column;gap:.4rem}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ea580c14;color:#ea580c;border:1px solid rgba(234,88,12,.2);padding:.3rem .85rem;border-radius:50px;font-size:.8rem;font-weight:700;width:fit-content}.order-id-heading-row{display:flex;align-items:center;gap:.6rem}.order-id-heading-row h1{font-size:1.8rem;font-weight:900;color:#0f172a;margin:0;letter-spacing:-.02em}.copy-order-btn{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease}.copy-order-btn:hover{background:#e2e8f0;color:#0f172a}.hero-placed-date{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#64748b;margin:0}.hero-right-badges{display:flex;align-items:center;gap:1.5rem}.order-status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1.1rem;border-radius:50px;color:#fff;font-weight:800;font-size:.9rem;text-transform:capitalize}.status-dot{width:8px;height:8px;border-radius:50%;background:#fff}.hero-total-amount{display:flex;flex-direction:column;align-items:flex-end}.amount-lbl{font-size:.78rem;color:#64748b;font-weight:600}.amount-val{font-size:1.6rem;font-weight:900;color:#ea580c;line-height:1.1}.view-order-dashboard-grid{display:grid;grid-template-columns:1fr 340px;gap:1.8rem;align-items:start}.view-order-left-column{display:flex;flex-direction:column;gap:1.8rem}.section-card{padding:1.8rem;border-radius:24px;background:#fffffff2;border:1px solid rgba(226,232,240,.9)}.section-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,232,240,.8)}.section-header-icon{color:#ea580c;flex-shrink:0}.section-card-header h3{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0 0 .15rem}.section-card-header p{font-size:.85rem;color:#64748b;margin:0}.timeline-stepper-box{padding:.5rem 0}.order-products-stack{display:flex;flex-direction:column;gap:1.2rem}.view-product-card{display:flex;gap:1.4rem;padding:1.2rem;border-radius:20px;background:#fff;border:1px solid rgba(226,232,240,.9);transition:transform .25s ease}.view-product-card:hover{transform:translateY(-2px)}.order-product-thumb-frame{width:130px;height:130px;border-radius:16px;background:#f8fafc;border:1px solid rgba(226,232,240,.9);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:.4rem;box-sizing:border-box}.order-product-thumb{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.product-details-content{flex:1;display:flex;flex-direction:column;gap:.6rem}.product-name{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0;line-height:1.35}.product-chips-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-chip{font-size:.78rem;font-weight:600;padding:.2rem .65rem;border-radius:50px}.product-chip.code{background:#f1f5f9;color:#475569}.product-chip.pages{background:#eff6ff;color:#2563eb}.product-chip.print{background:#fff7ed;color:#ea580c}.product-price-breakup-row{display:flex;align-items:center;justify-content:space-between;margin-top:.4rem;padding-top:.6rem;border-top:1px dashed #e2e8f0;flex-wrap:wrap;gap:.5rem}.qty-price-text{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;color:#475569;font-size:.9rem}.unit-price-stack{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.unit-original-price{font-size:.8rem;color:#64748b;text-decoration:line-through}.unit-discounted-price{font-size:.95rem;font-weight:800;color:#ea580c}.item-subtotal-box{display:flex;align-items:center;gap:.4rem}.subtotal-lbl{font-size:.85rem;color:#64748b}.subtotal-val{font-size:1.15rem;font-weight:900;color:#ea580c}.address-display-box pre{font-family:inherit;font-size:.95rem;color:#334155;white-space:pre-wrap;word-break:break-word;line-height:1.6;margin:0;background:#f8fafc;padding:1.1rem 1.4rem;border-radius:16px;border:1px solid rgba(226,232,240,.8)}.view-order-right-column{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.4rem}.side-card,.side-summary-card{padding:1.5rem;border-radius:22px;background:#fffffff2;border:1px solid rgba(226,232,240,.9);display:flex;flex-direction:column;gap:1rem}.side-card-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0}.price-breakup-list{display:flex;flex-direction:column;gap:.7rem}.price-breakup-row{display:flex;align-items:center;justify-content:space-between;font-size:.88rem;color:#64748b}.b-val{font-weight:700;color:#0f172a}.b-val.free{color:#16a34a;font-weight:800}.summary-divider{height:1px;background:#e2e8f0e6;margin:.2rem 0}.total-row{font-size:1rem;font-weight:800;color:#0f172a}.grand-total-val{font-size:1.35rem;font-weight:900;color:#ea580c}.payment-info-stack{display:flex;flex-direction:column;gap:.65rem}.payment-info-row{display:flex;align-items:center;justify-content:space-between;font-size:.88rem}.p-lbl{color:#64748b}.p-val{font-weight:700;color:#0f172a}.p-val.font-bold{font-weight:800}.p-val.txn-code{font-family:monospace;font-size:.8rem;color:#475569}.payment-status-tag{font-size:.78rem;font-weight:800;padding:.25rem .7rem;border-radius:50px}.payment-status-tag.paid{background:#f0fdf4;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.payment-status-tag.pending{background:#fffbeb;color:#b45309;border:1px solid rgba(245,158,11,.3)}.quick-actions-stack{display:flex;flex-direction:column;gap:.65rem}.btn-action-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.9rem;padding:.8rem 1.2rem;border-radius:14px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 12px #ea580c40}.btn-action-primary:hover{transform:translateY(-2px)}.btn-action-outline{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#475569;font-weight:700;font-size:.9rem;padding:.8rem 1.2rem;border-radius:14px;border:1px solid #cbd5e1;cursor:pointer;transition:all .25s ease}.btn-action-outline:hover{background:#f8fafc;color:#0f172a}.support-side-card{background:linear-gradient(135deg,#fffffff2,#fff7ede6);border-color:#ea580c33}.support-card-header{display:flex;align-items:flex-start;gap:.6rem}.support-icon{color:#ea580c;flex-shrink:0;margin-top:.15rem}.support-card-header h4{font-size:.98rem;font-weight:800;color:#0f172a;margin:0 0 .15rem}.support-card-header p{font-size:.78rem;color:#64748b;margin:0}.support-contact-list{display:flex;flex-direction:column;gap:.45rem;padding-top:.4rem;border-top:1px solid rgba(226,232,240,.8)}.support-contact-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:#ea580c;text-decoration:none}.support-contact-item:hover{text-decoration:underline}@media (max-width: 1024px){.view-order-dashboard-grid{grid-template-columns:1fr}.view-order-right-column{position:static}}@media (max-width: 640px){.view-order-root{padding:1rem .75rem 3rem}.view-order-hero-card{flex-direction:column;align-items:flex-start}.hero-right-badges{width:100%;justify-content:space-between}.hero-total-amount{align-items:flex-start}.view-product-card{flex-direction:column}.order-product-thumb-frame{width:100%;height:140px}}.order-success-root{min-height:calc(85vh - 60px);display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem 3.5rem;background:transparent!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;box-sizing:border-box}.order-success-wrapper{max-width:840px;width:100%;margin:0 auto}.order-fallback-card{padding:3rem 2rem;text-align:center;max-width:520px;margin:2rem auto;border-radius:24px;display:flex;flex-direction:column;align-items:center}.fallback-icon-box{width:64px;height:64px;border-radius:18px;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.order-fallback-card h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.order-fallback-card p{font-size:.95rem;color:#64748b;margin:0 0 1.6rem;line-height:1.5}.fallback-buttons{display:flex;gap:.85rem}.order-success-card{position:relative;background:#fff;border-radius:28px;padding:2.5rem 2rem;box-shadow:0 16px 40px -8px #00000014,0 4px 16px -2px #00000008;border:1px solid rgba(226,232,240,.9);display:flex;flex-direction:column;gap:2rem;overflow:hidden;box-sizing:border-box}.confetti-contained-layer{position:absolute;top:0;left:0;right:0;height:120px;pointer-events:none;overflow:hidden;z-index:1}.confetti-item{position:absolute;top:-20px;opacity:.85;animation:confettiFall 2.5s ease-out forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110px) rotate(360deg);opacity:0}}.success-hero-header{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center}.success-icon-wrapper{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.success-check-badge{width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 28px #16a34a59;position:relative;z-index:2;animation:checkPopIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes checkPopIn{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.success-pulse-ring{position:absolute;border-radius:50%;border:2px solid rgba(34,197,94,.35);animation:ringPulse 2.5s infinite}.ring-1{width:100px;height:100px;animation-delay:0s}.ring-2{width:120px;height:120px;animation-delay:.6s}@keyframes ringPulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.3);opacity:0}}.success-title-box{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.success-badge-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:#16a34a;background:#f0fdf4;border:1px solid rgba(34,197,94,.3);padding:.3rem .85rem;border-radius:50px;margin-bottom:.6rem}.success-main-title{font-size:2.3rem;font-weight:900;color:#0f172a;margin:0 0 .5rem;letter-spacing:-.02em}.success-main-subtitle{font-size:1.02rem;color:#475569;margin:0;max-width:600px;line-height:1.55}.brand-orange{color:#ea580c}.order-info-chips-row{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;padding-top:.5rem}.info-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#475569;background:#f8fafc;border:1px solid rgba(226,232,240,.9);padding:.4rem .9rem;border-radius:50px}.chip-icon{color:#ea580c}.status-chip{background:#f0fdf4;color:#15803d;border-color:#22c55e4d}.status-chip .chip-icon{color:#16a34a}.timeline-section-card{padding:1.5rem 1.8rem;border-radius:20px;background:#f8fafc;border:1px solid rgba(226,232,240,.9)}.timeline-section-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 1.2rem}.progress-timeline-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative}.timeline-step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;flex:1}.step-node{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;color:#94a3b8;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;transition:all .3s ease}.timeline-step.completed .step-node{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a;color:#fff;box-shadow:0 4px 12px #16a34a4d}.timeline-step.active .step-node{border-color:#ea580c;color:#ea580c;box-shadow:0 0 0 4px #ea580c26}.step-label{display:flex;flex-direction:column;gap:.15rem}.step-name{font-size:.82rem;font-weight:700;color:#0f172a}.step-time{font-size:.72rem;color:#64748b}.timeline-connector{flex:1;height:3px;background:#cbd5e1;margin-top:-1.4rem;position:relative;z-index:1}.timeline-connector.active{background:linear-gradient(90deg,#16a34a,#cbd5e1)}.address-display-card{padding:1.5rem;border-radius:20px;background:#fffffff2;border:1px solid rgba(226,232,240,.9)}.address-card-header{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.address-icon-box{width:40px;height:40px;border-radius:12px;background:#fff7ed;color:#ea580c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.address-card-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0}.address-card-subtitle{font-size:.82rem;color:#64748b;margin:0}.address-body-text pre{font-family:inherit;font-size:.92rem;color:#334155;white-space:pre-wrap;word-break:break-word;line-height:1.5;margin:0;background:#f8fafc;padding:.9rem 1.1rem;border-radius:14px;border:1px solid rgba(226,232,240,.8)}.success-action-buttons{display:flex;align-items:center;justify-content:center;gap:1rem}.btn-primary-gradient{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.98rem;padding:.9rem 1.8rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 6px 20px #ea580c4d}.btn-primary-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ea580c73}.btn-outline-glass{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:#fff;color:#475569;font-weight:700;font-size:.98rem;padding:.9rem 1.8rem;border-radius:50px;border:1px solid #cbd5e1;cursor:pointer;transition:all .25s ease}.btn-outline-glass:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8;transform:translateY(-2px)}.success-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-card-item{display:flex;align-items:center;gap:.6rem;padding:1rem .85rem;border-radius:16px;background:#f8fafc;border:1px solid rgba(226,232,240,.9)}.trust-icon{color:#16a34a;flex-shrink:0}.trust-card-item h5{font-size:.88rem;font-weight:700;color:#0f172a;margin:0}.trust-card-item p{font-size:.75rem;color:#64748b;margin:0}.support-help-card{padding:1.5rem;border-radius:20px;background:linear-gradient(135deg,#fffffff2,#fff7ede6);border:1px solid rgba(234,88,12,.18)}.support-header-box{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.support-chat-icon{color:#ea580c;flex-shrink:0;margin-top:.2rem}.support-header-box h4{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 .2rem}.support-header-box p{font-size:.85rem;color:#64748b;margin:0}.support-channels-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding-top:.6rem;border-top:1px solid rgba(226,232,240,.8)}.support-channel-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:#ea580c;text-decoration:none;transition:color .2s ease}.support-channel-link:hover{color:#c2410c;text-decoration:underline}@media (max-width: 768px){.order-success-card{padding:1.8rem 1.2rem;border-radius:20px;gap:1.5rem}.success-main-title{font-size:1.8rem}.success-main-subtitle{font-size:.92rem}.progress-timeline-wrapper{flex-direction:column;align-items:flex-start;gap:1.2rem}.timeline-step{flex-direction:row;gap:.85rem;text-align:left;width:100%}.step-node{margin-bottom:0}.timeline-connector{display:none}.success-action-buttons{flex-direction:column;width:100%}.btn-primary-gradient,.btn-outline-glass{width:100%}.success-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.success-trust-grid{grid-template-columns:1fr}.order-info-chips-row{flex-direction:column;align-items:stretch}.info-chip{justify-content:center}}.verification-container{max-width:1200px;margin:100px auto 0;padding:24px;min-height:80vh}.verification-loader{display:flex;justify-content:center;align-items:center;padding:80px 20px;min-height:60vh}.loader-spinner{animation:spin 1s linear infinite;color:#2563eb}.verification-not-found{padding:80px 20px;text-align:center;font-size:18px;color:#6b7280}.verification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px;flex-wrap:wrap}.header-info{flex:1;min-width:250px}.header-status{text-align:right;background:#f9fafb;padding:16px 24px;border-radius:16px;border:2px solid #e5e7eb}.status-label{font-size:13px;font-weight:600;color:#6b7280;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.status-value{font-weight:700;font-size:18px;margin:0}.status-expired{color:#dc2626}.status-active{color:#16a34a}.verification-alert{background:#fef2f2;border-left:4px solid #dc2626;color:#991b1b;padding:16px 20px;border-radius:0 12px 12px 0;margin-bottom:32px;display:flex;align-items:center;gap:12px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.verification-alert svg{flex-shrink:0}.verification-alert p{margin:0;line-height:1.5}.verification-items{display:flex;flex-direction:column;gap:24px}.item-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.item-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.item-header{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.item-info{flex:1;min-width:0}.item-title{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 8px;word-wrap:break-word}.item-quantity{color:#6b7280;margin:0;font-size:15px}.item-actions{display:flex;gap:10px;flex-wrap:wrap}.issue-button{padding:10px 16px;border-radius:12px;font-size:12px;font-weight:700;transition:all .2s ease;border:2px solid;cursor:pointer;white-space:nowrap}.issue-button:disabled{opacity:.5;cursor:not-allowed}.issue-button-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 8px #2563eb4d}.issue-button-inactive{background:#fff;border-color:#e5e7eb;color:#6b7280}.issue-button-inactive:hover:not(:disabled){border-color:#93c5fd;transform:translateY(-1px)}.item-details{margin-top:20px;padding-top:24px;border-top:2px dashed #e5e7eb;display:flex;flex-direction:column;gap:20px;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.detail-group{display:flex;flex-direction:column;gap:8px}.detail-label{font-size:14px;font-weight:600;color:#374151}.detail-textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease}.detail-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.detail-textarea:disabled{background:#f9fafb;cursor:not-allowed}.upload-container{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.upload-button{cursor:pointer;border:2px dashed #d1d5db;padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:8px;transition:all .2s ease;background:#fff}.upload-button:hover:not(.upload-button-loading){border-color:#2563eb;background:#eff6ff}.upload-button-loading{opacity:.5;cursor:not-allowed}.upload-icon{color:#9ca3af}.upload-text{font-size:14px;font-weight:600;color:#6b7280}.upload-input{display:none}.upload-success{display:flex;align-items:center;gap:6px;color:#16a34a;font-size:14px;font-weight:700;background:#f0fdf4;padding:8px 16px;border-radius:20px;border:1px solid #bbf7d0}.verification-footer{margin-top:48px;display:flex;justify-content:flex-end;gap:16px;padding-top:32px;border-top:1px solid #e5e7eb;flex-wrap:wrap}.footer-button{padding:14px 32px;border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;border:none}.footer-button:disabled{opacity:.5;cursor:not-allowed}.footer-button-secondary{border:2px solid #d1d5db;color:#6b7280;background:#fff}.footer-button-secondary:hover:not(:disabled){background:#f9fafb}.footer-button-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb4d}.footer-button-primary:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.footer-button-primary:active:not(:disabled){transform:scale(.98)}@media (max-width: 768px){.verification-container{padding:20px;margin-top:80px}.header-title{font-size:26px}.header-status{width:100%;text-align:left}.item-card{padding:20px}.item-title{font-size:18px}.issue-button{font-size:11px;padding:8px 12px}.verification-footer{flex-direction:column}.footer-button{width:100%}}@media (max-width: 480px){.verification-container{padding:16px;margin-top:60px}.verification-header{margin-bottom:24px}.header-title{font-size:22px}.header-subtitle{font-size:14px}.header-status{padding:12px 16px}.status-value{font-size:16px}.verification-alert{padding:12px 16px;font-size:14px}.item-card{padding:16px;border-radius:16px}.item-title{font-size:16px}.item-quantity{font-size:14px}.item-actions{gap:8px}.issue-button{font-size:10px;padding:8px 10px;flex:1 1 calc(50% - 4px);min-width:0;text-align:center}.item-details{padding-top:16px}.detail-textarea{font-size:13px}.upload-button{padding:12px 16px;width:100%;justify-content:center}.upload-success{width:100%;justify-content:center}.verification-footer{margin-top:32px;padding-top:24px}.footer-button{padding:12px 24px;font-size:14px}}@media (max-width: 360px){.verification-container{padding:12px}.header-title{font-size:20px}.issue-button{font-size:9px;padding:6px 8px}}._adminDashboard_imem1_3{min-height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a;width:100%}._header_imem1_12{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);border-radius:20px;padding:2rem;color:#fff;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0f172a26;position:relative;overflow:hidden}._headerContent_imem1_23{display:flex;flex-direction:column;gap:1.5rem}._headerTop_imem1_29{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._titleGroup_imem1_37{display:flex;align-items:center;gap:14px}._titleIconBox_imem1_43{width:50px;height:50px;background:#6366f133;border:1px solid rgba(99,102,241,.4);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#818cf8}._title_imem1_37{font-size:1.75rem;font-weight:800;color:#f8fafc;margin:0;letter-spacing:-.02em}._subtitle_imem1_63{font-size:.88rem;color:#94a3b8;margin-top:2px}._pmNavBtn_imem1_69{display:inline-flex;align-items:center;gap:8px;background:#ffffff1a;color:#fff;padding:10px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.2);font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s ease}._pmNavBtn_imem1_69:hover{background:#fff3;transform:translateY(-1px)}._statGrid_imem1_90{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._statCard_imem1_96{background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;gap:12px;transition:transform .2s ease}._statCard_imem1_96:hover{transform:translateY(-2px);background:#ffffff1a}._statIcon_imem1_113{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._statIcon_imem1_113._indigo_imem1_123{background:#6366f140;color:#818cf8}._statIcon_imem1_113._emerald_imem1_124{background:#10b98140;color:#34d399}._statIcon_imem1_113._amber_imem1_125{background:#f59e0b40;color:#fbbf24}._statIcon_imem1_113._purple_imem1_126{background:#a855f740;color:#c084fc}._statValue_imem1_128{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.1}._statLabel_imem1_135{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}._filterContainer_imem1_145{background:#fff;border-radius:20px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px #00000005}._filterHeader_imem1_154{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}._filterHeaderTitle_imem1_163{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:800;color:#0f172a}._filterGrid_imem1_172{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}._filterGroup_imem1_178{display:flex;flex-direction:column;gap:6px}._filterGroup_imem1_178 label{font-size:.8rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}._filterInput_imem1_192,._filterSelect_imem1_192{width:100%;height:42px;padding:0 12px;border:1px solid #cbd5e1;border-radius:12px;font-size:.88rem;background:#f8fafc;color:#0f172a;outline:none;transition:all .2s ease;box-sizing:border-box}._filterInput_imem1_192:focus,._filterSelect_imem1_192:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11f}._dateInputs_imem1_212{display:flex;gap:8px}._resetButton_imem1_217{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 18px;border-radius:12px;border:1px solid #cbd5e1;background:#f1f5f9;color:#475569;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease}._resetButton_imem1_217:hover{background:#e2e8f0;color:#0f172a}._orderCard_imem1_239{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008;margin-bottom:2rem;overflow:hidden;transition:all .25s ease}._orderCard_imem1_239:hover{box-shadow:0 10px 30px #0000000f;border-color:#cbd5e1}._orderHeader_imem1_254{background:#f8fafc;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._orderMeta_imem1_265{display:flex;flex-direction:column;gap:6px;flex:1;min-width:240px}._orderIdRow_imem1_273{display:flex;align-items:center;gap:10px}._orderId_imem1_273{font-size:1.15rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}._orderInfo_imem1_286{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.88rem;color:#64748b;font-weight:600}._statusBadge_imem1_296{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:9999px;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}._statusBadge_imem1_296._placed_imem1_308{background:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe}._statusBadge_imem1_296._printed_imem1_309{background:#fef3c7;color:#b45309;border:1px solid #fde68a}._statusBadge_imem1_296._outForDelivery_imem1_310{background:#f3e8ff;color:#7e22ce;border:1px solid #e9d5ff}._statusBadge_imem1_296._delivered_imem1_311{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}._viewDetailsBtn_imem1_313{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:12px;padding:8px 18px;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #6366f14d;transition:all .2s ease}._viewDetailsBtn_imem1_313:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}._progressBarSection_imem1_334{padding:1.25rem 1.5rem .5rem}._productList_imem1_338{padding:1.25rem 1.5rem}._productListTitle_imem1_342{font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:1rem;display:flex;align-items:center;gap:8px}._productsGrid_imem1_352{display:flex;flex-direction:column;gap:12px}._productCard_imem1_358{display:flex;align-items:center;background:#f8fafc;border-radius:14px;padding:14px;gap:14px;border:1px solid #e2e8f0;transition:all .2s ease}._productCard_imem1_358:hover{border-color:#cbd5e1;background:#fff}._productImage_imem1_374{width:54px;height:54px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0;flex-shrink:0}._productDetails_imem1_383{flex:1;min-width:0}._productName_imem1_388{font-size:.92rem;font-weight:700;color:#0f172a}._productMeta_imem1_394{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:.8rem;color:#64748b;margin-top:4px}._productQtyStack_imem1_404{text-align:right}._productQty_imem1_404{font-size:.82rem;font-weight:600;color:#64748b}._productTotal_imem1_414{font-size:1.05rem;font-weight:800;color:#059669}._orderActions_imem1_420{background:#f8fafc;padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}._actionGroup_imem1_431{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._actionGroup_imem1_431 label{font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase}._statusSelect_imem1_445,._deliveryInput_imem1_445{height:40px;padding:0 12px;border:1px solid #cbd5e1;border-radius:10px;font-size:.88rem;font-weight:600;background:#fff;color:#0f172a;outline:none}._btnDelivered_imem1_457{display:inline-flex;align-items:center;gap:6px;background:#10b981;color:#fff;border:none;border-radius:10px;padding:9px 20px;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #10b9814d;transition:all .2s ease}._btnDelivered_imem1_457:hover{background:#059669;transform:translateY(-1px)}._btnDeleteOrder_imem1_478{display:inline-flex;align-items:center;gap:6px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:10px;padding:9px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease}._btnDeleteOrder_imem1_478:hover{background:#dc2626;color:#fff}@media (max-width: 768px){._orderHeader_imem1_254{flex-direction:column;align-items:flex-start}._orderActions_imem1_420,._actionGroup_imem1_431{flex-direction:column;align-items:stretch}}.admin-main-wrapper{display:flex;min-height:100vh;background-color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f172a}.admin-content-area{flex:1;padding:2rem;max-width:1400px;margin:0 auto;overflow-x:hidden}.pm-header-banner{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);border-radius:20px;padding:2rem;color:#fff;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0f172a26,0 8px 10px -6px #0f172a1a;position:relative;overflow:hidden}.pm-header-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.25) 0%,transparent 70%);pointer-events:none}.pm-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.pm-header-title-group{display:flex;align-items:center;gap:14px}.pm-header-icon-box{width:50px;height:50px;background:#6366f133;border:1px solid rgba(99,102,241,.4);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#818cf8}.pm-header-title-text h1{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:-.02em;color:#f8fafc}.pm-header-title-text p{font-size:.88rem;color:#94a3b8;margin:2px 0 0}.pm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.pm-stat-card{background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;gap:12px;transition:transform .2s ease}.pm-stat-card:hover{transform:translateY(-2px);background:#ffffff1a}.pm-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-stat-icon.indigo{background:#6366f133;color:#818cf8}.pm-stat-icon.emerald{background:#10b98133;color:#34d399}.pm-stat-icon.amber{background:#f59e0b33;color:#fbbf24}.pm-stat-details{display:flex;flex-direction:column}.pm-stat-value{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.1}.pm-stat-label{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.pm-error-alert{background-color:#fef2f2;border:1px solid #fecaca;border-radius:14px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:12px;color:#991b1b;box-shadow:0 4px 12px #dc26260d}.pm-error-icon{color:#dc2626;flex-shrink:0}.pm-form-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008;padding:1.75rem;margin-bottom:2rem;transition:all .2s ease}.pm-form-card.editing-mode{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.pm-form-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem}.pm-form-title{display:flex;align-items:center;gap:10px}.pm-form-title h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.pm-form-title-icon{color:#6366f1}.editing-badge{background:#e0e7ff;color:#4338ca;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:9999px;text-transform:uppercase}.pm-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.pm-form-field{display:flex;flex-direction:column;gap:6px}.pm-form-field.full-width{grid-column:1 / -1}.pm-label{font-size:.85rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:4px}.required-star{color:#ef4444}.pm-input{width:100%;height:44px;padding:0 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:.9rem;color:#0f172a;background-color:#f8fafc;transition:all .2s ease;box-sizing:border-box}.pm-input:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 4px #6366f11f}.pm-input::placeholder{color:#94a3b8}.pm-file-dropzone{border:2px dashed #cbd5e1;background:#f8fafc;border-radius:14px;padding:1.5rem;text-align:center;position:relative;cursor:pointer;transition:all .2s ease}.pm-file-dropzone:hover{border-color:#6366f1;background:#f5f3ff}.pm-file-dropzone.has-file{border-color:#10b981;background:#ecfdf5}.pm-dropzone-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;width:100%;height:100%;cursor:pointer}.pm-dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#64748b}.pm-dropzone-icon{color:#6366f1}.pm-dropzone-title{font-size:.9rem;font-weight:700;color:#1e293b}.pm-dropzone-desc{font-size:.78rem;color:#94a3b8}.pm-file-info-bar{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 14px;border-radius:10px;border:1px solid #cbd5e1;width:100%;box-sizing:border-box}.pm-file-name{font-size:.85rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.pm-button-row{display:flex;align-items:center;gap:12px;margin-top:1.5rem}.pm-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 24px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #6366f159;transition:all .2s ease}.pm-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f173}.pm-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.pm-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:12px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pm-btn-secondary:hover{background:#e2e8f0;color:#0f172a}.pm-filter-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;box-shadow:0 2px 10px #00000005}.pm-filter-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1}.pm-search-box{position:relative;min-width:260px;flex:1}.pm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.pm-search-input{width:100%;height:42px;padding:0 38px 0 42px;border:1px solid #cbd5e1;border-radius:12px;font-size:.88rem;background:#f8fafc;outline:none;transition:all .2s ease;box-sizing:border-box}.pm-search-input:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11f}.pm-clear-search{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center}.pm-clear-search:hover{color:#0f172a}.pm-filter-select{height:42px;padding:0 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:.88rem;font-weight:600;color:#334155;background:#f8fafc;outline:none;cursor:pointer}.pm-filter-select:focus{border-color:#6366f1}.pm-reset-btn{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pm-reset-btn:hover{background:#e2e8f0;color:#0f172a}.pm-table-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008;overflow:hidden}.pm-table-container{overflow-x:auto}.pm-table{width:100%;border-collapse:collapse;text-align:left}.pm-table th{background:#f8fafc;color:#475569;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:14px 20px;border-bottom:1px solid #e2e8f0}.pm-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.9rem}.pm-table tr:hover td{background-color:#f8fafc}.pm-product-info-cell{display:flex;align-items:center;gap:14px}.pm-product-thumb{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.pm-product-title-stack{display:flex;flex-direction:column;gap:2px}.pm-product-name{font-weight:700;color:#0f172a}.pm-code-badge{font-size:.72rem;font-weight:700;color:#6366f1;background:#e0e7ff;padding:2px 8px;border-radius:6px;width:fit-content}.pm-price-text{font-weight:800;color:#059669}.pm-badge-chip{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:9999px}.pm-badge-chip.pages{background:#eff6ff;color:#2563eb}.pm-badge-chip.year{background:#fff7ed;color:#ea580c}.pm-badge-chip.sem{background:#f0fdf4;color:#16a34a}.pm-actions-row{display:flex;align-items:center;gap:8px}.pm-btn-action{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;transition:all .2s ease}.pm-btn-action.edit:hover{background:#e0e7ff;border-color:#6366f1;color:#4338ca}.pm-btn-action.delete:hover{background:#fef2f2;border-color:#ef4444;color:#dc2626}.pm-mobile-cards-grid{display:none;grid-template-columns:1fr;gap:1rem;padding:1rem}.pm-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px #00000005}.pm-mobile-card-header{display:flex;align-items:center;gap:12px}.pm-mobile-card-actions{display:flex;gap:8px;margin-top:4px}.pm-mobile-card-btn{flex:1;height:40px;border-radius:10px;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e1;background:#fff;cursor:pointer}.pm-mobile-card-btn.edit{background:#e0e7ff;color:#4338ca;border-color:#c7d2fe}.pm-mobile-card-btn.delete{background:#fef2f2;color:#dc2626;border-color:#fecaca}.pm-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#94a3b8;gap:12px}.pm-empty-icon{color:#cbd5e1}.pm-empty-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0}@media (max-width: 900px){.pm-form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.admin-content-area{padding:1rem}.pm-table-container{display:none}.pm-mobile-cards-grid{display:grid}}.admin-sidebar-toggle-btn{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;background:#2563eb;color:#fff;border:none;border-radius:50px;padding:.75rem 1.25rem;font-weight:600;box-shadow:0 4px 14px #2563eb66;cursor:pointer;align-items:center;gap:.5rem}.admin-sidebar-backdrop{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;z-index:998}.admin-sidebar{width:220px;background:#fff;border-right:1px solid #e5e7eb;min-height:100vh;padding:2rem 1rem 1rem;position:fixed;top:0;left:0;z-index:999;box-shadow:2px 0 12px #0000000a;display:flex;flex-direction:column;transition:transform .3s ease}.admin-sidebar-header{font-size:1.3rem;font-weight:700;color:#2563eb;margin-bottom:2rem;letter-spacing:1px}.admin-sidebar-link{display:block;padding:.8rem 1rem;color:#374151;text-decoration:none;border-radius:8px;margin-bottom:.5rem;font-weight:500;transition:background .2s,color .2s}.admin-sidebar-link.active,.admin-sidebar-link:hover{background:#2563eb;color:#fff}.admin-main-wrapper{display:flex;min-height:100vh;width:100%;position:relative;background:#f7f7fa}.admin-content-area{margin-left:220px;width:calc(100% - 220px);min-width:0;flex:1;box-sizing:border-box}@media (max-width: 900px){.admin-sidebar-toggle-btn{display:flex}.admin-sidebar-backdrop{display:block}.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main-wrapper{flex-direction:column}.admin-content-area{margin-left:0!important;width:100%!important;max-width:100vw!important;overflow-x:hidden}}._container_1ac19_1{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #00000008;margin-bottom:28px;border:1px solid #e2e8f0;transition:all .2s ease}._container_1ac19_1:hover{box-shadow:0 8px 28px #0000000d}._title_1ac19_15{font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._titleGroup_1ac19_27{display:flex;align-items:center;gap:10px}._statusHeaderBadge_1ac19_33{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9999px;font-size:.82rem;font-weight:800;letter-spacing:.02em}._statusHeaderBadge_1ac19_33._active_1ac19_44{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}._statusHeaderBadge_1ac19_33._closed_1ac19_50{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}._grid_1ac19_56{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:20px}._formGroup_1ac19_63{display:flex;flex-direction:column;gap:8px}._formGroup_1ac19_63 label{font-size:.85rem;font-weight:700;color:#334155;display:flex;align-items:center;gap:6px}._input_1ac19_78,._select_1ac19_78,._textarea_1ac19_78{width:100%;padding:10px 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:.9rem;color:#0f172a;background-color:#f8fafc;transition:all .2s ease;box-sizing:border-box}._input_1ac19_78:focus,._select_1ac19_78:focus,._textarea_1ac19_78:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 4px #6366f11f}._textarea_1ac19_78{min-height:90px;resize:vertical;font-family:inherit}._toggleContainer_1ac19_103{display:flex;align-items:center;gap:14px;margin-top:4px}._switch_1ac19_110{position:relative;display:inline-block;width:52px;height:28px}._switch_1ac19_110 input{opacity:0;width:0;height:0}._slider_1ac19_123{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:28px}._slider_1ac19_123:before{position:absolute;content:"";height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+._slider_1ac19_123{background-color:#10b981}input:checked+._slider_1ac19_123:before{transform:translate(24px)}._actions_1ac19_156{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}._saveButton_1ac19_163{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;padding:12px 26px;border:none;border-radius:12px;font-weight:700;font-size:.92rem;cursor:pointer;box-shadow:0 4px 14px #6366f159;transition:all .2s ease}._saveButton_1ac19_163:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f173}._saveButton_1ac19_163:disabled{opacity:.6;cursor:not-allowed}._statusMessage_1ac19_186{margin-top:14px;padding:10px 14px;border-radius:10px;font-size:.88rem;font-weight:600;display:flex;align-items:center;gap:8px}._success_1ac19_197{background-color:#ecfdf5;color:#047857;border:1px solid #a7f3d0}._error_1ac19_203{background-color:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.printer-dashboard-root{max-width:1100px;margin:40px auto 0;padding:24px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(234,88,12,.12);border-radius:18px;box-shadow:0 8px 32px #0000000d;font-family:Segoe UI,Roboto,Arial,sans-serif}.printer-dashboard-header{text-align:center;margin-bottom:32px}.printer-dashboard-header h2{font-size:2.2rem;font-weight:700;color:#1a202c;margin-bottom:8px}.printer-dashboard-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:0}.printer-dashboard-orders{display:flex;flex-wrap:wrap;gap:28px;justify-content:center}.printer-order-card{background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.9);border-radius:14px;box-shadow:0 2px 12px #00000014;padding:28px 24px 20px;min-width:320px;max-width:370px;flex:1 1 320px;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s}.printer-order-card:hover{box-shadow:0 6px 24px #00000021}.printer-order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.printer-order-id{font-weight:600;color:#2563eb;font-size:1.1rem}.printer-order-status{background:#e0e7ff;color:#3730a3;font-size:.95rem;padding:2px 10px;border-radius:8px;font-weight:500}.printer-order-items{margin-bottom:18px}.printer-order-items h4{margin:0 0 8px;font-size:1.05rem;color:#475569}.printer-order-item{display:flex;gap:12px;align-items:center;margin-bottom:6px;font-size:1rem}.printer-item-label{color:#64748b;font-weight:500}.printer-item-value{color:#1e293b;font-weight:600}.printer-order-btn{margin-top:10px;padding:10px 0;background:linear-gradient(90deg,#2563eb,#60a5fa);color:#fff;border:none;border-radius:8px;font-size:1.08rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #2563eb14;transition:background .2s,box-shadow .2s}.printer-order-btn:hover{background:linear-gradient(90deg,#1d4ed8,#38bdf8);box-shadow:0 4px 16px #2563eb21}.printer-dashboard-empty{width:100%;text-align:center;color:#64748b;font-size:1.2rem;padding:40px 0;background:#f1f5f9;border-radius:12px;margin-top:30px}.printer-product-info{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;background:#f3f6fa;border-radius:8px;padding:8px 14px;margin-left:8px;margin-bottom:2px;box-shadow:0 1px 4px #2563eb0a}.printer-product-name{color:#0e1726;font-weight:600;font-size:1.05rem}.printer-product-code{color:#64748b;font-weight:500;font-size:.98rem;background:#e0e7ef;border-radius:5px;padding:2px 8px;margin-left:2px}@media (max-width: 900px){.printer-dashboard-orders{flex-direction:column;align-items:center;gap:18px}.printer-order-card{min-width:90vw;max-width:98vw}}@media (max-width: 600px){.printer-dashboard-root{padding:8px}.printer-dashboard-header h2{font-size:1.3rem}.printer-dashboard-subtitle{font-size:.98rem}.printer-order-card{padding:16px 8px 12px}.printer-product-info{flex-direction:column;align-items:flex-start;gap:4px 0;padding:6px 8px}}.privacy-container{background:linear-gradient(135deg,#fff7ed,#fef3c7);min-height:100vh;padding:2rem 0;display:flex;flex-direction:column}.privacy-content{max-width:1200px;margin:0 auto;padding:2rem 4rem;background:#fff;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;border-radius:12px;width:100%;box-sizing:border-box}.privacy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f3f4f6}.privacy-header h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;background:linear-gradient(135deg,#ea580c,#c2410c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.last-updated{color:#6b7280;font-size:.95rem;font-style:italic;margin:0}.privacy-section{margin-bottom:2.5rem;padding:1.5rem;background:#fafafa;border-radius:12px;border-left:4px solid #ea580c;transition:all .3s ease}.privacy-section:hover{background:#f9fafb;box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.privacy-section h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;line-height:1.3}.privacy-section h2:before{content:"";width:8px;height:8px;background:#ea580c;border-radius:50%;flex-shrink:0}.privacy-section p{color:#4b5563;line-height:1.7;margin-bottom:1rem;font-size:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:#4b5563;line-height:1.6;margin-bottom:.5rem;position:relative}.privacy-section li:before{content:"•";color:#ea580c;font-weight:700;position:absolute;left:-1rem}.contact-info{background:#f3f4f6;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-info p{margin:.5rem 0;color:#374151;font-size:.95rem}.contact-info strong{color:#1f2937;font-weight:600}.privacy-footer{text-align:center;margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;border-radius:12px;box-shadow:0 4px 12px #ea580c4d}.privacy-footer p{margin:0;font-weight:500;font-size:1.1rem;line-height:1.5}@media (max-width: 430px){.privacy-container{padding:1rem 0}.privacy-content{margin:0 .5rem;padding:1rem 1.25rem;border-radius:8px}.privacy-header{margin-bottom:2rem;padding-bottom:1.5rem}.privacy-header h1{font-size:1.75rem;line-height:1.3}.last-updated{font-size:.875rem}.privacy-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px}.privacy-section h2{font-size:1.125rem;margin-bottom:.75rem}.privacy-section p{font-size:.875rem;line-height:1.6}.privacy-section ul{padding-left:1.25rem}.privacy-section li{font-size:.875rem;line-height:1.5;margin-bottom:.375rem}.contact-info{padding:1rem;border-radius:6px}.contact-info p{font-size:.875rem;margin:.375rem 0}.privacy-footer{margin-top:2rem;padding:1.5rem;border-radius:8px}.privacy-footer p{font-size:.875rem}}@media (max-width: 390px){.privacy-container{padding:.75rem 0}.privacy-content{margin:0 .25rem;padding:.875rem 1rem}.privacy-header{margin-bottom:1.5rem;padding-bottom:1.25rem}.privacy-header h1{font-size:1.5rem}.last-updated{font-size:.75rem}.privacy-section{margin-bottom:1.25rem;padding:.875rem}.privacy-section h2{font-size:1rem;margin-bottom:.625rem}.privacy-section p{font-size:.8125rem;line-height:1.5}.privacy-section ul{padding-left:1rem}.privacy-section li{font-size:.8125rem;line-height:1.4;margin-bottom:.25rem}.contact-info{padding:.875rem}.contact-info p{font-size:.8125rem;margin:.25rem 0}.privacy-footer{margin-top:1.5rem;padding:1.25rem}.privacy-footer p{font-size:.8125rem}}@media (max-width: 375px){.privacy-container{padding:.5rem 0}.privacy-content{margin:0 .125rem;padding:.75rem .875rem}.privacy-header{margin-bottom:1.25rem;padding-bottom:1rem}.privacy-header h1{font-size:1.375rem}.last-updated{font-size:.6875rem}.privacy-section{margin-bottom:1rem;padding:.75rem}.privacy-section h2{font-size:.9375rem;margin-bottom:.5rem}.privacy-section p{font-size:.75rem;line-height:1.4}.privacy-section ul{padding-left:.875rem}.privacy-section li{font-size:.75rem;line-height:1.3;margin-bottom:.25rem}.contact-info{padding:.75rem}.contact-info p{font-size:.75rem;margin:.25rem 0}.privacy-footer{margin-top:1.25rem;padding:1rem}.privacy-footer p{font-size:.75rem}}@media (max-width: 320px){.privacy-container{padding:.375rem 0}.privacy-content{margin:0 .125rem;padding:.625rem .75rem}.privacy-header{margin-bottom:1rem;padding-bottom:.875rem}.privacy-header h1{font-size:1.25rem}.last-updated{font-size:.625rem}.privacy-section{margin-bottom:.875rem;padding:.625rem}.privacy-section h2{font-size:.875rem;margin-bottom:.5rem}.privacy-section p{font-size:.6875rem;line-height:1.3}.privacy-section ul{padding-left:.75rem}.privacy-section li{font-size:.6875rem;line-height:1.2;margin-bottom:.25rem}.contact-info{padding:.625rem}.contact-info p{font-size:.6875rem;margin:.25rem 0}.privacy-footer{margin-top:1rem;padding:.875rem}.privacy-footer p{font-size:.6875rem}}@media (min-width: 768px) and (max-width: 1023px){.privacy-container{padding:2.5rem 0}.privacy-content{margin:0 1rem;padding:2.5rem 3rem;max-width:100%}.privacy-header{margin-bottom:3.5rem;padding-bottom:2.5rem}.privacy-header h1{font-size:2.25rem}.last-updated{font-size:1rem}.privacy-section{margin-bottom:3rem;padding:2rem}.privacy-section h2{font-size:1.375rem;margin-bottom:1.25rem}.privacy-section p{font-size:1.0625rem;line-height:1.7}.privacy-section ul{padding-left:1.75rem}.privacy-section li{font-size:1.0625rem;line-height:1.6;margin-bottom:.625rem}.contact-info{padding:2rem}.contact-info p{font-size:1rem;margin:.625rem 0}.privacy-footer{margin-top:3.5rem;padding:2.5rem}.privacy-footer p{font-size:1.125rem}}@media (min-width: 1024px) and (max-width: 1365px){.privacy-container{padding:3rem 0}.privacy-content{margin:0 2rem;padding:3rem 4rem;max-width:100%}.privacy-header{margin-bottom:4rem;padding-bottom:3rem}.privacy-header h1{font-size:2.75rem}.last-updated{font-size:1.0625rem}.privacy-section{margin-bottom:3.5rem;padding:2.5rem}.privacy-section h2{font-size:1.625rem;margin-bottom:1.5rem}.privacy-section p{font-size:1.125rem;line-height:1.7}.privacy-section ul{padding-left:2rem}.privacy-section li{font-size:1.125rem;line-height:1.6;margin-bottom:.75rem}.contact-info{padding:2.5rem}.contact-info p{font-size:1.0625rem;margin:.75rem 0}.privacy-footer{margin-top:4rem;padding:3rem}.privacy-footer p{font-size:1.25rem}}@media (min-width: 1366px){.privacy-container{padding:3.5rem 0}.privacy-content{margin:0 auto;padding:3.5rem 5rem;max-width:1200px}.privacy-header{margin-bottom:4.5rem;padding-bottom:3.5rem}.privacy-header h1{font-size:3rem}.last-updated{font-size:1.125rem}.privacy-section{margin-bottom:4rem;padding:3rem}.privacy-section h2{font-size:1.75rem;margin-bottom:1.75rem}.privacy-section p{font-size:1.1875rem;line-height:1.7}.privacy-section ul{padding-left:2.25rem}.privacy-section li{font-size:1.1875rem;line-height:1.6;margin-bottom:.875rem}.contact-info{padding:3rem}.contact-info p{font-size:1.125rem;margin:.875rem 0}.privacy-footer{margin-top:4.5rem;padding:3.5rem}.privacy-footer p{font-size:1.375rem}}@media (min-width: 1920px){.privacy-container{padding:4rem 0}.privacy-content{padding:4rem 6rem;max-width:1400px}.privacy-header{margin-bottom:5rem;padding-bottom:4rem}.privacy-header h1{font-size:3.5rem}.last-updated{font-size:1.25rem}.privacy-section{margin-bottom:4.5rem;padding:3.5rem}.privacy-section h2{font-size:2rem;margin-bottom:2rem}.privacy-section p{font-size:1.3125rem;line-height:1.7}.privacy-section ul{padding-left:2.5rem}.privacy-section li{font-size:1.3125rem;line-height:1.6;margin-bottom:1rem}.contact-info{padding:3.5rem}.contact-info p{font-size:1.25rem;margin:1rem 0}.privacy-footer{margin-top:5rem;padding:4rem}.privacy-footer p{font-size:1.5rem}}@media (max-width: 768px){.privacy-section:hover{transform:none}.privacy-section:active{transform:scale(.98);transition:transform .1s ease}}@media (max-width: 768px) and (orientation: landscape){.privacy-container{padding:.5rem 0}.privacy-content{margin:0 .25rem;padding:1rem 1.5rem}.privacy-header{margin-bottom:1rem;padding-bottom:.75rem}.privacy-header h1{font-size:1.5rem}.privacy-section{margin-bottom:1rem;padding:.75rem}.privacy-section h2{font-size:1rem;margin-bottom:.5rem}.privacy-section p{font-size:.8125rem;line-height:1.4}.privacy-section li{font-size:.8125rem;line-height:1.3;margin-bottom:.25rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.privacy-section h2:before{width:6px;height:6px}}@media (prefers-reduced-motion: reduce){.privacy-section{transition:none}.privacy-section:hover{transform:none}}@media print{.privacy-container{background:#fff!important;padding:0}.privacy-content{box-shadow:none;background:#fff!important;margin:0;padding:1rem}.privacy-section{background:#f9f9f9!important;border-left:2px solid #ea580c}.privacy-footer{background:#f3f3f3!important;color:#333!important}}.cm-header-banner{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);border-radius:20px;padding:2rem;color:#fff;margin-bottom:2rem;box-shadow:0 20px 25px -5px #0f172a26;position:relative;overflow:hidden}.cm-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.cm-header-title-group{display:flex;align-items:center;gap:14px}.cm-header-icon-box{width:50px;height:50px;background:#6366f133;border:1px solid rgba(99,102,241,.4);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#818cf8}.cm-header-title-text h1{font-size:1.75rem;font-weight:800;margin:0;letter-spacing:-.02em;color:#f8fafc}.cm-header-title-text p{font-size:.88rem;color:#94a3b8;margin:2px 0 0}.cm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.cm-stat-card{background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1rem 1.25rem;display:flex;align-items:center;gap:12px;transition:transform .2s ease}.cm-stat-card:hover{transform:translateY(-2px);background:#ffffff1a}.cm-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cm-stat-icon.indigo{background:#6366f140;color:#818cf8}.cm-stat-icon.emerald{background:#10b98140;color:#34d399}.cm-stat-icon.amber{background:#f59e0b40;color:#fbbf24}.cm-stat-icon.rose{background:#f43f5e40;color:#fb7185}.cm-stat-value{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.1}.cm-stat-label{font-size:.75rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:2px}.cm-alert{padding:1rem 1.25rem;border-radius:14px;margin-bottom:1.5rem;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:600}.cm-alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.cm-alert.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.cm-form-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008;padding:1.75rem;margin-bottom:2rem;transition:all .2s ease}.cm-form-card.editing-mode{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.cm-form-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem}.cm-form-title{display:flex;align-items:center;gap:10px}.cm-form-title h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.cm-form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.cm-form-field{display:flex;flex-direction:column;gap:6px}.cm-label{font-size:.85rem;font-weight:600;color:#334155}.cm-input,.cm-select{width:100%;height:44px;padding:0 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:.9rem;color:#0f172a;background-color:#f8fafc;outline:none;transition:all .2s ease;box-sizing:border-box}.cm-input:focus,.cm-select:focus{border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 4px #6366f11f}.cm-button-row{display:flex;align-items:center;gap:12px;margin-top:1.5rem}.cm-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 24px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #6366f159;transition:all .2s ease}.cm-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f173}.cm-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:12px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cm-btn-secondary:hover{background:#e2e8f0;color:#0f172a}.cm-filter-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;box-shadow:0 2px 10px #00000005}.cm-filter-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1}.cm-search-box{position:relative;min-width:240px;flex:1}.cm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.cm-search-input{width:100%;height:42px;padding:0 38px 0 42px;border:1px solid #cbd5e1;border-radius:12px;font-size:.88rem;background:#f8fafc;outline:none;transition:all .2s ease;box-sizing:border-box}.cm-search-input:focus{border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f11f}.cm-filter-select{height:42px;padding:0 14px;border:1px solid #cbd5e1;border-radius:12px;font-size:.88rem;font-weight:600;color:#334155;background:#f8fafc;outline:none;cursor:pointer}.cm-table-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000008;overflow:hidden}.cm-table-container{overflow-x:auto}.cm-table{width:100%;border-collapse:collapse;text-align:left}.cm-table th{background:#f8fafc;color:#475569;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:14px 20px;border-bottom:1px solid #e2e8f0}.cm-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.9rem}.cm-table tr:hover td{background-color:#f8fafc}.cm-code-tag{display:inline-flex;align-items:center;gap:8px;background:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe;padding:6px 12px;border-radius:8px;font-family:monospace;font-weight:800;font-size:.9rem;letter-spacing:.05em}.cm-copy-btn{background:transparent;border:none;color:#6366f1;cursor:pointer;padding:2px;display:flex;align-items:center;transition:transform .15s ease}.cm-copy-btn:hover{transform:scale(1.15);color:#4338ca}.cm-type-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:9999px;font-size:.78rem;font-weight:700}.cm-type-pill.percent{background:#eff6ff;color:#2563eb}.cm-type-pill.amount{background:#ecfdf5;color:#059669}.cm-status-toggle-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:9999px;font-size:.78rem;font-weight:800;border:none;cursor:pointer;transition:all .2s ease}.cm-status-toggle-btn.active{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.cm-status-toggle-btn.inactive{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.cm-usage-bar-box{display:flex;flex-direction:column;gap:4px;width:100px}.cm-usage-text{font-size:.78rem;font-weight:700;color:#475569}.cm-progress-track{width:100%;height:6px;background:#e2e8f0;border-radius:9999px;overflow:hidden}.cm-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#10b981);border-radius:9999px;transition:width .3s ease}.cm-actions-row{display:flex;align-items:center;gap:8px}.cm-btn-action{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;transition:all .2s ease}.cm-btn-action.edit:hover{background:#e0e7ff;border-color:#6366f1;color:#4338ca}.cm-btn-action.delete:hover{background:#fef2f2;border-color:#ef4444;color:#dc2626}.cm-mobile-cards-grid{display:none;grid-template-columns:1fr;gap:1rem;padding:1rem}.cm-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px #00000005}.cm-mobile-card-top{display:flex;align-items:center;justify-content:space-between}.cm-mobile-card-actions{display:flex;gap:8px;margin-top:4px}.cm-mobile-card-btn{flex:1;height:40px;border-radius:10px;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cbd5e1;background:#fff;cursor:pointer}.cm-mobile-card-btn.edit{background:#e0e7ff;color:#4338ca;border-color:#c7d2fe}.cm-mobile-card-btn.delete{background:#fef2f2;color:#dc2626;border-color:#fecaca}@media (max-width: 1024px){.cm-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cm-form-grid{grid-template-columns:1fr}.cm-table-container{display:none}.cm-mobile-cards-grid{display:grid}}.workbook-orders-container{min-height:100vh;background-color:#f8fafc;padding:1rem}.workbook-orders-wrapper{max-width:1280px;margin:0 auto}.header-section{margin-bottom:2rem}.main-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem;line-height:1.2}.subtitle{color:#6b7280;margin:0;font-size:1rem}.controls-section{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem}.controls-wrapper{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;justify-content:space-between}.search-filter-group{display:flex;flex-direction:column;gap:1rem;flex:1}.search-container{position:relative;width:100%;max-width:16rem}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem}.search-input{padding:.5rem .5rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;width:100%;outline:none;transition:all .2s;font-size:.875rem}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-container{position:relative;width:100%;max-width:12rem}.filter-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1rem;height:1rem;pointer-events:none;z-index:1}.filter-select{padding:.5rem 2rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;width:100%;background:#fff;outline:none;transition:all .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:.875rem;cursor:pointer}.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.refresh-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;outline:none}.refresh-btn:hover:not(:disabled){background-color:#2563eb}.refresh-btn:focus{box-shadow:0 0 0 3px #3b82f64d}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.refresh-icon{width:1rem;height:1rem;transition:transform .2s}.refresh-icon.spinning{animation:spin 1s linear infinite}.error-container{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.error-message{color:#dc2626;font-size:.875rem}.no-orders-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;padding:3rem;text-align:center}.no-orders-icon{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.no-orders-title{font-size:1.125rem;font-weight:500;color:#1f2937;margin:0 0 .5rem}.no-orders-text{color:#6b7280;margin:0}.orders-table-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.desktop-table{display:block;overflow-x:auto}.orders-table{width:100%;border-collapse:collapse}.table-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.table-th{padding:1rem 1.5rem;text-align:left;font-size:.875rem;font-weight:600;color:#1f2937;white-space:nowrap}.table-body{background:#fff}.table-row{transition:background-color .2s;border-bottom:1px solid #f3f4f6}.table-row:hover{background-color:#f9fafb}.table-row:last-child{border-bottom:none}.table-cell{padding:1rem 1.5rem;font-size:.875rem;color:#1f2937;white-space:nowrap}.table-cell.font-medium{font-weight:500}.table-cell.text-muted{color:#6b7280}.loading-cell{padding:3rem 1.5rem!important;text-align:center;color:#6b7280}.loading-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.status-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500;white-space:nowrap}.view-btn{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.view-btn:hover{background-color:#2563eb}.view-icon{width:1rem;height:1rem}.mobile-cards{display:none}.mobile-loading{padding:2rem;text-align:center;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.5rem}.mobile-loading-spinner{width:1.5rem;height:1.5rem;animation:spin 1s linear infinite}.mobile-cards-list{padding:0}.mobile-card{padding:1rem;border-bottom:1px solid #f3f4f6}.mobile-card:last-child{border-bottom:none}.mobile-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.mobile-order-id{font-size:.875rem;font-weight:500;color:#1f2937}.mobile-status-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:500}.mobile-card-content{margin-bottom:.75rem}.mobile-info-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.5rem}.mobile-info-row:last-child{margin-bottom:0}.mobile-label{color:#6b7280}.mobile-value{color:#1f2937}.mobile-value.font-medium{font-weight:500}.mobile-view-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.mobile-view-btn:hover{background-color:#2563eb}.mobile-view-icon{width:1rem;height:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container{background:#fff;border-radius:1rem;box-shadow:0 10px 25px #00000026;width:100%;max-width:64rem;max-height:90vh;overflow:hidden;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.modal-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#6b7280;border-radius:.5rem;transition:all .2s}.modal-close-btn:hover{color:#1f2937;background-color:#e5e7eb}.modal-close-icon{width:1.25rem;height:1.25rem}.modal-body{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 80px)}.modal-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.info-section{border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.info-section.order-info{background-color:#f8fafc}.info-section.customer-info{background-color:#eff6ff}.info-section.file-section{background-color:#f0fdf4}.info-section.status-section{background-color:#faf5ff}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.section-icon{width:1.25rem;height:1.25rem;color:#6b7280}.section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.info-list{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:center;justify-content:space-between}.info-item-vertical{display:flex;flex-direction:column;gap:.25rem}.info-label{font-weight:500;color:#6b7280;font-size:.875rem}.info-value{font-weight:500;color:#1f2937;font-size:.875rem}.download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#059669;color:#fff;text-decoration:none;border-radius:.5rem;transition:background-color .2s;font-size:.875rem;font-weight:500}.download-btn:hover{background-color:#047857}.download-icon{width:1rem;height:1rem}.file-links-grid{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;justify-content:flex-start}@media (max-width: 768px){.file-links-grid{justify-content:center}}.status-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.status-update-btn{padding:.75rem;border-radius:.5rem;border:1px solid;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;text-align:center}.status-update-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.status-update-btn:disabled{cursor:not-allowed;opacity:.6}.status-update-btn.active{cursor:default}.updating-status{margin-top:1rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#6b7280;font-size:.875rem}.updating-spinner{width:1rem;height:1rem;animation:spin 1s linear infinite}@media (min-width: 640px){.workbook-orders-container{padding:1.5rem}.controls-wrapper{flex-direction:row;align-items:center}.search-filter-group{flex-direction:row}}@media (min-width: 768px){.workbook-orders-container{padding:2rem}.main-title{font-size:2.25rem}.modal-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.mobile-cards{display:none}.desktop-table{display:block}}@media (max-width: 1023px){.desktop-table{display:none}.mobile-cards{display:block}}@media (max-width: 640px){.workbook-orders-container{padding:1rem}.main-title{font-size:1.75rem}.modal-grid,.status-buttons-grid{grid-template-columns:1fr}.modal-container{margin:.5rem;max-width:calc(100vw - 1rem)}}.terms-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0e7ef);display:flex;flex-direction:column;align-items:center;padding:0 16px}.terms-content{background:#fff;max-width:800px;width:100%;margin:40px 0 24px;border-radius:18px;box-shadow:0 4px 24px #3c48581a;padding:40px 32px 32px;display:flex;flex-direction:column;gap:32px}.terms-header{text-align:center;margin-bottom:12px}.terms-header h1{font-size:2.5rem;font-weight:700;color:#1a237e;margin-bottom:.5rem;letter-spacing:1px}.last-updated{font-size:1rem;color:#607d8b;margin-bottom:0}.terms-section{font-size:1.08rem;color:#222;line-height:1.7;margin-bottom:.5rem}.terms-section ul{padding-left:1.2rem;margin:.5rem 0 0}.terms-section li{margin-bottom:.7rem;font-size:1.05rem;color:#374151;position:relative;padding-left:.5rem}.terms-section li::marker{color:#1a237e;font-size:1.1em}.terms-footer{text-align:center;margin-top:24px;font-size:1.1rem;color:#1a237e;font-weight:500}@media (max-width: 600px){.terms-content{padding:20px 8px 16px;border-radius:10px;margin:24px 0 12px}.terms-header h1{font-size:1.5rem}.terms-section{font-size:.98rem}.terms-footer{font-size:1rem}}.year-notes-wrapper{padding:24px 16px;display:flex;flex-direction:column;gap:16px}.year-notes-header{text-align:center;max-width:980px;margin:0 auto}.year-notes-header h1{font-size:clamp(1.8rem,2.8vw,2.6rem);margin:0 0 8px}.year-notes-header p{color:#6b7280;margin:0}.accordion{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.accordion-item{border:1px solid #d8e0ff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #00000014;background:transparent}.accordion-item.open{border-color:#3b82f6}.accordion-summary{width:100%;border:0;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-item:nth-child(odd) .accordion-summary{background:#e7edfd;color:#0f172a}.accordion-item:nth-child(2n) .accordion-summary{background:#e6faea;color:#0f172a}.summary-left{display:flex;align-items:center;gap:14px}.badge{background:#fff;color:#0f172a;width:42px;height:42px;border-radius:999px;display:grid;place-items:center;font-weight:700;border:1px solid #cbd5e1}.title{font-weight:700;font-size:1.1rem}.subtitle{color:#334155;font-size:.95rem;margin-top:4px}.chev{color:#0f172a;transform:rotate(-90deg);transition:transform .2s ease;font-size:18px}.chev.rot{transform:rotate(0)}.accordion-content{max-height:0;overflow:hidden;background:#fff;transition:max-height .25s ease}.accordion-item.open .accordion-content{max-height:480px}.content-list{list-style:none;padding:8px 16px 16px;margin:0;display:grid;gap:10px}.content-row{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0}.content-row a{color:#1d4ed8;text-decoration:none;font-weight:600}.content-row a:hover{text-decoration:underline}.meta{color:#64748b;font-size:.85rem}.empty{color:#64748b;padding:16px}@media (max-width: 768px){.accordion{padding:0 4px}.badge{width:36px;height:36px}}h1{text-align:center}:root{--nm-bg: #fff7ed;--nm-bg-2: #fff7ed;--nm-surface: #ffffff;--nm-surface-2: #faf7f4;--nm-text: #0f172a;--nm-text-dim: #475569;--nm-primary: #2563eb;--nm-primary-600: #1d4ed8;--nm-danger: #dc2626;--nm-success: #16a34a;--nm-border: rgba(2, 6, 23, .12);--nm-shadow: 0 10px 24px rgba(2, 6, 23, .08);--nm-radius: 14px}.nm-container{--max-w: 1200px;margin:0 auto;padding:24px;max-width:var(--max-w);color:var(--nm-text);min-height:100vh;background:var(--nm-bg)}.nm-title{font-size:28px;font-weight:800;letter-spacing:.2px;margin:0 0 18px}.nm-header{display:flex;flex-direction:column;gap:16px}.nm-year-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:var(--nm-surface);border:1px solid var(--nm-border);border-radius:var(--nm-radius);box-shadow:var(--nm-shadow)}.nm-label{font-weight:700;font-size:15px;color:var(--nm-text)}.nm-select,.nm-input,.nm-file,.nm-select-inline{height:42px;padding:8px 12px;font-size:14px;color:var(--nm-text);background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s,background .2s,transform .05s}.nm-input::placeholder{color:#94a3b8}.nm-select:hover,.nm-input:hover,.nm-file:hover,.nm-select-inline:hover{transform:translateY(-1px)}.nm-select:focus,.nm-input:focus,.nm-file:focus,.nm-select-inline:focus{border-color:var(--nm-primary);box-shadow:0 0 0 4px #2563eb26}.nm-actions{margin:12px 0 6px}.nm-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #e5e7eb;background:#fff;color:var(--nm-text);padding:10px 14px;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;transition:transform .06s ease,background .2s,border-color .2s,color .2s,box-shadow .2s}.nm-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #02061714}.nm-button:active{transform:translateY(0)}.nm-button[disabled]{opacity:.75;cursor:not-allowed}.nm-button--primary{background:linear-gradient(180deg,var(--nm-primary),var(--nm-primary-600));border-color:transparent;color:#fff;box-shadow:0 8px 18px #2563eb40}.nm-button--secondary{background:#f8fafc}.nm-button--danger{background:var(--nm-danger);border-color:#00000014;color:#fff;box-shadow:0 8px 18px #dc262640}.nm-button--ghost{background:transparent;color:var(--nm-text);border-color:#02061729}.nm-button--ghost:hover{background:#0206170a}.nm-card{background:var(--nm-surface);border:1px solid var(--nm-border);border-radius:var(--nm-radius);box-shadow:var(--nm-shadow)}.nm-form{padding:16px}.nm-form-row{display:flex;flex-wrap:wrap;gap:12px}.nm-input-group{flex:1 1 220px}.nm-file{padding:6px 10px}.nm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.nm-empty{grid-column:1/-1;color:var(--nm-text-dim);padding:24px;text-align:center;border:1px dashed #e5e7eb;border-radius:var(--nm-radius);background:#fff}.nm-subject-card{padding:16px}.nm-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.nm-subject-title{margin:0;font-size:18px;color:var(--nm-text)}.nm-card-actions{display:flex;gap:8px;flex-wrap:wrap}.nm-subform{margin:12px 0 10px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:var(--nm-surface-2)}.nm-list{margin-top:6px}.nm-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #eef2f7}.nm-item:last-child{border-bottom:none}.nm-tag{font-size:12px;color:var(--nm-text-dim)}.nm-link{color:var(--nm-success);font-weight:700;text-decoration:none}.nm-link:hover{text-decoration:underline}@media (max-width: 640px){.nm-year-card{flex-direction:column;align-items:stretch}.nm-card-header{align-items:flex-start;flex-direction:column}}.issue-manager-wrapper{display:flex;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8edf2)}.issue-manager-container{flex:1;margin-left:220px;min-width:0;transition:all .3s ease-in-out}@media (max-width: 900px){.issue-manager-wrapper{flex-direction:column}.issue-manager-container{margin-left:0!important;width:100%!important;max-width:100vw!important;overflow-x:hidden}}.issue-manager-content{padding:32px;margin-top:0}.issue-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px;flex-wrap:wrap}.header-text{flex:1;min-width:250px}.header-title{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.2}.header-subtitle{color:#6b7280;margin:0;font-size:16px}.refresh-button{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;color:#2563eb;border:2px solid #dbeafe;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.refresh-button:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb26}.refresh-icon,.refresh-icon-spin{flex-shrink:0}.refresh-icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-text{display:inline}.loading-container{display:flex;justify-content:center;align-items:center;padding:80px 20px;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;color:#2563eb}.empty-state{background:#fff;padding:60px 40px;text-align:center;border-radius:24px;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb}.empty-icon{font-size:64px;margin-bottom:16px}.empty-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px}.empty-subtitle{color:#6b7280;font-size:16px;margin:0}.issues-grid{display:flex;flex-direction:column;gap:24px}.issue-card{background:#fff;border-radius:24px;box-shadow:0 4px 12px #0000000f;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.issue-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.issue-card-layout{display:flex;flex-direction:column}.issue-details{flex:1;padding:28px}.issue-badges{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.status-badge{padding:8px 16px;border-radius:20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-open{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;border:1px solid #fecaca}.status-in-progress{background:linear-gradient(135deg,#fefce8,#fef3c7);color:#ca8a04;border:1px solid #fde68a}.status-resolved{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#16a34a;border:1px solid #bbf7d0}.order-id{font-size:13px;color:#9ca3af;font-family:Courier New,monospace;font-weight:600;background:#f9fafb;padding:6px 12px;border-radius:8px;border:1px solid #e5e7eb}.issue-book-name{font-size:22px;font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.3;word-wrap:break-word}.issue-type{display:flex;align-items:center;gap:8px;color:#dc2626;font-weight:600;font-size:15px;margin-bottom:20px;padding:12px 16px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:12px;border:1px solid #fecaca}.issue-description-box{background:#f9fafb;border-radius:16px;padding:20px;margin-bottom:24px;border:1px solid #e5e7eb}.description-label{display:block;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.description-text{color:#374151;font-size:15px;line-height:1.6;margin:0}.issue-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding-top:20px;border-top:2px solid #f3f4f6}.metadata-item{display:flex;flex-direction:column;gap:6px}.metadata-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.metadata-value{font-size:14px;color:#4b5563;margin:0;word-wrap:break-word;overflow:hidden;text-overflow:ellipsis}.issue-actions{display:flex;flex-direction:column;gap:20px;padding:28px;background:linear-gradient(135deg,#fafbfc,#f3f4f6);border-top:1px solid #e5e7eb}.actions-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.image-preview{position:relative;display:block;width:100%;aspect-ratio:16 / 9;background:#e5e7eb;border-radius:16px;overflow:hidden;border:2px solid #d1d5db;cursor:pointer;transition:all .3s ease}.image-preview:hover{transform:scale(1.02);box-shadow:0 8px 16px #00000026}.preview-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-preview:hover .preview-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;gap:8px}.image-preview:hover .image-overlay{opacity:1}.image-placeholder{width:100%;aspect-ratio:16 / 9;background:#f3f4f6;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;border:2px dashed #d1d5db}.placeholder-text{font-size:12px;margin-top:8px}.action-buttons{display:flex;flex-direction:column;gap:12px;margin-top:auto}.action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:12px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.action-button-progress{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.action-button-progress:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:translateY(-2px);box-shadow:0 4px 8px #f59e0b4d}.action-button-resolve{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-button-resolve:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 8px #10b9814d}.action-button-resolved{background:#f0fdf4;color:#16a34a;border:2px solid #bbf7d0;cursor:default}.action-button:active:not(.action-button-resolved){transform:scale(.98)}@media (max-width: 1024px){.issue-manager-container{margin-left:0}.issue-manager-content{padding:24px}.header-title{font-size:28px}.issue-card-layout{flex-direction:column}.issue-actions{border-top:1px solid #e5e7eb;border-left:none}}@media (max-width: 768px){.issue-manager-content{padding:20px;margin-top:60px}.issue-header{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px}.header-title{font-size:24px}.header-subtitle{font-size:14px}.refresh-button{width:100%;justify-content:center;padding:14px 20px}.refresh-text{display:inline}.issue-card{border-radius:20px}.issue-details{padding:20px}.issue-book-name{font-size:18px}.issue-type{font-size:14px;padding:10px 14px}.issue-description-box{padding:16px}.description-text{font-size:14px}.issue-metadata{grid-template-columns:1fr;gap:16px}.issue-actions{padding:20px}.action-button{padding:12px 16px;font-size:13px}.empty-state{padding:40px 24px;border-radius:20px}.empty-icon{font-size:48px}.empty-title{font-size:20px}.empty-subtitle{font-size:14px}}@media (max-width: 480px){.issue-manager-content{padding:16px}.header-title{font-size:20px}.issue-badges{gap:8px}.status-badge{font-size:10px;padding:6px 12px}.order-id{font-size:11px;padding:5px 10px}.issue-book-name{font-size:16px}.issue-type,.description-text,.metadata-value{font-size:13px}.action-button{font-size:12px;padding:11px 14px}}@media (max-width: 360px){.issue-manager-content{padding:12px}.header-title{font-size:18px}.issue-details,.issue-actions{padding:16px}.issue-book-name{font-size:15px}}
