:root{--background:#eaeded;--foreground:#0f1111;--card-bg:#fff;--card-border:#d5d9d9;--primary:#ffd814;--primary-hover:#f7ca00;--secondary:#ffa41c;--secondary-hover:#e89215;--accent:#007185;--muted:#565959;--success:#007600;--warning:#b12704;--danger:#ba0933;--font-title:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-body);flex-direction:column;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eaeded}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.container{flex-direction:column;flex:1;width:100%;margin:0;padding:0;display:flex}.content-wrapper{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}@media (max-width:640px){.content-wrapper{padding:0 1rem}}.btn{background:var(--primary);color:#0f1111;font-family:var(--font-body);cursor:pointer;border:1px solid #fcd200;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s;display:inline-flex;box-shadow:0 2px 5px #0f111126}.btn:hover{background:var(--primary-hover)}.btn:active{background:#f0b800}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-secondary{border:1px solid var(--card-border);color:#0f1111;background:#fff;box-shadow:0 2px 5px #0f11110d}.btn-secondary:hover{background:#f7fafa;border-color:#bdc1c1}.btn-accent{background:var(--secondary);color:#fff;border:1px solid #f08804;box-shadow:0 2px 5px #0f111126}.btn-accent:hover{background:var(--secondary-hover)}.glass-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;padding:1.5rem;transition:border-color .3s;box-shadow:0 1px 3px #0f111126}.glass-card:hover{border-color:#bdc1c1}.input-group{text-align:left;flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.25rem;display:flex}.input-label{font-family:var(--font-body);color:#0f1111;font-size:.85rem;font-weight:700}.input-field{border:1px solid var(--card-border);font-family:var(--font-body);color:#0f1111;background:#fff;border-radius:4px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s;box-shadow:inset 0 1px 2px #0f11111a}.input-field:focus{border-color:#e77600;box-shadow:0 0 3px 2px #e4791180}.input-field::placeholder{color:#767676}h1,h2,h3,h4{font-family:var(--font-title);color:#0f1111;letter-spacing:-.01em;font-weight:700}p{font-family:var(--font-body);color:var(--muted);line-height:1.6}.badge-status{text-transform:uppercase;border-radius:99px;align-items:center;gap:.3rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-status-pending{color:var(--warning);background:#f59e0b1a;border:1px solid #f59e0b33}.badge-status-paid{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.table-container{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-top:1rem;overflow-x:auto;box-shadow:0 4px 20px #0000000a}.custom-table{border-collapse:collapse;text-align:left;width:100%;font-size:.95rem}.custom-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1.5px solid var(--card-border);background:#f8fafc;padding:1.25rem 1rem;font-size:.8rem;font-weight:700}.custom-table td{color:var(--foreground);vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1rem}.custom-table tr:last-child td{border-bottom:none}
:root{--background:#fbf9f6;--foreground:#2c2224;--primary:#8c3a4a;--primary-hover:#752f3d;--primary-light:#f7ebeb;--secondary:#d4a3a6;--accent-gold:#c99a4e;--muted:#786c6e;--card-bg:#fff;--card-border:#efe6e4;--font-title:"Cormorant Garamond", Georgia, serif;--font-body:"Plus Jakarta Sans", -apple-system, sans-serif;--shadow-sm:0 2px 8px #8c3a4a0a;--shadow-md:0 8px 24px #8c3a4a12;--shadow-lg:0 16px 40px #8c3a4a1a;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-body);-webkit-font-smoothing:antialiased;padding-top:0!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
.Header-module__VDPcTW__headerWrapper{z-index:100;background-color:#fff;transition:all .3s;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.Header-module__VDPcTW__topBar{color:#fff;letter-spacing:1.5px;text-transform:uppercase;text-align:center;background:linear-gradient(90deg,#1e2538 0%,#2c2224 50%,#1e2538 100%);padding:8px 16px;font-size:.75rem;font-weight:600}.Header-module__VDPcTW__topBarContent{justify-content:center;align-items:center;gap:8px;display:flex}.Header-module__VDPcTW__sparkleIcon{color:#c99a4e}.Header-module__VDPcTW__mainHeader{border-bottom:1px solid #efe6e4;padding:16px 0}.Header-module__VDPcTW__headerContainer{justify-content:space-between;align-items:center;gap:24px;display:flex}.Header-module__VDPcTW__brandCenter{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__VDPcTW__brandIcon{color:#fff;background:#8c3a4a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__VDPcTW__brandTitle{font-family:var(--font-title);letter-spacing:2px;color:#1e2538;font-size:1.8rem;font-weight:600;line-height:1.1}.Header-module__VDPcTW__brandSubtitle{letter-spacing:2.5px;color:#8c3a4a;text-transform:uppercase;font-size:.65rem;font-weight:700}.Header-module__VDPcTW__searchBarForm{background:#fbf9f6;border:1px solid #efe6e4;border-radius:30px;flex:1;align-items:center;max-width:540px;transition:all .2s;display:flex;overflow:hidden}.Header-module__VDPcTW__searchBarForm:focus-within{background:#fff;border-color:#8c3a4a;box-shadow:0 0 0 3px #8c3a4a1a}.Header-module__VDPcTW__searchInput{color:#2c2224;background:0 0;border:none;outline:none;flex:1;padding:10px 18px;font-size:.88rem}.Header-module__VDPcTW__searchBtn{color:#fff;letter-spacing:1px;cursor:pointer;background:#8c3a4a;border:none;align-items:center;gap:6px;padding:10px 20px;font-size:.82rem;font-weight:700;transition:background .2s;display:flex}.Header-module__VDPcTW__searchBtn:hover{background:#752f3d}.Header-module__VDPcTW__actionsRight{flex-shrink:0;align-items:center;gap:16px;display:flex}.Header-module__VDPcTW__actionBtn{color:#1e2538;cursor:pointer;background:#fbf9f6;border:1px solid #efe6e4;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .2s;display:flex;position:relative}.Header-module__VDPcTW__actionBtn:hover{color:#8c3a4a;background:#f7ebeb;border-color:#d4a3a6}.Header-module__VDPcTW__badge{color:#fff;background:#8c3a4a;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__VDPcTW__userBtnGroup{align-items:center;gap:8px;display:flex}.Header-module__VDPcTW__userBadge{color:#1e2538;background:#fbf9f6;border:1px solid #efe6e4;border-radius:20px;padding:8px 14px;font-size:.82rem;font-weight:600;text-decoration:none}.Header-module__VDPcTW__logoutBtn{color:#786c6e;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;transition:color .2s;display:flex}.Header-module__VDPcTW__logoutBtn:hover{color:#8c3a4a}.Header-module__VDPcTW__catBar{background:#fff;border-top:1px solid #efe6e4;padding:10px 0}.Header-module__VDPcTW__catBarContainer{justify-content:space-between;align-items:center;gap:20px;display:flex}.Header-module__VDPcTW__catDropdownBtn{color:#fff;letter-spacing:.5px;cursor:pointer;background:#8c3a4a;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 20px;font-size:.85rem;font-weight:700;transition:background .2s;display:flex}.Header-module__VDPcTW__catDropdownBtn:hover{background:#752f3d}.Header-module__VDPcTW__catNavLinks{align-items:center;gap:24px;display:flex}.Header-module__VDPcTW__catNavLink{color:#1e2538;letter-spacing:.5px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.Header-module__VDPcTW__catNavLink:hover{color:#8c3a4a}.Header-module__VDPcTW__specialOfferBadge{color:#8c3a4a;font-weight:700}.Header-module__VDPcTW__mobileMenuToggle{color:#1e2538;cursor:pointer;background:0 0;border:none;padding:4px;display:none}.Header-module__VDPcTW__mobileDrawer{background:#fff;border-top:1px solid #efe6e4;flex-direction:column;gap:12px;padding:16px 24px;display:none}.Header-module__VDPcTW__mobileDrawerOpen{display:flex}@media (max-width:900px){.Header-module__VDPcTW__searchBarForm,.Header-module__VDPcTW__catNavLinks{display:none}.Header-module__VDPcTW__mobileMenuToggle{display:block}}
.Footer-module__YpA-3a__footerWrapper{color:#efe6e4;background-color:#2c2224;border-top:4px solid #8c3a4a;margin-top:80px;padding:60px 0 24px}.Footer-module__YpA-3a__footerGrid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px;display:grid}.Footer-module__YpA-3a__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__YpA-3a__brandLogoTitle{font-family:var(--font-title);color:#fff;letter-spacing:2px;font-size:1.8rem;font-weight:700}.Footer-module__YpA-3a__brandDesc{color:#d4a3a6;max-width:360px;font-size:.9rem;line-height:1.7}.Footer-module__YpA-3a__socialRow{gap:12px;margin-top:8px;display:flex}.Footer-module__YpA-3a__socialIcon{color:#efe6e4;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__YpA-3a__socialIcon:hover{color:#fff;background:#8c3a4a}.Footer-module__YpA-3a__footerColTitle{font-family:var(--font-title);color:#fff;letter-spacing:1px;margin-bottom:20px;font-size:1.1rem;font-weight:600;position:relative}.Footer-module__YpA-3a__footerColTitle:after{content:"";background:#c99a4e;width:30px;height:2px;margin-top:8px;display:block}.Footer-module__YpA-3a__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__YpA-3a__linkList a{color:#efe6e4;font-size:.88rem;text-decoration:none;transition:color .2s}.Footer-module__YpA-3a__linkList a:hover{color:#d4a3a6}.Footer-module__YpA-3a__newsletterDesc{color:#d4a3a6;margin-bottom:16px;font-size:.85rem;line-height:1.5}.Footer-module__YpA-3a__newsletterForm{gap:8px;display:flex}.Footer-module__YpA-3a__newsletterInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;outline:none;flex:1;padding:10px 14px;font-size:.85rem}.Footer-module__YpA-3a__newsletterInput::placeholder{color:#9e8d90}.Footer-module__YpA-3a__newsletterBtn{color:#fff;letter-spacing:1px;cursor:pointer;background:#8c3a4a;border:none;border-radius:6px;padding:10px 16px;font-size:.8rem;font-weight:700;transition:background .2s}.Footer-module__YpA-3a__newsletterBtn:hover{background:#752f3d}.Footer-module__YpA-3a__bottomBar{color:#9e8d90;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;font-size:.8rem;display:flex}.Footer-module__YpA-3a__paymentPartners{color:#d4a3a6;align-items:center;gap:16px;font-weight:600;display:flex}@media (max-width:992px){.Footer-module__YpA-3a__footerGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer-module__YpA-3a__footerGrid{grid-template-columns:1fr}.Footer-module__YpA-3a__bottomBar{text-align:center;flex-direction:column}}
