*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--brand-primary:#004C54;--brand-primary-dark:#003840;--brand-secondary:#A5ACAF;--brand-accent:#7CB342;--brand-text:#222222;--brand-bg:#f5f3f0;--brand-border-radius:6px;--brand-font-heading:"Montserrat",Arial,sans-serif;--brand-font-body:"Source Sans Pro",Arial,sans-serif}body,html{font-family:var(--brand-font-body);background-color:var(--brand-bg);color:var(--brand-text);line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;height:100%}#__next{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}main.customer-layout{background:linear-gradient(135deg,#f0f7f0,#f5f9f5)}main.admin-layout{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}h1,h2,h3,h4,h5,h6{font-family:var(--brand-font-heading);font-weight:700;margin-bottom:.5em;color:var(--brand-heading)}a{color:var(--brand-primary);text-decoration:none;cursor:pointer;transition:color .3s ease}a:focus,a:hover{text-decoration:underline;outline:none;color:var(--brand-primary-dark)}button{font-family:inherit;font-size:16px;cursor:pointer;border:none;background-color:var(--brand-primary);color:white;padding:10px 16px;border-radius:var(--brand-border-radius);transition:background-color .3s ease}button:hover{background-color:var(--brand-primary-dark)}button:disabled{background-color:#a0a0a0;cursor:not-allowed}input[type=email],input[type=password],input[type=text],select,textarea{font-family:inherit;font-size:16px;padding:8px 10px;border:1px solid #ccc;border-radius:var(--brand-border-radius);box-sizing:border-box;width:100%;transition:border-color .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--brand-primary);outline:none}input:disabled,select:disabled,textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}.text-center{text-align:center}.hidden{display:none!important}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;width:100%}td,th{padding:8px;border-bottom:1px solid #ccc;text-align:left;vertical-align:middle}.status-shipped{color:green;font-weight:600}.status-pending{color:orange;font-weight:600}.status-other{color:red;font-weight:600}.homepage{display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{background:linear-gradient(135deg,#f0f7f0,#f5f9f5);color:var(--brand-text);padding:60px 0 80px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:42px;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:40px;color:#555555;max-width:600px;margin-left:auto;margin-right:auto}.cta-section{margin-top:40px}.cta-button{display:inline-block;background:linear-gradient(45deg,var(--brand-primary),var(--brand-accent));padding:16px 32px;font-size:18px;font-weight:600;border-radius:var(--brand-border-radius);transition:all .3s ease;box-shadow:0 4px 15px rgba(0,76,84,.3)}.cta-button,.cta-button:hover{color:white;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,76,84,.4)}.login-hint{margin-top:20px;font-size:14px;color:#666666}.features-section{padding:60px 0;background-color:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;margin-top:20px}.feature-card{background:white;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{font-size:24px;margin-bottom:15px;color:var(--brand-primary)}.feature-card p{font-size:16px;line-height:1.6;color:#666}@media (max-width:768px){.hero-section{padding:40px 0 60px}.hero-title{font-size:32px}.hero-subtitle{font-size:18px}.features-section{padding:40px 0}.features-grid{grid-template-columns:1fr;gap:30px}.feature-card{padding:30px 20px}.cta-button{padding:14px 28px;font-size:16px}}.Header_header__KwdYD{padding:12px 20px;background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-dark) 100%);display:flex;align-items:center;box-shadow:0 4px 12px rgba(0,76,84,.3);flex-wrap:nowrap;border-bottom:1px solid rgba(255,255,255,.1)}.Header_brand__fkyv5{display:flex;align-items:center;gap:12px}.Header_nav__tNWGY{display:flex;align-items:center;margin-left:20px}.Header_tagline__1TGOt{margin-left:auto;display:flex;align-items:center;color:rgba(255,255,255,.85);font-family:var(--brand-font-body);font-weight:400;font-size:.85rem;max-width:250px;white-space:nowrap;text-align:right;gap:10px}.Header_logoImage__NjB6a{height:55px;width:auto;display:block}.Header_taglineImage__takmK{height:40px;width:auto;display:block;object-fit:contain;margin-left:8px}.Header_logoLink__8hJcT{display:inline-block;transition:opacity .3s ease}.Header_logoLink__8hJcT:hover{opacity:.8}.Header_navLink__Rvw2c{margin-right:20px;color:rgba(255,255,255,.9);text-decoration:none;font-weight:500;transition:color .3s ease}.Header_navLink__Rvw2c:hover{color:white;text-decoration:underline}.Header_chatButton__XAqHE{background:rgba(255,255,255,.15);color:white;padding:8px 16px;border-radius:var(--brand-border-radius);text-decoration:none;font-weight:600;border:2px solid rgba(255,255,255,.3);transition:all .3s ease;font-size:14px;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Header_chatButton__XAqHE:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-1px);box-shadow:0 4px 15px rgba(255,255,255,.2);text-decoration:none;color:white}.Header_logoutButton__kqNNk{background:rgba(255,255,255,.15);color:white;padding:8px 16px;border-radius:var(--brand-border-radius);border:2px solid rgba(255,255,255,.3);font-weight:600;font-size:14px;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;margin-left:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Header_logoutButton__kqNNk:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.5);transform:translateY(-1px);box-shadow:0 4px 15px rgba(255,255,255,.2);color:white;outline:none}@media (max-width:768px){.Header_header__KwdYD{flex-direction:column;align-items:center;padding:15px 20px}.Header_nav__tNWGY{margin-top:10px;flex-direction:column;gap:8px;margin-left:0}.Header_tagline__1TGOt{margin-left:0;text-align:center;white-space:normal;margin-top:8px;justify-content:center;color:rgba(255,255,255,.8);font-weight:300;font-size:.75rem;max-width:none;gap:8px}.Header_logoImage__NjB6a,.Header_taglineImage__takmK{height:30px}.Header_chatButton__XAqHE{margin-top:8px;padding:6px 12px;font-size:12px}.Header_logoutButton__kqNNk{margin-left:0;margin-top:12px;width:100%;max-width:300px}}.Footer_footer__pQtti{background-color:var(--brand-primary);color:white;padding:30px 0;text-align:center;margin-top:auto;width:100%}.Footer_container__KpDnW{max-width:1200px;margin:0 auto;padding:0 20px}.FeedbackBanner_banner__UIP45{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-bottom:2px solid #2196f3;padding:10px 20px;box-shadow:0 2px 8px rgba(0,0,0,.1);animation:FeedbackBanner_slideDown__kPOU6 .3s ease-out}@keyframes FeedbackBanner_slideDown__kPOU6{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.FeedbackBanner_bannerContent__6C6AL{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px}.FeedbackBanner_bannerText__QqO2x{display:flex;align-items:center;gap:8px;flex:0 1 auto}.FeedbackBanner_icon__ZGAt_{font-size:22px;flex-shrink:0}.FeedbackBanner_message__P31o8{font-size:14px;color:#1565C0;line-height:1.3;white-space:nowrap}.FeedbackBanner_message__P31o8 strong{font-weight:700;color:#0D47A1}.FeedbackBanner_bannerActions__AuX_3{display:flex;align-items:center;gap:8px;flex-shrink:0}.FeedbackBanner_feedbackButton__qVZp2{background:linear-gradient(135deg,#2196F3,#1976D2);color:white;border:none;padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease;box-shadow:0 2px 6px rgba(33,150,243,.3)}.FeedbackBanner_feedbackButton__qVZp2:hover{background:linear-gradient(135deg,#1976D2,#1565C0);transform:translateY(-2px);box-shadow:0 4px 10px rgba(33,150,243,.4)}.FeedbackBanner_dismissButton__Ywtqz{background:transparent;border:none;color:#1565C0;font-size:22px;cursor:pointer;padding:4px 6px;border-radius:4px;transition:all .2s ease;line-height:1;flex-shrink:0}.FeedbackBanner_dismissButton__Ywtqz:hover{background:rgba(33,150,243,.1);color:#0D47A1}@media (max-width:768px){.FeedbackBanner_banner__UIP45{padding:8px 16px}.FeedbackBanner_bannerContent__6C6AL{gap:8px;justify-content:space-between}.FeedbackBanner_bannerText__QqO2x{gap:6px}.FeedbackBanner_message__P31o8{font-size:13px;white-space:normal}.FeedbackBanner_icon__ZGAt_{font-size:20px}.FeedbackBanner_feedbackButton__qVZp2{font-size:12px;padding:8px 14px}}@media (max-width:480px){.FeedbackBanner_bannerContent__6C6AL{flex-wrap:wrap}.FeedbackBanner_bannerText__QqO2x{flex:1 1 100%;justify-content:center}.FeedbackBanner_bannerActions__AuX_3{flex:1 1 auto;justify-content:center}}.FeedbackModal_modalOverlay__DTrrh{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.FeedbackModal_modalContent__EheXT{background:white;border-radius:16px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}.FeedbackModal_modalHeader__1Zj8u{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #f0f0f0;background:linear-gradient(135deg,#f0f7f0,#f5f9f5)}.FeedbackModal_modalHeader__1Zj8u h3{margin:0;font-size:1.5rem;color:#004C54;font-weight:700}.FeedbackModal_closeButton__LuS99{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.FeedbackModal_closeButton__LuS99:hover{background:rgba(0,0,0,.1);color:#333}.FeedbackModal_iframeContainer___Fzdg{flex:1 1;overflow:hidden;background:white}.FeedbackModal_feedbackIframe__251yj{width:100%;height:600px;border:none;display:block}@media (max-width:768px){.FeedbackModal_modalContent__EheXT{max-width:100%;max-height:95vh;border-radius:12px}.FeedbackModal_modalHeader__1Zj8u{padding:16px 20px}.FeedbackModal_modalHeader__1Zj8u h3{font-size:1.25rem}.FeedbackModal_feedbackIframe__251yj{height:500px}}@media (max-width:480px){.FeedbackModal_feedbackIframe__251yj{height:450px}}.FeedbackModal_thankYouOverlay__AHZK1{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:12px}.FeedbackModal_checkIcon__CiBoy{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:white;font-weight:700;margin-bottom:24px;animation:FeedbackModal_scaleIn__0arwP .3s ease-out}@keyframes FeedbackModal_scaleIn__0arwP{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.FeedbackModal_thankYouOverlay__AHZK1 h2{font-size:28px;color:#1f2937;margin-bottom:12px}.FeedbackModal_thankYouOverlay__AHZK1 p{font-size:16px;color:#6b7280;margin-bottom:8px}.FeedbackModal_redirectText__cvHBQ{font-size:14px;color:#9ca3af;font-style:italic}