@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--header-height: 68px}body.scrolled{--header-height: 64px}.header{position:fixed;inset:0 0 auto;z-index:1000;height:var(--header-height);background:#0f1419f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.header-container{width:100%;max-width:1400px;height:100%;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;height:100%;padding:2px 0}.logo-image{display:block;height:auto;max-height:calc(var(--header-height) - 15px);width:auto;object-fit:contain;border-radius:6px;margin-top:20px}.nav{display:flex;align-items:center;gap:50px}.nav-links{display:flex;gap:40px}.nav-links a{color:var(--text-light);text-decoration:none;font-weight:500;font-size:18px;transition:all .3s ease;position:relative;padding:8px 0;cursor:pointer}.nav-links a:hover{color:var(--secondary-color)}.auth-buttons{display:flex;gap:16px}.btn-login,.btn-signup{padding:10px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;font-size:16px;text-align:center}.btn-login{background:transparent;color:var(--text-light);border:2px solid rgba(255,255,255,.3)}.btn-signup{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);border:none}.mobile-menu-toggle{display:none;background:none;border:none;color:var(--text-light);font-size:28px;cursor:pointer;z-index:1001}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#0f1419fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:20px;flex-direction:column;gap:20px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav a{color:var(--text-light);text-decoration:none;font-size:1.2rem;padding:10px;text-align:center;border-radius:6px;transition:background .3s ease}.mobile-nav a:hover{background:#ffffff1a}.mobile-auth-buttons{display:flex;flex-direction:column;gap:15px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 992px){.nav{display:none}.mobile-menu-toggle{display:block}.mobile-nav{display:flex}}@media (max-width: 768px){:root{--header-height: 64px}.header-container{padding:0 20px}.logo-image{max-height:calc(var(--header-height) - 14px)}}.hero{min-height:100vh;height:calc(100vh -var(--header-height) - 1px);height:calc(100svh - var(--header-height) - 1px);background:url(/assets/background-CItrMBwC.png) center center / cover no-repeat;display:flex;align-items:center;position:relative;overflow:hidden;overflow:clip;padding-top:var(--header-height)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(243,156,18,.08) 0%,transparent 60%)}.hero-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2;text-align:left}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-visual{display:none}.hero-badge{position:absolute;top:16px;right:40px;z-index:3;display:inline-flex;align-items:center;background:#f5f5f5d9;color:#050404;border:1px solid rgba(243,156,18,.3);padding:8px 16px;border-radius:50px;font-size:16px;font-weight:500;color:var(--secondary-color)}@media (max-width: 992px){.hero-badge{position:static;align-self:center;margin:0 0 16px}}.hero-title{font-size:clamp(2.8rem,5vw,4.2rem);font-weight:700;line-height:1.1;margin-bottom:24px;color:var(--text-light)}.highlight{color:var(--secondary-color);position:relative}.hero-description{font-size:clamp(1.1rem,2vw,1.5rem);color:#ffffffd9;line-height:1.7;margin-bottom:40px;max-width:600px;font-weight:400}.hero-actions{display:flex;gap:20px;margin-bottom:60px;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);padding:16px 32px;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:18px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 25px #f39c124d;display:inline-flex;align-items:center;gap:8px;animation:pulse 2s infinite}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f39c1266;animation-play-state:paused}.btn-secondary{background:transparent;color:var(--text-light);border:2px solid rgba(255,255,255,.3);padding:14px 32px;border-radius:8px;font-weight:600;cursor:pointer;font-size:18px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-secondary:hover{background:#ffffff1a;border-color:var(--secondary-color);color:var(--secondary-color)}.hero-visual{animation:slideInRight .8s ease forwards;position:relative;height:500px;overflow:hidden}.logistics-visual{position:relative;width:100%;height:100%;background:linear-gradient(135deg,#1b365d1a,#2c3e501a);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.port-scene{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to top,rgba(27,54,93,.8) 0%,transparent 100%)}.crane-modern{position:absolute;right:60px;top:20px;width:8px;height:300px;background:var(--secondary-color);border-radius:4px}.crane-modern:before{content:"";position:absolute;top:40px;left:-80px;width:120px;height:6px;background:var(--secondary-color);border-radius:3px}.crane-modern:after{content:"";position:absolute;top:35px;right:-40px;width:60px;height:4px;background:var(--accent-color);border-radius:2px}.containers-modern{position:absolute;bottom:40px;left:40px;right:40px;height:200px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;align-items:end}.container-stack-modern{display:flex;flex-direction:column;gap:4px;align-items:center}.container-modern{width:100%;height:32px;border-radius:4px;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 8px #0000004d;position:relative}.container-modern:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:2px;background:#ffffff4d}.container-blue-modern{background:linear-gradient(135deg,#2e5bba,#4a90e2)}.container-orange-modern{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%)}.container-red-modern{background:linear-gradient(135deg,#c1440e,#e74c3c)}.container-green-modern{background:linear-gradient(135deg,#27ae60,#2ecc71)}.container-purple-modern{background:linear-gradient(135deg,#8e44ad,#9b59b6)}@media (max-width: 1200px){.hero-container{grid-template-columns:1fr;gap:60px}.hero-visual{order:-1;height:400px;max-width:500px;margin:0 auto 40px}}@media (max-width: 992px){.hero-container{text-align:center}.hero-actions{justify-content:center}.hero-badge{margin:0 auto 24px}}@media (max-width: 768px){.hero{padding-top:var(--header-height)}.hero-container{padding:0 20px}.hero-title{font-size:2.8rem}.hero-actions{flex-direction:column;align-items:stretch}.logistics-visual{border:none}}.about{padding:120px 0;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);position:relative}.about:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 70%,rgba(243,156,18,.05) 0%,transparent 50%)}.about-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1000px;margin:0 auto}.about-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:50px 40px;border-radius:20px;text-align:center;border:1px solid var(--glass-border);transition:all .3s ease;position:relative;overflow:hidden;transform-style:preserve-3d}.about-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(243,156,18,.1),transparent);transition:left .6s ease}.about-card:hover:before{left:100%}.about-card:hover{transform:translateY(-10px) rotateX(5deg) rotateY(-5deg);border-color:#f39c124d;box-shadow:0 20px 40px #0000004d}.about-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;color:var(--text-light);box-shadow:0 8px 25px #f39c124d}.about-card h3{font-size:1.8rem;font-weight:600;color:var(--secondary-color);margin-bottom:20px}.about-card p{color:#ffffffe6;line-height:1.7;font-size:1.2rem}@media (max-width: 1200px){.about-grid{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.about-container{padding:0 20px}.section-title{font-size:2.5rem}.about-grid{grid-template-columns:1fr}}.services{padding:120px 0;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative}.services-container{max-width:1400px;margin:0 auto;padding:0 40px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.service-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px 32px;border-radius:16px;border:1px solid var(--glass-border);transition:all .3s ease;position:relative;overflow:hidden;transform-style:preserve-3d}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(243,156,18,.05),transparent);transition:left .6s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-8px) rotateX(3deg) rotateY(3deg);border-color:#f39c124d;box-shadow:0 20px 40px #0000004d}.service-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.5rem;color:var(--text-light);box-shadow:0 8px 25px #f39c1240}.service-title{font-size:1.5rem;font-weight:600;color:var(--text-light);margin-bottom:12px}.service-description{color:#fffc;line-height:1.6;margin-bottom:20px;font-size:1.1rem}.service-features{list-style:none;margin-top:16px;padding-left:0}.service-features li{color:#ffffffb3;font-size:16px;margin-bottom:8px;padding-left:20px;position:relative}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--secondary-color);font-weight:700}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width: 768px){.services-container{padding:0 20px}.section-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr}}.team{background:linear-gradient(135deg,var(--bg-tertiary) 0%,#34495e 100%);padding:120px 0;position:relative}.team-container{max-width:1400px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.team-content h2{font-size:clamp(2.5rem,4vw,3.8rem);font-weight:700;color:var(--text-light);margin-bottom:30px}.team-roles{display:grid;grid-template-columns:1fr;gap:30px;margin-top:40px}.role-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:30px;border-radius:16px;border:1px solid var(--glass-border);transition:all .3s ease}.role-card:hover{transform:translateY(-5px);border-color:#f39c124d;box-shadow:0 15px 35px #0003}.role-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px;box-shadow:0 8px 25px #f39c1240}.role-card h4{color:var(--secondary-color);font-size:1.5rem;font-weight:600;margin-bottom:12px}.role-card p{color:#fffc;line-height:1.6;font-size:1.1rem}.team-visual{position:relative}.team-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.team-photo{width:100%;height:auto;aspect-ratio:4 / 3;max-height:500px;object-fit:cover;border-radius:20px;transition:transform .3s ease;display:block}.team-image-container:hover .team-photo{transform:scale(1.05)}.team-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:30px;border-radius:0 0 20px 20px}.team-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stat-card{text-align:center;background:transparent;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(15px);padding:15px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;min-width:90px}.stat-card:hover{background:#fff3;border-color:#f39c1266;transform:translateY(-2px)}.stat-number{font-size:.9rem;font-weight:700;background:linear-gradient(135deg,#f39c12,#e67e22);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#f39c12;display:block;margin-bottom:8px;letter-spacing:0px}.stat-text{font-size:.7rem;font-weight:500;color:#e70d0de6;text-transform:uppercase;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.5);line-height:1.2}@supports not (-webkit-background-clip: text){.stat-number{color:#f39c12;text-shadow:0 2px 4px rgba(0,0,0,.3)}}.stat-card .stat-number{min-height:2.2rem;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.team-container{grid-template-columns:1fr;gap:40px}.team-stats-grid{grid-template-columns:repeat(3,1fr);max-width:400px;margin:0 auto}}@media (max-width: 768px){.team-container{padding:0 20px}.team-stats-grid{grid-template-columns:1fr;gap:15px}.stat-number{font-size:1rem}.stat-text{font-size:.8rem}}@media (max-width: 480px){.team-overlay{padding:20px 15px}.stat-card{padding:15px 10px}}.career{padding:120px 0;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative}.career-container{max-width:1400px;margin:0 auto;padding:0 40px}.career-content{display:grid;grid-template-columns:1fr;gap:40px;align-items:center;margin-top:60px}.career-action{text-align:center;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:60px 40px;border-radius:20px;border:1px solid var(--glass-border);max-width:400px;margin:0 auto}.btn-apply{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);padding:20px 40px;border:none;border-radius:12px;font-weight:600;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #f39c124d;display:inline-flex;align-items:center;gap:12px;animation:pulse 2s infinite}.btn-apply:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f39c1266;animation-play-state:paused}.section-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#fffc;max-width:650px;margin:0 auto;font-weight:400}@media (max-width: 768px){.career-container{padding:0 20px}.section-title{font-size:2.5rem}}.contact{padding:120px 0;background:linear-gradient(135deg,var(--bg-tertiary) 0%,var(--bg-primary) 100%)}.contact-container{max-width:1400px;margin:0 auto;padding:0 40px}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px}.contact-info{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:50px 40px;border-radius:16px;border:1px solid var(--glass-border)}.contact-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:40px;padding:24px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.contact-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text-light);flex-shrink:0}.contact-details h4{color:var(--secondary-color);font-weight:600;margin-bottom:4px;font-size:1.2rem}.contact-details p{color:var(--text-light);opacity:.9;line-height:1.5;font-size:1.1rem;word-break:break-word}.contact-form{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:50px 40px;border-radius:16px;border:1px solid var(--glass-border)}.form-group{margin-bottom:24px;position:relative}.form-group input,.form-group select,.form-group textarea{width:100%;padding:24px 16px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--text-light);font-size:16px;transition:all .3s ease;font-family:inherit;outline:none}.form-group label{position:absolute;left:16px;top:18px;font-size:16px;font-weight:600;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease;pointer-events:none;transform-origin:left top;z-index:1}.form-group input:focus~label,.form-group input:not(:placeholder-shown)~label,.form-group textarea:focus~label,.form-group textarea:not(:placeholder-shown)~label,.form-group select:focus~label,.form-group select:valid~label{top:-8px;left:12px;font-size:12px;font-weight:500;background:#00000080;color:var(--secondary-color);-webkit-text-fill-color:var(--secondary-color);padding:2px 6px;border-radius:3px;z-index:2}.form-group select{color:var(--text-light)}.form-group select option[value=""]{color:#fff6}.form-group select option{background:var(--bg-secondary);color:var(--text-light);padding:12px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-color);background:#ffffff14;box-shadow:0 0 0 3px #f39c121a}.form-group textarea{resize:vertical;min-height:120px;padding-top:24px}.form-submit{width:100%;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);padding:18px;border:none;border-radius:8px;font-weight:600;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #f39c1240}.form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 35px #f39c1259}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.section-header{text-align:center;margin-bottom:80px}.section-title{font-size:clamp(2.5rem,4vw,3.8rem);font-weight:700;color:var(--text-light);margin-bottom:20px}.section-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:#f9f9f9cc;max-width:650px;margin:0 auto;font-weight:400}.form-group input.form-reset+label,.form-group textarea.form-reset+label,.form-group select.form-reset+label{top:18px;font-size:16px;color:#fff9;font-weight:400;background:transparent;padding:0}@media (max-width: 1200px){.contact-content{grid-template-columns:1fr;gap:60px}}@media (max-width: 768px){.contact-container{padding:0 20px}.section-title{font-size:2.5rem}.contact-content{grid-template-columns:1fr}.contact-info,.contact-form{padding:30px 20px}.contact-item{padding:15px;gap:15px}}.footer{background:var(--bg-primary);padding:60px 0 30px;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.modal-overlay{position:fixed!important;inset:0!important;background-color:#0009!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important}.footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px}.footer-brand{max-width:300px}.logo{display:flex;align-items:center;gap:16px;text-decoration:none;margin-bottom:20px}.logo-image{height:60px;width:auto;object-fit:cover;object-position:center;border-radius:8px;display:block;transition:all .4s ease-in-out}.footer-brand p{color:#ffffffb3;line-height:1.6;margin-bottom:20px}.footer-section h4{color:var(--text-light);font-weight:600;margin-bottom:20px;font-size:1.2rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section ul li a,.footer-link{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:16px;background:none;border:none;cursor:pointer;padding:0;margin:0;text-align:left;font-family:inherit;line-height:inherit;display:inline}.footer-section ul li a:hover,.footer-link:hover{color:var(--secondary-color)}.footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff80;font-size:16px}@media (max-width: 1200px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer-container{padding:0 20px}.footer-content{grid-template-columns:1fr;gap:30px}.footer-brand{text-align:center;margin:0 auto}.logo,.footer-brand div{justify-content:center}}.documentation-modal-overlay{position:fixed!important;inset:0!important;background-color:#0009!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important}.documentation-modal-content{background-color:#fff;border-radius:.75rem;max-width:80rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;position:relative}.documentation-modal-header{position:sticky;top:0;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:.75rem .75rem 0 0;z-index:10}.documentation-modal-header-title{display:flex;align-items:center;gap:.75rem}.documentation-modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.documentation-modal-close{padding:.5rem;border:none;background:none;color:#fff;cursor:pointer;border-radius:50%;transition:background-color .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.documentation-modal-close:hover{background-color:#fff3}.documentation-modal-body{padding:2rem}.documentation-welcome-section{text-align:center;margin-bottom:2rem}.documentation-welcome-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.documentation-welcome-description{font-size:1.125rem;color:#6b7280;max-width:48rem;margin:0 auto;line-height:1.6}.documentation-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.documentation-stat-card{text-align:center;padding:1rem;border-radius:.5rem;border:1px solid}.documentation-stat-card.blue{background-color:#eff6ff;border-color:#bfdbfe}.documentation-stat-card.green{background-color:#f0fdf4;border-color:#bbf7d0}.documentation-stat-card.purple{background-color:#faf5ff;border-color:#e9d5ff}.documentation-stat-card.orange{background-color:#fff7ed;border-color:#fed7aa}.documentation-stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.documentation-stat-card.blue .documentation-stat-value{color:#2563eb}.documentation-stat-card.green .documentation-stat-value{color:#16a34a}.documentation-stat-card.purple .documentation-stat-value{color:#9333ea}.documentation-stat-card.orange .documentation-stat-value{color:#ea580c}.documentation-stat-label{font-size:.875rem;color:#6b7280}.documentation-services-section{margin-bottom:2rem}.documentation-services-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.documentation-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.documentation-service-card{border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.documentation-service-card:hover{box-shadow:0 4px 6px -1px #0000001a}.documentation-service-card.blue:hover{border-color:#93c5fd}.documentation-service-card.green:hover{border-color:#86efac}.documentation-service-card.purple:hover{border-color:#d8b4fe}.documentation-service-card.orange:hover{border-color:#fdba74}.documentation-service-card.red:hover{border-color:#fca5a5}.documentation-service-card.indigo:hover{border-color:#a5b4fc}.documentation-service-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.documentation-service-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.documentation-service-icon.blue{background-color:#dbeafe}.documentation-service-icon.green{background-color:#dcfce7}.documentation-service-icon.purple{background-color:#f3e8ff}.documentation-service-icon.orange{background-color:#fed7aa}.documentation-service-icon.red{background-color:#fecaca}.documentation-service-icon.indigo{background-color:#e0e7ff}.documentation-service-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.documentation-service-features{list-style:none;padding:0;margin:0}.documentation-service-feature{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;color:#6b7280}.documentation-service-feature:last-child{margin-bottom:0}.documentation-service-checkmark{color:#10b981;margin-top:.125rem}.documentation-process-section{background:linear-gradient(to right,#eff6ff,#e0f2fe);border-radius:.75rem;padding:2rem;margin-bottom:2rem;border:1px solid #bfdbfe}.documentation-process-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.documentation-process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.documentation-process-step{text-align:center}.documentation-process-number{width:4rem;height:4rem;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;box-shadow:0 4px 6px -1px #0000001a}.documentation-process-number.step1{background-color:#2563eb}.documentation-process-number.step2{background-color:#16a34a}.documentation-process-number.step3{background-color:#9333ea}.documentation-process-number.step4{background-color:#ea580c}.documentation-process-step-title{font-weight:600;margin-bottom:.5rem;color:#1f2937}.documentation-process-step-description{font-size:.875rem;color:#6b7280}.documentation-features-section{background-color:#f9fafb;border-radius:.75rem;padding:2rem;border:1px solid #e5e7eb;margin-bottom:2rem}.documentation-features-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.documentation-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.documentation-feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#fff;border-radius:.5rem}.documentation-feature-emoji{font-size:1.5rem}.documentation-feature-content h5{font-weight:600;color:#1f2937;margin-bottom:.25rem}.documentation-feature-content p{font-size:.875rem;color:#6b7280;margin:0}.documentation-contact-section{background-color:#1f2937;color:#fff;border-radius:.75rem;padding:2rem}.documentation-contact-header{text-align:center;margin-bottom:1.5rem}.documentation-contact-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.documentation-contact-description{color:#d1d5db}.documentation-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;text-align:center}.documentation-contact-card{padding:1rem;background-color:#374151;border-radius:.5rem}.documentation-contact-emoji{font-size:2rem;margin-bottom:.5rem}.documentation-contact-card-title{font-weight:600;margin-bottom:.25rem}.documentation-contact-info{color:#d1d5db;margin-bottom:.25rem}.documentation-contact-note{font-size:.875rem;color:#9ca3af}@media (max-width: 768px){.documentation-modal-overlay{padding:.5rem!important}.documentation-modal-content{max-width:100%}.documentation-modal-header{padding:1rem}.documentation-modal-header h2{font-size:1.25rem}.documentation-modal-body{padding:1rem}.documentation-welcome-title{font-size:1.5rem}.documentation-services-grid,.documentation-features-grid,.documentation-contact-grid{grid-template-columns:1fr}.documentation-process-section,.documentation-features-section,.documentation-contact-section{padding:1rem}}@media (max-width: 480px){.documentation-modal-header{flex-direction:column;gap:1rem;align-items:flex-start}.documentation-modal-close{align-self:flex-end;margin-top:-2rem}.documentation-stats-grid{grid-template-columns:repeat(2,1fr)}.documentation-process-grid{grid-template-columns:1fr}}.faq-modal-overlay{position:fixed!important;inset:0!important;background-color:#0009!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important}.faq-modal-content{background-color:#fff;border-radius:.75rem;max-width:80rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;position:relative}.faq-modal-header{position:sticky;top:0;background:linear-gradient(to right,#9333ea,#7c3aed);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:.75rem .75rem 0 0;z-index:10}.faq-modal-header-title{display:flex;align-items:center;gap:.75rem}.faq-modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.faq-modal-header .emoji{font-size:1.5rem}.faq-modal-close{padding:.5rem;border:none;background:none;color:#fff;cursor:pointer;border-radius:50%;transition:background-color .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.faq-modal-close:hover{background-color:#fff3}.faq-modal-body{padding:2rem}.faq-search-container{margin-bottom:2rem;position:relative}.faq-search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;color:#374151;transition:all .3s ease}.faq-search-input:focus{outline:2px solid #9333ea;outline-offset:2px;border-color:transparent}.faq-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.25rem}.faq-welcome-section{text-align:center;margin-bottom:3rem}.faq-welcome-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.faq-welcome-description{color:#6b7280;max-width:48rem;margin:0 auto;line-height:1.6}.faq-category{margin-bottom:2rem}.faq-category-header{border:2px solid;border-radius:.5rem;padding:1rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.faq-category-header.blue{border-color:#bfdbfe;background-color:#eff6ff;color:#1e40af}.faq-category-header.green{border-color:#bbf7d0;background-color:#f0fdf4;color:#166534}.faq-category-header.purple{border-color:#e9d5ff;background-color:#faf5ff;color:#7c2d12}.faq-category-header.orange{border-color:#fed7aa;background-color:#fff7ed;color:#c2410c}.faq-category-header.indigo{border-color:#c7d2fe;background-color:#eef2ff;color:#3730a3}.faq-category-header.red{border-color:#fecaca;background-color:#fef2f2;color:#991b1b}.faq-questions-container{display:flex;flex-direction:column;gap:.75rem}.faq-question-item{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.faq-question-item:hover{box-shadow:0 4px 6px -1px #0000001a}.faq-question-button{width:100%;padding:1.5rem;text-align:left;background-color:#f9fafb;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question-button:hover{background-color:#f3f4f6}.faq-question-text{font-weight:500;color:#1f2937;padding-right:1rem;line-height:1.5}.faq-question-icon{color:#6b7280;font-size:1.25rem;flex-shrink:0}.faq-answer{padding:1.5rem;background-color:#fff;border-top:1px solid #e5e7eb}.faq-answer-text{color:#374151;line-height:1.75;margin:0}.faq-no-results{text-align:center;padding:4rem 0}.faq-no-results-icon{font-size:4rem;margin-bottom:1rem}.faq-no-results-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.faq-no-results-description{color:#6b7280}.faq-support-section{background:linear-gradient(to right,#faf5ff,#eef2ff);border-radius:.75rem;padding:2rem;margin-top:2rem;border:1px solid #e9d5ff}.faq-support-header{text-align:center;margin-bottom:2rem}.faq-support-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.faq-support-description{color:#6b7280}.faq-support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.faq-support-card{text-align:center;padding:1.5rem;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #f3f4f6}.faq-support-card-icon{font-size:2rem;margin-bottom:.75rem}.faq-support-card-title{font-weight:600;margin-bottom:.5rem;color:#1f2937}.faq-support-card-info{color:#6b7280;margin-bottom:.25rem}.faq-support-card-note{font-size:.875rem;color:#9ca3af}.faq-quick-links{margin-top:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.faq-quick-links-text{text-align:center;color:#6b7280;margin:0}.faq-quick-links-separator{margin:0 .5rem}.faq-quick-link{color:#9333ea;text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit}.faq-quick-link:hover{text-decoration:underline}@media (max-width: 768px){.faq-modal-overlay{padding:.5rem!important}.faq-modal-content{max-width:100%}.faq-modal-header{padding:1rem}.faq-modal-header h2{font-size:1.25rem}.faq-modal-body{padding:1rem}.faq-welcome-title{font-size:1.5rem}.faq-support-grid{grid-template-columns:1fr}.faq-question-button,.faq-answer{padding:1rem}}@media (max-width: 480px){.faq-modal-header{flex-direction:column;gap:1rem;align-items:flex-start}.faq-modal-close{align-self:flex-end;margin-top:-2rem}}.terms-modal-overlay{position:fixed!important;inset:0!important;background-color:#0009!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important}.terms-modal-content{background-color:#fff;border-radius:.75rem;max-width:80rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;position:relative}.terms-modal-header{position:sticky;top:0;background:linear-gradient(to right,#374151,#1f2937);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:.75rem .75rem 0 0;z-index:10}.terms-modal-header-title{display:flex;align-items:center;gap:.75rem}.terms-modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.terms-modal-close{padding:.5rem;border:none;background:none;color:#fff;cursor:pointer;border-radius:50%;transition:background-color .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.terms-modal-close:hover{background-color:#fff3}.terms-modal-body{padding:2rem}.terms-notice-box{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:2rem;display:flex;align-items:flex-start;gap:.75rem}.terms-notice-icon{color:#d97706;font-size:1.25rem;margin-top:.125rem}.terms-notice-title{color:#92400e;font-weight:600;margin-bottom:.25rem}.terms-notice-description{color:#a16207;font-size:.875rem;margin:0}.terms-section{margin-bottom:2rem}.terms-main-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.terms-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.terms-section-number{width:2rem;height:2rem;background-color:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.terms-section-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.terms-subsection{margin-left:2.5rem;margin-bottom:1rem}.terms-subsection-title{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:1rem}.terms-paragraph{color:#374151;line-height:1.75;margin-bottom:.75rem}.terms-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;color:#374151;margin-top:.75rem}.terms-list{list-style:none;padding:0;margin:0;color:#374151}.terms-list li{margin-bottom:.25rem}.terms-contact-section{background-color:#f9fafb;padding:2rem;border-radius:.5rem;border:1px solid #e5e7eb;margin-bottom:1rem}.terms-contact-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937;display:flex;align-items:center;gap:.5rem}.terms-contact-description{margin-bottom:1rem;color:#374151}.terms-contact-box{background-color:#fff;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb}.terms-contact-company{color:#1f2937;margin-bottom:.5rem;font-weight:600}.terms-contact-detail{color:#6b7280;margin-bottom:.25rem}.terms-legal-notice{margin-top:2rem;padding:1rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem}.terms-legal-notice-text{color:#1e40af;font-size:.875rem;margin:0;line-height:1.5}@media (max-width: 768px){.terms-modal-overlay{padding:.5rem!important}.terms-modal-content{max-width:100%}.terms-modal-header{padding:1rem}.terms-modal-header h2{font-size:1.25rem}.terms-modal-body{padding:1rem}.terms-main-title{font-size:1.5rem}.terms-subsection{margin-left:1rem}.terms-service-grid{grid-template-columns:1fr}.terms-contact-section{padding:1rem}}@media (max-width: 480px){.terms-modal-header{flex-direction:column;gap:1rem;align-items:flex-start}.terms-modal-close{align-self:flex-end;margin-top:-2rem}.terms-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.privacy-modal-overlay{position:fixed!important;inset:0!important;background-color:#0009!important;z-index:9999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1rem!important}.privacy-modal-content{background-color:#fff;border-radius:.75rem;max-width:80rem;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;position:relative}.privacy-modal-header{position:sticky;top:0;background:linear-gradient(to right,#059669,#047857);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:.75rem .75rem 0 0;z-index:10}.privacy-modal-header-title{display:flex;align-items:center;gap:.75rem}.privacy-modal-header h2{font-size:1.5rem;font-weight:700;margin:0}.privacy-modal-close{padding:.5rem;border:none;background:none;color:#fff;cursor:pointer;border-radius:50%;transition:background-color .3s ease;font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.privacy-modal-close:hover{background-color:#fff3}.privacy-modal-body{padding:2rem}.privacy-notice-box{background-color:#ecfdf5;border:1px solid #10b981;border-radius:.5rem;padding:1rem;margin-bottom:2rem;display:flex;align-items:flex-start;gap:.75rem}.privacy-notice-icon{color:#059669;font-size:1.25rem;margin-top:.125rem}.privacy-notice-title{color:#065f46;font-weight:600;margin-bottom:.25rem}.privacy-notice-description{color:#047857;font-size:.875rem;margin:0}.privacy-section{margin-bottom:2rem}.privacy-main-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.privacy-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.privacy-section-number{width:2rem;height:2rem;background-color:#059669;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.privacy-section-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.privacy-subsection{margin-left:2.5rem;margin-bottom:1rem}.privacy-subsection-title{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:1rem}.privacy-paragraph{color:#374151;line-height:1.75;margin-bottom:.75rem}.privacy-list{list-style:none;padding:0;margin:0;color:#374151}.privacy-list li{margin-bottom:.25rem}.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.privacy-rights-column{display:flex;flex-direction:column;gap:.75rem}.privacy-right-item{display:flex;align-items:flex-start;gap:.5rem}.privacy-checkmark{color:#10b981;margin-top:.25rem}.privacy-right-title{color:#1f2937;display:block}.privacy-right-description{color:#374151;font-size:.875rem;margin:0}.privacy-rights-note{background-color:#f9fafb;padding:1rem;border-radius:.5rem;border:1px solid #e5e7eb;margin-top:1rem}.privacy-rights-note-text{color:#1f2937;font-size:.875rem;margin:0}.privacy-contact-section{background-color:#ecfdf5;padding:2rem;border-radius:.5rem;border:1px solid #10b981;margin-bottom:1rem}.privacy-contact-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#065f46;display:flex;align-items:center;gap:.5rem}.privacy-contact-description{margin-bottom:1rem;color:#047857}.privacy-contact-box{background-color:#fff;padding:1rem;border-radius:.5rem;border:1px solid #10b981}.privacy-contact-details p{color:#047857;margin-bottom:.25rem}.privacy-commitment-notice{margin-top:2rem;padding:1rem;background-color:#eff6ff;border:1px solid #3b82f6;border-radius:.5rem}.privacy-commitment-text{color:#1e40af;font-size:.875rem;margin:0;line-height:1.5}@media (max-width: 768px){.privacy-modal-overlay{padding:.5rem!important}.privacy-modal-content{max-width:100%}.privacy-modal-header{padding:1rem}.privacy-modal-header h2{font-size:1.25rem}.privacy-modal-body{padding:1rem}.privacy-main-title{font-size:1.5rem}.privacy-subsection{margin-left:1rem}.privacy-rights-grid{grid-template-columns:1fr}.privacy-contact-section{padding:1rem}}@media (max-width: 480px){.privacy-modal-header{flex-direction:column;gap:1rem;align-items:flex-start}.privacy-modal-close{align-self:flex-end;margin-top:-2rem}}.login-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .4s ease-out}.login-modal{background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:480px;box-shadow:0 25px 50px #00000080,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;animation:slideIn .4s ease-out;overflow:hidden;position:relative}.login-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f39c12,#e67e22,#d35400)}.login-modal__header{display:flex;justify-content:space-between;align-items:center;padding:32px 40px 24px;background:transparent;color:#fff;position:relative}.login-modal__header:after{content:"";position:absolute;bottom:0;left:40px;right:40px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%)}.login-modal__header h3{margin:0;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:-.025em}.login-close{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:20px;color:#fff;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-close:hover{background:#fff3;border-color:#ffffff4d;transform:scale(1.05)}.login-form{padding:32px 40px 40px}.login-field{display:block;margin-bottom:28px;position:relative}.login-field span{display:block;margin-bottom:12px;font-weight:600;color:#e5e7eb;font-size:15px;letter-spacing:.025em;text-transform:uppercase;font-size:12px}.login-field input{width:100%;padding:16px 20px;border:2px solid rgba(255,255,255,.1);border-radius:12px;font-size:16px;background:#ffffff0d;color:#fff;transition:all .3s ease;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-field input:focus{outline:none;border-color:#f39c12;background:#ffffff14;box-shadow:0 0 0 4px #f39c1226,0 8px 25px #f39c121a;transform:translateY(-1px)}.login-field input::placeholder{color:#fff6;font-weight:400}.login-field input:-webkit-autofill,.login-field input:-webkit-autofill:hover,.login-field input:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff;-webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,.05) inset;box-shadow:0 0 0 1000px #ffffff0d inset;border:2px solid rgba(255,255,255,.1)}.login-actions{display:flex;gap:16px;justify-content:flex-end;margin-top:40px}.btn-cancel{padding:14px 28px;border:2px solid rgba(255,255,255,.2);background:#ffffff0d;color:#e5e7eb;border-radius:12px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:.5px;font-size:13px}.btn-cancel:hover{border-color:#ffffff4d;background:#ffffff1a;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-submit{padding:14px 32px;background:linear-gradient(135deg,#f39c12,#e67e22,#d35400);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:700;font-size:15px;transition:all .3s ease;min-width:120px;box-shadow:0 4px 15px #f39c124d,inset 0 1px #fff3;text-transform:uppercase;letter-spacing:.5px;font-size:13px;position:relative;overflow:hidden}.btn-submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-submit:hover:before{left:100%}.btn-submit:hover{background:linear-gradient(135deg,#e67e22,#d35400,#c0392b);transform:translateY(-2px);box-shadow:0 8px 25px #f39c1266,inset 0 1px #fff3}.btn-submit:active{transform:translateY(-1px)}.login-field{position:relative}.login-field input:focus+.focus-line{transform:scaleX(1)}.focus-line{position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#f39c12,#e67e22);transform:scaleX(0);transition:transform .3s ease;border-radius:1px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.login-modal{margin:20px;max-width:none;border-radius:16px}.login-modal__header{padding:24px 32px 20px}.login-modal__header:after{left:32px;right:32px}.login-modal__header h3{font-size:1.25rem}.login-form{padding:24px 32px 32px}.login-actions{flex-direction:column-reverse;gap:12px}.btn-cancel,.btn-submit{width:100%;justify-content:center;padding:16px 32px}}.login-demo-section{margin-bottom:32px;padding:20px;background:linear-gradient(135deg,#f39c121a,#e67e221a);border:1px solid rgba(243,156,18,.2);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.demo-title{margin:0 0 16px;font-size:14px;font-weight:600;color:#f39c12;text-transform:uppercase;letter-spacing:.5px}.demo-credentials-grid{display:flex;flex-direction:column;gap:12px}.demo-credential{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s ease}.demo-credential:hover{background:#ffffff14;border-color:#f39c124d}.demo-info{display:flex;flex-direction:column;gap:4px}.demo-info strong{color:#fff;font-size:13px;font-weight:600}.demo-info span{color:#ffffffb3;font-size:11px;font-family:Courier New,monospace;letter-spacing:.5px}.demo-btn{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:40px}.demo-btn:hover{background:linear-gradient(135deg,#e67e22,#d35400);transform:translateY(-1px);box-shadow:0 4px 8px #f39c124d}.login-error{margin-bottom:20px;padding:12px 16px;background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:8px;color:#ff6b6b;font-size:14px;text-align:center}.btn-submit:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed;transform:none;box-shadow:none}.btn-submit:disabled:before{display:none}@media (max-width: 640px){.demo-credential{flex-direction:column;align-items:flex-start;gap:8px}.demo-btn{align-self:flex-end;min-width:60px}.demo-info{width:100%}}.modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.open{opacity:1;visibility:visible}.modal-content{background:var(--bg-secondary);padding:0;border-radius:20px;width:90%;max-width:800px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #00000080;border:1px solid var(--glass-border);display:flex;flex-direction:column;transform:scale(.95);transition:transform .3s ease}.modal.open .modal-content{transform:scale(1)}.modal-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--bg-tertiary) 100%);padding:30px;display:flex;justify-content:space-between;align-items:center}.modal-header h3{color:var(--text-light);font-size:2rem;font-weight:700;margin:0}.close{color:var(--text-light);font-size:32px;font-weight:700;cursor:pointer;transition:all .3s ease}.close:hover{color:var(--secondary-color);transform:scale(1.1)}.modal-body{padding:40px;overflow-y:auto}.job-search{display:flex;gap:15px;margin-bottom:30px}.search-input{flex:1;padding:16px 20px;background:#ffffff1a;border:1px solid var(--glass-border);border-radius:12px;color:var(--text-light);font-size:16px;transition:all .3s ease}.search-input:focus{outline:none;border-color:var(--secondary-color);background:#ffffff26;box-shadow:0 0 0 3px #f39c121a}.search-btn{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);border:none;padding:16px 24px;border-radius:12px;font-size:18px;cursor:pointer;transition:all .3s ease}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f39c124d}.job-results{min-height:300px}.no-jobs{text-align:center;padding:40px 20px;background:var(--glass-bg);border-radius:16px;border:1px solid var(--glass-border)}.no-jobs-icon{font-size:4rem;margin-bottom:20px;opacity:.7}.no-jobs h4{color:var(--text-light);font-size:1.5rem;font-weight:600;margin-bottom:15px}.no-jobs p{color:#fffc;line-height:1.6;margin-bottom:15px}.btn-submit-resume{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--accent-color) 100%);color:var(--text-light);padding:12px 30px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:20px}.btn-submit-resume:hover{transform:translateY(-2px);box-shadow:0 8px 25px #f39c124d}@media (max-width: 768px){.modal-content{width:95%;margin:10% auto}.modal-header h3{font-size:1.5rem}.modal-body{padding:20px}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-main{max-width:1400px;margin:0 auto;padding:2rem}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{color:#fff;font-size:2rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0}.activity-list{max-height:300px;overflow-y:auto}.activity-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;transition:all .3s ease}.activity-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.activity-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.activity-info strong{color:#2d3748;font-size:1rem}.activity-status{padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.activity-status.stored{background:#4299e11a;color:#3182ce}.activity-status.shipped{background:#48bb781a;color:#38a169}.activity-status.old{background:#f565651a;color:#c53030}.activity-details{display:flex;justify-content:space-between;font-size:.85rem;color:#718096}.customer-summary{max-height:300px;overflow-y:auto}.customer-summary-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;transition:all .3s ease}.customer-summary-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.customer-info{margin-bottom:.5rem}.customer-info strong{display:block;color:#2d3748;font-size:1rem}.customer-info span{color:#718096;font-size:.9rem}.customer-stats{display:flex;gap:1rem;font-size:.85rem;color:#4a5568}.customers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.customer-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.customer-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.customer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.customer-header h3{margin:0;color:#2d3748;font-size:1.2rem}.status-indicator{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-indicator.active{background:#48bb781a;color:#38a169}.status-indicator.inactive{background:#a0aec01a;color:#718096}.customer-details{margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f7fafc;color:#4a5568;font-size:.9rem}.customer-actions{display:flex;gap:.5rem}.view-entries-btn{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;flex:1;transition:all .3s ease}.view-entries-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3182ce66}.controls{margin-bottom:2rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a}.filters{display:flex;gap:1rem;justify-content:center}.customer-select,.year-select,.month-select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:150px}.customer-select:focus,.year-select:focus,.month-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.entries-table{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.table-header{display:grid;grid-template-columns:120px 1fr 100px 120px 100px 150px;gap:1rem;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:.9rem}.table-row{display:grid;grid-template-columns:120px 1fr 100px 120px 100px 150px;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0;align-items:center;transition:all .3s ease}.table-row:hover{background:#667eea0d}.table-row:last-child{border-bottom:none}.table-row.old{background:#f5656505;border-left:4px solid #f56565}.table-row.shipped{background:#48bb7805;border-left:4px solid #48bb78}.table-row.stored{background:#4299e105;border-left:4px solid #4299e1}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.status-badge.old{background:#f565651a;color:#c53030}.actions{display:flex;gap:.5rem}.edit-btn{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;padding:.25rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .3s ease}.edit-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #3182ce66}.delete-btn{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff;border:none;padding:.25rem .75rem;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .3s ease}.delete-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e53e3e66}.edit-form{padding:1.5rem}.form-actions button[type=button]:first-child{background:#e2e8f0;color:#4a5568}.form-actions button[type=button]:first-child:hover{background:#cbd5e0}.form-actions button[type=button]:last-child{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.form-actions button[type=button]:last-child:hover{transform:translateY(-1px);box-shadow:0 4px 12px #38a16966}@media (max-width: 1200px){.table-header,.table-row{grid-template-columns:100px 1fr 80px 100px 80px 120px;font-size:.85rem}}@media (max-width: 768px){.dashboard-main{padding:1rem}.dashboard-nav,.filters{flex-direction:column;gap:.5rem}.customer-select,.year-select,.month-select{min-width:auto}.content-grid,.customers-grid{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header div,.table-row div{padding:.25rem 0}.actions{justify-content:center}}.customer-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-nav{display:flex;gap:1rem;margin-bottom:2rem;padding:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a}.nav-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;background:transparent;color:#4a5568;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#667eea1a;color:#667eea}.nav-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.support-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;margin-left:auto}.support-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #38a16966}.tickets-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.tickets-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3182ce66}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-number{color:#2d3748;font-size:2.5rem;font-weight:700;margin:.5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{color:#718096;font-size:.9rem;margin:0}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.section-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.section-card h3{color:#2d3748;margin:0 0 1rem;font-size:1.3rem;font-weight:700;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.shipments-list,.issues-list{max-height:300px;overflow-y:auto}.shipment-item,.issue-item{padding:1rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.5rem;transition:all .3s ease}.shipment-item:hover,.issue-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.shipment-info,.issue-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.shipment-info strong,.issue-info strong{color:#2d3748;font-size:1.1rem}.shipment-info span{color:#718096;font-size:.9rem}.shipment-details{display:flex;gap:1rem;font-size:.85rem;color:#4a5568}.issue-badge{background:#f565651a;color:#c53030;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.issue-reason,.issue-date{margin-top:.5rem;font-size:.9rem;color:#4a5568}.no-data{text-align:center;color:#718096;font-style:italic;padding:2rem}.controls{display:flex;justify-content:center;margin-bottom:2rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a}.detail-row.highlight{background:#f565650d;border-radius:4px;padding:.75rem;border:1px solid rgba(245,101,101,.2)}.modal.large{max-width:800px}.support-form{padding:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tickets-list{padding:1.5rem;max-height:500px;overflow-y:auto}.no-tickets{text-align:center;color:#718096;font-style:italic;padding:2rem}.ticket-item{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem;transition:all .3s ease}.ticket-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.ticket-item.open{border-left:4px solid #4299e1}.ticket-item.in-progress{border-left:4px solid #f6ad55}.ticket-item.resolved{border-left:4px solid #48bb78;background:#48bb7805}.ticket-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ticket-header h4{margin:0;color:#2d3748;font-size:1.1rem}.ticket-status{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.ticket-status.open{background:#4299e11a;color:#3182ce}.ticket-status.in-progress{background:#f6ad551a;color:#d69e2e}.ticket-status.resolved{background:#48bb781a;color:#38a169}.ticket-content p{margin:.5rem 0;color:#4a5568;line-height:1.5}.ticket-response{background:#667eea0d;border:1px solid rgba(102,126,234,.1);border-radius:8px;padding:1rem;margin-top:1rem}.ticket-response strong{color:#667eea}.ticket-response p{margin:.5rem 0 0;color:#2d3748}@media (max-width: 768px){.dashboard-main{padding:1rem}.dashboard-nav{flex-direction:column;gap:.5rem}.nav-btn,.support-btn,.tickets-btn{margin:0}.content-grid,.dashboard-stats{grid-template-columns:1fr}.controls{flex-direction:column;gap:1rem;align-items:stretch}.date-selector{justify-content:center}}.employee-dashboard{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 2px 20px #0000001a;border-bottom:1px solid rgba(255,255,255,.2)}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{color:#2d3748;margin:0;font-size:2rem;font-weight:700}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#4a5568;font-weight:500}.logout-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ee5a5266}.dashboard-main{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{color:#4a5568;margin:0 0 .5rem;font-size:1rem;font-weight:600}.stat-number{color:#2d3748;font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px #0000001a}.date-selector{display:flex;gap:1rem}.year-select,.month-select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.year-select:focus,.month-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.add-entry-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-entry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #38a16966}.entries-container h2{color:#fff;text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.entries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.entry-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.entry-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.entry-card.old{border-left:4px solid #f6ad55;background:#fff8dcf2}.entry-card.shipped{border-left:4px solid #48bb78}.entry-card.stored{border-left:4px solid #4299e1}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.stored{background:#4299e11a;color:#3182ce}.status-badge.shipped{background:#48bb781a;color:#38a169}.status-badge.old{background:#f6ad551a;color:#d69e2e}.entry-date{color:#718096;font-size:.9rem;font-weight:500}.entry-details{margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0;color:#4a5568}.detail-row:last-child{border-bottom:none}.entry-actions{display:flex;gap:.5rem;margin-top:1rem}.ship-btn{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;flex:1;transition:all .3s ease}.ship-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3182ce66}.no-entries{text-align:center;color:#fff;font-size:1.2rem;padding:3rem;background:#ffffff1a;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;color:#2d3748;font-size:1.3rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f7fafc;color:#2d3748}.entry-form,.shipping-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f7fafc;color:#718096;cursor:not-allowed}.unshipped-warning{background:#f565651a;border:1px solid rgba(245,101,101,.2);border-radius:8px;padding:1rem;margin-bottom:1rem}.unshipped-warning p{margin:0;color:#c53030;font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.form-actions button{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.form-actions button[type=button]{background:#e2e8f0;color:#4a5568}.form-actions button[type=button]:hover{background:#cbd5e0}.form-actions button[type=submit]{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.form-actions button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #38a16966}@media (max-width: 768px){.dashboard-main{padding:1rem}.controls{flex-direction:column;gap:1rem;align-items:stretch}}:root{--primary-color: #1B365D;--secondary-color: #F39C12;--accent-color: #E67E22;--text-light: #ffffff;--text-dark: #2c3e50;--bg-primary: #0f1419;--bg-secondary: #1B365D;--bg-tertiary: #2c3e50;--glass-bg: rgba(27, 54, 93, .1);--glass-border: rgba(255, 255, 255, .15)}*{margin:0;padding:0;box-sizing:border-box}html,body{scroll-behavior:smooth;overflow-x:hidden;max-width:100vw}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-light);background:var(--bg-primary);font-size:20px;-webkit-text-size-adjust:100%;text-size-adjust:100%}section{scroll-margin-top:100px}.section-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.section-animate.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){body{font-size:18px}section{padding-top:80px;padding-bottom:80px;scroll-margin-top:80px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 15px #f39c1240}50%{transform:scale(1.03);box-shadow:0 8px 25px #f39c1266}to{transform:scale(1);box-shadow:0 4px 15px #f39c1240}}@keyframes logoFadeIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
