.BillGenerationTabs-module__c8K7MG__container{flex-direction:column;gap:1rem;width:100%;display:flex}.BillGenerationTabs-module__c8K7MG__tabsWrapper{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.BillGenerationTabs-module__c8K7MG__tab{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.BillGenerationTabs-module__c8K7MG__tab:hover{border-color:var(--tab-color);transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.BillGenerationTabs-module__c8K7MG__tab:active{transform:translateY(0)}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active{background:var(--tab-gradient);border-color:var(--tab-color);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.BillGenerationTabs-module__c8K7MG__glow{pointer-events:none;background:radial-gradient(circle,#ffffff4d 0%,#0000 70%);width:200%;height:200%;animation:8s linear infinite BillGenerationTabs-module__c8K7MG__rotate;position:absolute;top:-50%;left:-50%}@keyframes BillGenerationTabs-module__c8K7MG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BillGenerationTabs-module__c8K7MG__iconWrapper{background:var(--tab-color);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:relative}.BillGenerationTabs-module__c8K7MG__tab:not(.BillGenerationTabs-module__c8K7MG__active) .BillGenerationTabs-module__c8K7MG__iconWrapper{background:#0000000d}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active .BillGenerationTabs-module__c8K7MG__iconWrapper{background:#fff3;animation:2s ease-in-out infinite BillGenerationTabs-module__c8K7MG__pulse;box-shadow:0 4px 12px #00000026}@keyframes BillGenerationTabs-module__c8K7MG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.BillGenerationTabs-module__c8K7MG__icon{color:#fff;transition:all .3s}.BillGenerationTabs-module__c8K7MG__tab:not(.BillGenerationTabs-module__c8K7MG__active) .BillGenerationTabs-module__c8K7MG__icon{color:var(--tab-color)}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active .BillGenerationTabs-module__c8K7MG__icon{animation:.6s BillGenerationTabs-module__c8K7MG__bounce}@keyframes BillGenerationTabs-module__c8K7MG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.BillGenerationTabs-module__c8K7MG__sparkle{color:#fbbf24;animation:1.5s ease-in-out infinite BillGenerationTabs-module__c8K7MG__sparkle;position:absolute;top:4px;right:4px}@keyframes BillGenerationTabs-module__c8K7MG__sparkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.5;transform:scale(1.2)rotate(180deg)}}.BillGenerationTabs-module__c8K7MG__content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.BillGenerationTabs-module__c8K7MG__label{color:#1a1a1a;font-size:1.125rem;font-weight:700;transition:color .3s}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active .BillGenerationTabs-module__c8K7MG__label{color:#fff}.BillGenerationTabs-module__c8K7MG__description{color:#6b7280;font-size:.875rem;font-weight:500;transition:color .3s}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active .BillGenerationTabs-module__c8K7MG__description{color:#ffffffe6}.BillGenerationTabs-module__c8K7MG__arrow{color:#9ca3af;opacity:0;flex-shrink:0;transition:all .3s;transform:translate(-8px)}.BillGenerationTabs-module__c8K7MG__tab:hover .BillGenerationTabs-module__c8K7MG__arrow{opacity:1;transform:translate(0)}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active .BillGenerationTabs-module__c8K7MG__arrow{color:#fff;opacity:1;animation:1s ease-in-out infinite BillGenerationTabs-module__c8K7MG__slide;transform:translate(0)}@keyframes BillGenerationTabs-module__c8K7MG__slide{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.BillGenerationTabs-module__c8K7MG__indicator{background:#fff;border-radius:12px 12px 0 0;height:4px;animation:.4s BillGenerationTabs-module__c8K7MG__expandWidth;position:absolute;bottom:0;left:0;right:0}@keyframes BillGenerationTabs-module__c8K7MG__expandWidth{0%{width:0;left:50%}to{width:100%;left:0}}.BillGenerationTabs-module__c8K7MG__badge{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:.3s BillGenerationTabs-module__c8K7MG__fadeIn;display:inline-flex;box-shadow:0 1px 3px #0000001a}@keyframes BillGenerationTabs-module__c8K7MG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.BillGenerationTabs-module__c8K7MG__badgeDot{border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite BillGenerationTabs-module__c8K7MG__dotPulse}@keyframes BillGenerationTabs-module__c8K7MG__dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@media (max-width:768px){.BillGenerationTabs-module__c8K7MG__tabsWrapper{grid-template-columns:1fr}.BillGenerationTabs-module__c8K7MG__tab{padding:1.25rem}.BillGenerationTabs-module__c8K7MG__iconWrapper{width:48px;height:48px}.BillGenerationTabs-module__c8K7MG__icon{width:20px;height:20px}.BillGenerationTabs-module__c8K7MG__label{font-size:1rem}.BillGenerationTabs-module__c8K7MG__description{font-size:.8125rem}}@media (max-width:480px){.BillGenerationTabs-module__c8K7MG__tab{gap:.75rem;padding:1rem}.BillGenerationTabs-module__c8K7MG__iconWrapper{border-radius:8px;width:40px;height:40px}.BillGenerationTabs-module__c8K7MG__icon{width:18px;height:18px}.BillGenerationTabs-module__c8K7MG__label{font-size:.9375rem}.BillGenerationTabs-module__c8K7MG__description{font-size:.75rem}.BillGenerationTabs-module__c8K7MG__arrow{display:none}.BillGenerationTabs-module__c8K7MG__badge{padding:.375rem .75rem;font-size:.8125rem}.BillGenerationTabs-module__c8K7MG__badgeDot{width:6px;height:6px}}.BillGenerationTabs-module__c8K7MG__tab:focus-visible{outline:3px solid var(--tab-color);outline-offset:2px}@media (prefers-contrast:high){.BillGenerationTabs-module__c8K7MG__tab,.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active{border-width:3px}}@media (prefers-reduced-motion:reduce){.BillGenerationTabs-module__c8K7MG__tab,.BillGenerationTabs-module__c8K7MG__iconWrapper,.BillGenerationTabs-module__c8K7MG__icon,.BillGenerationTabs-module__c8K7MG__arrow,.BillGenerationTabs-module__c8K7MG__label,.BillGenerationTabs-module__c8K7MG__description,.BillGenerationTabs-module__c8K7MG__glow,.BillGenerationTabs-module__c8K7MG__sparkle,.BillGenerationTabs-module__c8K7MG__indicator,.BillGenerationTabs-module__c8K7MG__badge,.BillGenerationTabs-module__c8K7MG__badgeDot{transition:none!important;animation:none!important}.BillGenerationTabs-module__c8K7MG__tab:hover,.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active{transform:none!important}}@media print{.BillGenerationTabs-module__c8K7MG__container{page-break-inside:avoid}.BillGenerationTabs-module__c8K7MG__tab{box-shadow:none;border:2px solid #000}.BillGenerationTabs-module__c8K7MG__tab.BillGenerationTabs-module__c8K7MG__active{color:#000;background:#f3f4f6}.BillGenerationTabs-module__c8K7MG__glow,.BillGenerationTabs-module__c8K7MG__sparkle,.BillGenerationTabs-module__c8K7MG__arrow{display:none}.BillGenerationTabs-module__c8K7MG__badge{box-shadow:none;border:1px solid #000}}@media (prefers-color-scheme:dark){.BillGenerationTabs-module__c8K7MG__tab:not(.BillGenerationTabs-module__c8K7MG__active){background:#1f2937;border-color:#374151}.BillGenerationTabs-module__c8K7MG__tab:not(.BillGenerationTabs-module__c8K7MG__active) .BillGenerationTabs-module__c8K7MG__label{color:#f3f4f6}.BillGenerationTabs-module__c8K7MG__tab:not(.BillGenerationTabs-module__c8K7MG__active) .BillGenerationTabs-module__c8K7MG__description{color:#9ca3af}.BillGenerationTabs-module__c8K7MG__badge{color:#f3f4f6;background:#1f2937;border-color:#374151}}

.BillingPeriodSelector-module__R8KQba__section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.BillingPeriodSelector-module__R8KQba__section:hover{box-shadow:0 4px 12px #0000001a}.BillingPeriodSelector-module__R8KQba__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;gap:1rem;padding:1.5rem;display:flex}.BillingPeriodSelector-module__R8KQba__headerIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;animation:3s ease-in-out infinite BillingPeriodSelector-module__R8KQba__iconFloat;display:flex}@keyframes BillingPeriodSelector-module__R8KQba__iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.BillingPeriodSelector-module__R8KQba__headerText{flex:1;min-width:0}.BillingPeriodSelector-module__R8KQba__title{color:#fff;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.BillingPeriodSelector-module__R8KQba__subtitle{color:#ffffffe6;margin:0;font-size:.875rem;font-weight:400}.BillingPeriodSelector-module__R8KQba__content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.BillingPeriodSelector-module__R8KQba__periodDisplay{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.BillingPeriodSelector-module__R8KQba__periodCard{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:2px solid #bae6fd;border-radius:10px;flex:1;align-items:center;gap:1rem;min-width:200px;padding:1rem 1.25rem;transition:all .3s;display:flex}.BillingPeriodSelector-module__R8KQba__periodCard:hover{border-color:#7dd3fc;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e926}.BillingPeriodSelector-module__R8KQba__periodIcon{color:#0284c7;flex-shrink:0}.BillingPeriodSelector-module__R8KQba__periodInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.BillingPeriodSelector-module__R8KQba__periodLabel{color:#0369a1;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.BillingPeriodSelector-module__R8KQba__periodValue{color:#075985;font-size:1.125rem;font-weight:700}.BillingPeriodSelector-module__R8KQba__dueStatusBadge{white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;animation:2s ease-in-out infinite BillingPeriodSelector-module__R8KQba__badgePulse;display:inline-flex}@keyframes BillingPeriodSelector-module__R8KQba__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.BillingPeriodSelector-module__R8KQba__statusOverdue{color:#991b1b;background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border:2px solid #fca5a5}.BillingPeriodSelector-module__R8KQba__statusOverdue svg{animation:.5s ease-in-out infinite BillingPeriodSelector-module__R8KQba__shake}@keyframes BillingPeriodSelector-module__R8KQba__shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.BillingPeriodSelector-module__R8KQba__statusToday{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #fcd34d}.BillingPeriodSelector-module__R8KQba__statusSoon{color:#9a3412;background:linear-gradient(135deg,#fed7aa 0%,#fdba74 100%);border:2px solid #fb923c}.BillingPeriodSelector-module__R8KQba__statusOnTime{color:#065f46;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:2px solid #6ee7b7}.BillingPeriodSelector-module__R8KQba__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.BillingPeriodSelector-module__R8KQba__field{flex-direction:column;gap:.5rem;display:flex}.BillingPeriodSelector-module__R8KQba__label{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.BillingPeriodSelector-module__R8KQba__label svg{color:#6b7280}.BillingPeriodSelector-module__R8KQba__required{color:#dc2626;margin-left:2px;font-size:1rem;font-weight:700;line-height:1}.BillingPeriodSelector-module__R8KQba__errorText{color:#dc2626;align-items:center;gap:.375rem;margin-top:.25rem;font-size:.75rem;font-weight:500;animation:.2s ease-out BillingPeriodSelector-module__R8KQba__errorFadeIn;display:flex}.BillingPeriodSelector-module__R8KQba__errorText svg{color:#dc2626;flex-shrink:0}@keyframes BillingPeriodSelector-module__R8KQba__errorFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.BillingPeriodSelector-module__R8KQba__selectWrapper{position:relative}.BillingPeriodSelector-module__R8KQba__select{color:#1a1a1a;cursor:pointer;appearance:none;background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s}.BillingPeriodSelector-module__R8KQba__select:hover:not(:disabled){border-color:#9ca3af}.BillingPeriodSelector-module__R8KQba__select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.BillingPeriodSelector-module__R8KQba__select:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.BillingPeriodSelector-module__R8KQba__selectError{background:#fef2f2;border-color:#fca5a5!important}.BillingPeriodSelector-module__R8KQba__selectError:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.BillingPeriodSelector-module__R8KQba__selectIcon{color:#6b7280;pointer-events:none;transition:transform .2s;position:absolute;top:50%;right:.875rem;transform:translateY(-50%)}.BillingPeriodSelector-module__R8KQba__select:focus+.BillingPeriodSelector-module__R8KQba__selectIcon{transform:translateY(-50%)rotate(180deg)}.BillingPeriodSelector-module__R8KQba__dateInput{color:#1a1a1a;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s}.BillingPeriodSelector-module__R8KQba__dateInput:hover:not(:disabled){border-color:#9ca3af}.BillingPeriodSelector-module__R8KQba__dateInput:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.BillingPeriodSelector-module__R8KQba__dateInput:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.BillingPeriodSelector-module__R8KQba__dateError{background:#fef2f2;border-color:#fca5a5!important}.BillingPeriodSelector-module__R8KQba__dateError:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.BillingPeriodSelector-module__R8KQba__dateOverdue{background:#fef2f2;border-color:#fca5a5!important}.BillingPeriodSelector-module__R8KQba__dateOverdue:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.BillingPeriodSelector-module__R8KQba__dateSoon{background:#fff7ed;border-color:#fdba74!important}.BillingPeriodSelector-module__R8KQba__dateSoon:focus{border-color:#f97316!important;box-shadow:0 0 0 3px #f973161a!important}.BillingPeriodSelector-module__R8KQba__dateInput::-webkit-calendar-picker-indicator{cursor:pointer;filter:opacity(.5);transition:filter .2s}.BillingPeriodSelector-module__R8KQba__dateInput::-webkit-calendar-picker-indicator:hover{filter:opacity()}@media (max-width:768px){.BillingPeriodSelector-module__R8KQba__header{padding:1.25rem}.BillingPeriodSelector-module__R8KQba__headerIcon{width:40px;height:40px}.BillingPeriodSelector-module__R8KQba__title{font-size:1.125rem}.BillingPeriodSelector-module__R8KQba__subtitle{font-size:.8125rem}.BillingPeriodSelector-module__R8KQba__content{padding:1.25rem}.BillingPeriodSelector-module__R8KQba__periodDisplay{flex-direction:column;align-items:stretch}.BillingPeriodSelector-module__R8KQba__periodCard{min-width:100%}.BillingPeriodSelector-module__R8KQba__dueStatusBadge{align-self:flex-start}.BillingPeriodSelector-module__R8KQba__grid{grid-template-columns:1fr}}@media (max-width:480px){.BillingPeriodSelector-module__R8KQba__header{padding:1rem}.BillingPeriodSelector-module__R8KQba__headerIcon{width:36px;height:36px}.BillingPeriodSelector-module__R8KQba__title{font-size:1rem}.BillingPeriodSelector-module__R8KQba__subtitle{font-size:.75rem}.BillingPeriodSelector-module__R8KQba__content{gap:1rem;padding:1rem}.BillingPeriodSelector-module__R8KQba__periodCard{padding:.875rem 1rem}.BillingPeriodSelector-module__R8KQba__periodValue{font-size:1rem}.BillingPeriodSelector-module__R8KQba__dueStatusBadge{padding:.5rem .875rem;font-size:.8125rem}.BillingPeriodSelector-module__R8KQba__select,.BillingPeriodSelector-module__R8KQba__dateInput{padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem}}.BillingPeriodSelector-module__R8KQba__select:focus-visible,.BillingPeriodSelector-module__R8KQba__dateInput:focus-visible{outline-offset:2px;outline:3px solid #667eea}@media (prefers-contrast:high){.BillingPeriodSelector-module__R8KQba__section,.BillingPeriodSelector-module__R8KQba__select,.BillingPeriodSelector-module__R8KQba__dateInput,.BillingPeriodSelector-module__R8KQba__periodCard,.BillingPeriodSelector-module__R8KQba__dueStatusBadge{border-width:2px}.BillingPeriodSelector-module__R8KQba__required{font-weight:900}}@media (prefers-reduced-motion:reduce){.BillingPeriodSelector-module__R8KQba__section,.BillingPeriodSelector-module__R8KQba__periodCard,.BillingPeriodSelector-module__R8KQba__select,.BillingPeriodSelector-module__R8KQba__dateInput,.BillingPeriodSelector-module__R8KQba__selectIcon,.BillingPeriodSelector-module__R8KQba__headerIcon,.BillingPeriodSelector-module__R8KQba__dueStatusBadge,.BillingPeriodSelector-module__R8KQba__errorText{transition:none!important;animation:none!important}.BillingPeriodSelector-module__R8KQba__select:focus+.BillingPeriodSelector-module__R8KQba__selectIcon{transform:translateY(-50%)!important}.BillingPeriodSelector-module__R8KQba__statusOverdue svg{animation:none!important}}@media print{.BillingPeriodSelector-module__R8KQba__section{box-shadow:none;page-break-inside:avoid;border:1px solid #000}.BillingPeriodSelector-module__R8KQba__header{color:#000;background:#f3f4f6}.BillingPeriodSelector-module__R8KQba__periodCard{background:#fff;border:1px solid #000}.BillingPeriodSelector-module__R8KQba__dueStatusBadge{border:1px solid #000}.BillingPeriodSelector-module__R8KQba__selectIcon{display:none}.BillingPeriodSelector-module__R8KQba__required{color:#000}}@media (prefers-color-scheme:dark){.BillingPeriodSelector-module__R8KQba__section{background:#1f2937;border-color:#374151}.BillingPeriodSelector-module__R8KQba__content{background:#1f2937}.BillingPeriodSelector-module__R8KQba__select,.BillingPeriodSelector-module__R8KQba__dateInput{color:#f3f4f6;background:#111827;border-color:#374151}.BillingPeriodSelector-module__R8KQba__select:hover:not(:disabled),.BillingPeriodSelector-module__R8KQba__dateInput:hover:not(:disabled){border-color:#4b5563}.BillingPeriodSelector-module__R8KQba__label{color:#e5e7eb}.BillingPeriodSelector-module__R8KQba__label svg,.BillingPeriodSelector-module__R8KQba__selectIcon{color:#9ca3af}.BillingPeriodSelector-module__R8KQba__required,.BillingPeriodSelector-module__R8KQba__errorText{color:#f87171}.BillingPeriodSelector-module__R8KQba__selectError,.BillingPeriodSelector-module__R8KQba__dateError{background:#450a0a;border-color:#991b1b}}
.BillOptions-module__hRtXPW__section{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.BillOptions-module__hRtXPW__header{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-bottom:1px solid #d8b4fe;align-items:center;gap:14px;padding:22px 24px;display:flex}.BillOptions-module__hRtXPW__headerIcon{color:#7c3aed;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 2px 8px #7c3aed26}.BillOptions-module__hRtXPW__headerText{flex:1}.BillOptions-module__hRtXPW__title{color:#5b21b6;margin:0;font-size:1.0625rem;font-weight:600}.BillOptions-module__hRtXPW__subtitle{color:#7c3aed;margin:4px 0 0;font-size:.8125rem}.BillOptions-module__hRtXPW__content{padding:24px}.BillOptions-module__hRtXPW__optionsGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.BillOptions-module__hRtXPW__optionCard{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;transition:all .3s;display:flex}.BillOptions-module__hRtXPW__optionCard:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.BillOptions-module__hRtXPW__optionActive{background:linear-gradient(135deg,color-mix(in srgb,var(--option-color)5%,white),color-mix(in srgb,var(--option-color)10%,white));border-color:var(--option-color);box-shadow:0 4px 12px color-mix(in srgb,var(--option-color)15%,transparent)}.BillOptions-module__hRtXPW__optionActive:hover{transform:translateY(-2px)}.BillOptions-module__hRtXPW__optionHeader{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.BillOptions-module__hRtXPW__optionIcon{width:42px;height:42px;color:var(--option-color,#6366f1);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.BillOptions-module__hRtXPW__optionActive .BillOptions-module__hRtXPW__optionIcon{box-shadow:0 2px 8px color-mix(in srgb,var(--option-color)25%,transparent);background:#fff}.BillOptions-module__hRtXPW__optionInfo{flex-direction:column;gap:4px;min-width:0;display:flex}.BillOptions-module__hRtXPW__optionLabel{color:#1e293b;font-size:.9375rem;font-weight:600}.BillOptions-module__hRtXPW__optionDesc{color:#64748b;font-size:.8125rem;line-height:1.4}.BillOptions-module__hRtXPW__toggle{cursor:pointer;flex-shrink:0;position:relative}.BillOptions-module__hRtXPW__toggleInput{opacity:0;width:0;height:0;position:absolute}.BillOptions-module__hRtXPW__toggleTrack{background:#e2e8f0;border-radius:14px;width:52px;height:28px;transition:all .3s;position:relative}.BillOptions-module__hRtXPW__toggleInput:checked+.BillOptions-module__hRtXPW__toggleTrack{background:var(--option-color,#22c55e)}.BillOptions-module__hRtXPW__toggleInput:focus-visible+.BillOptions-module__hRtXPW__toggleTrack{outline:3px solid var(--option-color,#22c55e);outline-offset:2px}.BillOptions-module__hRtXPW__toggleThumb{background:#fff;border-radius:11px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #0000001a}.BillOptions-module__hRtXPW__toggleInput:checked+.BillOptions-module__hRtXPW__toggleTrack .BillOptions-module__hRtXPW__toggleThumb{color:var(--option-color,#22c55e);left:27px}.BillOptions-module__hRtXPW__infoBar{color:#64748b;background:#f1f5f9;border-radius:12px;align-items:center;gap:10px;margin-top:18px;padding:14px 18px;font-size:.8125rem;display:flex}.BillOptions-module__hRtXPW__infoBar svg{color:#94a3b8;flex-shrink:0}@media (max-width:768px){.BillOptions-module__hRtXPW__optionsGrid{grid-template-columns:1fr;gap:12px}}@media (max-width:480px){.BillOptions-module__hRtXPW__header{padding:18px 20px}.BillOptions-module__hRtXPW__headerIcon{width:42px;height:42px}.BillOptions-module__hRtXPW__content{padding:20px}.BillOptions-module__hRtXPW__optionCard{gap:12px;padding:16px}.BillOptions-module__hRtXPW__optionIcon{width:38px;height:38px}.BillOptions-module__hRtXPW__optionLabel{font-size:.875rem}.BillOptions-module__hRtXPW__optionDesc{font-size:.75rem}.BillOptions-module__hRtXPW__toggleTrack{width:46px;height:26px}.BillOptions-module__hRtXPW__toggleThumb{width:20px;height:20px}.BillOptions-module__hRtXPW__toggleInput:checked+.BillOptions-module__hRtXPW__toggleTrack .BillOptions-module__hRtXPW__toggleThumb{left:23px}}@media (prefers-color-scheme:dark){.BillOptions-module__hRtXPW__section{background:#1e293b;border-color:#334155}.BillOptions-module__hRtXPW__header{background:linear-gradient(135deg,#4c1d95 0%,#5b21b6 100%);border-bottom-color:#7c3aed}.BillOptions-module__hRtXPW__headerIcon{color:#a78bfa;background:#0f172a}.BillOptions-module__hRtXPW__title{color:#e9d5ff}.BillOptions-module__hRtXPW__subtitle{color:#a78bfa}.BillOptions-module__hRtXPW__optionCard{background:#0f172a;border-color:#334155}.BillOptions-module__hRtXPW__optionCard:hover{background:#1e293b;border-color:#475569}.BillOptions-module__hRtXPW__optionActive{background:linear-gradient(135deg,color-mix(in srgb,var(--option-color)15%,#0f172a),color-mix(in srgb,var(--option-color)25%,#0f172a))}.BillOptions-module__hRtXPW__optionIcon,.BillOptions-module__hRtXPW__optionActive .BillOptions-module__hRtXPW__optionIcon{background:#1e293b}.BillOptions-module__hRtXPW__optionLabel{color:#f1f5f9}.BillOptions-module__hRtXPW__optionDesc{color:#94a3b8}.BillOptions-module__hRtXPW__toggleTrack{background:#334155}.BillOptions-module__hRtXPW__toggleThumb{background:#94a3b8}.BillOptions-module__hRtXPW__toggleInput:checked+.BillOptions-module__hRtXPW__toggleTrack .BillOptions-module__hRtXPW__toggleThumb{background:#fff}.BillOptions-module__hRtXPW__infoBar{color:#94a3b8;background:#0f172a}}
.BillPreview-module__3IST_q__panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s;position:sticky;top:2rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.BillPreview-module__3IST_q__panel:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #00000026}.BillPreview-module__3IST_q__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);align-items:center;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.BillPreview-module__3IST_q__header:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:6s linear infinite BillPreview-module__3IST_q__headerGlow;position:absolute;top:-50%;right:-50%}@keyframes BillPreview-module__3IST_q__headerGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BillPreview-module__3IST_q__headerIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.BillPreview-module__3IST_q__sparkle{color:#fbbf24;animation:2s ease-in-out infinite BillPreview-module__3IST_q__sparkle;position:absolute;top:2px;right:2px}@keyframes BillPreview-module__3IST_q__sparkle{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.6;transform:scale(1.3)rotate(180deg)}}.BillPreview-module__3IST_q__headerText{z-index:1;flex:1}.BillPreview-module__3IST_q__headerText h3{margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.BillPreview-module__3IST_q__headerBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.BillPreview-module__3IST_q__periodBadge{color:#0369a1;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-bottom:1px solid #bae6fd;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:.9375rem;font-weight:600;display:flex;position:relative;overflow:hidden}.BillPreview-module__3IST_q__periodGlow{background:linear-gradient(90deg,#0000 0%,#fff9 50%,#0000 100%);width:100%;height:100%;animation:3s ease-in-out infinite BillPreview-module__3IST_q__shimmer;position:absolute;top:0;left:-100%}@keyframes BillPreview-module__3IST_q__shimmer{0%{left:-100%}to{left:100%}}.BillPreview-module__3IST_q__content{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.BillPreview-module__3IST_q__loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.BillPreview-module__3IST_q__loadingSpinner{color:#667eea;animation:1s linear infinite BillPreview-module__3IST_q__spin}@keyframes BillPreview-module__3IST_q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BillPreview-module__3IST_q__loading span{font-size:.9375rem;font-weight:500}.BillPreview-module__3IST_q__loadingDots{gap:.5rem;display:flex}.BillPreview-module__3IST_q__loadingDots span{background:#667eea;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite BillPreview-module__3IST_q__dotBounce}.BillPreview-module__3IST_q__loadingDots span:first-child{animation-delay:0s}.BillPreview-module__3IST_q__loadingDots span:nth-child(2){animation-delay:.2s}.BillPreview-module__3IST_q__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes BillPreview-module__3IST_q__dotBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.BillPreview-module__3IST_q__chargesList{flex-direction:column;gap:.75rem;display:flex}.BillPreview-module__3IST_q__chargeItem{animation:BillPreview-module__3IST_q__slideIn .4s ease var(--delay,0s)both;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}@keyframes BillPreview-module__3IST_q__slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.BillPreview-module__3IST_q__chargeItem:hover{border-color:var(--charge-color,#667eea);background:var(--charge-bg,#f9fafb);transform:translate(4px);box-shadow:0 4px 12px #00000014}.BillPreview-module__3IST_q__chargeLeft{flex:1;align-items:center;gap:.875rem;min-width:0;display:flex}.BillPreview-module__3IST_q__chargeIcon{background:var(--charge-bg,#f3f4f6);width:40px;height:40px;color:var(--charge-color,#6b7280);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.BillPreview-module__3IST_q__chargeItem:hover .BillPreview-module__3IST_q__chargeIcon{transform:scale(1.1)rotate(5deg);box-shadow:0 4px 8px #0000001a}.BillPreview-module__3IST_q__chargeName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:600;overflow:hidden}.BillPreview-module__3IST_q__chargeRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.BillPreview-module__3IST_q__chargeAmount{color:#1a1a1a;font-size:1.0625rem;font-weight:700}.BillPreview-module__3IST_q__chargeArrow{color:#9ca3af;opacity:0;transition:all .3s;transform:translate(-8px)}.BillPreview-module__3IST_q__chargeItem:hover .BillPreview-module__3IST_q__chargeArrow{opacity:1;transform:translate(0)}.BillPreview-module__3IST_q__arrearsItem{--charge-color:#ef4444;--charge-bg:#fef2f2;border-color:#fecaca!important}.BillPreview-module__3IST_q__arrearsInfo{flex-direction:column;gap:.25rem;display:flex}.BillPreview-module__3IST_q__arrearsTag{color:#991b1b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.BillPreview-module__3IST_q__arrearsAmount{color:#dc2626!important}.BillPreview-module__3IST_q__divider{align-items:center;gap:1rem;margin:.5rem 0;display:flex}.BillPreview-module__3IST_q__divider span{background:linear-gradient(90deg,#0000 0%,#e5e7eb 50%,#0000 100%);flex:1;height:1px}.BillPreview-module__3IST_q__divider svg{color:#667eea;flex-shrink:0}.BillPreview-module__3IST_q__totalCard{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:1.5rem;animation:3s ease-in-out infinite BillPreview-module__3IST_q__totalPulse;position:relative;overflow:hidden;box-shadow:0 8px 24px #667eea40}@keyframes BillPreview-module__3IST_q__totalPulse{0%,to{box-shadow:0 8px 24px #667eea40}50%{box-shadow:0 12px 32px #667eea59}}.BillPreview-module__3IST_q__totalGlow{pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:200%;height:200%;animation:8s linear infinite BillPreview-module__3IST_q__rotate;position:absolute;top:-50%;right:-50%}@keyframes BillPreview-module__3IST_q__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BillPreview-module__3IST_q__totalHeader{text-transform:uppercase;letter-spacing:.05em;opacity:.95;z-index:1;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.BillPreview-module__3IST_q__totalAmount{z-index:1;align-items:baseline;gap:.5rem;display:flex;position:relative}.BillPreview-module__3IST_q__currencySymbol{opacity:.9;font-size:1.5rem;font-weight:600}.BillPreview-module__3IST_q__amountValue{letter-spacing:-.02em;font-size:2.5rem;font-weight:800;line-height:1;animation:.6s BillPreview-module__3IST_q__countUp}@keyframes BillPreview-module__3IST_q__countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.BillPreview-module__3IST_q__footerNote{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.8125rem;line-height:1.5;display:flex}.BillPreview-module__3IST_q__footerNote svg{color:#0284c7;flex-shrink:0}.BillPreview-module__3IST_q__empty{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.BillPreview-module__3IST_q__emptyIcon{color:#9ca3af;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:3s ease-in-out infinite BillPreview-module__3IST_q__emptyFloat;display:flex}@keyframes BillPreview-module__3IST_q__emptyFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.BillPreview-module__3IST_q__emptyTitle{color:#374151;margin:0;font-size:1rem;font-weight:600}.BillPreview-module__3IST_q__emptyDesc{color:#6b7280;max-width:250px;margin:0;font-size:.875rem}@media (max-width:1024px){.BillPreview-module__3IST_q__panel{position:relative;top:0}}@media (max-width:768px){.BillPreview-module__3IST_q__panel{border-radius:12px}.BillPreview-module__3IST_q__header{padding:1.25rem}.BillPreview-module__3IST_q__headerIcon{width:40px;height:40px}.BillPreview-module__3IST_q__headerText h3{font-size:1.125rem}.BillPreview-module__3IST_q__content{padding:1.25rem}.BillPreview-module__3IST_q__chargeItem{padding:.875rem}.BillPreview-module__3IST_q__chargeIcon{width:36px;height:36px}.BillPreview-module__3IST_q__chargeName{font-size:.875rem}.BillPreview-module__3IST_q__chargeAmount{font-size:1rem}.BillPreview-module__3IST_q__totalCard{padding:1.25rem}.BillPreview-module__3IST_q__amountValue{font-size:2rem}}@media (max-width:480px){.BillPreview-module__3IST_q__header{padding:1rem}.BillPreview-module__3IST_q__headerIcon{width:36px;height:36px}.BillPreview-module__3IST_q__headerText h3{font-size:1rem}.BillPreview-module__3IST_q__headerBadge{padding:.2rem .5rem;font-size:.6875rem}.BillPreview-module__3IST_q__periodBadge{padding:.75rem;font-size:.875rem}.BillPreview-module__3IST_q__content{gap:1rem;padding:1rem}.BillPreview-module__3IST_q__chargesList{gap:.625rem}.BillPreview-module__3IST_q__chargeItem{padding:.75rem}.BillPreview-module__3IST_q__chargeIcon{width:32px;height:32px}.BillPreview-module__3IST_q__chargeName{font-size:.8125rem}.BillPreview-module__3IST_q__chargeAmount{font-size:.9375rem}.BillPreview-module__3IST_q__totalCard{padding:1rem}.BillPreview-module__3IST_q__currencySymbol{font-size:1.25rem}.BillPreview-module__3IST_q__amountValue{font-size:1.75rem}.BillPreview-module__3IST_q__empty{padding:2rem 1rem}.BillPreview-module__3IST_q__emptyIcon{width:60px;height:60px}.BillPreview-module__3IST_q__emptyIcon svg{width:32px;height:32px}}.BillPreview-module__3IST_q__chargeItem:focus-visible{outline-offset:2px;outline:3px solid #667eea}@media (prefers-contrast:high){.BillPreview-module__3IST_q__panel,.BillPreview-module__3IST_q__chargeItem{border-width:2px}.BillPreview-module__3IST_q__totalCard{border:2px solid}}@media (prefers-reduced-motion:reduce){.BillPreview-module__3IST_q__panel,.BillPreview-module__3IST_q__chargeItem,.BillPreview-module__3IST_q__chargeIcon,.BillPreview-module__3IST_q__chargeArrow,.BillPreview-module__3IST_q__loadingSpinner,.BillPreview-module__3IST_q__loadingDots span,.BillPreview-module__3IST_q__totalCard,.BillPreview-module__3IST_q__amountValue,.BillPreview-module__3IST_q__emptyIcon,.BillPreview-module__3IST_q__sparkle,.BillPreview-module__3IST_q__headerGlow,.BillPreview-module__3IST_q__periodGlow,.BillPreview-module__3IST_q__totalGlow{transition:none!important;animation:none!important}.BillPreview-module__3IST_q__panel:hover,.BillPreview-module__3IST_q__chargeItem:hover,.BillPreview-module__3IST_q__chargeItem:hover .BillPreview-module__3IST_q__chargeIcon{transform:none!important}}@media print{.BillPreview-module__3IST_q__panel{box-shadow:none;page-break-inside:avoid;border:1px solid #000;position:relative;top:0}.BillPreview-module__3IST_q__header{color:#000;background:#f3f4f6}.BillPreview-module__3IST_q__totalCard{color:#000;box-shadow:none;background:#f3f4f6}.BillPreview-module__3IST_q__chargeArrow,.BillPreview-module__3IST_q__headerGlow,.BillPreview-module__3IST_q__periodGlow,.BillPreview-module__3IST_q__totalGlow,.BillPreview-module__3IST_q__sparkle{display:none}.BillPreview-module__3IST_q__chargeItem{box-shadow:none}}
.FormActions-module__t7sxTW__container{border-top:2px solid #e5e7eb;flex-direction:column;gap:1rem;width:100%;padding-top:1.5rem;display:flex}.FormActions-module__t7sxTW__helperCard{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:2px solid #fcd34d;border-left-width:4px;border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.875rem;line-height:1.5;animation:.4s FormActions-module__t7sxTW__slideDown;display:flex}@keyframes FormActions-module__t7sxTW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.FormActions-module__t7sxTW__helperIcon{color:#d97706;background:#fbbf2433;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;animation:3s ease-in-out infinite FormActions-module__t7sxTW__sparkleRotate;display:flex}@keyframes FormActions-module__t7sxTW__sparkleRotate{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.FormActions-module__t7sxTW__helperText{flex:1;font-weight:500}.FormActions-module__t7sxTW__actions{align-items:center;gap:1rem;display:flex}.FormActions-module__t7sxTW__cancelBtn{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:10px;outline:none;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex}.FormActions-module__t7sxTW__cancelBtn:hover:not(:disabled){color:#374151;background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.FormActions-module__t7sxTW__cancelBtn:active:not(:disabled){transform:translateY(0)}.FormActions-module__t7sxTW__cancelBtn:disabled{opacity:.5;cursor:not-allowed}.FormActions-module__t7sxTW__cancelIcon{transition:transform .3s}.FormActions-module__t7sxTW__cancelBtn:hover:not(:disabled) .FormActions-module__t7sxTW__cancelIcon{transform:translate(-2px)}.FormActions-module__t7sxTW__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:10px;outline:none;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #22c55e4d}.FormActions-module__t7sxTW__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #22c55e66}.FormActions-module__t7sxTW__submitBtn:active:not(:disabled){transform:translateY(0)}.FormActions-module__t7sxTW__submitBtn:disabled{opacity:.7;cursor:not-allowed}.FormActions-module__t7sxTW__bulkBtn{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);box-shadow:0 4px 12px #6366f14d}.FormActions-module__t7sxTW__bulkBtn:hover:not(:disabled){box-shadow:0 8px 20px #6366f166}.FormActions-module__t7sxTW__shine{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff4d 50%,#0000 100%);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.FormActions-module__t7sxTW__submitBtn:hover:not(:disabled) .FormActions-module__t7sxTW__shine{left:100%}.FormActions-module__t7sxTW__submitIconWrapper{justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s;display:flex}.FormActions-module__t7sxTW__submitBtn:hover:not(:disabled) .FormActions-module__t7sxTW__submitIconWrapper{transform:scale(1.1)}.FormActions-module__t7sxTW__submitArrow{transition:transform .3s}.FormActions-module__t7sxTW__submitBtn:hover:not(:disabled) .FormActions-module__t7sxTW__submitArrow{transform:translate(4px)}.FormActions-module__t7sxTW__spinner{animation:1s linear infinite FormActions-module__t7sxTW__spin}@keyframes FormActions-module__t7sxTW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.FormActions-module__t7sxTW__keyboardHint{color:#6b7280;background:#f9fafb;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;animation:.5s .3s both FormActions-module__t7sxTW__fadeIn;display:flex}@keyframes FormActions-module__t7sxTW__fadeIn{0%{opacity:0}to{opacity:1}}.FormActions-module__t7sxTW__keyboardHint kbd{color:#374151;background:#fff;border:2px solid #e5e7eb;border-bottom-width:3px;border-radius:6px;justify-content:center;align-items:center;min-width:32px;padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px #d1d5db}.FormActions-module__t7sxTW__keyboardHint:hover kbd{transform:translateY(1px);box-shadow:0 1px #d1d5db}@media (max-width:768px){.FormActions-module__t7sxTW__container{padding-top:1.25rem}.FormActions-module__t7sxTW__helperCard{padding:.875rem 1rem;font-size:.8125rem}.FormActions-module__t7sxTW__helperIcon{width:28px;height:28px}.FormActions-module__t7sxTW__actions{flex-direction:column-reverse}.FormActions-module__t7sxTW__cancelBtn,.FormActions-module__t7sxTW__submitBtn{justify-content:center;width:100%}.FormActions-module__t7sxTW__cancelBtn{padding:.75rem 1.25rem}.FormActions-module__t7sxTW__submitBtn{padding:.875rem 1.75rem}.FormActions-module__t7sxTW__keyboardHint{padding:.5rem .875rem;font-size:.75rem}.FormActions-module__t7sxTW__keyboardHint kbd{min-width:28px;padding:.2rem .4rem}}@media (max-width:480px){.FormActions-module__t7sxTW__helperCard{padding:.75rem .875rem;font-size:.75rem}.FormActions-module__t7sxTW__helperIcon{width:24px;height:24px}.FormActions-module__t7sxTW__helperIcon svg{width:14px;height:14px}.FormActions-module__t7sxTW__cancelBtn{padding:.625rem 1rem;font-size:.875rem}.FormActions-module__t7sxTW__submitBtn{padding:.75rem 1.5rem;font-size:.9375rem}.FormActions-module__t7sxTW__keyboardHint{display:none}}.FormActions-module__t7sxTW__cancelBtn:focus-visible,.FormActions-module__t7sxTW__submitBtn:focus-visible{outline-offset:2px;outline:3px solid #3b82f6}@media (prefers-contrast:high){.FormActions-module__t7sxTW__cancelBtn,.FormActions-module__t7sxTW__submitBtn,.FormActions-module__t7sxTW__helperCard,.FormActions-module__t7sxTW__keyboardHint kbd{border-width:2px}}@media (prefers-reduced-motion:reduce){.FormActions-module__t7sxTW__helperCard,.FormActions-module__t7sxTW__helperIcon,.FormActions-module__t7sxTW__keyboardHint,.FormActions-module__t7sxTW__spinner{animation:none!important}.FormActions-module__t7sxTW__cancelBtn:hover,.FormActions-module__t7sxTW__submitBtn:hover,.FormActions-module__t7sxTW__cancelBtn:hover .FormActions-module__t7sxTW__cancelIcon,.FormActions-module__t7sxTW__submitBtn:hover .FormActions-module__t7sxTW__submitIconWrapper,.FormActions-module__t7sxTW__submitBtn:hover .FormActions-module__t7sxTW__submitArrow{transform:none!important}.FormActions-module__t7sxTW__shine{display:none}}@media print{.FormActions-module__t7sxTW__container{page-break-inside:avoid}.FormActions-module__t7sxTW__submitBtn{color:#000;box-shadow:none;background:#f3f4f6;border:2px solid #000}.FormActions-module__t7sxTW__helperCard{background:#fff;border:1px solid #000}.FormActions-module__t7sxTW__keyboardHint,.FormActions-module__t7sxTW__shine{display:none}}@media (prefers-color-scheme:dark){.FormActions-module__t7sxTW__cancelBtn{color:#e5e7eb;background:#1f2937;border-color:#374151}.FormActions-module__t7sxTW__cancelBtn:hover:not(:disabled){color:#f3f4f6;background:#111827;border-color:#4b5563}.FormActions-module__t7sxTW__keyboardHint{color:#9ca3af;background:#1f2937}.FormActions-module__t7sxTW__keyboardHint kbd{color:#e5e7eb;background:#111827;border-color:#374151}}
.BulkInfoBanner-module__g2ucmG__container{flex-direction:column;gap:1rem;width:100%;display:flex}.BulkInfoBanner-module__g2ucmG__infoCard{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #bfdbfe;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.BulkInfoBanner-module__g2ucmG__infoCard:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 8px 16px #3b82f626}.BulkInfoBanner-module__g2ucmG__infoCard:before{content:"";background:linear-gradient(#3b82f6 0%,#2563eb 100%);width:4px;height:100%;position:absolute;top:0;left:0}.BulkInfoBanner-module__g2ucmG__infoIconWrapper{color:#fff;z-index:1;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative;box-shadow:0 4px 12px #3b82f64d}.BulkInfoBanner-module__g2ucmG__iconPulse{background:inherit;border-radius:inherit;z-index:-1;animation:2s ease-in-out infinite BulkInfoBanner-module__g2ucmG__pulse;position:absolute;inset:0}@keyframes BulkInfoBanner-module__g2ucmG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}.BulkInfoBanner-module__g2ucmG__infoContent{z-index:1;flex:1;min-width:0}.BulkInfoBanner-module__g2ucmG__infoTitle{color:#1e40af;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.2}.BulkInfoBanner-module__g2ucmG__infoDesc{color:#1e3a8a;margin:0;font-size:.875rem;line-height:1.5}.BulkInfoBanner-module__g2ucmG__decorIcon{color:#93c5fd;opacity:.3;z-index:0;position:absolute;top:50%;right:-10px;transform:translateY(-50%)}.BulkInfoBanner-module__g2ucmG__featuresStrip{flex-wrap:wrap;gap:.75rem;display:flex}.BulkInfoBanner-module__g2ucmG__featureItem{color:#374151;min-width:120px;animation:BulkInfoBanner-module__g2ucmG__slideUp .4s ease var(--delay,0s)both;background:#fff;border:2px solid #e5e7eb;border-radius:10px;flex:1;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.BulkInfoBanner-module__g2ucmG__featureItem:first-child{--delay:.1s}.BulkInfoBanner-module__g2ucmG__featureItem:nth-child(2){--delay:.2s}.BulkInfoBanner-module__g2ucmG__featureItem:nth-child(3){--delay:.3s}@keyframes BulkInfoBanner-module__g2ucmG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.BulkInfoBanner-module__g2ucmG__featureItem:hover{border-color:var(--feature-color);background:linear-gradient(135deg,white 0%,rgba(var(--feature-color-rgb,99,102,241),.05)100%);transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.BulkInfoBanner-module__g2ucmG__featureIcon{background:var(--feature-color);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex}.BulkInfoBanner-module__g2ucmG__featureItem:hover .BulkInfoBanner-module__g2ucmG__featureIcon{transform:scale(1.1)rotate(5deg)}.BulkInfoBanner-module__g2ucmG__summaryCard{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #667eea40}.BulkInfoBanner-module__g2ucmG__summaryCard:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea59}.BulkInfoBanner-module__g2ucmG__summaryGlow{pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:200%;height:200%;animation:8s linear infinite BulkInfoBanner-module__g2ucmG__rotate;position:absolute;top:-50%;right:-50%}@keyframes BulkInfoBanner-module__g2ucmG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BulkInfoBanner-module__g2ucmG__summaryMain{z-index:1;flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.BulkInfoBanner-module__g2ucmG__summaryIconWrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;animation:3s ease-in-out infinite BulkInfoBanner-module__g2ucmG__iconFloat;display:flex}@keyframes BulkInfoBanner-module__g2ucmG__iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.BulkInfoBanner-module__g2ucmG__summaryContent{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.BulkInfoBanner-module__g2ucmG__summaryTitle{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:.75rem;font-weight:600}.BulkInfoBanner-module__g2ucmG__summaryPeriod{align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.BulkInfoBanner-module__g2ucmG__summaryStats{z-index:1;flex-shrink:0;gap:1.5rem;display:flex}.BulkInfoBanner-module__g2ucmG__statItem{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.BulkInfoBanner-module__g2ucmG__statValue{font-size:1.5rem;font-weight:800;line-height:1}.BulkInfoBanner-module__g2ucmG__statLabel{opacity:.9;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.BulkInfoBanner-module__g2ucmG__summaryArrow{z-index:1;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.BulkInfoBanner-module__g2ucmG__summaryCard:hover .BulkInfoBanner-module__g2ucmG__summaryArrow{background:#ffffff4d;transform:translate(4px)}@media (max-width:1024px){.BulkInfoBanner-module__g2ucmG__summaryStats{gap:1rem}.BulkInfoBanner-module__g2ucmG__statValue{font-size:1.25rem}}@media (max-width:768px){.BulkInfoBanner-module__g2ucmG__infoCard{gap:1rem;padding:1.25rem}.BulkInfoBanner-module__g2ucmG__infoIconWrapper{width:48px;height:48px}.BulkInfoBanner-module__g2ucmG__infoTitle{font-size:1rem}.BulkInfoBanner-module__g2ucmG__infoDesc{font-size:.8125rem}.BulkInfoBanner-module__g2ucmG__decorIcon{display:none}.BulkInfoBanner-module__g2ucmG__featuresStrip{gap:.5rem}.BulkInfoBanner-module__g2ucmG__featureItem{min-width:100px;padding:.75rem .875rem;font-size:.8125rem}.BulkInfoBanner-module__g2ucmG__featureIcon{width:28px;height:28px}.BulkInfoBanner-module__g2ucmG__summaryCard{gap:1rem;padding:1.25rem}.BulkInfoBanner-module__g2ucmG__summaryIconWrapper{width:48px;height:48px}.BulkInfoBanner-module__g2ucmG__summaryPeriod{font-size:.9375rem}}@media (max-width:640px){.BulkInfoBanner-module__g2ucmG__infoCard{flex-direction:column;align-items:flex-start;padding:1rem}.BulkInfoBanner-module__g2ucmG__infoIconWrapper{width:40px;height:40px}.BulkInfoBanner-module__g2ucmG__featuresStrip{flex-direction:column}.BulkInfoBanner-module__g2ucmG__featureItem{width:100%}.BulkInfoBanner-module__g2ucmG__summaryCard{flex-direction:column;align-items:stretch;padding:1rem}.BulkInfoBanner-module__g2ucmG__summaryMain{flex-direction:column;align-items:flex-start}.BulkInfoBanner-module__g2ucmG__summaryIconWrapper{width:40px;height:40px}.BulkInfoBanner-module__g2ucmG__summaryStats{flex-direction:row;justify-content:space-between;width:100%}.BulkInfoBanner-module__g2ucmG__statItem{align-items:flex-start}.BulkInfoBanner-module__g2ucmG__statValue{font-size:1.125rem}.BulkInfoBanner-module__g2ucmG__summaryArrow{display:none}}@media (max-width:480px){.BulkInfoBanner-module__g2ucmG__infoCard{padding:.875rem}.BulkInfoBanner-module__g2ucmG__infoTitle{font-size:.9375rem}.BulkInfoBanner-module__g2ucmG__infoDesc{font-size:.75rem}.BulkInfoBanner-module__g2ucmG__featureItem{padding:.625rem .75rem}.BulkInfoBanner-module__g2ucmG__summaryCard{padding:.875rem}.BulkInfoBanner-module__g2ucmG__summaryTitle{font-size:.6875rem}.BulkInfoBanner-module__g2ucmG__summaryPeriod{font-size:.875rem}.BulkInfoBanner-module__g2ucmG__statValue{font-size:1rem}.BulkInfoBanner-module__g2ucmG__statLabel{font-size:.6875rem}}.BulkInfoBanner-module__g2ucmG__featureItem:focus-visible,.BulkInfoBanner-module__g2ucmG__summaryCard:focus-visible{outline-offset:2px;outline:3px solid #3b82f6}@media (prefers-contrast:high){.BulkInfoBanner-module__g2ucmG__infoCard,.BulkInfoBanner-module__g2ucmG__featureItem,.BulkInfoBanner-module__g2ucmG__summaryCard{border-width:2px}}@media (prefers-reduced-motion:reduce){.BulkInfoBanner-module__g2ucmG__iconPulse,.BulkInfoBanner-module__g2ucmG__summaryGlow,.BulkInfoBanner-module__g2ucmG__summaryIconWrapper,.BulkInfoBanner-module__g2ucmG__featureItem{animation:none!important}.BulkInfoBanner-module__g2ucmG__infoCard:hover,.BulkInfoBanner-module__g2ucmG__featureItem:hover,.BulkInfoBanner-module__g2ucmG__summaryCard:hover,.BulkInfoBanner-module__g2ucmG__featureItem:hover .BulkInfoBanner-module__g2ucmG__featureIcon{transform:none!important}}@media print{.BulkInfoBanner-module__g2ucmG__container{page-break-inside:avoid}.BulkInfoBanner-module__g2ucmG__infoCard{background:#fff;border:1px solid #000}.BulkInfoBanner-module__g2ucmG__summaryCard{color:#000;box-shadow:none;background:#f3f4f6}.BulkInfoBanner-module__g2ucmG__summaryGlow,.BulkInfoBanner-module__g2ucmG__iconPulse{display:none}}
.NotesField-module__LfZLKa__container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;padding:20px 24px;transition:all .3s;display:flex}.NotesField-module__LfZLKa__container.NotesField-module__LfZLKa__focused{border-color:#a78bfa;box-shadow:0 0 0 4px #a78bfa1f}.NotesField-module__LfZLKa__header{justify-content:space-between;align-items:center;display:flex}.NotesField-module__LfZLKa__labelGroup{align-items:center;gap:8px;display:flex}.NotesField-module__LfZLKa__labelIcon{color:#8b5cf6}.NotesField-module__LfZLKa__label{color:#1e293b;font-size:.9375rem;font-weight:600}.NotesField-module__LfZLKa__optional{color:#94a3b8;font-size:.8125rem;font-weight:400}.NotesField-module__LfZLKa__charCounter{color:#64748b;background:#f1f5f9;border-radius:12px;align-items:center;gap:2px;padding:4px 10px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.NotesField-module__LfZLKa__charCounter.NotesField-module__LfZLKa__nearLimit{color:#f59e0b;background:#fef3c7}.NotesField-module__LfZLKa__textareaWrapper{position:relative}.NotesField-module__LfZLKa__textarea{color:#1e293b;resize:vertical;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;width:100%;min-height:100px;padding:16px;font-family:inherit;font-size:.9375rem;transition:all .2s}.NotesField-module__LfZLKa__textarea::placeholder{color:#94a3b8}.NotesField-module__LfZLKa__textarea:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.NotesField-module__LfZLKa__textarea:focus{background:#fff;border-color:#a78bfa;outline:none}.NotesField-module__LfZLKa__textarea:disabled{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.NotesField-module__LfZLKa__progressBar{background:#e2e8f0;border-radius:0 0 14px 14px;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.NotesField-module__LfZLKa__progressFill{background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:0 0 0 14px;height:100%;transition:width .2s}.NotesField-module__LfZLKa__progressFill.NotesField-module__LfZLKa__nearLimit{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.NotesField-module__LfZLKa__helperText{color:#94a3b8;align-items:center;gap:8px;font-size:.75rem;display:flex}.NotesField-module__LfZLKa__helperText svg{color:#cbd5e1;flex-shrink:0}@media (max-width:480px){.NotesField-module__LfZLKa__container{gap:10px;padding:16px 20px}.NotesField-module__LfZLKa__label{font-size:.875rem}.NotesField-module__LfZLKa__textarea{min-height:80px;padding:14px;font-size:.875rem}.NotesField-module__LfZLKa__charCounter{padding:3px 8px;font-size:.6875rem}}@media (prefers-color-scheme:dark){.NotesField-module__LfZLKa__container{background:#1e293b;border-color:#334155}.NotesField-module__LfZLKa__container.NotesField-module__LfZLKa__focused{border-color:#8b5cf6}.NotesField-module__LfZLKa__labelIcon{color:#a78bfa}.NotesField-module__LfZLKa__label{color:#f1f5f9}.NotesField-module__LfZLKa__optional{color:#64748b}.NotesField-module__LfZLKa__charCounter{color:#94a3b8;background:#0f172a}.NotesField-module__LfZLKa__charCounter.NotesField-module__LfZLKa__nearLimit{color:#fbbf24;background:#78350f}.NotesField-module__LfZLKa__textarea{color:#f1f5f9;background:#0f172a;border-color:#334155}.NotesField-module__LfZLKa__textarea::placeholder{color:#64748b}.NotesField-module__LfZLKa__textarea:hover:not(:disabled){background:#1e293b;border-color:#475569}.NotesField-module__LfZLKa__textarea:focus{background:#1e293b}.NotesField-module__LfZLKa__textarea:disabled{color:#64748b;background:#0f172a}.NotesField-module__LfZLKa__progressBar{background:#334155}.NotesField-module__LfZLKa__helperText{color:#64748b}.NotesField-module__LfZLKa__helperText svg{color:#475569}}
.ApartmentSelector-module__U2W4ua__apartmentSelector{--primary:#0891b2;--primary-light:#ecfeff;--green:#10b981;--green-light:#d1fae5;--green-dark:#059669;--orange:#f59e0b;--orange-light:#fef3c7;--orange-dark:#d97706;--blue:#3b82f6;--blue-light:#dbeafe;--blue-dark:#2563eb;--purple:#8b5cf6;--purple-light:#ede9fe;--purple-dark:#7c3aed;--red:#ef4444;--text-dark:#1e293b;--text-medium:#475569;--text-light:#64748b;--text-muted:#94a3b8;--border:#e2e8f0;--bg-gray:#f8fafc;--bg-white:#fff;--radius:8px;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;position:relative}.ApartmentSelector-module__U2W4ua__trigger{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:46px;padding:10px 14px;transition:all .2s;display:flex}.ApartmentSelector-module__U2W4ua__trigger:hover{border-color:var(--text-muted)}.ApartmentSelector-module__U2W4ua__trigger:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0891b21a}.ApartmentSelector-module__U2W4ua__apartmentSelector.ApartmentSelector-module__U2W4ua__disabled .ApartmentSelector-module__U2W4ua__trigger{background:var(--bg-gray);cursor:not-allowed;opacity:.7}.ApartmentSelector-module__U2W4ua__apartmentSelector.ApartmentSelector-module__U2W4ua__hasError .ApartmentSelector-module__U2W4ua__trigger{border-color:var(--red)}.ApartmentSelector-module__U2W4ua__selectedValue{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ApartmentSelector-module__U2W4ua__selectedIcon{color:var(--primary);flex-shrink:0}.ApartmentSelector-module__U2W4ua__selectedInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.ApartmentSelector-module__U2W4ua__selectedNumber{color:var(--text-dark);font-size:14px;font-weight:600}.ApartmentSelector-module__U2W4ua__selectedMeta{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ApartmentSelector-module__U2W4ua__placeholder{color:var(--text-muted);font-size:14px}.ApartmentSelector-module__U2W4ua__clearButton{background:var(--bg-gray);width:24px;height:24px;color:var(--text-light);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.ApartmentSelector-module__U2W4ua__clearButton:hover{background:var(--border);color:var(--text-dark)}.ApartmentSelector-module__U2W4ua__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.ApartmentSelector-module__U2W4ua__chevron.ApartmentSelector-module__U2W4ua__open{transform:rotate(180deg)}.ApartmentSelector-module__U2W4ua__dropdown{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:100;animation:.15s ApartmentSelector-module__U2W4ua__slideDown;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}@keyframes ApartmentSelector-module__U2W4ua__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ApartmentSelector-module__U2W4ua__searchContainer{border-bottom:1px solid var(--border);background:var(--bg-gray);align-items:center;gap:10px;padding:10px 12px;display:flex}.ApartmentSelector-module__U2W4ua__searchIcon{color:var(--text-muted);flex-shrink:0}.ApartmentSelector-module__U2W4ua__searchInput{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;font-size:14px}.ApartmentSelector-module__U2W4ua__searchInput::placeholder{color:var(--text-muted)}.ApartmentSelector-module__U2W4ua__loadingIcon{color:var(--primary);flex-shrink:0}.ApartmentSelector-module__U2W4ua__spinning{animation:1s linear infinite ApartmentSelector-module__U2W4ua__spin}@keyframes ApartmentSelector-module__U2W4ua__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ApartmentSelector-module__U2W4ua__optionsList{scrollbar-width:thin;max-height:280px;overflow-y:auto}.ApartmentSelector-module__U2W4ua__noOptions{text-align:center;color:var(--text-light);padding:24px 16px;font-size:13px}.ApartmentSelector-module__U2W4ua__optionItem{cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 12px;transition:background .15s;display:flex}.ApartmentSelector-module__U2W4ua__optionItem:last-child{border-bottom:none}.ApartmentSelector-module__U2W4ua__optionItem:hover,.ApartmentSelector-module__U2W4ua__optionItem.ApartmentSelector-module__U2W4ua__highlighted{background:var(--bg-gray)}.ApartmentSelector-module__U2W4ua__optionItem.ApartmentSelector-module__U2W4ua__selected{background:var(--primary-light)}.ApartmentSelector-module__U2W4ua__optionIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ApartmentSelector-module__U2W4ua__optionIcon.ApartmentSelector-module__U2W4ua__green{background:var(--green-light);color:var(--green-dark)}.ApartmentSelector-module__U2W4ua__optionIcon.ApartmentSelector-module__U2W4ua__orange{background:var(--orange-light);color:var(--orange-dark)}.ApartmentSelector-module__U2W4ua__optionIcon.ApartmentSelector-module__U2W4ua__blue{background:var(--blue-light);color:var(--blue-dark)}.ApartmentSelector-module__U2W4ua__optionIcon.ApartmentSelector-module__U2W4ua__purple{background:var(--purple-light);color:var(--purple-dark)}.ApartmentSelector-module__U2W4ua__optionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ApartmentSelector-module__U2W4ua__optionNumber{color:var(--text-dark);font-size:14px;font-weight:600}.ApartmentSelector-module__U2W4ua__optionMeta{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ApartmentSelector-module__U2W4ua__optionRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.ApartmentSelector-module__U2W4ua__optionStatus{text-transform:uppercase;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.ApartmentSelector-module__U2W4ua__optionStatus.ApartmentSelector-module__U2W4ua__green{background:var(--green);color:#fff}.ApartmentSelector-module__U2W4ua__optionStatus.ApartmentSelector-module__U2W4ua__orange{background:var(--orange);color:#fff}.ApartmentSelector-module__U2W4ua__optionStatus.ApartmentSelector-module__U2W4ua__blue{background:var(--blue);color:#fff}.ApartmentSelector-module__U2W4ua__optionStatus.ApartmentSelector-module__U2W4ua__purple{background:var(--purple);color:#fff}.ApartmentSelector-module__U2W4ua__statusIcon{flex-shrink:0}.ApartmentSelector-module__U2W4ua__optionArea{color:var(--text-muted);font-size:11px}.ApartmentSelector-module__U2W4ua__checkIcon{color:var(--primary);flex-shrink:0}.ApartmentSelector-module__U2W4ua__errorMessage{color:var(--red);margin-top:6px;font-size:12px;display:block}@media (max-width:640px){.ApartmentSelector-module__U2W4ua__optionItem{flex-wrap:wrap;gap:8px}.ApartmentSelector-module__U2W4ua__optionRight{flex-direction:row;justify-content:space-between;width:100%;padding-left:48px}.ApartmentSelector-module__U2W4ua__optionStatus{padding:2px 6px;font-size:9px}}.ApartmentSelector-module__U2W4ua__trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.ApartmentSelector-module__U2W4ua__dropdown,.ApartmentSelector-module__U2W4ua__chevron,.ApartmentSelector-module__U2W4ua__spinning{transition:none;animation:none}}
.ComplaintForm-module__3zFwQG__complaintForm{flex-direction:column;gap:28px;padding:24px;display:flex}.ComplaintForm-module__3zFwQG__sectionLabel{color:#1e293b;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.ComplaintForm-module__3zFwQG__labelIcon{color:#64748b;width:16px;height:16px}.ComplaintForm-module__3zFwQG__required{color:#ef4444}.ComplaintForm-module__3zFwQG__categorySection{flex-direction:column;display:flex}.ComplaintForm-module__3zFwQG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;display:grid}.ComplaintForm-module__3zFwQG__categoryButton{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;font-family:inherit;transition:all .2s;display:flex}.ComplaintForm-module__3zFwQG__categoryButton:hover{background:#eff6ff;border-color:#93c5fd}.ComplaintForm-module__3zFwQG__categoryButton.ComplaintForm-module__3zFwQG__selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.ComplaintForm-module__3zFwQG__categoryIcon{color:#64748b;width:22px;height:22px}.ComplaintForm-module__3zFwQG__categoryButton.ComplaintForm-module__3zFwQG__selected .ComplaintForm-module__3zFwQG__categoryIcon{color:#3b82f6}.ComplaintForm-module__3zFwQG__categoryLabel{color:#475569;text-align:center;font-size:12px;font-weight:500;line-height:1.3}.ComplaintForm-module__3zFwQG__categoryButton.ComplaintForm-module__3zFwQG__selected .ComplaintForm-module__3zFwQG__categoryLabel{color:#1d4ed8;font-weight:600}.ComplaintForm-module__3zFwQG__formGroup{flex-direction:column;gap:6px;display:flex}.ComplaintForm-module__3zFwQG__label{color:#374151;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.ComplaintForm-module__3zFwQG__input,.ComplaintForm-module__3zFwQG__select,.ComplaintForm-module__3zFwQG__textarea{color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.ComplaintForm-module__3zFwQG__input:focus,.ComplaintForm-module__3zFwQG__select:focus,.ComplaintForm-module__3zFwQG__textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ComplaintForm-module__3zFwQG__input::placeholder,.ComplaintForm-module__3zFwQG__textarea::placeholder{color:#9ca3af}.ComplaintForm-module__3zFwQG__inputError{border-color:#ef4444}.ComplaintForm-module__3zFwQG__inputError:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.ComplaintForm-module__3zFwQG__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.ComplaintForm-module__3zFwQG__textarea{resize:vertical;min-height:80px;line-height:1.5}.ComplaintForm-module__3zFwQG__inputFooter{justify-content:space-between;align-items:center;min-height:20px;display:flex}.ComplaintForm-module__3zFwQG__charCount{color:#94a3b8;margin-left:auto;font-size:12px}.ComplaintForm-module__3zFwQG__errorText{color:#ef4444;align-items:center;gap:4px;font-size:12px;display:flex}.ComplaintForm-module__3zFwQG__prioritySection{flex-direction:column;display:flex}.ComplaintForm-module__3zFwQG__priorityGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.ComplaintForm-module__3zFwQG__priorityButton{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:14px 10px;font-family:inherit;transition:all .2s;display:flex}.ComplaintForm-module__3zFwQG__priorityButton:hover{transform:translateY(-1px)}.ComplaintForm-module__3zFwQG__priorityLabel{color:#475569;font-size:13px;font-weight:600}.ComplaintForm-module__3zFwQG__priorityDesc{color:#94a3b8;text-align:center;font-size:11px;line-height:1.3}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__low{border-color:#d1fae5}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__low:hover,.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__low.ComplaintForm-module__3zFwQG__selected{background:#f0fdf4;border-color:#22c55e}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__low.ComplaintForm-module__3zFwQG__selected{box-shadow:0 0 0 1px #22c55e}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__low .ComplaintForm-module__3zFwQG__priorityLabel{color:#16a34a}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__medium{border-color:#fef3c7}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__medium:hover,.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__medium.ComplaintForm-module__3zFwQG__selected{background:#fffbeb;border-color:#f59e0b}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__medium.ComplaintForm-module__3zFwQG__selected{box-shadow:0 0 0 1px #f59e0b}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__medium .ComplaintForm-module__3zFwQG__priorityLabel{color:#d97706}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__high{border-color:#ffedd5}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__high:hover,.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__high.ComplaintForm-module__3zFwQG__selected{background:#fff7ed;border-color:#f97316}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__high.ComplaintForm-module__3zFwQG__selected{box-shadow:0 0 0 1px #f97316}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__high .ComplaintForm-module__3zFwQG__priorityLabel{color:#ea580c}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__urgent{border-color:#fee2e2}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__urgent:hover,.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__urgent.ComplaintForm-module__3zFwQG__selected{background:#fef2f2;border-color:#ef4444}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__urgent.ComplaintForm-module__3zFwQG__selected{box-shadow:0 0 0 1px #ef4444}.ComplaintForm-module__3zFwQG__priorityButton.ComplaintForm-module__3zFwQG__urgent .ComplaintForm-module__3zFwQG__priorityLabel{color:#dc2626}.ComplaintForm-module__3zFwQG__locationSection{flex-direction:column;gap:14px;display:flex}.ComplaintForm-module__3zFwQG__commonAreaToggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}.ComplaintForm-module__3zFwQG__checkboxLabel{color:#374151;cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.ComplaintForm-module__3zFwQG__checkbox{cursor:pointer;accent-color:#3b82f6;width:18px;height:18px}.ComplaintForm-module__3zFwQG__attachmentsSection{flex-direction:column;gap:12px;display:flex}.ComplaintForm-module__3zFwQG__uploadArea{position:relative}.ComplaintForm-module__3zFwQG__fileInput{opacity:0;width:0;height:0;position:absolute;overflow:hidden}.ComplaintForm-module__3zFwQG__uploadLabel{cursor:pointer;background:#fafbfc;border:2px dashed #d1d5db;border-radius:10px;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;transition:all .2s;display:flex}.ComplaintForm-module__3zFwQG__uploadLabel:hover{background:#eff6ff;border-color:#93c5fd}.ComplaintForm-module__3zFwQG__uploadIcon{color:#94a3b8;width:28px;height:28px}.ComplaintForm-module__3zFwQG__uploadText{color:#475569;font-size:14px;font-weight:500}.ComplaintForm-module__3zFwQG__uploadHint{color:#94a3b8;font-size:12px}.ComplaintForm-module__3zFwQG__previewGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.ComplaintForm-module__3zFwQG__previewItem{aspect-ratio:1;border:1px solid #e2e8f0;border-radius:8px;position:relative;overflow:hidden}.ComplaintForm-module__3zFwQG__previewImage{object-fit:cover;width:100%;height:100%}.ComplaintForm-module__3zFwQG__previewFile{background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;padding:12px;display:flex}.ComplaintForm-module__3zFwQG__fileIcon{color:#64748b;width:28px;height:28px}.ComplaintForm-module__3zFwQG__fileName{color:#64748b;text-align:center;word-break:break-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;display:-webkit-box;overflow:hidden}.ComplaintForm-module__3zFwQG__removeButton{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .2s;display:flex;position:absolute;top:4px;right:4px}.ComplaintForm-module__3zFwQG__removeButton:hover{background:#ef4444e6}.ComplaintForm-module__3zFwQG__removeButton svg{width:14px;height:14px}.ComplaintForm-module__3zFwQG__formActions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;padding-top:8px;display:flex}.ComplaintForm-module__3zFwQG__cancelButton{color:#475569;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.ComplaintForm-module__3zFwQG__cancelButton:hover{background:#f8fafc;border-color:#94a3b8}.ComplaintForm-module__3zFwQG__cancelButton:disabled{opacity:.5;cursor:not-allowed}.ComplaintForm-module__3zFwQG__submitButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:flex}.ComplaintForm-module__3zFwQG__submitButton:hover{background:#2563eb}.ComplaintForm-module__3zFwQG__submitButton:disabled{opacity:.6;cursor:not-allowed}.ComplaintForm-module__3zFwQG__buttonIcon{width:18px;height:18px}.ComplaintForm-module__3zFwQG__spinning{animation:1s linear infinite ComplaintForm-module__3zFwQG__spin}@keyframes ComplaintForm-module__3zFwQG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.ComplaintForm-module__3zFwQG__complaintForm{gap:22px;padding:16px}.ComplaintForm-module__3zFwQG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.ComplaintForm-module__3zFwQG__categoryButton{padding:10px 6px}.ComplaintForm-module__3zFwQG__categoryIcon{width:20px;height:20px}.ComplaintForm-module__3zFwQG__categoryLabel{font-size:11px}.ComplaintForm-module__3zFwQG__priorityGrid{grid-template-columns:repeat(2,1fr)}.ComplaintForm-module__3zFwQG__formActions{flex-direction:column-reverse}.ComplaintForm-module__3zFwQG__cancelButton,.ComplaintForm-module__3zFwQG__submitButton{justify-content:center;width:100%}.ComplaintForm-module__3zFwQG__previewGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media (max-width:480px){.ComplaintForm-module__3zFwQG__complaintForm{gap:18px;padding:12px}.ComplaintForm-module__3zFwQG__categoryGrid{grid-template-columns:repeat(3,1fr)}.ComplaintForm-module__3zFwQG__input,.ComplaintForm-module__3zFwQG__select,.ComplaintForm-module__3zFwQG__textarea{font-size:16px}}
.NewComplaintPage-module__8McSiW__newComplaintPage{max-width:1200px;margin:0 auto;padding:24px 24px 48px}.NewComplaintPage-module__8McSiW__contentGrid{grid-template-columns:1.5fr 1fr;align-items:start;gap:24px;margin-top:24px;display:grid}.NewComplaintPage-module__8McSiW__formSection{min-width:0}.NewComplaintPage-module__8McSiW__formCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden}.NewComplaintPage-module__8McSiW__formHeader{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:20px 24px;display:flex}.NewComplaintPage-module__8McSiW__formIcon{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:12px;flex-shrink:0;width:40px;height:40px;padding:9px}.NewComplaintPage-module__8McSiW__formTitle{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.3}.NewComplaintPage-module__8McSiW__formSubtitle{color:#64748b;margin:3px 0 0;font-size:13px}.NewComplaintPage-module__8McSiW__tipsSection{flex-direction:column;gap:16px;min-width:0;display:flex;position:sticky;top:24px}.NewComplaintPage-module__8McSiW__tipsCard{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:18px 20px}.NewComplaintPage-module__8McSiW__tipsHeader{align-items:center;gap:10px;margin-bottom:14px;display:flex}.NewComplaintPage-module__8McSiW__tipsHeader h3{color:#0f172a;margin:0;font-size:15px;font-weight:700}.NewComplaintPage-module__8McSiW__tipsIcon{color:#f59e0b;flex-shrink:0;width:20px;height:20px}.NewComplaintPage-module__8McSiW__tipsList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.NewComplaintPage-module__8McSiW__tipItem{color:#334155;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.NewComplaintPage-module__8McSiW__tipIcon{color:#10b981;flex-shrink:0;width:16px;height:16px;margin-top:2px}.NewComplaintPage-module__8McSiW__categoriesCard{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:18px 20px}.NewComplaintPage-module__8McSiW__categoriesTitle{color:#0f172a;margin:0 0 14px;font-size:15px;font-weight:700}.NewComplaintPage-module__8McSiW__categoriesList{flex-direction:column;gap:8px;display:flex}.NewComplaintPage-module__8McSiW__categoryItem{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;transition:background .1s;display:flex}.NewComplaintPage-module__8McSiW__categoryItem:hover{background:#f1f5f9}.NewComplaintPage-module__8McSiW__categoryName{color:#0f172a;font-size:13px;font-weight:600}.NewComplaintPage-module__8McSiW__categoryDesc{color:#94a3b8;text-align:right;font-size:12px}.NewComplaintPage-module__8McSiW__slaCard{background:#fff;border:1px solid #f1f5f9;border-radius:14px;padding:18px 20px}.NewComplaintPage-module__8McSiW__slaTitle{color:#0f172a;margin:0 0 14px;font-size:15px;font-weight:700}.NewComplaintPage-module__8McSiW__slaList{flex-direction:column;gap:10px;display:flex}.NewComplaintPage-module__8McSiW__slaItem{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.NewComplaintPage-module__8McSiW__slaPriority{text-align:center;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:68px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.NewComplaintPage-module__8McSiW__urgent{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.NewComplaintPage-module__8McSiW__high{color:#ea580c;background:#fff7ed;border:1px solid #fed7aa}.NewComplaintPage-module__8McSiW__medium{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.NewComplaintPage-module__8McSiW__low{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.NewComplaintPage-module__8McSiW__slaTime{color:#334155;font-size:13px;font-weight:600}@media (max-width:1024px){.NewComplaintPage-module__8McSiW__contentGrid{grid-template-columns:1fr}.NewComplaintPage-module__8McSiW__tipsSection{grid-template-columns:repeat(2,1fr);gap:14px;display:grid;position:static}.NewComplaintPage-module__8McSiW__tipsSection>.NewComplaintPage-module__8McSiW__slaCard{grid-column:1/-1}}@media (max-width:768px){.NewComplaintPage-module__8McSiW__newComplaintPage{padding:16px 16px 32px}.NewComplaintPage-module__8McSiW__contentGrid{gap:16px;margin-top:16px}.NewComplaintPage-module__8McSiW__tipsSection{grid-template-columns:1fr}.NewComplaintPage-module__8McSiW__formHeader{padding:16px 18px}.NewComplaintPage-module__8McSiW__formIcon{border-radius:10px;width:36px;height:36px;padding:8px}.NewComplaintPage-module__8McSiW__formTitle{font-size:16px}.NewComplaintPage-module__8McSiW__tipsCard,.NewComplaintPage-module__8McSiW__categoriesCard,.NewComplaintPage-module__8McSiW__slaCard{padding:16px 18px}.NewComplaintPage-module__8McSiW__categoryItem{flex-direction:column;align-items:flex-start;gap:2px}.NewComplaintPage-module__8McSiW__categoryDesc{text-align:left}}@media (max-width:480px){.NewComplaintPage-module__8McSiW__newComplaintPage{padding:12px 12px 24px}.NewComplaintPage-module__8McSiW__contentGrid{margin-top:12px}.NewComplaintPage-module__8McSiW__formHeader{gap:10px;padding:14px}.NewComplaintPage-module__8McSiW__formIcon{border-radius:8px;width:32px;height:32px;padding:7px}.NewComplaintPage-module__8McSiW__formTitle{font-size:15px}.NewComplaintPage-module__8McSiW__formSubtitle{font-size:12px}.NewComplaintPage-module__8McSiW__tipsCard,.NewComplaintPage-module__8McSiW__categoriesCard,.NewComplaintPage-module__8McSiW__slaCard{border-radius:12px;padding:14px 16px}.NewComplaintPage-module__8McSiW__tipsHeader h3,.NewComplaintPage-module__8McSiW__categoriesTitle,.NewComplaintPage-module__8McSiW__slaTitle{font-size:14px}.NewComplaintPage-module__8McSiW__tipItem{font-size:12px}.NewComplaintPage-module__8McSiW__tipIcon{width:14px;height:14px}.NewComplaintPage-module__8McSiW__slaPriority{min-width:60px;padding:3px 8px;font-size:11px}.NewComplaintPage-module__8McSiW__slaTime,.NewComplaintPage-module__8McSiW__categoryName{font-size:12px}.NewComplaintPage-module__8McSiW__categoryDesc{font-size:11px}}@media (prefers-color-scheme:dark){.NewComplaintPage-module__8McSiW__newComplaintPage{background:#0f172a}.NewComplaintPage-module__8McSiW__formCard{background:#1e293b;border-color:#334155}.NewComplaintPage-module__8McSiW__formHeader{background:linear-gradient(135deg,#3b82f614 0%,#10b9810f 100%);border-color:#334155}.NewComplaintPage-module__8McSiW__formTitle{color:#f1f5f9}.NewComplaintPage-module__8McSiW__formSubtitle{color:#94a3b8}.NewComplaintPage-module__8McSiW__tipsCard,.NewComplaintPage-module__8McSiW__categoriesCard,.NewComplaintPage-module__8McSiW__slaCard{background:#1e293b;border-color:#334155}.NewComplaintPage-module__8McSiW__tipsHeader h3,.NewComplaintPage-module__8McSiW__categoriesTitle,.NewComplaintPage-module__8McSiW__slaTitle{color:#f1f5f9}.NewComplaintPage-module__8McSiW__tipItem,.NewComplaintPage-module__8McSiW__slaTime{color:#cbd5e1}.NewComplaintPage-module__8McSiW__categoryItem,.NewComplaintPage-module__8McSiW__slaItem{background:#0f172a}.NewComplaintPage-module__8McSiW__categoryItem:hover{background:#ffffff08}.NewComplaintPage-module__8McSiW__categoryName{color:#f1f5f9}.NewComplaintPage-module__8McSiW__categoryDesc{color:#64748b}.NewComplaintPage-module__8McSiW__urgent{color:#f87171;background:#dc26261a;border-color:#dc262640}.NewComplaintPage-module__8McSiW__high{color:#fb923c;background:#ea580c1a;border-color:#ea580c40}.NewComplaintPage-module__8McSiW__medium{color:#fbbf24;background:#d977061a;border-color:#d9770640}.NewComplaintPage-module__8McSiW__low{color:#4ade80;background:#16a34a1a;border-color:#16a34a40}}@media (prefers-reduced-motion:reduce){.NewComplaintPage-module__8McSiW__categoryItem{transition:none!important}}@media print{.NewComplaintPage-module__8McSiW__tipsSection{display:none!important}.NewComplaintPage-module__8McSiW__newComplaintPage{max-width:100%;padding:0}.NewComplaintPage-module__8McSiW__contentGrid{grid-template-columns:1fr}.NewComplaintPage-module__8McSiW__formCard{box-shadow:none;break-inside:avoid;border:1px solid #ccc}}
