.account-module__Y3RD5q__container{background:var(--off-white);box-sizing:border-box;width:100%;max-width:100vw;min-height:100vh;padding:6rem 2rem 3rem;overflow-x:hidden}.account-module__Y3RD5q__header{max-width:1400px;margin:0 auto 3rem}.account-module__Y3RD5q__headerContent{align-items:center;gap:1.5rem;display:flex}.account-module__Y3RD5q__iconBadge{background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);border-radius:var(--radius-lg);color:#fff;width:70px;height:70px;box-shadow:var(--shadow-green);flex-shrink:0;justify-content:center;align-items:center;display:flex}.account-module__Y3RD5q__heading{background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2.5rem;font-weight:800}.account-module__Y3RD5q__breadcrumb{color:var(--cool-slate);margin:.25rem 0 0;font-size:1rem;font-weight:500}.account-module__Y3RD5q__wrapper{grid-template-columns:280px 1fr;align-items:start;gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.account-module__Y3RD5q__sidebar{background:var(--white);border-radius:var(--radius-xl);border:2px solid var(--slate-light);box-shadow:var(--shadow-md);flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;display:flex;position:sticky;top:5.5rem}.account-module__Y3RD5q__sidebarHero{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);color:#f8fafc;box-shadow:var(--shadow-green);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.account-module__Y3RD5q__sidebarHero:after{content:"";mix-blend-mode:screen;background:radial-gradient(circle at 100% 0,#ffffff40,#0000 55%);position:absolute;inset:0}.account-module__Y3RD5q__sidebarHeroIcon{z-index:1;border-radius:var(--radius-md);width:44px;height:44px;color:var(--solar-amber-light);background:#ffffff2e;border:1px solid #ffffff40;justify-content:center;align-items:center;display:inline-flex;position:relative}.account-module__Y3RD5q__sidebarHeroCopy{z-index:1;flex-direction:column;gap:.2rem;display:flex;position:relative}.account-module__Y3RD5q__sidebarHeroCopy h3{color:#f8fafc;margin:0;font-size:1rem;font-weight:700}.account-module__Y3RD5q__sidebarHeroCopy p{color:#f8fafcc7;margin:0;font-size:.84rem;font-weight:500}.account-module__Y3RD5q__menuItem{background:var(--slate-lighter);border:1.5px solid var(--slate-light);border-radius:var(--radius-lg);color:var(--navy-dark);font-size:.95rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);text-align:left;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.account-module__Y3RD5q__menuItem:hover{border-color:var(--brand-green);background:var(--brand-green-light);color:var(--brand-green);box-shadow:var(--shadow-green);transform:translate(5px)}.account-module__Y3RD5q__menuItem svg{flex-shrink:0}.account-module__Y3RD5q__active{background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);border-color:var(--brand-green);color:#f8fafc;box-shadow:var(--shadow-green)}.account-module__Y3RD5q__main{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:2px solid var(--slate-light);min-height:600px;padding:2.5rem}.account-module__Y3RD5q__sectionHeader{border-bottom:2px solid var(--slate-lighter);margin-bottom:2rem;padding-bottom:1.5rem}.account-module__Y3RD5q__sectionHeader h2{color:var(--navy-dark);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.account-module__Y3RD5q__sectionHeader p{color:var(--cool-slate);margin:0;font-size:1rem}.account-module__Y3RD5q__avatarSection{background:var(--brand-green-light);border-radius:var(--radius-lg);border:1px solid #0b3d2e1a;align-items:center;gap:2rem;margin-bottom:2rem;padding:2rem;display:flex}.account-module__Y3RD5q__avatarWrapper{flex-shrink:0;position:relative}.account-module__Y3RD5q__avatar{-o-object-fit:cover;object-fit:cover;border:4px solid var(--white);width:120px;height:120px;box-shadow:var(--shadow-md);border-radius:50%}.account-module__Y3RD5q__editBtn{background:linear-gradient(135deg, var(--solar-amber) 0%, var(--solar-amber-hover) 100%);border:3px solid var(--white);width:40px;height:40px;color:var(--navy-dark);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;right:0}.account-module__Y3RD5q__editBtn:hover{box-shadow:var(--shadow-amber);transform:scale(1.1)}.account-module__Y3RD5q__avatarInfo h3{color:var(--navy-dark);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.account-module__Y3RD5q__avatarInfo p{color:var(--cool-slate);margin:0;font-size:1rem}.account-module__Y3RD5q__form{flex-direction:column;gap:1.5rem;display:flex}.account-module__Y3RD5q__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.account-module__Y3RD5q__inputGroup{flex-direction:column;gap:.5rem;display:flex}.account-module__Y3RD5q__inputGroup label{color:var(--navy-dark);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.account-module__Y3RD5q__inputGroup label svg{color:var(--brand-green)}.account-module__Y3RD5q__inputGroup input,.account-module__Y3RD5q__inputGroup select{border:2px solid var(--slate-light);border-radius:var(--radius-md);font-size:1rem;font-family:var(--font-sans);background:var(--white);color:var(--navy-dark);transition:var(--transition);padding:1rem}.account-module__Y3RD5q__inputGroup input:focus,.account-module__Y3RD5q__inputGroup select:focus{border-color:var(--brand-green);outline:none;box-shadow:0 0 0 3px #0b3d2e1a}.account-module__Y3RD5q__inputGroup input::placeholder{color:#9ca3af}.account-module__Y3RD5q__updateBtn{background:linear-gradient(135deg, var(--solar-amber) 0%, var(--solar-amber-hover) 100%);border-radius:var(--radius-md);color:var(--navy-dark);font-size:1.1rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-amber);border:none;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.25rem;display:flex}.account-module__Y3RD5q__updateBtn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #f59e0b66}.account-module__Y3RD5q__statusMessage{border-radius:var(--radius-md);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-weight:600;animation:.3s ease-out account-module__Y3RD5q__slideDown;display:flex}.account-module__Y3RD5q__statusMessage.account-module__Y3RD5q__success{background:var(--success-light);border:2px solid var(--success);color:#065f46}.account-module__Y3RD5q__statusMessage.account-module__Y3RD5q__error{background:var(--danger-light);border:2px solid var(--danger);color:#991b1b}.account-module__Y3RD5q__statusMessage svg{flex-shrink:0}@keyframes account-module__Y3RD5q__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.account-module__Y3RD5q__comingSoon{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:4rem 2rem;display:flex}.account-module__Y3RD5q__comingSoonIcon{background:var(--brand-green-light);width:120px;height:120px;color:var(--brand-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.account-module__Y3RD5q__comingSoon h3{color:var(--navy-dark);margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.account-module__Y3RD5q__comingSoon p{color:var(--cool-slate);margin:0 0 2rem;font-size:1.1rem}.account-module__Y3RD5q__badge{background:linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-mid) 100%);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-block}.account-module__Y3RD5q__fileInput{display:none}.account-module__Y3RD5q__uploadOverlay{color:#fff;background:#0b3d2ebf;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}@media (max-width:1200px){.account-module__Y3RD5q__wrapper{grid-template-columns:1fr}.account-module__Y3RD5q__sidebar{border-radius:var(--radius-xl);position:relative;top:0}}@media (max-width:768px){.account-module__Y3RD5q__container{padding:5rem 1rem 2rem}.account-module__Y3RD5q__header{margin-bottom:2rem}.account-module__Y3RD5q__heading{font-size:2rem}.account-module__Y3RD5q__headerContent{flex-direction:column;align-items:flex-start;gap:1rem}.account-module__Y3RD5q__sidebar{gap:.9rem;padding:1.1rem}.account-module__Y3RD5q__menuItem{padding:.95rem 1.1rem;font-size:.9rem}.account-module__Y3RD5q__main{padding:1.5rem}.account-module__Y3RD5q__avatarSection{text-align:center;flex-direction:column}.account-module__Y3RD5q__formGrid{grid-template-columns:1fr}}@media (max-width:480px){.account-module__Y3RD5q__heading{font-size:1.5rem}.account-module__Y3RD5q__breadcrumb{font-size:.875rem}.account-module__Y3RD5q__sectionHeader h2{font-size:1.5rem}.account-module__Y3RD5q__avatar{width:100px;height:100px}.account-module__Y3RD5q__editBtn{width:36px;height:36px}}
.orders-module__KfbFWW__container{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:100%;min-height:400px;padding:2.5rem;box-shadow:0 4px 20px #00000014}@media (max-width:768px){.orders-module__KfbFWW__container{box-shadow:none;background:0 0;border:none;border-radius:16px;padding:1.25rem}}.orders-module__KfbFWW__sectionHeader{border-bottom:2px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.orders-module__KfbFWW__sectionHeader h2{color:var(--brand-green);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.orders-module__KfbFWW__sectionHeader p{color:#6b7280;margin:0;font-size:1rem}.orders-module__KfbFWW__orderStats{gap:1rem;display:flex}.orders-module__KfbFWW__stat{color:#475569;background:#f1f5f9;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:flex}.orders-module__KfbFWW__loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex}.orders-module__KfbFWW__spinner{color:var(--brand-green);animation:1s linear infinite orders-module__KfbFWW__spin}@keyframes orders-module__KfbFWW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-module__KfbFWW__errorState{text-align:center;color:#ef4444;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.orders-module__KfbFWW__errorState h3{color:#0f172a;margin:1rem 0 .5rem}.orders-module__KfbFWW__errorActions{gap:1rem;margin-top:1.5rem;display:flex}.orders-module__KfbFWW__retryBtn,.orders-module__KfbFWW__loginBtn{cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.orders-module__KfbFWW__retryBtn{color:#475569;background:#f1f5f9}.orders-module__KfbFWW__retryBtn:hover{background:#e2e8f0}.orders-module__KfbFWW__loginBtn{background:var(--solar-amber);color:#fff}.orders-module__KfbFWW__loginBtn:hover{background:#0284c7}.orders-module__KfbFWW__filterTabs{scrollbar-width:thin;-webkit-overflow-scrolling:touch;gap:.5rem;max-width:100%;margin-bottom:2rem;padding-bottom:.5rem;padding-right:4px;display:flex;overflow-x:auto}.orders-module__KfbFWW__filterTab{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:50px;padding:.6rem 1.2rem;font-weight:500;transition:all .2s}.orders-module__KfbFWW__filterTab:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.orders-module__KfbFWW__filterTab.orders-module__KfbFWW__active{color:#fff;background:#0f172a;border-color:#0f172a}.orders-module__KfbFWW__tabLabel{display:inline-block}.orders-module__KfbFWW__tabCount{opacity:.8;margin-left:4px;font-size:.8em}@media (max-width:640px){.orders-module__KfbFWW__tabLabel{display:none}.orders-module__KfbFWW__filterTab{gap:.4rem;padding:.6rem .8rem}}.orders-module__KfbFWW__emptyOrders{color:#6b7280;text-align:center;background-color:#f8f9fa;border:2px dashed #e5e7eb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.orders-module__KfbFWW__emptyOrders svg{color:#cbd5e1;margin-bottom:1rem}.orders-module__KfbFWW__emptyOrders h3{color:var(--brand-green);margin:0 0 .5rem;font-size:1.25rem}.orders-module__KfbFWW__ordersGrid{flex-direction:column;gap:1.5rem;display:flex}.orders-module__KfbFWW__orderCard{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:100%;transition:all .2s;overflow:hidden}.orders-module__KfbFWW__orderCard:hover{border-color:var(--solar-amber);box-shadow:0 4px 12px #0b3d2e1a}.orders-module__KfbFWW__orderHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.orders-module__KfbFWW__orderInfo{align-items:center;gap:1rem;display:flex}.orders-module__KfbFWW__orderImage{-o-object-fit:cover;object-fit:cover;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:60px;height:60px}.orders-module__KfbFWW__orderInfo h3{color:#0f172a;word-break:break-word;margin:0 0 .25rem;font-size:1.1rem}.orders-module__KfbFWW__orderDate{color:#64748b;align-items:center;gap:.5rem;margin:0;font-size:.9rem;display:flex}.orders-module__KfbFWW__orderStatus{align-items:center;gap:.75rem;display:flex}.orders-module__KfbFWW__statusBadge,.orders-module__KfbFWW__paymentBadge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:flex}.orders-module__KfbFWW__statusDelivered{color:#166534;background:#dcfce7}.orders-module__KfbFWW__statusShipped{color:#0369a1;background:#e0f2fe}.orders-module__KfbFWW__statusProcessing{color:#854d0e;background:#fef9c3}.orders-module__KfbFWW__statusPending{color:#475569;background:#f1f5f9}.orders-module__KfbFWW__statusCancelled{color:#991b1b;background:#fee2e2}.orders-module__KfbFWW__paymentPaid{color:#166534;background:#dcfce7}.orders-module__KfbFWW__paymentPending{color:#9a3412;background:#fff7ed}.orders-module__KfbFWW__paymentFailed{color:#991b1b;background:#fee2e2}.orders-module__KfbFWW__paymentRefunded{color:#6b21a8;background:#f3e8ff}.orders-module__KfbFWW__orderDetails{border-bottom:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;padding:1.5rem;display:grid}@media (max-width:480px){.orders-module__KfbFWW__orderDetails{flex-direction:column;gap:1rem;padding:1rem;display:flex}.orders-module__KfbFWW__orderDetails>*{min-width:0}}.orders-module__KfbFWW__detailItem{flex-direction:column;gap:.25rem;display:flex}.orders-module__KfbFWW__label{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:600}.orders-module__KfbFWW__value{color:#0f172a;font-size:1rem;font-weight:500}.orders-module__KfbFWW__orderActions{background:#fff;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.orders-module__KfbFWW__actionBtn,.orders-module__KfbFWW__expandBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.orders-module__KfbFWW__actionBtn:hover,.orders-module__KfbFWW__expandBtn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.orders-module__KfbFWW__orderItems{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem;overflow:hidden}.orders-module__KfbFWW__orderItems h4{color:#334155;margin:0 0 1rem;font-size:1rem}.orders-module__KfbFWW__orderItem{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem;display:flex}.orders-module__KfbFWW__itemImage{-o-object-fit:cover;object-fit:cover;border:1px solid #f1f5f9;border-radius:8px;width:50px;height:50px}.orders-module__KfbFWW__itemDetails{flex:1}.orders-module__KfbFWW__itemDetails h5{color:#0f172a;margin:0 0 .25rem;font-size:1rem}.orders-module__KfbFWW__itemDetails p{color:#64748b;margin:0;font-size:.85rem}.orders-module__KfbFWW__itemTotal{color:#0f172a;font-size:1rem;font-weight:600}.orders-module__KfbFWW__orderModal{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a99;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.orders-module__KfbFWW__modalContent{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.orders-module__KfbFWW__modalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.orders-module__KfbFWW__modalHeader h3{color:#0f172a;margin:0;font-size:1.25rem}.orders-module__KfbFWW__closeBtn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.orders-module__KfbFWW__closeBtn:hover{color:#ef4444;background:#f1f5f9}.orders-module__KfbFWW__modalBody{flex-direction:column;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.orders-module__KfbFWW__orderSummary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;padding:1.5rem;display:grid}@media (max-width:600px){.orders-module__KfbFWW__orderSummary{flex-direction:column;grid-template-columns:1fr;gap:1rem;padding:1rem;display:flex}.orders-module__KfbFWW__summaryItem{min-width:0}}.orders-module__KfbFWW__summaryItem{flex-direction:column;gap:.5rem;display:flex}.orders-module__KfbFWW__addressSection h4,.orders-module__KfbFWW__itemsSection h4,.orders-module__KfbFWW__notesSection h4{color:#334155;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.1rem;display:flex}.orders-module__KfbFWW__addressDetails{border-left:2px solid #e2e8f0;padding-left:1.5rem}.orders-module__KfbFWW__addressDetails p{color:#475569;margin:.25rem 0}.orders-module__KfbFWW__modalItem{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding:1rem 0;display:flex}.orders-module__KfbFWW__modalItem:last-child{border-bottom:none}.orders-module__KfbFWW__modalItemImage{-o-object-fit:cover;object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:60px;height:60px}.orders-module__KfbFWW__modalItemDetails{flex:1}.orders-module__KfbFWW__modalItemDetails h5{color:#0f172a;margin:0 0 .25rem;font-size:1rem}.orders-module__KfbFWW__modalItemDetails p{color:#64748b;margin:0;font-size:.85rem}.orders-module__KfbFWW__modalItemTotal{color:#0f172a;font-weight:600}.orders-module__KfbFWW__notesSection{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:1rem}.orders-module__KfbFWW__notesSection p{color:#92400e;margin:0}.orders-module__KfbFWW__modalActions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}@media (max-width:640px){.orders-module__KfbFWW__sectionHeader{flex-direction:column;align-items:flex-start;gap:1.5rem}.orders-module__KfbFWW__stat{justify-content:center;width:100%}.orders-module__KfbFWW__orderHeader{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.25rem}.orders-module__KfbFWW__orderStatus{flex-wrap:wrap;justify-content:space-between;width:100%}.orders-module__KfbFWW__orderActions{flex-direction:column;gap:.75rem;padding:1rem 1.25rem}.orders-module__KfbFWW__actionBtn,.orders-module__KfbFWW__expandBtn{justify-content:center;width:100%;padding:.8rem}.orders-module__KfbFWW__modalContent{border-radius:0;max-height:100vh}.orders-module__KfbFWW__modalBody{gap:1.5rem;padding:1.25rem}}@media (max-width:480px){.orders-module__KfbFWW__orderInfo{gap:.75rem}.orders-module__KfbFWW__orderImage{width:45px;height:45px}.orders-module__KfbFWW__orderInfo h3{font-size:.95rem}.orders-module__KfbFWW__orderDate{font-size:.8rem}.orders-module__KfbFWW__statusBadge,.orders-module__KfbFWW__paymentBadge{padding:.3rem .6rem;font-size:.7rem}.orders-module__KfbFWW__value{font-size:.9rem}.orders-module__KfbFWW__orderItem{gap:.75rem;padding:.75rem}.orders-module__KfbFWW__itemImage{width:40px;height:40px}.orders-module__KfbFWW__itemDetails h5{font-size:.9rem}.orders-module__KfbFWW__itemTotal{white-space:nowrap;font-size:.9rem}.orders-module__KfbFWW__filterTabs{padding-bottom:.75rem}}
.logout-module__SLNPWa__container{padding:0}.logout-module__SLNPWa__sectionHeader{border-bottom:2px solid #f3f4f6;margin-bottom:2rem;padding-bottom:1.5rem}.logout-module__SLNPWa__sectionHeader h2{color:var(--brand-green);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.logout-module__SLNPWa__sectionHeader p{color:#6b7280;margin:0;font-size:1rem}.logout-module__SLNPWa__logoutCard{background:linear-gradient(135deg,#ef44440d 0%,#dc26260d 100%);border:2px solid #ef444433;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;transition:all .3s;display:flex}.logout-module__SLNPWa__logoutCard:hover{border-color:#ef444466;box-shadow:0 8px 24px #ef44441a}.logout-module__SLNPWa__cardContent{flex:1;align-items:center;gap:1.5rem;display:flex}.logout-module__SLNPWa__cardIcon{color:#dc2626;background:linear-gradient(135deg,#ef444426 0%,#dc262626 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.logout-module__SLNPWa__cardText h3{color:var(--brand-green);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.logout-module__SLNPWa__cardText p{color:#6b7280;margin:0;font-size:.95rem;line-height:1.5}.logout-module__SLNPWa__logoutBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:12px;flex-shrink:0;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #ef44444d}.logout-module__SLNPWa__logoutBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ef444466}.logout-module__SLNPWa__logoutBtn:disabled{opacity:.7;cursor:not-allowed}.logout-module__SLNPWa__modalOverlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.logout-module__SLNPWa__modal{background:#fff;border-radius:20px;width:90%;max-width:420px;animation:.3s logout-module__SLNPWa__modalSlideIn;overflow:hidden;box-shadow:0 20px 60px #0000004d}@keyframes logout-module__SLNPWa__modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logout-module__SLNPWa__modalHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:2rem;display:flex}.logout-module__SLNPWa__warningIcon{color:#dc2626;background:linear-gradient(135deg,#ef444426 0%,#dc262626 100%);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.logout-module__SLNPWa__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.logout-module__SLNPWa__closeBtn:hover:not(:disabled){color:var(--brand-green);background:#f3f4f6;border-radius:8px}.logout-module__SLNPWa__closeBtn:disabled{opacity:.5;cursor:not-allowed}.logout-module__SLNPWa__modalContent{padding:2rem}.logout-module__SLNPWa__modalContent h3{color:var(--brand-green);margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.logout-module__SLNPWa__modalContent p{color:#6b7280;margin:0;font-size:1rem;line-height:1.6}.logout-module__SLNPWa__modalActions{background:#f9fafb;border-top:1px solid #f3f4f6;gap:1rem;padding:1.5rem 2rem;display:flex}.logout-module__SLNPWa__cancelBtn,.logout-module__SLNPWa__confirmBtn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.logout-module__SLNPWa__cancelBtn{color:#374151;background:#f3f4f6}.logout-module__SLNPWa__cancelBtn:hover:not(:disabled){background:#e5e7eb}.logout-module__SLNPWa__confirmBtn{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 12px #ef44444d}.logout-module__SLNPWa__confirmBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ef444466}.logout-module__SLNPWa__cancelBtn:disabled,.logout-module__SLNPWa__confirmBtn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.logout-module__SLNPWa__sectionHeader h2{font-size:1.5rem}.logout-module__SLNPWa__logoutCard{text-align:center;flex-direction:column;padding:1.5rem}.logout-module__SLNPWa__cardContent{flex-direction:column}.logout-module__SLNPWa__logoutBtn{width:100%}.logout-module__SLNPWa__modal{width:95%}.logout-module__SLNPWa__modalHeader,.logout-module__SLNPWa__modalContent{padding:1.5rem}.logout-module__SLNPWa__modalActions{flex-direction:column;padding:1rem 1.5rem}.logout-module__SLNPWa__cancelBtn,.logout-module__SLNPWa__confirmBtn{width:100%}}
