.RoomCard-module___tD3zq__card{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.RoomCard-module___tD3zq__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000d}.RoomCard-module___tD3zq__header{justify-content:space-between;align-items:flex-start;display:flex}.RoomCard-module___tD3zq__roomInfo{align-items:center;gap:1rem;display:flex}.RoomCard-module___tD3zq__iconBox{color:#64748b;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.RoomCard-module___tD3zq__roomNumber{color:var(--text);font-size:1.125rem;font-weight:800;line-height:1.2}.RoomCard-module___tD3zq__roomType{color:#64748b;font-size:.75rem;font-weight:600}.RoomCard-module___tD3zq__statusBadge{background:#00000008;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;display:flex}.RoomCard-module___tD3zq__body{border-top:1px dashed var(--border);border-bottom:1px dashed var(--border);flex-direction:column;gap:.5rem;padding:.5rem 0;display:flex}.RoomCard-module___tD3zq__infoRow{justify-content:space-between;font-size:.8125rem;display:flex}.RoomCard-module___tD3zq__infoRow span{color:#64748b}.RoomCard-module___tD3zq__actions{margin-top:auto}.RoomCard-module___tD3zq__statusSelect{border:1px solid var(--border);cursor:pointer;background:#f8fafc;border-radius:8px;outline:none;width:100%;padding:.6rem;font-size:.8125rem;font-weight:600}.RoomCard-module___tD3zq__statusSelect:focus{border-color:var(--primary)}.RoomCard-module___tD3zq__statusEmpty{border-left:4px solid #10b981}.RoomCard-module___tD3zq__statusFull{border-left:4px solid #ef4444}.RoomCard-module___tD3zq__statusDirty{border-left:4px solid #f59e0b}.RoomCard-module___tD3zq__upcomingBadge{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;display:flex}.RoomCard-module___tD3zq__guestCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:.5rem;padding:.75rem}.RoomCard-module___tD3zq__guestHeader{color:#1e293b;align-items:center;gap:.4rem;margin-bottom:.4rem;font-size:.85rem;display:flex}.RoomCard-module___tD3zq__guestInfo{flex-direction:column;gap:.25rem;display:flex}.RoomCard-module___tD3zq__guestRow{color:#64748b;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.RoomCard-module___tD3zq__requestBadges{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.RoomCard-module___tD3zq__requestBadge{text-transform:uppercase;border-radius:6px;align-items:center;gap:.4rem;padding:.3rem .6rem;font-size:.65rem;font-weight:800;display:flex}.RoomCard-module___tD3zq__cleaningRequest{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.RoomCard-module___tD3zq__serviceRequest{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe}.RoomCard-module___tD3zq__requestBtn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;height:36px;transition:all .2s;display:flex}.RoomCard-module___tD3zq__requestBtn:hover{background:#f1f5f9;border-color:#cbd5e1}.RoomCard-module___tD3zq__requestBtn.RoomCard-module___tD3zq__active{color:#fff;background:#3b82f6;border-color:#2563eb;box-shadow:0 4px 6px -1px #2563eb33}
.Appointments-module__Ew953W__container{flex-direction:column;gap:2rem;display:flex}.Appointments-module__Ew953W__titleArea{justify-content:space-between;align-items:center;display:flex}.Appointments-module__Ew953W__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Appointments-module__Ew953W__statCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.Appointments-module__Ew953W__statValue{color:var(--text);font-size:1.5rem;font-weight:800}.Appointments-module__Ew953W__statLabel{color:var(--text-muted);font-size:.875rem}.Appointments-module__Ew953W__tableContainer{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.Appointments-module__Ew953W__table{border-collapse:collapse;width:100%}.Appointments-module__Ew953W__table th{text-align:left;background:var(--surface);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.75rem}.Appointments-module__Ew953W__table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem}.Appointments-module__Ew953W__customerInfo{flex-direction:column;display:flex}.Appointments-module__Ew953W__customerName{color:var(--text);font-weight:700}.Appointments-module__Ew953W__customerPhone{color:var(--text-muted);font-size:.75rem}.Appointments-module__Ew953W__badge{border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Appointments-module__Ew953W__badgePending{color:#b76e00;background:#fff4e5}.Appointments-module__Ew953W__badgeApproved{color:#087f5b;background:#e6fcf5}.Appointments-module__Ew953W__badgeCancelled{color:#c92a2a;background:#fff5f5}.Appointments-module__Ew953W__badgeNoShow{color:#fff;background:#2d3436}.Appointments-module__Ew953W__actions{gap:.5rem;display:flex}.Appointments-module__Ew953W__btnAction{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Appointments-module__Ew953W__btnConfirm:hover{color:#087f5b;background:#e6fcf5;border-color:#087f5b}.Appointments-module__Ew953W__btnCancel:hover{color:#c92a2a;background:#fff5f5;border-color:#c92a2a}.Appointments-module__Ew953W__empty{text-align:center;color:var(--text-muted);padding:4rem}.Appointments-module__Ew953W__searchFilterArea{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.Appointments-module__Ew953W__searchWrapper{flex:1;position:relative}.Appointments-module__Ew953W__searchInput{border:1px solid var(--border);background:var(--surface);border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.Appointments-module__Ew953W__searchInput:focus{border-color:var(--primary);background:var(--white);box-shadow:0 0 0 3px #0066ff1a}.Appointments-module__Ew953W__filterSelect{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:10px;outline:none;min-width:160px;padding:.75rem 1rem;font-size:.875rem}.Appointments-module__Ew953W__desktopView{display:block}.Appointments-module__Ew953W__mobileView{display:none}.Appointments-module__Ew953W__cardList{flex-direction:column;gap:1rem;display:flex}.Appointments-module__Ew953W__appointmentCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 2px 4px #00000005}.Appointments-module__Ew953W__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:.75rem;display:flex}.Appointments-module__Ew953W__cardBody{flex-direction:column;gap:.5rem;display:flex}.Appointments-module__Ew953W__cardInfoRow{color:var(--text);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Appointments-module__Ew953W__cardInfoRow strong{color:var(--text-muted);width:80px;font-size:.75rem}.Appointments-module__Ew953W__cardActions{gap:.75rem;margin-top:.5rem;display:flex}.Appointments-module__Ew953W__cardActions button,.Appointments-module__Ew953W__cardActions a{flex:1;justify-content:center}.Appointments-module__Ew953W__loadMoreArea{justify-content:center;padding:2rem 0;display:flex}@media (max-width:1024px){.Appointments-module__Ew953W__desktopView{display:none}.Appointments-module__Ew953W__mobileView{display:block}.Appointments-module__Ew953W__stats{grid-template-columns:1fr;gap:.75rem}.Appointments-module__Ew953W__statCard{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.Appointments-module__Ew953W__searchFilterArea{flex-direction:column;padding:1rem}.Appointments-module__Ew953W__filterSelect{width:100%}.Appointments-module__Ew953W__titleArea{text-align:center;flex-direction:column;gap:1.5rem}.Appointments-module__Ew953W__headerActions{width:100%}.Appointments-module__Ew953W__headerActions button{justify-content:center;width:100%}.Appointments-module__Ew953W__appointmentCard{border-radius:16px;padding:1rem}.Appointments-module__Ew953W__cardActions{flex-direction:row;gap:.5rem}.Appointments-module__Ew953W__cardActions button{padding:.5rem;font-size:.8125rem}}@media (max-width:480px){.Appointments-module__Ew953W__titleArea h1{font-size:1.5rem}.Appointments-module__Ew953W__statValue{font-size:1.25rem}}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--white)}.Button-module__8RiFmG__primary:hover{background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Button-module__8RiFmG__secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.Button-module__8RiFmG__secondary:hover{background:var(--border)}.Button-module__8RiFmG__outline{color:var(--primary);border:1px solid var(--primary);background:0 0}.Button-module__8RiFmG__outline:hover{background:#0066ff0d}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:1rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.125rem}.Button-module__8RiFmG__fullWidth{width:100%;display:flex}
.Hero-module__lYpGPq__hero{background:radial-gradient(circle at 100% 0,#0066ff0d,#0000);padding:4.5rem 0;overflow:hidden}.Hero-module__lYpGPq__container{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__lYpGPq__badge{color:var(--primary);border-radius:var(--radius-full);background:#0066ff1a;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.Hero-module__lYpGPq__hero h1{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.Hero-module__lYpGPq__hero h1 span{color:var(--primary)}.Hero-module__lYpGPq__hero p{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:1.25rem}.Hero-module__lYpGPq__ctas{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__lYpGPq__stats{gap:2rem;display:flex}.Hero-module__lYpGPq__stat{align-items:center;gap:.75rem;font-size:.875rem;font-weight:500;display:flex}.Hero-module__lYpGPq__statIcon{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);justify-content:center;align-items:center;display:flex}.Hero-module__lYpGPq__visual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__lYpGPq__mainImage{border-radius:var(--radius-lg);z-index:1;border:1px solid #fff3;width:100%;max-width:600px;height:auto;transform:perspective(1000px)rotateY(-8deg)rotateX(4deg);box-shadow:0 30px 60px #0066ff26,0 10px 20px #0000001a}.Hero-module__lYpGPq__imageOverlay{z-index:0;background:radial-gradient(circle,#0066ff14 0%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:968px){.Hero-module__lYpGPq__hero{padding:3.5rem 0 2rem}.Hero-module__lYpGPq__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__lYpGPq__hero h1{letter-spacing:-1px;margin-bottom:1rem;font-size:2.25rem}.Hero-module__lYpGPq__hero p{margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.Hero-module__lYpGPq__ctas{justify-content:center;gap:.75rem;margin-bottom:0}.Hero-module__lYpGPq__ctas button{padding:.75rem 1.25rem!important;font-size:.9375rem!important}.Hero-module__lYpGPq__stats{display:none}.Hero-module__lYpGPq__visual{margin-top:1.5rem}.Hero-module__lYpGPq__mainImage{transform:none}}
.Navbar-module__mCmXEa__nav{border-bottom:1px solid var(--border);z-index:100;background:#fffffff2;align-items:center;height:80px;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #0000001a}.Navbar-module__mCmXEa__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__mCmXEa__logo{color:var(--text);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.Navbar-module__mCmXEa__logo span{color:var(--primary)}.Navbar-module__mCmXEa__desktopLinks{gap:2rem;display:flex}.Navbar-module__mCmXEa__desktopLinks a{color:var(--text-muted);font-weight:500;transition:color .2s}.Navbar-module__mCmXEa__desktopLinks a:hover{color:var(--primary)}.Navbar-module__mCmXEa__faqLink{position:relative;color:var(--text)!important;font-weight:600!important}.Navbar-module__mCmXEa__newBadge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:1px 6px;font-size:.65rem;font-weight:800;position:absolute;top:-10px;right:-24px;box-shadow:0 2px 4px #06f3}.Navbar-module__mCmXEa__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__mCmXEa__actions a{color:var(--text);font-weight:600}.Navbar-module__mCmXEa__mobileToggle{color:var(--text);cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__mCmXEa__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;background:#0006;width:100%;height:100dvh;animation:.3s Navbar-module__mCmXEa__fadeIn;position:fixed;top:0;left:0}@keyframes Navbar-module__mCmXEa__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:968px){.Navbar-module__mCmXEa__nav{height:70px}.Navbar-module__mCmXEa__mobileToggle{display:block}.Navbar-module__mCmXEa__desktopLinks,.Navbar-module__mCmXEa__actions{display:none}.Navbar-module__mCmXEa__mobileDrawer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;opacity:0;visibility:hidden;background:#fffffffa;flex-direction:column;width:85%;max-width:380px;height:100dvh;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.Navbar-module__mCmXEa__mobileVisible{opacity:1;visibility:visible;transform:translate(0)}.Navbar-module__mCmXEa__mobileMenuHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Navbar-module__mCmXEa__closeBtn{background:var(--surface);cursor:pointer;width:40px;height:40px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Navbar-module__mCmXEa__mobileLinksList{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex;overflow-y:auto}.Navbar-module__mCmXEa__mobileLinksList a{border-radius:var(--radius-md);color:var(--text);opacity:0;background:0 0;align-items:center;gap:1rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;transform:translate(20px)}.Navbar-module__mCmXEa__mobileVisible .Navbar-module__mCmXEa__mobileLinksList a{animation:.4s forwards Navbar-module__mCmXEa__slideInRight;animation-delay:calc(var(--i) * 80ms)}@keyframes Navbar-module__mCmXEa__slideInRight{to{opacity:1;transform:translate(0)}}.Navbar-module__mCmXEa__mobileLinksList a:active{background:var(--surface);transform:scale(.98)}.Navbar-module__mCmXEa__linkIcon{background:var(--surface);width:40px;height:40px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;display:flex}.Navbar-module__mCmXEa__chevron{color:var(--text-muted);opacity:.5;margin-left:auto}.Navbar-module__mCmXEa__badgeWrapper{align-items:center;gap:.5rem;margin-left:auto;display:flex}.Navbar-module__mCmXEa__badgeWrapper .Navbar-module__mCmXEa__newBadge{padding:0 5px;font-size:.6rem;position:static}.Navbar-module__mCmXEa__mobileMenuFooter{background:var(--surface);border-top:1px solid var(--border);padding:2rem 1.5rem}.Navbar-module__mCmXEa__authGroup{flex-direction:column;gap:1rem;display:flex}.Navbar-module__mCmXEa__mobileLoginLink,.Navbar-module__mCmXEa__mobilePanelLink{color:var(--text);justify-content:center;align-items:center;gap:.75rem;padding:.5rem;font-weight:600;display:flex}}@media (min-width:969px){.Navbar-module__mCmXEa__mobileDrawer,.Navbar-module__mCmXEa__backdrop{display:none!important}}.Navbar-module__mCmXEa__dropdownWrapper{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__mCmXEa__dropdownToggle{align-items:center;gap:.25rem;display:flex!important}.Navbar-module__mCmXEa__dropdown{border:1px solid var(--border);opacity:0;visibility:hidden;z-index:100;background:#fff;border-radius:16px;width:260px;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 30px #0000001a}.Navbar-module__mCmXEa__dropdownVisible{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__mCmXEa__dropdownItem{border-radius:10px;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s;display:block;color:#475569!important;font-weight:600!important}.Navbar-module__mCmXEa__dropdownItem:hover{background:#f1f5f9;padding-left:1.25rem;color:var(--primary)!important}.Navbar-module__mCmXEa__dropdownDivider{background:var(--border);height:1px;margin:.5rem}.Navbar-module__mCmXEa__dropdownItemAll{background:#0066ff0d;border-radius:10px;justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.875rem;color:var(--primary)!important;font-weight:700!important;display:flex!important}.Navbar-module__mCmXEa__chevron{transition:transform .3s}.Navbar-module__mCmXEa__rotate{transform:rotate(180deg)}.Navbar-module__mCmXEa__mobileAccordion{width:100%}.Navbar-module__mCmXEa__mobileAccordionBtn{border:none;border-bottom:1px solid var(--border);color:#1e293b;cursor:pointer;background:0 0;align-items:center;gap:1.25rem;width:100%;padding:1.25rem 0;font-family:inherit;font-size:1.125rem;font-weight:700;display:flex}.Navbar-module__mCmXEa__mobileAccordionBtn span{text-align:left;flex:1}.Navbar-module__mCmXEa__mobileAccordionBtn .Navbar-module__mCmXEa__chevron{color:var(--text-muted);opacity:.5;margin-left:auto;transition:transform .3s}.Navbar-module__mCmXEa__mobileSubLinks{flex-direction:column;max-height:0;padding-left:3.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Navbar-module__mCmXEa__mobileSubVisible{max-height:500px;padding-bottom:1rem}.Navbar-module__mCmXEa__mobileSubLinks a{color:#64748b;padding:.75rem 0;font-size:1rem;font-weight:600;border:none!important}.Navbar-module__mCmXEa__mobileSubLinks a:hover{color:var(--primary)}
.Pricing-module__9ZH_4q__pricing{background:var(--white)}.Pricing-module__9ZH_4q__header{text-align:center;margin-bottom:2.5rem}.Pricing-module__9ZH_4q__header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Pricing-module__9ZH_4q__header p{color:var(--text-muted);font-size:1.125rem}.Pricing-module__9ZH_4q__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.Pricing-module__9ZH_4q__card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);flex-direction:column;padding:3rem 2rem;display:flex;position:relative}.Pricing-module__9ZH_4q__featured{border-color:var(--primary);box-shadow:var(--shadow-lg);z-index:1;transform:scale(1.05)}.Pricing-module__9ZH_4q__badge{background:var(--primary);color:var(--white);border-radius:var(--radius-full);padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.Pricing-module__9ZH_4q__card h3{margin-bottom:1rem;font-size:1.25rem}.Pricing-module__9ZH_4q__price{margin-bottom:.5rem;font-size:3rem;font-weight:800}.Pricing-module__9ZH_4q__price span{color:var(--text-muted);font-size:1rem;font-weight:500}.Pricing-module__9ZH_4q__description{color:var(--text-muted);margin-bottom:2rem;font-size:.875rem}.Pricing-module__9ZH_4q__features{flex:1;margin-bottom:3rem}.Pricing-module__9ZH_4q__features li{align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.Pricing-module__9ZH_4q__check{color:var(--success)}.Pricing-module__9ZH_4q__cta{width:100%}@media (max-width:768px){.Pricing-module__9ZH_4q__featured{transform:none}}
.CustomerDetail-module__egXFNa__container{flex-direction:column;gap:2rem;display:flex}.CustomerDetail-module__egXFNa__backLink{color:var(--text-muted);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.CustomerDetail-module__egXFNa__backLink:hover{color:var(--primary)}.CustomerDetail-module__egXFNa__grid{grid-template-columns:2fr 1.2fr;gap:2rem;display:grid}.CustomerDetail-module__egXFNa__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.CustomerDetail-module__egXFNa__cardHeader{background:#fcfcfc;border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.CustomerDetail-module__egXFNa__cardHeader h3{flex:1;font-size:1.125rem;font-weight:800}.CustomerDetail-module__egXFNa__cardBody{padding:1.5rem}.CustomerDetail-module__egXFNa__historyItem{border:1px solid #f1f5f9;border-radius:12px;margin-bottom:1rem;padding:1rem;transition:transform .2s}.CustomerDetail-module__egXFNa__historyItem:hover{border-color:var(--primary-light);background:#fbfdff}.CustomerDetail-module__egXFNa__historyHeader{justify-content:space-between;margin-bottom:.75rem;display:flex}.CustomerDetail-module__egXFNa__historyTitle{color:#1e293b;font-weight:700}.CustomerDetail-module__egXFNa__historyDate{color:#94a3b8;font-size:.8125rem}.CustomerDetail-module__egXFNa__orderItems{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.CustomerDetail-module__egXFNa__tag{color:#64748b;background:#f1f5f9;border-radius:6px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.CustomerDetail-module__egXFNa__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.CustomerDetail-module__egXFNa__formGroup label{color:#475569;font-size:.8125rem;font-weight:700}.CustomerDetail-module__egXFNa__input,.CustomerDetail-module__egXFNa__textarea{background:#fcfcfc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.75rem;font-size:.875rem}.CustomerDetail-module__egXFNa__input:focus,.CustomerDetail-module__egXFNa__textarea:focus{border-color:var(--primary);background:#fff}.CustomerDetail-module__egXFNa__textarea{resize:vertical;min-height:120px}.CustomerDetail-module__egXFNa__saveBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem;font-weight:700;transition:opacity .2s;display:flex}.CustomerDetail-module__egXFNa__saveBtn:disabled{opacity:.7;cursor:not-allowed}.CustomerDetail-module__egXFNa__revenueBadge{color:#166534;background:#f0fdf4;border:1px solid #bbfcce;border-radius:12px;flex-direction:column;justify-content:center;min-width:160px;padding:.75rem 1.25rem;font-weight:800;display:flex}.CustomerDetail-module__egXFNa__customerHeader{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:640px){.CustomerDetail-module__egXFNa__customerHeader{flex-direction:column;align-items:flex-start;gap:1.25rem}.CustomerDetail-module__egXFNa__revenueBadge{width:100%;min-width:unset}}.CustomerDetail-module__egXFNa__packageList{flex-direction:column;gap:1rem;display:flex}.CustomerDetail-module__egXFNa__packageItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.CustomerDetail-module__egXFNa__packageHeader{border-bottom:1px dashed #cbd5e1;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.CustomerDetail-module__egXFNa__sessionRow{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8125rem;display:flex}.CustomerDetail-module__egXFNa__sessionCount{color:var(--primary);font-weight:700}.CustomerDetail-module__egXFNa__btnUse{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:#fff;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600;transition:all .2s}.CustomerDetail-module__egXFNa__btnUse:hover:not(:disabled){background:var(--primary);color:#fff}.CustomerDetail-module__egXFNa__btnUse:disabled{opacity:.5;cursor:not-allowed;color:#94a3b8;border-color:#cbd5e1}@media (max-width:1024px){.CustomerDetail-module__egXFNa__grid{grid-template-columns:1fr}}
.CustomerPackages-module__KlixPq__container{flex-direction:column;gap:1.5rem;display:flex}.CustomerPackages-module__KlixPq__header{justify-content:space-between;align-items:center;display:flex}.CustomerPackages-module__KlixPq__backLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.CustomerPackages-module__KlixPq__grid{grid-template-columns:350px 1fr;gap:1.5rem;display:grid}.CustomerPackages-module__KlixPq__packageList{flex-direction:column;gap:1rem;display:flex}.CustomerPackages-module__KlixPq__packageCard{border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;background:#fff;padding:1.25rem;transition:all .2s;position:relative}.CustomerPackages-module__KlixPq__packageCard:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.CustomerPackages-module__KlixPq__activeCard{border-color:var(--primary);background:#0066ff05;box-shadow:0 4px 12px #0066ff14}.CustomerPackages-module__KlixPq__statusBadge{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:800;position:absolute;top:1rem;right:1rem}.CustomerPackages-module__KlixPq__statusActive{color:#087f5b;background:#e6fcf5}.CustomerPackages-module__KlixPq__statusCompleted{color:#64748b;background:#f1f5f9}.CustomerPackages-module__KlixPq__statusExpired{color:#c92a2a;background:#fff5f5}.CustomerPackages-module__KlixPq__detailArea{flex-direction:column;gap:1.5rem;display:flex}.CustomerPackages-module__KlixPq__mainCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;overflow:hidden}.CustomerPackages-module__KlixPq__cardHeader{border-bottom:1px solid var(--border);background:#fcfcfc;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CustomerPackages-module__KlixPq__cardBody{padding:1.5rem}.CustomerPackages-module__KlixPq__statsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.CustomerPackages-module__KlixPq__statItem{background:#f8fafc;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.CustomerPackages-module__KlixPq__statLabel{color:#64748b;font-size:.75rem;font-weight:600}.CustomerPackages-module__KlixPq__statValue{color:#1e293b;font-size:1.125rem;font-weight:800}.CustomerPackages-module__KlixPq__tabs{border-bottom:1px solid var(--border);gap:2rem;padding:0 1.5rem;display:flex}.CustomerPackages-module__KlixPq__tab{color:#64748b;cursor:pointer;background:0 0;border:none;padding:1rem 0;font-size:.875rem;font-weight:700;position:relative}.CustomerPackages-module__KlixPq__activeTab{color:var(--primary)}.CustomerPackages-module__KlixPq__activeTab:after{content:"";background:var(--primary);height:2px;position:absolute;bottom:0;left:0;right:0}.CustomerPackages-module__KlixPq__logList{flex-direction:column;gap:.75rem;display:flex}.CustomerPackages-module__KlixPq__logItem{border:1px solid #f1f5f9;border-radius:10px;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.CustomerPackages-module__KlixPq__logMain{flex-direction:column;gap:.25rem;display:flex}.CustomerPackages-module__KlixPq__logTitle{font-size:.9rem;font-weight:700}.CustomerPackages-module__KlixPq__logNote{color:#64748b;font-size:.8rem;font-style:italic}.CustomerPackages-module__KlixPq__logDate{color:#94a3b8;font-size:.75rem}.CustomerPackages-module__KlixPq__emptyState{text-align:center;color:#94a3b8;padding:3rem}.CustomerPackages-module__KlixPq__btnAction{cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.CustomerPackages-module__KlixPq__btnPrimary{background:var(--primary);color:#fff;border:none}.CustomerPackages-module__KlixPq__btnPrimary:hover:not(:disabled){opacity:.9}.CustomerPackages-module__KlixPq__spin{animation:1s linear infinite CustomerPackages-module__KlixPq__spin}@keyframes CustomerPackages-module__KlixPq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.CustomerPackages-module__KlixPq__grid{grid-template-columns:1fr}}
.Packages-module__UAPd0W__container{flex-direction:column;gap:2rem;display:flex}.Packages-module__UAPd0W__titleArea{justify-content:space-between;align-items:center;display:flex}.Packages-module__UAPd0W__tableContainer{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);overflow:hidden}.Packages-module__UAPd0W__table{border-collapse:collapse;width:100%}.Packages-module__UAPd0W__table th{text-align:left;background:var(--surface);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.75rem}.Packages-module__UAPd0W__table td{border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-size:.875rem}.Packages-module__UAPd0W__packageInfo{flex-direction:column;display:flex}.Packages-module__UAPd0W__packageName{color:var(--text);font-size:1rem;font-weight:700}.Packages-module__UAPd0W__packageDesc{color:var(--text-muted);font-size:.75rem}.Packages-module__UAPd0W__actions{gap:.5rem;display:flex}.Packages-module__UAPd0W__btnAction{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--white);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Packages-module__UAPd0W__btnAction:hover{background:var(--surface);border-color:var(--primary);color:var(--primary)}.Packages-module__UAPd0W__empty{text-align:center;color:var(--text-muted);padding:4rem}.Packages-module__UAPd0W__desktopView{display:block}.Packages-module__UAPd0W__mobileView{display:none}.Packages-module__UAPd0W__cardList{flex-direction:column;gap:1rem;display:flex}.Packages-module__UAPd0W__packageCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 2px 4px #00000005}.Packages-module__UAPd0W__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding-bottom:.75rem;display:flex}.Packages-module__UAPd0W__cardBody{flex-direction:column;gap:.5rem;display:flex}.Packages-module__UAPd0W__serviceLine{color:var(--text);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.Packages-module__UAPd0W__price{color:var(--primary);font-size:1.1rem;font-weight:800}.Packages-module__UAPd0W__validityBadge{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600}.Packages-module__UAPd0W__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Packages-module__UAPd0W__input{border:1px solid var(--border);border-radius:8px;width:100%;padding:.75rem;font-size:.875rem}.Packages-module__UAPd0W__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0066ff1a}.Packages-module__UAPd0W__serviceSelector{border:1px solid var(--border);background:#f8fafc;border-radius:12px;padding:1rem}.Packages-module__UAPd0W__serviceItem{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.Packages-module__UAPd0W__serviceItem:last-child{border-bottom:none}.Packages-module__UAPd0W__spin{animation:1s linear infinite Packages-module__UAPd0W__spin}@keyframes Packages-module__UAPd0W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.Packages-module__UAPd0W__desktopView{display:none}.Packages-module__UAPd0W__mobileView{display:block}}.Packages-module__UAPd0W__tabs{border-bottom:2px solid var(--border);gap:1rem;margin-bottom:2rem;display:flex}.Packages-module__UAPd0W__tab{color:var(--text-muted);cursor:pointer;border-bottom:3px solid #0000;padding:1rem 1.5rem;font-size:.9375rem;font-weight:700;transition:all .2s}.Packages-module__UAPd0W__tab:hover{color:var(--primary)}.Packages-module__UAPd0W__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.Packages-module__UAPd0W__searchResults{border:1px solid var(--border);z-index:50;background:#fff;border-radius:12px;max-height:240px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.Packages-module__UAPd0W__searchItem{cursor:pointer;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;transition:background .2s;display:flex}.Packages-module__UAPd0W__searchItem:last-child{border-bottom:none}.Packages-module__UAPd0W__searchItem:hover{background:var(--surface)}.Packages-module__UAPd0W__searchItem span:first-child{color:var(--text);font-weight:700}.Packages-module__UAPd0W__searchItem span:last-child{color:var(--text-muted);font-size:.8rem}
.FirmaSayfasi-module__LzKFdq__main{min-height:100vh}.FirmaSayfasi-module__LzKFdq__hero{z-index:1;align-items:flex-end;height:400px;padding-bottom:3rem;display:flex;position:relative;overflow:hidden}.FirmaSayfasi-module__LzKFdq__coverWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.FirmaSayfasi-module__LzKFdq__cover{object-fit:cover;width:100%;height:100%}.FirmaSayfasi-module__LzKFdq__overlay{z-index:2;background:linear-gradient(#0000,#000000b3);width:100%;height:100%;position:absolute;top:0;left:0}.FirmaSayfasi-module__LzKFdq__profileInfo{color:var(--white);z-index:3;align-items:flex-end;gap:2rem;display:flex;position:relative}.FirmaSayfasi-module__LzKFdq__logoWrapper{border:4px solid var(--white);background:var(--white);width:160px;height:160px;box-shadow:var(--shadow-lg);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.FirmaSayfasi-module__LzKFdq__realLogo{object-fit:cover;width:100%;height:100%}.FirmaSayfasi-module__LzKFdq__placeholderLogo{width:100%;height:100%;color:var(--text-muted);background:#f0f0f0;justify-content:center;align-items:center;font-size:4rem;font-weight:800;display:flex}.FirmaSayfasi-module__LzKFdq__nameSection{flex-direction:column;flex:1;align-items:center;display:flex}.FirmaSayfasi-module__LzKFdq__nameSection h1{letter-spacing:-1px;margin-bottom:.75rem;font-size:2.5rem;font-weight:800}.FirmaSayfasi-module__LzKFdq__meta{justify-content:center;gap:1.5rem;font-size:.875rem;display:flex}.FirmaSayfasi-module__LzKFdq__metaIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:help;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.FirmaSayfasi-module__LzKFdq__metaIcon:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.FirmaSayfasi-module__LzKFdq__grid{grid-template-columns:1fr 1.5fr;gap:2.5rem;display:grid}.FirmaSayfasi-module__LzKFdq__infoCol{flex-direction:column;gap:2rem;display:flex}.FirmaSayfasi-module__LzKFdq__card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2rem}.FirmaSayfasi-module__LzKFdq__card h2{margin-bottom:1rem;font-size:1.25rem;font-weight:700}.FirmaSayfasi-module__LzKFdq__socialButtons{gap:1rem;margin-top:1.5rem;display:flex}.FirmaSayfasi-module__LzKFdq__socialLink{background:var(--surface);width:44px;height:44px;color:var(--text);border-radius:var(--radius-md);justify-content:center;align-items:center;transition:all .2s;display:flex}.FirmaSayfasi-module__LzKFdq__socialLink:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.FirmaSayfasi-module__LzKFdq__hoursList{flex-direction:column;gap:.75rem;display:flex}.FirmaSayfasi-module__LzKFdq__hoursList li{justify-content:space-between;font-size:.9375rem;display:flex}.FirmaSayfasi-module__LzKFdq__bookingCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-lg);position:sticky;top:100px;overflow:hidden}.FirmaSayfasi-module__LzKFdq__cardHeader{background:var(--surface);border-bottom:1px solid var(--border);padding:1.5rem 2rem}.FirmaSayfasi-module__LzKFdq__cardHeader h2{margin-bottom:.25rem;font-size:1.25rem}.FirmaSayfasi-module__LzKFdq__cardHeader p{color:var(--text-muted);font-size:.875rem}@media (max-width:968px){.FirmaSayfasi-module__LzKFdq__hero{align-items:flex-end;height:350px;padding-top:70px;display:flex}.FirmaSayfasi-module__LzKFdq__profileInfo{text-align:center;flex-direction:column;align-items:center;gap:1rem}.FirmaSayfasi-module__LzKFdq__logoWrapper{width:120px;height:120px;margin-top:-60px}.FirmaSayfasi-module__LzKFdq__grid{grid-template-columns:1fr;gap:1.5rem}.FirmaSayfasi-module__LzKFdq__infoCol{gap:1.25rem}.FirmaSayfasi-module__LzKFdq__bookingCard{position:static}}.FirmaSayfasi-module__LzKFdq__galleryGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;display:grid}.FirmaSayfasi-module__LzKFdq__galleryItem{aspect-ratio:1;border-radius:var(--radius-md);cursor:pointer;background:var(--surface);border:1px solid var(--border);transition:transform .2s,box-shadow .2s;overflow:hidden}.FirmaSayfasi-module__LzKFdq__galleryItem:hover{box-shadow:var(--shadow-md);transform:scale(1.02)}.FirmaSayfasi-module__LzKFdq__galleryImg{object-fit:cover;width:100%;height:100%}@media (max-width:968px){.FirmaSayfasi-module__LzKFdq__galleryGrid{grid-template-columns:repeat(2,1fr)}}.FirmaSayfasi-module__LzKFdq__lightbox{z-index:9999;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.FirmaSayfasi-module__LzKFdq__lightboxContent{border-radius:var(--radius-lg);max-width:100%;max-height:100%;box-shadow:0 0 40px #00000080}.FirmaSayfasi-module__LzKFdq__closeLightbox{color:#fff;cursor:pointer;background:#ffffff1a;border-radius:50%;padding:.5rem;transition:background .2s;position:absolute;top:1.5rem;right:1.5rem}.FirmaSayfasi-module__LzKFdq__closeLightbox:hover{background:#fff3}.FirmaSayfasi-module__LzKFdq__navBar{border-bottom:1px solid var(--border);z-index:100;background:#fff;position:sticky;top:0}.FirmaSayfasi-module__LzKFdq__tabList{scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;display:flex;overflow-x:auto}.FirmaSayfasi-module__LzKFdq__tabList::-webkit-scrollbar{display:none}.FirmaSayfasi-module__LzKFdq__tabItem{color:var(--text-muted);cursor:pointer;white-space:nowrap;border-bottom:3px solid #0000;align-items:center;gap:.5rem;padding:1.25rem .5rem;font-weight:600;transition:all .2s;display:flex}.FirmaSayfasi-module__LzKFdq__tabItem:hover{color:var(--primary)}.FirmaSayfasi-module__LzKFdq__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.FirmaSayfasi-module__LzKFdq__websiteContent{padding:3rem 0}.FirmaSayfasi-module__LzKFdq__sectionTitle{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:800}.FirmaSayfasi-module__LzKFdq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.FirmaSayfasi-module__LzKFdq__blogCard{border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;flex-direction:column;display:flex}.FirmaSayfasi-module__LzKFdq__blogBody{flex:1;padding:1.5rem}.FirmaSayfasi-module__LzKFdq__blogBody h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.FirmaSayfasi-module__LzKFdq__blogBody p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.FirmaSayfasi-module__LzKFdq__blogFooter{border-top:1px solid var(--border);background:var(--surface);color:var(--text-muted);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.75rem;display:flex}.FirmaSayfasi-module__LzKFdq__contactGrid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.FirmaSayfasi-module__LzKFdq__contactInfoArea{flex-direction:column;gap:1.5rem;display:flex}.FirmaSayfasi-module__LzKFdq__contactItem{background:var(--surface);border-radius:var(--radius-md);gap:1rem;padding:1.5rem;display:flex}.FirmaSayfasi-module__LzKFdq__contactItem h4{margin-bottom:.25rem;font-weight:700}.FirmaSayfasi-module__LzKFdq__contactItem p{color:var(--text-muted);font-size:.9rem}.FirmaSayfasi-module__LzKFdq__mapWrapper{border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;height:400px;overflow:hidden}@media (max-width:968px){.FirmaSayfasi-module__LzKFdq__contactGrid{grid-template-columns:1fr}.FirmaSayfasi-module__LzKFdq__sectionTitle{font-size:1.5rem}.FirmaSayfasi-module__LzKFdq__navBar{top:70px}.FirmaSayfasi-module__LzKFdq__websiteContent{padding:1.5rem 0}}.FirmaSayfasi-module__LzKFdq__packageCard{margin-top:15px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(var(--primary-rgb), .2)!important;background:#fff!important;overflow:visible!important}.FirmaSayfasi-module__LzKFdq__packageCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--primary)!important}.FirmaSayfasi-module__LzKFdq__packageBadge{background:linear-gradient(135deg, var(--primary), #00d2ff);color:#fff;letter-spacing:.5px;z-index:10;border:2px solid #fff;border-radius:12px;align-items:center;padding:8px 20px;font-size:.75rem;font-weight:900;display:flex;position:absolute;top:-16px;left:24px;box-shadow:0 8px 20px #0066ff4d}.FirmaSayfasi-module__LzKFdq__packageItems{border-radius:var(--radius-md);border:1px solid var(--border);background:#f8fafc;flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:1.25rem;display:flex}.FirmaSayfasi-module__LzKFdq__packageItem{color:var(--text-main);align-items:center;gap:12px;font-size:.9rem;display:flex}.FirmaSayfasi-module__LzKFdq__checkIcon{color:#10b981;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;box-shadow:0 2px 5px #0000000d}.FirmaSayfasi-module__LzKFdq__contactBtn{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 15px rgba(var(--primary-rgb), .2);border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s}.FirmaSayfasi-module__LzKFdq__contactBtn:hover{filter:brightness(1.1);box-shadow:0 8px 25px rgba(var(--primary-rgb), .3);transform:scale(1.02)}
.HotelPage-module__tYtQ3q__main{background-color:var(--white);min-height:100vh}.HotelPage-module__tYtQ3q__section{padding:5rem 1rem}.HotelPage-module__tYtQ3q__sectionLight{background-color:var(--surface)}.HotelPage-module__tYtQ3q__container{max-width:1200px;margin:0 auto}.HotelPage-module__tYtQ3q__header{text-align:center;margin-bottom:4rem}.HotelPage-module__tYtQ3q__title{color:var(--text);margin-bottom:1rem;font-size:2.25rem;font-weight:800}@media (min-width:768px){.HotelPage-module__tYtQ3q__title{font-size:3rem}}.HotelPage-module__tYtQ3q__highlight{color:var(--primary)}.HotelPage-module__tYtQ3q__subtitle{color:var(--text-muted);max-width:42rem;margin:0 auto;font-size:1.125rem}.HotelPage-module__tYtQ3q__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.HotelPage-module__tYtQ3q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.HotelPage-module__tYtQ3q__grid{grid-template-columns:repeat(4,1fr)}}.HotelPage-module__tYtQ3q__featureCard{background-color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:2rem;transition:box-shadow .3s,transform .3s}.HotelPage-module__tYtQ3q__featureCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.HotelPage-module__tYtQ3q__iconWrapper{background-color:var(--surface);border-radius:var(--radius-md);margin-bottom:1rem;padding:.75rem;display:inline-block}.HotelPage-module__tYtQ3q__featureTitle{color:var(--text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.HotelPage-module__tYtQ3q__featureDescription{color:var(--text-muted);font-size:.875rem;line-height:1.6}.HotelPage-module__tYtQ3q__flexContainer{flex-direction:column;align-items:center;gap:4rem;display:flex}@media (min-width:1024px){.HotelPage-module__tYtQ3q__flexContainer{flex-direction:row}}.HotelPage-module__tYtQ3q__flexContent{flex:1}.HotelPage-module__tYtQ3q__flexImage{flex:1;width:100%;position:relative}.HotelPage-module__tYtQ3q__checkList{flex-direction:column;gap:1.5rem;display:flex}.HotelPage-module__tYtQ3q__checkItem{gap:1rem;display:flex}.HotelPage-module__tYtQ3q__checkIcon{flex-shrink:0;margin-top:.25rem}.HotelPage-module__tYtQ3q__checkTitle{color:var(--text);font-weight:600}.HotelPage-module__tYtQ3q__checkText{color:var(--text-muted)}.HotelPage-module__tYtQ3q__imagePlaceholder{aspect-ratio:4/3;background-color:var(--surface);border:4px solid var(--border);border-radius:1.5rem;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.HotelPage-module__tYtQ3q__imagePlaceholder:hover .HotelPage-module__tYtQ3q__bigIcon{transform:scale(1.1)}.HotelPage-module__tYtQ3q__bigIcon{color:#cbd5e1;transition:transform .5s}.HotelPage-module__tYtQ3q__placeholderLabel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-lg);background-color:#fffc;border:1px solid #ffffff80;padding:1rem;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.HotelPage-module__tYtQ3q__placeholderLabel p{color:var(--text-muted);font-size:.875rem;font-weight:500}.HotelPage-module__tYtQ3q__ctaSection{background-color:var(--primary);padding:5rem 1rem}.HotelPage-module__tYtQ3q__ctaContent{text-align:center;max-width:56rem;color:var(--white);margin:0 auto}.HotelPage-module__tYtQ3q__ctaTitle{margin-bottom:1.5rem;font-size:2rem;font-weight:700}@media (min-width:768px){.HotelPage-module__tYtQ3q__ctaTitle{font-size:3rem}}.HotelPage-module__tYtQ3q__ctaSubtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem}.HotelPage-module__tYtQ3q__buttonGroup{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.HotelPage-module__tYtQ3q__buttonGroup{flex-direction:row}}.HotelPage-module__tYtQ3q__btnPrimary{background-color:var(--white);color:var(--primary);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:background-color .2s}.HotelPage-module__tYtQ3q__btnPrimary:hover{background-color:var(--surface)}.HotelPage-module__tYtQ3q__btnSecondary{color:var(--white);border-radius:var(--radius-full);background-color:#0000;border:2px solid #ffffff4d;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:background-color .2s}.HotelPage-module__tYtQ3q__btnSecondary:hover{background-color:#ffffff1a}.HotelPage-module__tYtQ3q__blob{filter:blur(40px);opacity:.7;z-index:-1;border-radius:50%;position:absolute}.HotelPage-module__tYtQ3q__blob1{background-color:#dbeafe;width:6rem;height:6rem;top:-1.5rem;right:-1.5rem}.HotelPage-module__tYtQ3q__blob2{background-color:#f3e8ff;width:8rem;height:8rem;bottom:-2rem;left:-2rem}
.FAQ-module__Eu89IW__faq{background-color:var(--background);padding:5rem 0}.FAQ-module__Eu89IW__title{text-align:center;margin-bottom:3rem}.FAQ-module__Eu89IW__title h2{color:var(--text);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.FAQ-module__Eu89IW__title p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.FAQ-module__Eu89IW__accordion{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__Eu89IW__item{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);transition:all .3s;overflow:hidden}.FAQ-module__Eu89IW__item:hover{border-color:var(--primary);box-shadow:var(--shadow-md)}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active{border-color:var(--primary);box-shadow:var(--shadow-lg)}.FAQ-module__Eu89IW__question{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.125rem;font-weight:600;transition:color .2s;display:flex}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__question{color:var(--primary)}.FAQ-module__Eu89IW__icon{color:var(--text-muted);transition:transform .3s}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__icon{color:var(--primary);transform:rotate(180deg)}.FAQ-module__Eu89IW__answer{max-height:0;transition:max-height .3s cubic-bezier(0,1,0,1);overflow:hidden}.FAQ-module__Eu89IW__item.FAQ-module__Eu89IW__active .FAQ-module__Eu89IW__answer{max-height:1000px;transition:max-height .3s cubic-bezier(1,0,1,0)}.FAQ-module__Eu89IW__answerContent{color:var(--text-muted);padding:0 1.5rem 1.5rem;line-height:1.6}@media (max-width:768px){.FAQ-module__Eu89IW__title h2{font-size:2rem}}
.SectorFeatures-module__OR0-HG__section{background:#f8fafc;padding:8rem 0}.SectorFeatures-module__OR0-HG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.SectorFeatures-module__OR0-HG__header h2{color:#0f172a;letter-spacing:-1px;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800}.SectorFeatures-module__OR0-HG__header p{color:#64748b;font-size:1.125rem;line-height:1.6}.SectorFeatures-module__OR0-HG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.SectorFeatures-module__OR0-HG__card{background:#fff;border:1px solid #0066ff14;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem 2.5rem;transition:all .3s;display:flex}.SectorFeatures-module__OR0-HG__card:hover{border-color:#06f3;transform:translateY(-8px);box-shadow:0 20px 40px #0066ff0d}.SectorFeatures-module__OR0-HG__iconWrapper{width:56px;height:56px;color:var(--primary);background:#0066ff1a;border-radius:16px;justify-content:center;align-items:center;display:flex}.SectorFeatures-module__OR0-HG__card h3{color:#0f172a;font-size:1.375rem;font-weight:700}.SectorFeatures-module__OR0-HG__card p{color:#64748b;font-size:1rem;line-height:1.6}.SectorFeatures-module__OR0-HG__ctaContainer{justify-content:center;margin-top:4rem;display:flex}.SectorFeatures-module__OR0-HG__fullWidthCta{background:linear-gradient(90deg, var(--primary), #0052cc);color:#fff;border-radius:20px;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:600px;padding:1.5rem;font-size:1.125rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #06f3}.SectorFeatures-module__OR0-HG__fullWidthCta:hover{filter:brightness(1.1);transform:translateY(-5px)scale(1.02);box-shadow:0 15px 40px #0066ff4d}@media (max-width:992px){.SectorFeatures-module__OR0-HG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SectorFeatures-module__OR0-HG__section{padding:4rem 0}.SectorFeatures-module__OR0-HG__header h2{font-size:2rem}.SectorFeatures-module__OR0-HG__grid{grid-template-columns:1fr;gap:1.5rem}.SectorFeatures-module__OR0-HG__card{padding:2.5rem 2rem}}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:500px;box-shadow:var(--shadow-2xl);animation:.3s ease-out Modal-module__7LRQSW__slideUp;overflow:hidden}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Modal-module__7LRQSW__header h3{color:var(--text);margin:0;font-size:1.125rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:.5rem;transition:all .2s}.Modal-module__7LRQSW__closeBtn:hover{background:var(--surface);color:var(--text)}.Modal-module__7LRQSW__body{padding:1.5rem}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AdminBlog-module__a1nGga__container{padding:1rem 0}.AdminBlog-module__a1nGga__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.AdminBlog-module__a1nGga__header h1{align-items:center;gap:.75rem;font-size:1.5rem;font-weight:800;display:flex}.AdminBlog-module__a1nGga__tableCard{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.AdminBlog-module__a1nGga__table{border-collapse:collapse;text-align:left;width:100%}.AdminBlog-module__a1nGga__table th{text-transform:uppercase;color:#64748b;border-bottom:1px solid var(--border);background:#f8fafc;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.AdminBlog-module__a1nGga__table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:1rem 1.5rem;font-size:.875rem}.AdminBlog-module__a1nGga__postThumb{object-fit:cover;background:#f1f5f9;border-radius:8px;width:48px;height:48px}.AdminBlog-module__a1nGga__postTitle{color:#0f172a;margin-bottom:.25rem;font-weight:700;display:block}.AdminBlog-module__a1nGga__postSlug{color:#64748b;font-family:monospace;font-size:.75rem}.AdminBlog-module__a1nGga__badge{text-transform:uppercase;border-radius:6px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.AdminBlog-module__a1nGga__published{color:#166534;background:#dcfce7}.AdminBlog-module__a1nGga__draft{color:#475569;background:#f1f5f9}.AdminBlog-module__a1nGga__actions{gap:.5rem;display:flex}.AdminBlog-module__a1nGga__iconBtn{border:1px solid var(--border);color:#64748b;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AdminBlog-module__a1nGga__iconBtn:hover{color:var(--primary);background:#f1f5f9}.AdminBlog-module__a1nGga__deleteBtn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.AdminBlog-module__a1nGga__editorGrid{grid-template-columns:1fr 350px;align-items:start;gap:2rem;display:grid}.AdminBlog-module__a1nGga__mainCard,.AdminBlog-module__a1nGga__sideCard{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1.5rem}.AdminBlog-module__a1nGga__field{margin-bottom:1.5rem}.AdminBlog-module__a1nGga__field label{color:#334155;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.AdminBlog-module__a1nGga__input,.AdminBlog-module__a1nGga__select,.AdminBlog-module__a1nGga__textarea{border:1px solid var(--border);background:#f8fafc;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s}.AdminBlog-module__a1nGga__input:focus,.AdminBlog-module__a1nGga__textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0066ff1a}.AdminBlog-module__a1nGga__textarea{min-height:400px;font-family:inherit;line-height:1.6}.AdminBlog-module__a1nGga__editorWrapper{border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;width:100%;height:650px;display:flex;overflow:hidden}.AdminBlog-module__a1nGga__toolbar{border-bottom:1px solid var(--border);background:#f8fafc;flex-wrap:wrap;flex-shrink:0;gap:.25rem;padding:.75rem;display:flex}.AdminBlog-module__a1nGga__toolBtn{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.AdminBlog-module__a1nGga__toolBtn:hover{color:var(--primary);border-color:var(--border);background:#fff}.AdminBlog-module__a1nGga__toolBtnActive{color:var(--primary);border-color:var(--primary);background:#fff;box-shadow:0 2px 4px #0066ff1a}.AdminBlog-module__a1nGga__editor{color:#334155;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;background:#fff;outline:none;flex:1;width:100%;padding:2rem;font-size:1.0625rem;line-height:1.8;overflow:hidden auto}.AdminBlog-module__a1nGga__editor *{max-width:100%}.AdminBlog-module__a1nGga__editor img{border-radius:12px;max-width:100%;height:auto;margin:1.5rem 0;display:block}.AdminBlog-module__a1nGga__editor h2{color:#0f172a;margin:2rem 0 1rem;font-size:1.75rem;font-weight:800}.AdminBlog-module__a1nGga__editor h3{color:#1e293b;margin:1.5rem 0 .75rem;font-size:1.5rem;font-weight:700}.AdminBlog-module__a1nGga__editor p{margin-bottom:1.25rem}.AdminBlog-module__a1nGga__editor ul,.AdminBlog-module__a1nGga__editor ol{margin-bottom:1.25rem;padding-left:1.5rem}.AdminBlog-module__a1nGga__blogContent img{border-radius:16px;max-width:100%;height:auto;margin:3rem auto;display:block;box-shadow:0 10px 30px #00000014}.AdminBlog-module__a1nGga__blogContent h2{color:#0f172a;letter-spacing:-.02em;margin:2.5rem 0 1rem;font-size:2rem;font-weight:800}.AdminBlog-module__a1nGga__blogContent h3{color:#1e293b;margin:2rem 0 1rem;font-size:1.5rem;font-weight:700}.AdminBlog-module__a1nGga__blogContent p{margin-bottom:1.25rem}.AdminBlog-module__a1nGga__blogContent ul,.AdminBlog-module__a1nGga__blogContent ol{margin-bottom:2rem;padding-left:0;list-style:none}.AdminBlog-module__a1nGga__blogContent ul li{color:#475569;margin-bottom:1rem;padding-left:2rem;position:relative}.AdminBlog-module__a1nGga__blogContent ul li:before{content:"";background:var(--primary);opacity:.9;width:1.25rem;height:1.25rem;position:absolute;top:.35rem;left:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") 50%/contain no-repeat}.AdminBlog-module__a1nGga__blogContent ol{counter-reset:blog-counter}.AdminBlog-module__a1nGga__blogContent ol li{counter-increment:blog-counter;color:#475569;margin-bottom:1.5rem;padding-left:3rem;position:relative}.AdminBlog-module__a1nGga__blogContent ol li:before{content:counter(blog-counter);width:2rem;height:2rem;color:var(--primary);background:#0066ff14;border:1px solid #0066ff26;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:800;display:flex;position:absolute;top:-.1rem;left:0}.AdminBlog-module__a1nGga__imageUpload{border:2px dashed var(--border);text-align:center;cursor:pointer;background:#f8fafc;border-radius:12px;padding:2rem;transition:all .2s}.AdminBlog-module__a1nGga__imageUpload:hover{border-color:var(--primary);background:#eff6ff}.AdminBlog-module__a1nGga__previewImg{border-radius:8px;width:100%;margin-top:1rem}.AdminBlog-module__a1nGga__emptyState{text-align:center;color:#64748b;padding:4rem}@media (max-width:1280px){.AdminBlog-module__a1nGga__desktopShare{display:none!important}}@media (min-width:1281px){.AdminBlog-module__a1nGga__mobileShare{display:none!important}}.AdminBlog-module__a1nGga__blogMain{background:#f8fafc;min-height:100vh;padding-top:80px}.AdminBlog-module__a1nGga__blogArticle{max-width:900px;margin:0 auto;padding:4rem 1.5rem}.AdminBlog-module__a1nGga__blogTitle{color:#0f172a;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}@media (max-width:768px){.AdminBlog-module__a1nGga__blogMain{padding-top:20px}.AdminBlog-module__a1nGga__blogArticle{padding:1.5rem 1.25rem}.AdminBlog-module__a1nGga__blogArticle a[href=\/blog]{margin-bottom:1rem!important}.AdminBlog-module__a1nGga__blogArticle header{margin-bottom:1.5rem!important}.AdminBlog-module__a1nGga__blogTitle{margin-bottom:1rem;font-size:1.75rem;line-height:1.3}}.AdminBlog-module__a1nGga__spin{animation:1s linear infinite AdminBlog-module__a1nGga__spin}@keyframes AdminBlog-module__a1nGga__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.AdminUpdates-module__0Mpwia__container{padding:1rem}.AdminUpdates-module__0Mpwia__headerArea{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.AdminUpdates-module__0Mpwia__title{align-items:center;gap:.75rem;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;display:flex}.AdminUpdates-module__0Mpwia__subtitle{color:#64748b;font-size:.875rem}.AdminUpdates-module__0Mpwia__loadingArea{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 0;display:flex}.AdminUpdates-module__0Mpwia__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.AdminUpdates-module__0Mpwia__table{border-collapse:collapse;width:100%}.AdminUpdates-module__0Mpwia__table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem}.AdminUpdates-module__0Mpwia__table td{border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem;font-size:.875rem}.AdminUpdates-module__0Mpwia__badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.AdminUpdates-module__0Mpwia__badge_feature{color:#166534;background:#f0fdf4}.AdminUpdates-module__0Mpwia__badge_fix{color:#991b1b;background:#fef2f2}.AdminUpdates-module__0Mpwia__badge_improvement{color:#1e40af;background:#eff6ff}.AdminUpdates-module__0Mpwia__actions{gap:.5rem;display:flex}.AdminUpdates-module__0Mpwia__btnIcon{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;transition:all .2s}.AdminUpdates-module__0Mpwia__btnIcon:hover{color:var(--primary);border-color:var(--primary);background:#f8fafc}.AdminUpdates-module__0Mpwia__btnDanger:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.AdminUpdates-module__0Mpwia__form{flex-direction:column;gap:1.25rem;display:flex}.AdminUpdates-module__0Mpwia__inputGroup{flex-direction:column;gap:.5rem;display:flex}.AdminUpdates-module__0Mpwia__inputGroup label{font-size:.875rem;font-weight:700}.AdminUpdates-module__0Mpwia__input{border:1px solid #e2e8f0;border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.AdminUpdates-module__0Mpwia__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0066ff1a}.AdminUpdates-module__0Mpwia__grid2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.AdminUpdates-module__0Mpwia__headerArea{flex-direction:column;align-items:flex-start;gap:1rem}.AdminUpdates-module__0Mpwia__grid2{grid-template-columns:1fr}.AdminUpdates-module__0Mpwia__table th:nth-child(3),.AdminUpdates-module__0Mpwia__table td:nth-child(3){display:none}}
.Dashboard-module__x7pg5W__container{max-width:1400px;margin:0 auto;padding:2rem}.Dashboard-module__x7pg5W__header{border-bottom:1px solid #00000008;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.Dashboard-module__x7pg5W__welcome h1{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.Dashboard-module__x7pg5W__welcome p{color:var(--text-muted);font-size:.8125rem;font-weight:500}.Dashboard-module__x7pg5W__dateBadge{color:var(--primary);background:#0066ff0a;border-radius:10px;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;margin-top:.75rem;padding:.5rem .875rem;font-size:.75rem;font-weight:700;display:flex}.Dashboard-module__x7pg5W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Dashboard-module__x7pg5W__statCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.Dashboard-module__x7pg5W__statCard:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d}.Dashboard-module__x7pg5W__iconBg{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Dashboard-module__x7pg5W__blue{color:var(--primary);background:#0066ff1a}.Dashboard-module__x7pg5W__green{color:#27ae60;background:#27ae601a}.Dashboard-module__x7pg5W__orange{color:#f39c12;background:#f39c121a}.Dashboard-module__x7pg5W__purple{color:#9b59b6;background:#9b59b61a}.Dashboard-module__x7pg5W__red{color:#e74c3c;background:#e74c3c1a}.Dashboard-module__x7pg5W__teal{color:#14b8a6;background:#14b8a61a}.Dashboard-module__x7pg5W__statInfo{flex-direction:column;display:flex}.Dashboard-module__x7pg5W__statLabel{color:var(--text-muted);font-size:.875rem;font-weight:600}.Dashboard-module__x7pg5W__statValue{color:var(--text);font-size:1.5rem;font-weight:800}.Dashboard-module__x7pg5W__mainGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.Dashboard-module__x7pg5W__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Dashboard-module__x7pg5W__sectionHeader h2{font-size:1.25rem;font-weight:700}.Dashboard-module__x7pg5W__link{color:var(--primary);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.Dashboard-module__x7pg5W__nextAppCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);padding:2rem;box-shadow:0 10px 25px #0000000d}.Dashboard-module__x7pg5W__appTime{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-weight:700;display:flex}.Dashboard-module__x7pg5W__appMain{justify-content:space-between;align-items:center;display:flex}.Dashboard-module__x7pg5W__customerInfo{align-items:center;gap:1rem;display:flex}.Dashboard-module__x7pg5W__avatar{background:var(--bg-surface);width:48px;height:48px;color:var(--primary);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 4px 10px #0000001a}.Dashboard-module__x7pg5W__customerInfo h3{margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.Dashboard-module__x7pg5W__customerInfo p{color:var(--text-muted);font-size:.875rem}.Dashboard-module__x7pg5W__appActions{gap:.75rem;display:flex}.Dashboard-module__x7pg5W__actionsGrid{grid-template-columns:1fr;gap:1rem;display:grid}.Dashboard-module__x7pg5W__actionItem{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);color:var(--text);align-items:center;gap:1rem;padding:1.25rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Dashboard-module__x7pg5W__actionItem:hover{border-color:var(--primary);color:var(--primary);background:#0066ff05}.Dashboard-module__x7pg5W__emptyState{background:var(--bg-surface);border:2px dashed var(--border);border-radius:var(--radius-xl);text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:4rem;display:flex}.Dashboard-module__x7pg5W__liveSection{border-radius:var(--radius-xl);background:linear-gradient(90deg,#e74c3c0d,#0066ff0d);border:1px solid #e74c3c1a;grid-column:1/-1;margin-bottom:2rem;padding:1.5rem}.Dashboard-module__x7pg5W__liveIndicator{align-items:center;gap:.75rem;display:flex}.Dashboard-module__x7pg5W__pulseDot{background-color:#e74c3c;border-radius:50%;width:12px;height:12px;animation:2s infinite Dashboard-module__x7pg5W__pulse;position:relative;box-shadow:0 0 #e74c3c66}@keyframes Dashboard-module__x7pg5W__pulse{0%{box-shadow:0 0 #e74c3cb3}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}.Dashboard-module__x7pg5W__liveCount{color:#e74c3c;text-transform:uppercase;letter-spacing:.025em;background:#e74c3c1a;border-radius:99px;padding:.25rem .75rem;font-size:.8125rem;font-weight:700}.Dashboard-module__x7pg5W__liveAppsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.Dashboard-module__x7pg5W__liveCard{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.25rem;transition:all .2s;box-shadow:0 4px 12px #0000000d}.Dashboard-module__x7pg5W__liveCard:hover{border-color:#e74c3c;transform:translateY(-2px)}.Dashboard-module__x7pg5W__liveCardHeader{color:#e74c3c;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:flex}.Dashboard-module__x7pg5W__liveCardContent h3{margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.Dashboard-module__x7pg5W__liveCardContent p{color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.Dashboard-module__x7pg5W__liveMeta{color:var(--text);align-items:center;font-size:.8125rem;font-weight:600;display:flex}.Dashboard-module__x7pg5W__liveIcon{color:#e74c3c}.Dashboard-module__x7pg5W__liveCardLink{color:inherit;text-decoration:none;display:block}.Dashboard-module__x7pg5W__liveTimer{background:var(--bg-surface);border-radius:var(--radius-lg);text-align:center;border:1px dashed #e74c3c33;flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0;padding:1rem;display:flex}.Dashboard-module__x7pg5W__timerValue{color:#e74c3c;letter-spacing:-1px;font-family:Monaco,Consolas,monospace;font-size:2rem;font-weight:800;display:block}.Dashboard-module__x7pg5W__livePriceBadge{background:var(--primary);color:#fff;border-radius:8px;padding:.25rem .75rem;font-size:1.125rem;font-weight:800;box-shadow:0 4px 12px #06f3}@media (max-width:992px){.Dashboard-module__x7pg5W__mainGrid{grid-template-columns:1fr;gap:1.25rem}}@media (max-width:640px){.Dashboard-module__x7pg5W__container{padding:.75rem .5rem}.Dashboard-module__x7pg5W__header{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem}.Dashboard-module__x7pg5W__welcome h1{font-size:1rem}.Dashboard-module__x7pg5W__dateBadge{padding:.4rem .6rem;font-size:.65rem}.Dashboard-module__x7pg5W__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}.Dashboard-module__x7pg5W__statCard{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.Dashboard-module__x7pg5W__iconBg{width:40px;height:40px}.Dashboard-module__x7pg5W__iconBg svg{width:20px;height:20px}.Dashboard-module__x7pg5W__statValue{font-size:1.25rem}.Dashboard-module__x7pg5W__liveSection{margin-bottom:1.25rem;padding:1rem}.Dashboard-module__x7pg5W__liveAppsGrid{grid-template-columns:1fr;gap:.75rem;margin-top:1rem}.Dashboard-module__x7pg5W__sectionHeader{margin-bottom:1rem}.Dashboard-module__x7pg5W__nextAppCard{padding:1.25rem}.Dashboard-module__x7pg5W__emptyState{padding:2rem 1rem}.Dashboard-module__x7pg5W__appTime{margin-bottom:1rem}.Dashboard-module__x7pg5W__appMain{flex-direction:column;align-items:flex-start;gap:1rem}.Dashboard-module__x7pg5W__appActions,.Dashboard-module__x7pg5W__appActions button,.Dashboard-module__x7pg5W__appActions a{width:100%}}.Dashboard-module__x7pg5W__shortcutsSection{border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem}.Dashboard-module__x7pg5W__shortcutsSection .Dashboard-module__x7pg5W__sectionHeader p{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.Dashboard-module__x7pg5W__shortcutsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.Dashboard-module__x7pg5W__shortcutCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);color:inherit;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Dashboard-module__x7pg5W__shortcutCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 15px 30px #00000014}.Dashboard-module__x7pg5W__shortcutIcon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex}.Dashboard-module__x7pg5W__shortcutCard:hover .Dashboard-module__x7pg5W__shortcutIcon{transform:scale(1.1)}.Dashboard-module__x7pg5W__shortcutInfo{flex:1}.Dashboard-module__x7pg5W__shortcutInfo h3{color:var(--text);margin-bottom:.25rem;font-size:1.0625rem;font-weight:800}.Dashboard-module__x7pg5W__shortcutInfo p{color:var(--text-muted);font-size:.8125rem;line-height:1.4}.Dashboard-module__x7pg5W__shortcutArrow{color:var(--border);transition:all .3s}.Dashboard-module__x7pg5W__shortcutCard:hover .Dashboard-module__x7pg5W__shortcutArrow{color:var(--primary);transform:translate(4px)}@media (max-width:640px){.Dashboard-module__x7pg5W__shortcutsGrid{grid-template-columns:1fr;gap:1rem}.Dashboard-module__x7pg5W__shortcutCard{padding:1.25rem}.Dashboard-module__x7pg5W__shortcutIcon{width:50px;height:50px}}
.Abonelik-module__2DeLeW__container{max-width:1000px;margin:0 auto;padding:1rem}.Abonelik-module__2DeLeW__header{text-align:center;margin-bottom:2.5rem}.Abonelik-module__2DeLeW__header h1{background:linear-gradient(to right, var(--primary), #6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:800}.Abonelik-module__2DeLeW__header p{color:var(--text-muted)}.Abonelik-module__2DeLeW__currentPlanCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 15px #00000008}.Abonelik-module__2DeLeW__currentInfo{align-items:center;gap:1.5rem;display:flex}.Abonelik-module__2DeLeW__planIcon{width:64px;height:64px;color:var(--primary);background:#0066ff1a;border-radius:16px;justify-content:center;align-items:center;display:flex}.Abonelik-module__2DeLeW__currentInfo h2{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Abonelik-module__2DeLeW__currentInfo p{color:var(--text-muted);font-size:.9375rem}.Abonelik-module__2DeLeW__statusBadge{color:#2e7d32;letter-spacing:.05em;background:#e8f5e9;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:800}.Abonelik-module__2DeLeW__plansGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Abonelik-module__2DeLeW__planCard{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative}.Abonelik-module__2DeLeW__planCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.Abonelik-module__2DeLeW__featured{border:2px solid var(--primary);transform:scale(1.02)}.Abonelik-module__2DeLeW__badge{background:var(--primary);color:#fff;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Abonelik-module__2DeLeW__planCard h3{text-align:center;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Abonelik-module__2DeLeW__price{text-align:center;color:var(--text);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.Abonelik-module__2DeLeW__price span:first-child{vertical-align:super;font-size:1.25rem}.Abonelik-module__2DeLeW__price span:last-child{color:var(--text-muted);font-size:1rem;font-weight:400}.Abonelik-module__2DeLeW__features{flex:1;margin:0 0 2.5rem;padding:0;list-style:none}.Abonelik-module__2DeLeW__features li{color:var(--text);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.Abonelik-module__2DeLeW__features li svg{color:#2ecc71;flex-shrink:0}.Abonelik-module__2DeLeW__paymentSection{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.Abonelik-module__2DeLeW__paymentCard{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:500px;animation:.3s ease-out Abonelik-module__2DeLeW__slideUp;overflow:hidden}@keyframes Abonelik-module__2DeLeW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Abonelik-module__2DeLeW__paymentHeader{background:var(--bg-surface);border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.5rem;display:flex}.Abonelik-module__2DeLeW__paymentHeader h2{font-size:1.25rem;font-weight:700}.Abonelik-module__2DeLeW__paymentBody{padding:2rem}.Abonelik-module__2DeLeW__discountAlert{color:#d35400;border-radius:var(--radius-lg);background:#f39c121a;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.875rem;display:flex}.Abonelik-module__2DeLeW__ibanInfo{background:var(--bg-surface);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem}.Abonelik-module__2DeLeW__ibanInfo p{font-variant-numeric:tabular-nums;margin-bottom:.5rem}.Abonelik-module__2DeLeW__instructions{color:var(--text-muted);gap:.75rem;margin-bottom:2rem;font-size:.8125rem;display:flex}.Abonelik-module__2DeLeW__usageContainer{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);margin-bottom:2rem;padding:2rem;box-shadow:0 4px 15px #00000005}.Abonelik-module__2DeLeW__usageDetails{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Abonelik-module__2DeLeW__detailItem{flex-direction:column;gap:.5rem;display:flex}.Abonelik-module__2DeLeW__detailItem label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Abonelik-module__2DeLeW__detailItem strong{color:var(--text);font-size:1.125rem;font-weight:800}.Abonelik-module__2DeLeW__progressSection{border-top:1px solid var(--border);padding-top:2rem}.Abonelik-module__2DeLeW__progressLabel{justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:flex}.Abonelik-module__2DeLeW__progressBar{background:var(--bg-surface);border-radius:99px;height:10px;margin-bottom:.75rem;overflow:hidden}.Abonelik-module__2DeLeW__progressFill{background:linear-gradient(to right, var(--primary), #6366f1);border-radius:99px;height:100%;transition:width .5s ease-out}.Abonelik-module__2DeLeW__progressHint{color:var(--text-muted);font-size:.8125rem}.Abonelik-module__2DeLeW__loading{color:var(--text-muted);justify-content:center;padding:4rem;display:flex}@media (max-width:768px){.Abonelik-module__2DeLeW__currentPlanCard{text-align:center;flex-direction:column;gap:1.5rem}.Abonelik-module__2DeLeW__currentInfo{flex-direction:column}}.Abonelik-module__2DeLeW__pInput{border:1px solid var(--border);border-radius:var(--radius-lg);outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s}.Abonelik-module__2DeLeW__pInput:focus{border-color:var(--primary)}.Abonelik-module__2DeLeW__reportForm{border-radius:var(--radius-xl);background:#f8fafc;border:1px solid #e2e8f0;padding:1.5rem}.Abonelik-module__2DeLeW__pendingAlert{border-radius:var(--radius-xl);color:#92400e;background:#fffbeb;border:1px solid #fef3c7;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;animation:.3s ease-out Abonelik-module__2DeLeW__fadeIn;display:flex}.Abonelik-module__2DeLeW__spin{color:#f59e0b;animation:2s linear infinite Abonelik-module__2DeLeW__spin}@keyframes Abonelik-module__2DeLeW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Abonelik-module__2DeLeW__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Abonelik-module__2DeLeW__historyLink{color:var(--text-muted);background:#f1f5f9;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Abonelik-module__2DeLeW__historyLink:hover{color:var(--text);background:#e2e8f0}
.Analysis-module__vSkvnq__container{max-width:1200px;margin:0 auto;padding:1.5rem}.Analysis-module__vSkvnq__header{margin-bottom:2rem}.Analysis-module__vSkvnq__header h1{color:#1e293b;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.Analysis-module__vSkvnq__header p{color:#64748b}.Analysis-module__vSkvnq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.Analysis-module__vSkvnq__statCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.Analysis-module__vSkvnq__iconBox{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Analysis-module__vSkvnq__iconBox.Analysis-module__vSkvnq__peak{color:#ef4444;background:#fee2e2}.Analysis-module__vSkvnq__iconBox.Analysis-module__vSkvnq__calm{color:#10b981;background:#ecfdf5}.Analysis-module__vSkvnq__iconBox.Analysis-module__vSkvnq__avg{color:#3b82f6;background:#eff6ff}.Analysis-module__vSkvnq__statInfo span{color:#64748b;font-size:.875rem;display:block}.Analysis-module__vSkvnq__statInfo h3{color:#1e293b;font-size:1.25rem;font-weight:800}.Analysis-module__vSkvnq__mainCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:2.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000000d}.Analysis-module__vSkvnq__mainCard h2{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:flex}.Analysis-module__vSkvnq__heatmapWrapper{padding-bottom:1rem;overflow-x:auto}.Analysis-module__vSkvnq__helpButton{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.Analysis-module__vSkvnq__helpButton:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Analysis-module__vSkvnq__helpDocs h4{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Analysis-module__vSkvnq__helpDocs p{color:#475569;font-size:.95rem;line-height:1.5}.Analysis-module__vSkvnq__helpDocs ul{margin:1rem 0;padding:0;list-style:none}.Analysis-module__vSkvnq__helpDocs li{color:#64748b;margin-bottom:.5rem;padding-left:1.5rem;font-size:.9rem;position:relative}.Analysis-module__vSkvnq__helpDocs li:before{content:"•";color:var(--primary);font-weight:800;position:absolute;left:0}.Analysis-module__vSkvnq__helpDocs section{margin-bottom:2rem}.Analysis-module__vSkvnq__heatmap{border-collapse:separate;border-spacing:4px;min-width:800px}.Analysis-module__vSkvnq__hourLabel{color:#94a3b8;text-align:center;padding:.5rem;font-size:.75rem;font-weight:600}.Analysis-module__vSkvnq__dayLabel{color:#475569;text-align:right;width:100px;padding:.75rem;font-size:.875rem;font-weight:700}.Analysis-module__vSkvnq__cell{cursor:pointer;border-radius:6px;height:45px;transition:all .2s;position:relative}.Analysis-module__vSkvnq__cell:hover{z-index:10;transform:scale(1.1);box-shadow:0 4px 6px #0000001a}.Analysis-module__vSkvnq__tooltip{color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#1e293b;border-radius:4px;margin-bottom:8px;padding:.4rem .6rem;font-size:.75rem;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.Analysis-module__vSkvnq__cell:hover .Analysis-module__vSkvnq__tooltip{opacity:1}.Analysis-module__vSkvnq__chartCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.Analysis-module__vSkvnq__chartCard h3{margin-bottom:1.5rem;font-size:1rem;font-weight:700}.Analysis-module__vSkvnq__chartWrapper{height:300px}.Analysis-module__vSkvnq__loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:60vh;display:flex}.Analysis-module__vSkvnq__empty{text-align:center;color:#94a3b8;padding:4rem}@media (max-width:768px){.Analysis-module__vSkvnq__heatmapWrapper{margin:0 -1.5rem;padding:0 1.5rem 1.5rem}}
.Settings-module__cRVwTa__container{max-width:1200px;margin:0 auto;padding:2rem}.Settings-module__cRVwTa__titleArea{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Settings-module__cRVwTa__titleArea h1{color:var(--text);font-size:1.75rem;font-weight:800}.Settings-module__cRVwTa__layoutContainer{align-items:flex-start;gap:2.5rem;display:flex}.Settings-module__cRVwTa__sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:250px;display:flex;position:sticky;top:2rem}.Settings-module__cRVwTa__tabGroup{flex-direction:column;gap:.25rem;display:flex}.Settings-module__cRVwTa__groupTitle{text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;margin-bottom:.5rem;padding-left:1rem;font-size:.75rem;font-weight:800}.Settings-module__cRVwTa__tabItem{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.Settings-module__cRVwTa__tabItem:hover{color:var(--text);background:#f8fafc}.Settings-module__cRVwTa__activeTab{font-weight:700;color:var(--primary)!important;background:#0066ff0f!important}.Settings-module__cRVwTa__contentArea{flex:1;min-width:0}.Settings-module__cRVwTa__saveActions{align-items:center;display:flex}.Settings-module__cRVwTa__statusInline{border-radius:8px;align-items:center;gap:.5rem;margin-right:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:.3s Settings-module__cRVwTa__slideInRight;display:flex}.Settings-module__cRVwTa__statusBanner{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:600;animation:.3s Settings-module__cRVwTa__fadeIn;display:flex}.Settings-module__cRVwTa__success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.Settings-module__cRVwTa__error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@keyframes Settings-module__cRVwTa__slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes Settings-module__cRVwTa__fadeIn{0%{opacity:0}to{opacity:1}}.Settings-module__cRVwTa__leftCol,.Settings-module__cRVwTa__rightCol{flex-direction:column;gap:2rem;display:flex}.Settings-module__cRVwTa__card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.Settings-module__cRVwTa__cardHeader{border-bottom:1px solid var(--border);background:#fcfcfc;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.Settings-module__cRVwTa__cardHeader h3{color:var(--text);font-size:1.125rem;font-weight:700}.Settings-module__cRVwTa__cardBody{padding:1.5rem}.Settings-module__cRVwTa__inputGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.Settings-module__cRVwTa__inputGroup{margin-bottom:1.25rem}.Settings-module__cRVwTa__inputGroup:last-child{margin-bottom:0}.Settings-module__cRVwTa__inputGroup label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.Settings-module__cRVwTa__input,.Settings-module__cRVwTa__textarea,.Settings-module__cRVwTa__selectInput{border:1px solid var(--border);border-radius:8px;outline:none;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.Settings-module__cRVwTa__textarea{resize:vertical;min-height:100px}.Settings-module__cRVwTa__input:focus,.Settings-module__cRVwTa__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0066ff1a}.Settings-module__cRVwTa__row{justify-content:space-between;align-items:center;display:flex}.Settings-module__cRVwTa__rowInfo strong{font-size:.9375rem;font-weight:700;display:block}.Settings-module__cRVwTa__rowInfo p{color:var(--text-muted);margin-top:.25rem;font-size:.8125rem}.Settings-module__cRVwTa__toggleBtn{border:1px solid var(--border);color:#64748b;cursor:pointer;background:#f8fafc;border-radius:24px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.Settings-module__cRVwTa__toggleBtn.Settings-module__cRVwTa__active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #06f3}.Settings-module__cRVwTa__toggleBtn.Settings-module__cRVwTa__paused{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 4px 12px #ef444433}.Settings-module__cRVwTa__switch{width:50px;height:28px;display:inline-block;position:relative}.Settings-module__cRVwTa__switch input{opacity:0;width:0;height:0}.Settings-module__cRVwTa__slider{cursor:pointer;background-color:#e2e8f0;border-radius:34px;transition:all .4s;position:absolute;inset:0}.Settings-module__cRVwTa__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 2px 4px #0000001a}input:checked+.Settings-module__cRVwTa__slider{background-color:var(--primary)}input:checked+.Settings-module__cRVwTa__slider:before{transform:translate(22px)}.Settings-module__cRVwTa__colorPicker{cursor:pointer;background:0 0;border:4px solid #fff;border-radius:12px;width:50px;height:50px;padding:0;box-shadow:0 4px 8px #0000001a}.Settings-module__cRVwTa__hoursList{flex-direction:column;gap:1rem;display:flex}.Settings-module__cRVwTa__hourRow{border-bottom:1px solid #f9f9f9;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.Settings-module__cRVwTa__dayInfo{align-items:center;gap:.75rem;font-weight:600;display:flex}.Settings-module__cRVwTa__timeInputs{align-items:center;gap:.5rem;display:flex}.Settings-module__cRVwTa__timeInputs input{border:1px solid var(--border);border-radius:4px;padding:.4rem;font-size:.8125rem}.Settings-module__cRVwTa__closed{color:#ff4d4d;font-size:.8125rem;font-weight:600}.Settings-module__cRVwTa__loading{justify-content:center;align-items:center;height:100vh;font-weight:600;display:flex}.Settings-module__cRVwTa__imageUploadGrid{grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.Settings-module__cRVwTa__imageLabel{text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.8125rem;font-weight:700;display:block}.Settings-module__cRVwTa__coverPreview{aspect-ratio:1200/400;border:1px solid var(--border);background-position:50%;background-size:cover;border-radius:12px;width:100%;position:relative;overflow:hidden}.Settings-module__cRVwTa__uploadOverlay{color:#fff;opacity:0;cursor:pointer;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.Settings-module__cRVwTa__coverPreview:hover .Settings-module__cRVwTa__uploadOverlay{opacity:1}.Settings-module__cRVwTa__logoPreview{border:4px solid var(--white);background:#f5f5f5;border-radius:50%;width:120px;height:120px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Settings-module__cRVwTa__logoPreview img{object-fit:cover;width:100%;height:100%}.Settings-module__cRVwTa__logoPlaceholder{width:100%;height:100%;color:var(--text-muted);background:#f0f0f0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;display:flex}.Settings-module__cRVwTa__logoOverlay{color:#fff;opacity:0;cursor:pointer;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s;display:flex;position:absolute;top:0;left:0}.Settings-module__cRVwTa__logoPreview:hover .Settings-module__cRVwTa__logoOverlay{opacity:1}.Settings-module__cRVwTa__fileInput{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.Settings-module__cRVwTa__spin{animation:1s linear infinite Settings-module__cRVwTa__spin}@keyframes Settings-module__cRVwTa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:992px){.Settings-module__cRVwTa__layoutContainer{flex-direction:column;gap:1.5rem}.Settings-module__cRVwTa__sidebar{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:1rem;width:100%;padding-bottom:.5rem;position:relative;top:0;overflow-x:auto}.Settings-module__cRVwTa__sidebar::-webkit-scrollbar{display:none}.Settings-module__cRVwTa__tabGroup{flex-direction:row;align-items:center;gap:.5rem}.Settings-module__cRVwTa__groupTitle{display:none}.Settings-module__cRVwTa__tabItem{white-space:nowrap;background:#f1f5f9;padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width:768px){.Settings-module__cRVwTa__container{padding:1rem 1rem 80px}.Settings-module__cRVwTa__titleArea{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.Settings-module__cRVwTa__titleArea h1{font-size:1.25rem}.Settings-module__cRVwTa__titleArea p{display:none}.Settings-module__cRVwTa__saveActions{display:flex}.Settings-module__cRVwTa__saveActions button{font-size:.875rem;padding:.5rem 1rem!important}.Settings-module__cRVwTa__mobileStickyActions button{border-radius:14px;width:100%;height:54px;font-size:1rem;font-weight:800}.Settings-module__cRVwTa__cardHeader,.Settings-module__cRVwTa__cardBody{padding:1.25rem 1rem}.Settings-module__cRVwTa__row{flex-wrap:wrap;gap:1rem}.Settings-module__cRVwTa__rowInfo{flex:1;min-width:200px}.Settings-module__cRVwTa__imageUploadGrid{grid-template-columns:1fr;gap:1.5rem}.Settings-module__cRVwTa__coverPreview{aspect-ratio:16/9}.Settings-module__cRVwTa__logoPreview{width:100px;height:100px}.Settings-module__cRVwTa__tabItem svg{display:none}}@media (max-width:640px){.Settings-module__cRVwTa__imageUploadGrid{grid-template-columns:1fr}.Settings-module__cRVwTa__hourRow{border-bottom:1px solid #f1f5f9;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.25rem 0}.Settings-module__cRVwTa__timeInputs{justify-content:flex-start;gap:1rem;width:100%}.Settings-module__cRVwTa__timeInputs input{flex:1;padding:.75rem}}@media (max-width:480px){.Settings-module__cRVwTa__container{padding:1rem .5rem 6.5rem}.Settings-module__cRVwTa__cardBody{padding:1rem .75rem}.Settings-module__cRVwTa__inputGrid{grid-template-columns:1fr}.Settings-module__cRVwTa__timeInputs{flex-direction:column;align-items:stretch}}.Settings-module__cRVwTa__providerCard{border:2px solid var(--border);cursor:pointer;text-align:center;background:#fff;border-radius:14px;flex-direction:column;gap:.25rem;padding:1.25rem;transition:all .2s;display:flex}.Settings-module__cRVwTa__providerCard:hover{border-color:var(--primary);background:#0066ff05}.Settings-module__cRVwTa__providerActive{border-color:var(--primary);background:#eff6ff;box-shadow:0 4px 12px #0066ff1a}.Settings-module__cRVwTa__providerCard strong{color:var(--text);font-size:1rem;display:block}.Settings-module__cRVwTa__providerCard small{color:var(--text-muted);font-size:.75rem}
.Finance-module__DI4YWa__container{padding:1rem}.Finance-module__DI4YWa__header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.Finance-module__DI4YWa__header h1{color:#1e293b;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.Finance-module__DI4YWa__header p{color:#64748b}.Finance-module__DI4YWa__actions{gap:1rem;display:flex}.Finance-module__DI4YWa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.Finance-module__DI4YWa__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.Finance-module__DI4YWa__iconBox{border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.Finance-module__DI4YWa__iconBox.Finance-module__DI4YWa__income{color:#27ae60;background:#27ae601a}.Finance-module__DI4YWa__iconBox.Finance-module__DI4YWa__expense{color:#e74c3c;background:#e74c3c1a}.Finance-module__DI4YWa__iconBox.Finance-module__DI4YWa__balance{color:#06f;background:#0066ff1a}.Finance-module__DI4YWa__statInfo span{color:#64748b;font-size:.875rem;font-weight:500}.Finance-module__DI4YWa__statInfo h3{margin-top:.25rem;font-size:1.5rem;font-weight:800}.Finance-module__DI4YWa__subText{color:#94a3b8;margin-top:.25rem;font-size:.75rem;font-weight:600;display:block}.Finance-module__DI4YWa__progressArea{flex-direction:column;gap:.4rem;margin-top:.75rem;display:flex}.Finance-module__DI4YWa__progressBar{background:#f1f5f9;border-radius:10px;width:100%;height:6px;overflow:hidden}.Finance-module__DI4YWa__progressFill{background:var(--primary);border-radius:10px;height:100%;transition:width .8s ease-out}.Finance-module__DI4YWa__progressLabel{color:#64748b;font-size:.7rem;font-weight:700}.Finance-module__DI4YWa__forecastAlert{color:#fff;background:linear-gradient(135deg,#06f,#4f46e5);border-radius:16px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex;box-shadow:0 10px 15px -3px #06f3}.Finance-module__DI4YWa__forecastAlert span{font-size:.9375rem}.Finance-module__DI4YWa__mainCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.Finance-module__DI4YWa__cardHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Finance-module__DI4YWa__filters{gap:.5rem;display:flex}.Finance-module__DI4YWa__filters button{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.Finance-module__DI4YWa__filters button:hover{background:#f1f5f9}.Finance-module__DI4YWa__activeFilter{box-shadow:0 1px 2px #0000000d;color:#06f!important;background:#fff!important;border-color:#e2e8f0!important}.Finance-module__DI4YWa__tableWrapper{overflow-x:auto}.Finance-module__DI4YWa__table{border-collapse:collapse;width:100%}.Finance-module__DI4YWa__table th{text-align:left;text-transform:uppercase;color:#64748b;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.Finance-module__DI4YWa__table td{border-bottom:1px solid #f1f5f9;padding:1.125rem 1.5rem;font-size:.9375rem}.Finance-module__DI4YWa__dateCol{color:#64748b;align-items:center;gap:.5rem;display:flex}.Finance-module__DI4YWa__categoryBadge{background:#f1f5f9;border-radius:6px;padding:.25rem .6rem;font-size:.8125rem;font-weight:600}.Finance-module__DI4YWa__typeBadge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.Finance-module__DI4YWa__incomeType{color:#1e7e34;background:#e6f4ea}.Finance-module__DI4YWa__expenseType{color:#c62828;background:#fce8e8}.Finance-module__DI4YWa__incomeText{color:#27ae60}.Finance-module__DI4YWa__expenseText{color:#e74c3c}.Finance-module__DI4YWa__deleteBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.Finance-module__DI4YWa__deleteBtn:not(:disabled):hover{color:#e11d48;background:#fff1f2}.Finance-module__DI4YWa__deleteBtn:disabled{opacity:.3;cursor:not-allowed}.Finance-module__DI4YWa__empty{text-align:center;color:#94a3b8;padding:4rem}.Finance-module__DI4YWa__form{flex-direction:column;gap:1.25rem;display:flex}.Finance-module__DI4YWa__formGroup{flex-direction:column;gap:.5rem;display:flex}.Finance-module__DI4YWa__formGroup label{color:#1e293b;font-size:.875rem;font-weight:600}.Finance-module__DI4YWa__formGroup input,.Finance-module__DI4YWa__formGroup select{border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;font-size:1rem}.Finance-module__DI4YWa__loading{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:50vh;display:flex}.Finance-module__DI4YWa__mobileView{display:none}.Finance-module__DI4YWa__desktopView{display:block}@media (max-width:1024px){.Finance-module__DI4YWa__desktopView{display:none}.Finance-module__DI4YWa__mobileView{display:block}.Finance-module__DI4YWa__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Finance-module__DI4YWa__actions{width:100%}.Finance-module__DI4YWa__actions button{flex:1}.Finance-module__DI4YWa__cardHeader{flex-direction:column;align-items:flex-start;gap:1rem}.Finance-module__DI4YWa__filters{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:.5rem;overflow-x:auto}.Finance-module__DI4YWa__filters button{white-space:nowrap}}.Finance-module__DI4YWa__cardList{flex-direction:column;gap:1rem;padding:1rem;display:flex}.Finance-module__DI4YWa__appointmentCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:transform .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.Finance-module__DI4YWa__appointmentCard:active{transform:scale(.98)}.Finance-module__DI4YWa__cardHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:1rem;display:flex}.Finance-module__DI4YWa__cardBody{padding:1rem}.Finance-module__DI4YWa__cardInfoRow{color:#475569;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.Finance-module__DI4YWa__cardActions{background:#f8fafc;border-top:1px solid #f1f5f9;gap:.75rem;padding:.75rem 1rem;display:flex}.Finance-module__DI4YWa__cardActions .Finance-module__DI4YWa__btnAction{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.875rem;font-weight:600;display:flex}.Finance-module__DI4YWa__chartsGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (min-width:1024px){.Finance-module__DI4YWa__chartsGrid{grid-template-columns:2fr 1fr}}.Finance-module__DI4YWa__chartsGridRow{grid-template-columns:1fr;gap:1.5rem;display:grid}.Finance-module__DI4YWa__chartsGridRow:not(:empty){margin-bottom:2.5rem}@media (min-width:1024px){.Finance-module__DI4YWa__chartsGridRow{grid-template-columns:1fr 1fr}}.Finance-module__DI4YWa__chartCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #e2e8f0cc;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.Finance-module__DI4YWa__chartCard h3{color:#1e293b;margin-bottom:.25rem;font-size:1.125rem;font-weight:800}.Finance-module__DI4YWa__chartCard p{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.Finance-module__DI4YWa__chartWrapper{width:100%;height:350px}.Finance-module__DI4YWa__customTooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 6px -1px #0000001a}.Finance-module__DI4YWa__customTooltip .Finance-module__DI4YWa__label{color:#1e293b;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.Finance-module__DI4YWa__settingsItem{cursor:pointer;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.Finance-module__DI4YWa__settingsItem:hover{border-color:var(--primary);background:#f8fafc}.Finance-module__DI4YWa__settingsIcon{color:#64748b;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Finance-module__DI4YWa__settingsItem:hover .Finance-module__DI4YWa__settingsIcon{color:var(--primary);background:#fff}
.GaleriPage-module___OnfaW__container{max-width:1200px;margin:0 auto;padding:2rem}.GaleriPage-module___OnfaW__header{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:2rem;display:flex}.GaleriPage-module___OnfaW__headerInfo h1{background:linear-gradient(135deg, var(--primary), #4f46e5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.GaleriPage-module___OnfaW__headerInfo p{color:var(--text-muted)}.GaleriPage-module___OnfaW__stats{background:var(--surface);border-radius:var(--radius-md);flex-direction:column;align-items:center;min-width:100px;padding:1rem 1.5rem;display:flex}.GaleriPage-module___OnfaW__stats strong{color:var(--primary);font-size:1.5rem}.GaleriPage-module___OnfaW__stats span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.GaleriPage-module___OnfaW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.GaleriPage-module___OnfaW__imageCard{aspect-ratio:4/3;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.GaleriPage-module___OnfaW__imageCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.GaleriPage-module___OnfaW__imageCard img{object-fit:cover;width:100%;height:100%}.GaleriPage-module___OnfaW__deleteBtn{color:#ef4444;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem;transform:scale(.8)}.GaleriPage-module___OnfaW__imageCard:hover .GaleriPage-module___OnfaW__deleteBtn{opacity:1;transform:scale(1)}.GaleriPage-module___OnfaW__deleteBtn:hover{color:#fff;background:#ef4444}.GaleriPage-module___OnfaW__deleting{opacity:.7;pointer-events:none;filter:grayscale(.5)}.GaleriPage-module___OnfaW__deleting .GaleriPage-module___OnfaW__deleteBtn{opacity:1!important;color:var(--primary)!important;background:#fff!important;transform:scale(1)!important}.GaleriPage-module___OnfaW__uploadCard{aspect-ratio:4/3;border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--surface);color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;transition:all .2s;display:flex}.GaleriPage-module___OnfaW__confirmOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;animation:.2s ease-out GaleriPage-module___OnfaW__fadeIn;display:flex;position:absolute;inset:0}.GaleriPage-module___OnfaW__confirmOverlay span{font-size:.9rem;font-weight:700}.GaleriPage-module___OnfaW__confirmBtns{gap:.5rem;width:100%;display:flex}.GaleriPage-module___OnfaW__confirmYes,.GaleriPage-module___OnfaW__confirmNo{border-radius:var(--radius-sm);cursor:pointer;border:none;flex:1;padding:.5rem;font-size:.75rem;font-weight:600;transition:all .2s}.GaleriPage-module___OnfaW__confirmYes{color:#fff;background:#ef4444}.GaleriPage-module___OnfaW__confirmYes:hover{background:#dc2626}.GaleriPage-module___OnfaW__confirmNo{color:var(--text-main);background:#fff}.GaleriPage-module___OnfaW__confirmNo:hover{background:#f1f5f9}@keyframes GaleriPage-module___OnfaW__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.GaleriPage-module___OnfaW__uploadCard:hover{border-color:var(--primary);color:var(--primary);background:#0066ff05}.GaleriPage-module___OnfaW__hint{color:var(--text-muted);border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;display:flex}.GaleriPage-module___OnfaW__loading{justify-content:center;align-items:center;height:400px;display:flex}@media (max-width:640px){.GaleriPage-module___OnfaW__header{text-align:center;flex-direction:column;gap:1.5rem}.GaleriPage-module___OnfaW__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
.Campaigns-module__5LwX8G__container{padding:1rem}.Campaigns-module__5LwX8G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Campaigns-module__5LwX8G__header h1{color:var(--text);font-size:1.5rem;font-weight:800}.Campaigns-module__5LwX8G__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.Campaigns-module__5LwX8G__card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);padding:1.5rem;transition:transform .2s,box-shadow .2s;position:relative}.Campaigns-module__5LwX8G__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.Campaigns-module__5LwX8G__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Campaigns-module__5LwX8G__codeArea{flex-direction:column;display:flex}.Campaigns-module__5LwX8G__code{color:var(--primary);letter-spacing:1px;font-family:Monaco,Consolas,monospace;font-size:1.25rem;font-weight:800}.Campaigns-module__5LwX8G__type{color:var(--text-muted);text-transform:uppercase;font-size:.75rem;font-weight:600}.Campaigns-module__5LwX8G__status{border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Campaigns-module__5LwX8G__statusActive{color:var(--success);background:#10b9811a}.Campaigns-module__5LwX8G__statusExpired{color:var(--error);background:#ef44441a}.Campaigns-module__5LwX8G__statusInactive{background:var(--surface);color:var(--text-muted)}.Campaigns-module__5LwX8G__cardBody{margin-bottom:1.5rem}.Campaigns-module__5LwX8G__value{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.Campaigns-module__5LwX8G__details{color:var(--text-muted);flex-direction:column;gap:.5rem;font-size:.875rem;display:flex}.Campaigns-module__5LwX8G__detailItem{align-items:center;gap:.5rem;display:flex}.Campaigns-module__5LwX8G__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.Campaigns-module__5LwX8G__usageBar{background:var(--surface);border-radius:3px;flex:1;height:6px;margin-right:1rem;overflow:hidden}.Campaigns-module__5LwX8G__usageProgress{background:var(--primary);border-radius:3px;height:100%}.Campaigns-module__5LwX8G__usageText{color:var(--text-muted);font-size:.75rem;font-weight:600}.Campaigns-module__5LwX8G__actions{gap:.5rem;display:flex}.Campaigns-module__5LwX8G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Campaigns-module__5LwX8G__modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:500px;box-shadow:var(--shadow-lg);padding:2rem}.Campaigns-module__5LwX8G__modalHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Campaigns-module__5LwX8G__modalHeader h2{font-size:1.25rem;font-weight:800}.Campaigns-module__5LwX8G__closeBtn{cursor:pointer;color:var(--text-muted);padding:.5rem}.Campaigns-module__5LwX8G__formGroup{margin-bottom:1.5rem}.Campaigns-module__5LwX8G__formGroup label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.Campaigns-module__5LwX8G__input,.Campaigns-module__5LwX8G__select{border:1px solid var(--border);border-radius:var(--radius-md);outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.Campaigns-module__5LwX8G__input:focus{border-color:var(--primary)}.Campaigns-module__5LwX8G__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Campaigns-module__5LwX8G__modalFooter{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Campaigns-module__5LwX8G__emptyState{background:var(--white);border:2px dashed var(--border);border-radius:var(--radius-xl);text-align:center;color:var(--text-muted);padding:4rem}.Campaigns-module__5LwX8G__emptyState h2{color:var(--text);margin:1rem 0 .5rem;font-size:1.25rem;font-weight:700}.Campaigns-module__5LwX8G__emptyState p{color:var(--text-muted);margin:1rem 0 1.5rem}.Campaigns-module__5LwX8G__sharePreview{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1rem;padding:1.5rem}.Campaigns-module__5LwX8G__shareMessage{color:var(--text);white-space:pre-wrap;font-family:inherit;font-size:.9375rem;line-height:1.6}
.UpdateNotes-module__HULgNq__container{max-width:900px;margin:0 auto;padding:2rem 1rem}.UpdateNotes-module__HULgNq__header{text-align:center;margin-bottom:3rem}.UpdateNotes-module__HULgNq__title{justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:2.25rem;font-weight:900;display:flex}.UpdateNotes-module__HULgNq__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.UpdateNotes-module__HULgNq__timeline{flex-direction:column;gap:2rem;display:flex}.UpdateNotes-module__HULgNq__updateCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.UpdateNotes-module__HULgNq__updateCard:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px #0000001a}.UpdateNotes-module__HULgNq__cardHeader{background:#fdfdfd;border-bottom:1px solid #f1f5f9;padding:1.75rem 2rem}.UpdateNotes-module__HULgNq__typeRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.UpdateNotes-module__HULgNq__typeBadge{border-radius:9999px;align-items:center;gap:.5rem;padding:.4rem .875rem;font-size:.8125rem;font-weight:700;display:flex}.UpdateNotes-module__HULgNq__type_feature{color:#166534;background:#f0fdf4}.UpdateNotes-module__HULgNq__type_fix{color:#991b1b;background:#fef2f2}.UpdateNotes-module__HULgNq__type_improvement{color:#1e40af;background:#eff6ff}.UpdateNotes-module__HULgNq__versionBadge{color:#475569;background:#f1f5f9;border-radius:6px;padding:.25rem .6rem;font-family:monospace;font-size:.75rem;font-weight:700}.UpdateNotes-module__HULgNq__updateTitle{color:#0f172a;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.UpdateNotes-module__HULgNq__dateRow{color:#94a3b8;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.UpdateNotes-module__HULgNq__cardContent{padding:1.25rem 2rem 2rem}.UpdateNotes-module__HULgNq__contentBody{color:#334155;font-size:1rem;line-height:1.7}.UpdateNotes-module__HULgNq__loadMoreArea{justify-content:center;margin-top:1rem;padding-bottom:3rem;display:flex}.UpdateNotes-module__HULgNq__loadingArea{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:10rem 0;display:flex}.UpdateNotes-module__HULgNq__empty{text-align:center;color:#94a3b8;padding:5rem 0}@media (max-width:640px){.UpdateNotes-module__HULgNq__title{font-size:1.75rem}.UpdateNotes-module__HULgNq__updateTitle{font-size:1.25rem}.UpdateNotes-module__HULgNq__cardHeader,.UpdateNotes-module__HULgNq__cardContent{padding:1.5rem}}
.BannerSection-module__LxsO0G__section{padding:2rem 0 4rem}.BannerSection-module__LxsO0G__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.BannerSection-module__LxsO0G__banner{border-radius:20px;width:100%;line-height:0;transition:transform .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.BannerSection-module__LxsO0G__banner:hover{transform:translateY(-5px)}.BannerSection-module__LxsO0G__image{object-fit:cover;width:100%;height:auto;display:block}@media (max-width:768px){.BannerSection-module__LxsO0G__grid{grid-template-columns:1fr;gap:1.5rem}}
