.Modal-module__A5JSrW__modalBackdrop{background-color:var(--modal-overlay-background);-webkit-backdrop-filter:var(--modal-overlay-backdrop-filter);z-index:var(--modal-overlay-z-index);justify-content:center;align-items:center;animation:.3s ease-out Modal-module__A5JSrW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__A5JSrW__modalContent{z-index:calc(var(--modal-overlay-z-index) + 1);scroll-behavior:smooth;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#0f172ae6,#0f172ad1);border:1px solid #ffffff14;border-radius:20px;max-width:90vw;max-height:90vh;padding:0;animation:.3s ease-out Modal-module__A5JSrW__slideIn;position:relative;overflow:hidden auto;box-shadow:0 25px 80px #00000073,0 0 0 1px #ffffff08}@keyframes Modal-module__A5JSrW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__A5JSrW__slideIn{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.Modal-module__A5JSrW__modalContent{max-width:95vw;max-height:95vh;margin:.5rem;padding:.75rem}}@media (max-width:480px){.Modal-module__A5JSrW__modalContent{max-width:98vw;max-height:98vh;margin:.25rem;padding:.5rem}}
.ModalHeader-module__Og9Kgq__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.ModalHeader-module__Og9Kgq__titleSection{flex:1;min-width:0}.ModalHeader-module__Og9Kgq__title{color:var(--text-color);margin:0 0 .25rem;font-size:1.5rem;font-weight:700;line-height:1.2}.ModalHeader-module__Og9Kgq__subtitle{color:var(--text-color);opacity:.7;margin:0;font-size:.875rem;line-height:1.4}.ModalHeader-module__Og9Kgq__closeButton{background:var(--primary-color-alpha-10);width:2rem;height:2rem;color:var(--text-color);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:1rem;transition:all .2s;display:flex}.ModalHeader-module__Og9Kgq__closeButton:hover{background:var(--primary-color-alpha-20);color:var(--primary-color);transform:scale(1.05)}.ModalHeader-module__Og9Kgq__closeButton:active{transform:scale(.95)}.ModalHeader-module__Og9Kgq__closeButton:focus{box-shadow:0 0 0 3px var(--primary-color-alpha-30);outline:none}@media (max-width:768px){.ModalHeader-module__Og9Kgq__title{font-size:1.25rem}.ModalHeader-module__Og9Kgq__subtitle{font-size:.8125rem}.ModalHeader-module__Og9Kgq__closeButton{width:1.75rem;height:1.75rem}}
.DataTable-module__ov7M0G__modalContainer{width:1200px;max-width:96vw;max-height:none;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.DataTable-module__ov7M0G__controls{margin-bottom:.5rem}.DataTable-module__ov7M0G__searchContainer{align-items:center;gap:1rem;display:flex}.DataTable-module__ov7M0G__searchInput{color:var(--text-color);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;flex:1;padding:.8rem 1rem;font-size:.95rem;transition:all .2s ease-in-out;box-shadow:inset 0 1px #ffffff0d}.DataTable-module__ov7M0G__searchInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-alpha-20);background:#ffffff1a;outline:none}.DataTable-module__ov7M0G__searchInput::placeholder{color:#ffffff80}.DataTable-module__ov7M0G__tableContainer{-webkit-backdrop-filter:blur(18px);background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;flex:0;overflow:visible;box-shadow:inset 0 1px #ffffff0a}.DataTable-module__ov7M0G__table{border-collapse:collapse;width:100%;font-size:.875rem}.DataTable-module__ov7M0G__table th{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;color:var(--text-color);z-index:10;background:linear-gradient(#ffffff0f,#ffffff05);border-bottom:1px solid #ffffff14;padding:1rem .85rem;font-weight:600;position:sticky;top:0}.DataTable-module__ov7M0G__table td{vertical-align:top;border-bottom:1px solid #ffffff0d;padding:.9rem .85rem}.DataTable-module__ov7M0G__tableRow:hover{background-color:#ffffff0a}.DataTable-module__ov7M0G__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.DataTable-module__ov7M0G__sortable:hover{background-color:#ffffff1a}.DataTable-module__ov7M0G__sortIndicator{color:var(--primary-color);margin-left:.5rem;font-weight:700}.DataTable-module__ov7M0G__toneSequence{min-width:200px}.DataTable-module__ov7M0G__sequenceContainer{position:relative}.DataTable-module__ov7M0G__sequenceCode{color:var(--text-color);background:#3b82f61f;border:1px solid #3b82f62e;border-radius:8px;padding:.35rem .6rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.78rem;display:inline-block}.DataTable-module__ov7M0G__fullSequence{color:#fff;white-space:nowrap;z-index:20;opacity:0;pointer-events:none;background:#1f2937;border-radius:6px;padding:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;transition:opacity .2s;position:absolute;top:100%;left:0}.DataTable-module__ov7M0G__sequenceContainer:hover .DataTable-module__ov7M0G__fullSequence{opacity:1}.DataTable-module__ov7M0G__platform{min-width:120px}.DataTable-module__ov7M0G__platformInfo{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:.5rem;padding:.35rem .6rem;display:flex}.DataTable-module__ov7M0G__platformIcon{font-size:1.1rem}.DataTable-module__ov7M0G__platformName{color:var(--text-color);text-transform:capitalize;font-weight:600}.DataTable-module__ov7M0G__device{min-width:150px}.DataTable-module__ov7M0G__deviceInfo{flex-direction:column;display:flex}.DataTable-module__ov7M0G__deviceName{color:var(--text-color);margin-bottom:.25rem;font-weight:500}.DataTable-module__ov7M0G__deviceVersion{color:#ffffffb3;font-size:.75rem}.DataTable-module__ov7M0G__actionType{min-width:120px}.DataTable-module__ov7M0G__actionInfo{background:#10b9811f;border:1px solid #10b98126;border-radius:10px;align-items:center;gap:.5rem;padding:.35rem .6rem;display:flex}.DataTable-module__ov7M0G__actionIcon{font-size:.95rem}.DataTable-module__ov7M0G__actionName{color:var(--text-color);text-transform:capitalize;font-weight:500}.DataTable-module__ov7M0G__noAction{color:#fff9;font-style:italic}.DataTable-module__ov7M0G__requestTime{min-width:180px}.DataTable-module__ov7M0G__timeInfo{flex-direction:column;display:flex}.DataTable-module__ov7M0G__time{color:var(--text-color);margin-bottom:.25rem;font-weight:500}.DataTable-module__ov7M0G__deviceCode{color:#ffffffb3;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.DataTable-module__ov7M0G__location{min-width:150px}.DataTable-module__ov7M0G__locationInfo{flex-direction:column;display:flex}.DataTable-module__ov7M0G__coordinates{color:#ffffffbf;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem}.DataTable-module__ov7M0G__loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.DataTable-module__ov7M0G__spinner{border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;width:32px;height:32px;margin-bottom:1rem;animation:1s linear infinite DataTable-module__ov7M0G__spin}@keyframes DataTable-module__ov7M0G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DataTable-module__ov7M0G__error{color:#fca5a5;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.DataTable-module__ov7M0G__retryButton{background:var(--danger-color);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1rem;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.DataTable-module__ov7M0G__retryButton:hover{background:#b91c1c}.DataTable-module__ov7M0G__empty{color:#ffffffb3;justify-content:center;align-items:center;padding:3rem;display:flex}.DataTable-module__ov7M0G__pagination{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.DataTable-module__ov7M0G__paginationButton{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-hover));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.6rem 1.2rem;font-weight:500;transition:background-color .2s;box-shadow:0 10px 24px #00c5f440}.DataTable-module__ov7M0G__paginationButton:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-color-hover),var(--primary-color));transform:translateY(-1px)}.DataTable-module__ov7M0G__paginationButton:disabled{color:#ffffff80;cursor:not-allowed;box-shadow:none;background:#ffffff14}.DataTable-module__ov7M0G__pageInfo{color:#ffffffb3;font-weight:500}@media (max-width:768px){.DataTable-module__ov7M0G__modalContainer{width:100%;max-width:100vw;max-height:95vh}.DataTable-module__ov7M0G__table{font-size:.75rem}.DataTable-module__ov7M0G__table th,.DataTable-module__ov7M0G__table td{padding:.5rem .25rem}.DataTable-module__ov7M0G__toneSequence,.DataTable-module__ov7M0G__device,.DataTable-module__ov7M0G__requestTime,.DataTable-module__ov7M0G__location{min-width:auto}.DataTable-module__ov7M0G__sequenceCode{font-size:.625rem}.DataTable-module__ov7M0G__pagination{flex-direction:column;gap:1rem}.DataTable-module__ov7M0G__paginationButton{width:100%}}
.NotificationDropdown-module__wGm6iG__container{display:inline-block;position:relative}.NotificationDropdown-module__wGm6iG__inline{width:100%}.NotificationDropdown-module__wGm6iG__notificationButton{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;position:relative}.NotificationDropdown-module__wGm6iG__notificationButton:hover{background-color:var(--primary-color-alpha-10);color:var(--primary-color);transform:translateY(-1px)}.NotificationDropdown-module__wGm6iG__notificationButton.NotificationDropdown-module__wGm6iG__open{background-color:var(--primary-color-alpha-20);color:var(--primary-color)}.NotificationDropdown-module__wGm6iG__badge{background:var(--primary-color);color:var(--text-color);border:2px solid var(--body-background);border-radius:50%;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:600;animation:2s infinite NotificationDropdown-module__wGm6iG__pulse;display:flex;position:absolute;top:.25rem;right:.25rem}@keyframes NotificationDropdown-module__wGm6iG__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.NotificationDropdown-module__wGm6iG__dropdown{background:var(--header-background);border:1px solid var(--border-color);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;width:22rem;max-height:32rem;margin-top:.5rem;animation:.2s NotificationDropdown-module__wGm6iG__slideDown;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 10px 25px #0000004d}.NotificationDropdown-module__wGm6iG__dropdownInline{width:100%;box-shadow:none;background:linear-gradient(145deg,#0f172af2,#0f172ae0);border:1px solid #ffffff1f;border-radius:14px;margin:0;position:static}.NotificationDropdown-module__wGm6iG__dropdownUp{margin-top:0;margin-bottom:.5rem;animation:.2s NotificationDropdown-module__wGm6iG__slideUp;top:auto;bottom:100%}@keyframes NotificationDropdown-module__wGm6iG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes NotificationDropdown-module__wGm6iG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationDropdown-module__wGm6iG__header{border-bottom:1px solid var(--border-color);background:var(--primary-color-alpha-10);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.NotificationDropdown-module__wGm6iG__title{color:var(--text-color);margin:0;font-size:1.1rem;font-weight:600}.NotificationDropdown-module__wGm6iG__headerActions{gap:.5rem;display:flex}.NotificationDropdown-module__wGm6iG__refreshButton,.NotificationDropdown-module__wGm6iG__markAllButton{cursor:pointer;color:var(--text-color);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.NotificationDropdown-module__wGm6iG__refreshButton:hover,.NotificationDropdown-module__wGm6iG__markAllButton:hover{background:var(--primary-color-alpha-20);color:var(--primary-color)}.NotificationDropdown-module__wGm6iG__refreshButton:disabled{opacity:.5;cursor:not-allowed}.NotificationDropdown-module__wGm6iG__spinning{animation:1s linear infinite NotificationDropdown-module__wGm6iG__spin}@keyframes NotificationDropdown-module__wGm6iG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NotificationDropdown-module__wGm6iG__content{max-height:24rem;overflow-y:auto}.NotificationDropdown-module__wGm6iG__loading,.NotificationDropdown-module__wGm6iG__error,.NotificationDropdown-module__wGm6iG__empty{text-align:center;color:var(--text-color);flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.NotificationDropdown-module__wGm6iG__loading,.NotificationDropdown-module__wGm6iG__error{gap:.5rem}.NotificationDropdown-module__wGm6iG__error span{font-weight:500}.NotificationDropdown-module__wGm6iG__retryButton{background:var(--primary-color);color:var(--text-color);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:background-color .2s}.NotificationDropdown-module__wGm6iG__retryButton:hover{background:var(--primary-color-hover)}.NotificationDropdown-module__wGm6iG__empty{gap:.75rem}.NotificationDropdown-module__wGm6iG__empty span{color:var(--text-color);font-size:1.1rem;font-weight:500}.NotificationDropdown-module__wGm6iG__empty p{color:var(--text-color);opacity:.7;margin:0;font-size:.9rem}.NotificationDropdown-module__wGm6iG__notificationList{padding:.5rem 0}.NotificationDropdown-module__wGm6iG__notificationItem{border-bottom:1px solid var(--border-color);cursor:pointer;padding:1rem 1.25rem;transition:background-color .2s;display:flex;position:relative}.NotificationDropdown-module__wGm6iG__notificationItem:hover{background:var(--primary-color-alpha-10)}.NotificationDropdown-module__wGm6iG__notificationItem.NotificationDropdown-module__wGm6iG__unread{background:var(--primary-color-alpha-10);border-left:3px solid var(--primary-color)}.NotificationDropdown-module__wGm6iG__notificationItem:last-child{border-bottom:none}.NotificationDropdown-module__wGm6iG__notificationIcon{flex-shrink:0;margin-top:.125rem;margin-right:.75rem}.NotificationDropdown-module__wGm6iG__iconTone{color:#667eea}.NotificationDropdown-module__wGm6iG__iconCampaign{color:#17a2b8}.NotificationDropdown-module__wGm6iG__iconSuccess{color:#28a745}.NotificationDropdown-module__wGm6iG__iconAlert{color:#ffc107}.NotificationDropdown-module__wGm6iG__iconError{color:#dc3545}.NotificationDropdown-module__wGm6iG__iconDefault{color:#6c757d}.NotificationDropdown-module__wGm6iG__notificationContent{flex:1;min-width:0}.NotificationDropdown-module__wGm6iG__notificationHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.25rem;display:flex}.NotificationDropdown-module__wGm6iG__notificationTitle{color:var(--text-color);margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.NotificationDropdown-module__wGm6iG__notificationActions{opacity:0;gap:.25rem;transition:opacity .2s;display:flex}.NotificationDropdown-module__wGm6iG__notificationItem:hover .NotificationDropdown-module__wGm6iG__notificationActions{opacity:1}.NotificationDropdown-module__wGm6iG__deleteButton{cursor:pointer;color:var(--danger-color);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.NotificationDropdown-module__wGm6iG__deleteButton:hover{background:var(--danger-color);color:var(--text-color)}.NotificationDropdown-module__wGm6iG__notificationMessage{color:var(--text-color);opacity:.8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationDropdown-module__wGm6iG__notificationMeta{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.NotificationDropdown-module__wGm6iG__notificationTime{color:var(--text-color);opacity:.6;font-weight:500}.NotificationDropdown-module__wGm6iG__priorityBadge{background:var(--warning-color);color:var(--text-color);border-radius:4px;padding:.125rem .375rem;font-size:.75rem;font-weight:600}.NotificationDropdown-module__wGm6iG__urgentBadge{background:var(--danger-color);color:var(--text-color);border-radius:4px;padding:.125rem .375rem;font-size:.75rem;font-weight:600}.NotificationDropdown-module__wGm6iG__unreadIndicator{background:var(--primary-color);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:1rem;right:1rem}.NotificationDropdown-module__wGm6iG__footer{border-top:1px solid var(--border-color);background:var(--primary-color-alpha-10);padding:.75rem 1.25rem}.NotificationDropdown-module__wGm6iG__viewAllButton{border:1px solid var(--border-color);cursor:pointer;width:100%;color:var(--text-color);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:500;transition:all .2s;display:flex}.NotificationDropdown-module__wGm6iG__viewAllButton:hover{background:var(--primary-color-alpha-20);border-color:var(--primary-color)}.NotificationDropdown-module__wGm6iG__content::-webkit-scrollbar{width:6px}.NotificationDropdown-module__wGm6iG__content::-webkit-scrollbar-track{background:var(--body-background)}.NotificationDropdown-module__wGm6iG__content::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.NotificationDropdown-module__wGm6iG__content::-webkit-scrollbar-thumb:hover{background:var(--primary-color-hover)}@media (max-width:768px){.NotificationDropdown-module__wGm6iG__notificationItem{padding:.875rem 1rem}.NotificationDropdown-module__wGm6iG__notificationTitle{font-size:.9rem}.NotificationDropdown-module__wGm6iG__notificationMessage{font-size:.8rem}}@media (max-width:480px){.NotificationDropdown-module__wGm6iG__header{padding:.875rem 1rem}.NotificationDropdown-module__wGm6iG__title{font-size:1rem}.NotificationDropdown-module__wGm6iG__notificationItem{padding:.75rem .875rem}.NotificationDropdown-module__wGm6iG__footer{padding:.625rem 1rem}}
.GovernorSettingsModal-module___pQNYq__overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);background:radial-gradient(circle at 20% 20%,#3b82f614,#0000 35%),radial-gradient(circle at 80% 20%,#10b98114,#0000 35%),#0000008c;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.GovernorSettingsModal-module___pQNYq__modal{background:linear-gradient(145deg,#0f172ae6,#0f172acc);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 80px #00000073,0 0 0 1px #ffffff08}.GovernorSettingsModal-module___pQNYq__header{background:linear-gradient(120deg,#3b82f61f,#0000 45%);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex}.GovernorSettingsModal-module___pQNYq__headerContent{flex:1}.GovernorSettingsModal-module___pQNYq__title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 .35rem;font-size:1.6rem;font-weight:700}.GovernorSettingsModal-module___pQNYq__subtitle{color:#ffffffbf;margin:0;font-size:.875rem}.GovernorSettingsModal-module___pQNYq__closeButton{color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;padding:.45rem;transition:all .2s;box-shadow:0 8px 24px #00000040}.GovernorSettingsModal-module___pQNYq__closeButton:hover{color:#ef4444;background:#ef444426;transform:translateY(-1px)}.GovernorSettingsModal-module___pQNYq__content{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.GovernorSettingsModal-module___pQNYq__section{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:1rem;padding:1rem;display:flex;box-shadow:inset 0 1px #ffffff08}.GovernorSettingsModal-module___pQNYq__sectionTitle{color:var(--text-primary);border-bottom:1px solid #ffffff0f;margin:0;padding-bottom:.35rem;font-size:1.05rem;font-weight:700}.GovernorSettingsModal-module___pQNYq__toggleGroup{align-items:center;display:flex}.GovernorSettingsModal-module___pQNYq__toggleLabel{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.GovernorSettingsModal-module___pQNYq__toggleInput{display:none}.GovernorSettingsModal-module___pQNYq__toggleSlider{background:#ffffff26;border:1px solid #ffffff1f;border-radius:14px;width:48px;height:26px;transition:background .2s;position:relative}.GovernorSettingsModal-module___pQNYq__toggleSlider:before{content:"";background:linear-gradient(145deg,#fff,#dfe7ff);border-radius:50%;width:21px;height:21px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 6px 14px #0003}.GovernorSettingsModal-module___pQNYq__toggleInput:checked+.GovernorSettingsModal-module___pQNYq__toggleSlider{background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));box-shadow:0 0 0 3px #3b82f626}.GovernorSettingsModal-module___pQNYq__toggleInput:checked+.GovernorSettingsModal-module___pQNYq__toggleSlider:before{transform:translate(21px)}.GovernorSettingsModal-module___pQNYq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.GovernorSettingsModal-module___pQNYq__inputLabel{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.GovernorSettingsModal-module___pQNYq__inputContainer{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.5rem;padding:.35rem .5rem;display:flex}.GovernorSettingsModal-module___pQNYq__numberInput{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;flex:1;padding:.55rem .75rem;font-size:.9rem;transition:all .2s}.GovernorSettingsModal-module___pQNYq__numberInput:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #3b82f62e}.GovernorSettingsModal-module___pQNYq__numberInput:disabled{opacity:.5;cursor:not-allowed}.GovernorSettingsModal-module___pQNYq__inputUnit{color:#ffffffb3;text-align:right;min-width:60px;font-size:.75rem;font-weight:500}.GovernorSettingsModal-module___pQNYq__inputDescription{color:#ffffffb3;font-size:.75rem;line-height:1.4}.GovernorSettingsModal-module___pQNYq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;display:grid}.GovernorSettingsModal-module___pQNYq__statItem{text-align:center;background:linear-gradient(145deg,#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:12px;padding:1rem;box-shadow:inset 0 1px #ffffff0a}.GovernorSettingsModal-module___pQNYq__statValue{color:var(--accent-color);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.GovernorSettingsModal-module___pQNYq__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.GovernorSettingsModal-module___pQNYq__lastReset{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.GovernorSettingsModal-module___pQNYq__lastResetLabel{color:#ffffffa6;font-size:.75rem;font-weight:500}.GovernorSettingsModal-module___pQNYq__lastResetTime{color:var(--text-primary);font-size:.75rem;font-family:var(--font-mono)}.GovernorSettingsModal-module___pQNYq__footer{background:#ffffff05;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.GovernorSettingsModal-module___pQNYq__resetButton{color:#fffc;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.GovernorSettingsModal-module___pQNYq__resetButton:hover:not(:disabled){color:var(--text-primary);background:#ffffff14;transform:translateY(-1px)}.GovernorSettingsModal-module___pQNYq__resetButton:disabled{opacity:.5;cursor:not-allowed}.GovernorSettingsModal-module___pQNYq__footerActions{gap:.75rem;display:flex}.GovernorSettingsModal-module___pQNYq__cancelButton{color:#ffffffd9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.GovernorSettingsModal-module___pQNYq__cancelButton:hover:not(:disabled){color:var(--text-primary);background:#ffffff14}.GovernorSettingsModal-module___pQNYq__cancelButton:disabled{opacity:.5;cursor:not-allowed}.GovernorSettingsModal-module___pQNYq__saveButton{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-hover));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 12px 30px #3b82f640}.GovernorSettingsModal-module___pQNYq__saveButton:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-color-hover),var(--primary-color));transform:translateY(-1px);box-shadow:0 14px 36px #3b82f659}.GovernorSettingsModal-module___pQNYq__saveButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.GovernorSettingsModal-module___pQNYq__loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.GovernorSettingsModal-module___pQNYq__spinner{border:2px solid var(--border-color);border-top:2px solid var(--accent-color);border-radius:50%;width:20px;height:20px;animation:1s linear infinite GovernorSettingsModal-module___pQNYq__spin}@keyframes GovernorSettingsModal-module___pQNYq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GovernorSettingsModal-module___pQNYq__errorAlert{color:#dc2626;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.GovernorSettingsModal-module___pQNYq__successAlert{color:#059669;background:#10b9811a;border:1px solid #10b98133;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}@media (max-width:768px){.GovernorSettingsModal-module___pQNYq__overlay{padding:.5rem}.GovernorSettingsModal-module___pQNYq__modal{max-height:95vh}.GovernorSettingsModal-module___pQNYq__header,.GovernorSettingsModal-module___pQNYq__content{padding:1rem}.GovernorSettingsModal-module___pQNYq__footer{flex-direction:column;gap:.75rem;padding:1rem}.GovernorSettingsModal-module___pQNYq__footerActions{justify-content:stretch;width:100%}.GovernorSettingsModal-module___pQNYq__cancelButton,.GovernorSettingsModal-module___pQNYq__saveButton{flex:1;justify-content:center}.GovernorSettingsModal-module___pQNYq__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.GovernorSettingsModal-module___pQNYq__statsGrid{grid-template-columns:1fr}.GovernorSettingsModal-module___pQNYq__inputContainer{flex-direction:column;align-items:stretch}.GovernorSettingsModal-module___pQNYq__inputUnit{text-align:center;min-width:auto}}
.Header-module__lnUIdW__header{-webkit-backdrop-filter:blur(24px)saturate(180%);z-index:7;background:linear-gradient(135deg,#0f172af2 0%,#1e293bf2 100%);border-bottom:1px solid #ffffff1a;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;left:0;right:0;box-shadow:0 8px 32px #0006,0 4px 16px #0000004d}.Header-module__lnUIdW__header:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#3b82f680,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Header-module__lnUIdW__header:hover{border-bottom-color:#3b82f64d;box-shadow:0 12px 48px #00000080,0 8px 24px #0006}.Header-module__lnUIdW__container{box-sizing:border-box;justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;height:5.5rem;min-height:5.5rem;margin:0 auto;padding:0 2.5rem;display:flex}.Header-module__lnUIdW__logoSection{cursor:pointer;border-radius:16px;flex-shrink:0;align-items:center;gap:1.25rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Header-module__lnUIdW__logoSection:before{content:"";opacity:0;background:#3b82f61a;border-radius:16px;transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__logoSection:hover{transform:translateY(-2px)}.Header-module__lnUIdW__logoSection:hover:before{opacity:1}.Header-module__lnUIdW__logoIcon{z-index:1;background:#3b82f626;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 12px #3b82f633}.Header-module__lnUIdW__logoIcon img{object-fit:contain;filter:brightness(1.3)contrast(1.2)drop-shadow(0 2px 8px #3b82f64d);width:100%;height:100%;transition:all .3s}.Header-module__lnUIdW__logoSection:hover .Header-module__lnUIdW__logoIcon{transform:scale(1.08)rotate(2deg);box-shadow:0 6px 20px #3b82f666}.Header-module__lnUIdW__logoSection:hover .Header-module__lnUIdW__logoIcon img{filter:brightness(1.4)contrast(1.3)drop-shadow(0 4px 12px #3b82f680)}.Header-module__lnUIdW__logoText{z-index:1;flex-direction:column;align-items:flex-start;gap:.125rem;display:flex;position:relative}.Header-module__lnUIdW__brandName{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.875rem;font-weight:900;line-height:1.1;position:relative}.Header-module__lnUIdW__brandTagline{color:#ffffffbf;text-transform:uppercase;letter-spacing:.15em;margin:0;padding-left:.25rem;font-size:.75rem;font-weight:600;position:relative}.Header-module__lnUIdW__brandTagline:before{content:"";background:#3b82f6;border-radius:2px;width:2px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Header-module__lnUIdW__navigation{box-sizing:border-box;flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__navLinks{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.Header-module__lnUIdW__navLink{color:#ffffffbf;white-space:nowrap;box-sizing:border-box;border-radius:10px;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.Header-module__lnUIdW__navLink:before{content:"";opacity:0;background:#3b82f633;border-radius:10px;transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__navLink:hover{color:#fff;transform:translateY(-1px)}.Header-module__lnUIdW__navLink:hover:before{opacity:1}.Header-module__lnUIdW__navLink:active{transform:translateY(0)}.Header-module__lnUIdW__userInfo{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;flex-shrink:0;align-items:center;gap:1rem;padding:.5rem .75rem .5rem .5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Header-module__lnUIdW__userInfo:hover{background:#3b82f626;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f633}.Header-module__lnUIdW__userInfo:active{transform:translateY(0)}.Header-module__lnUIdW__userInfo.Header-module__lnUIdW__open{background:#3b82f633;border-color:#3b82f666;box-shadow:0 8px 32px #3b82f64d}.Header-module__lnUIdW__userAvatar{background:#3b82f6;border-radius:12px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #3b82f666,inset 0 1px #fff3}.Header-module__lnUIdW__userAvatar:before{content:"";background:linear-gradient(135deg,#fff3 0%,#0000 100%);border-radius:12px;position:absolute;inset:0}.Header-module__lnUIdW__userInfo:hover .Header-module__lnUIdW__userAvatar{transform:scale(1.1)rotate(5deg);box-shadow:0 6px 20px #3b82f680,inset 0 1px #ffffff4d}.Header-module__lnUIdW__avatarText{color:#fff;z-index:1;text-shadow:0 1px 2px #0003;font-size:1rem;font-weight:800;position:relative}.Header-module__lnUIdW__userDetails{flex-direction:column;flex:1;align-items:flex-start;gap:.125rem;min-width:0;display:flex}.Header-module__lnUIdW__userName{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.875rem;font-weight:700;line-height:1.2;overflow:hidden}.Header-module__lnUIdW__userEmail{color:#ffffffa6;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.75rem;line-height:1.2;overflow:hidden}.Header-module__lnUIdW__dropdownIndicator{background:#ffffff0d;border-radius:6px;align-items:center;margin-left:.5rem;padding:.25rem;transition:all .3s;display:flex}.Header-module__lnUIdW__chevron{color:#ffffffb3;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__lnUIdW__chevron.Header-module__lnUIdW__rotated{color:#3b82f6;transform:rotate(180deg)}.Header-module__lnUIdW__userInfo:hover .Header-module__lnUIdW__chevron{color:#3b82f6}.Header-module__lnUIdW__userInfo:hover .Header-module__lnUIdW__dropdownIndicator{background:#3b82f626}.Header-module__lnUIdW__actionButtons{box-sizing:border-box;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__dataTableButton{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #3b82f64d,inset 0 1px #fff3}.Header-module__lnUIdW__dataTableButton:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__dataTableButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666,inset 0 1px #ffffff4d}.Header-module__lnUIdW__dataTableButton:hover:before{opacity:1}.Header-module__lnUIdW__dataTableButton:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.Header-module__lnUIdW__governorButton{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #f59e0b4d,inset 0 1px #fff3}.Header-module__lnUIdW__governorButton:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__governorButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b66,inset 0 1px #ffffff4d}.Header-module__lnUIdW__governorButton:hover:before{opacity:1}.Header-module__lnUIdW__governorButton:active{transform:translateY(0);box-shadow:0 2px 8px #f59e0b4d}.Header-module__lnUIdW__buttonText{display:inline}@media (max-width:1024px){.Header-module__lnUIdW__buttonText{display:none}}.Header-module__lnUIdW__notificationButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.5rem;transition:all .2s;position:relative}.Header-module__lnUIdW__notificationButton:hover{color:#667eea;background-color:#667eea1a}.Header-module__lnUIdW__notificationBadge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:1.25rem;padding:.125rem .375rem;font-size:.625rem;font-weight:600;line-height:1;position:absolute;top:.25rem;right:.25rem}.Header-module__lnUIdW__dropdown{z-index:1000;margin-top:.75rem;position:absolute;top:100%;right:0}.Header-module__lnUIdW__dropdownMenu{-webkit-backdrop-filter:blur(24px)saturate(180%);opacity:0;visibility:hidden;background:linear-gradient(135deg,#0f172afa 0%,#1e293bfa 100%);border:1px solid #ffffff1a;border-radius:16px;min-width:14rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(-10px)scale(.95);box-shadow:0 20px 60px #00000080,0 8px 24px #0006}.Header-module__lnUIdW__dropdownMenu:before{content:"";background:linear-gradient(90deg,#0000,#3b82f680,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Header-module__lnUIdW__dropdownMenu.Header-module__lnUIdW__show{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.Header-module__lnUIdW__dropdownItem{color:#ffffffe6;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Header-module__lnUIdW__dropdownItem:before{content:"";opacity:0;background:#3b82f626;border-radius:10px;transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__dropdownItem:hover{color:#fff;transform:translate(4px)}.Header-module__lnUIdW__dropdownItem:hover:before{opacity:1}.Header-module__lnUIdW__dropdownDivider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);border-radius:1px;height:1px;margin:.5rem}.Header-module__lnUIdW__authButtons{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__signInButton{color:var(--text-color);cursor:pointer;box-sizing:border-box;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #3b82f633}.Header-module__lnUIdW__signInButton:before{content:"";opacity:0;background:#3b82f633;transition:opacity .3s;position:absolute;inset:0}.Header-module__lnUIdW__signInButton:hover{color:#fff;background:#3b82f633;border-color:#3b82f680;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f64d}.Header-module__lnUIdW__signInButton:hover:before{opacity:1}.Header-module__lnUIdW__mobileMenuButton{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s;display:none}.Header-module__lnUIdW__mobileMenuButton:hover{background-color:var(--primary-color-alpha-10);color:var(--primary-color)}.Header-module__lnUIdW__mobileMenuOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#00000080;animation:.3s Header-module__lnUIdW__fadeIn;position:fixed;inset:0}.Header-module__lnUIdW__mobileMenu{background:var(--header-background);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--border-color);flex-direction:column;gap:0;width:320px;max-width:85vw;height:100vh;padding:0;animation:.3s Header-module__lnUIdW__slideInRight;display:flex;position:fixed;top:0;right:0;overflow-y:auto}.Header-module__lnUIdW__mobileMenuHeader{border-bottom:1px solid var(--border-color);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.Header-module__lnUIdW__mobileMenuTitle{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Header-module__lnUIdW__mobileMenuCloseButton{width:2.5rem;height:2.5rem;color:var(--text-color);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__lnUIdW__mobileMenuCloseButton:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d;transform:scale(1.05)rotate(90deg)}.Header-module__lnUIdW__mobileMenuCloseButton:active{transform:scale(.95)rotate(90deg)}.Header-module__lnUIdW__mobileMenuContent{flex-direction:column;flex:1;gap:2rem;padding:1.5rem;display:flex}.Header-module__lnUIdW__mobileUserInfo{background:var(--primary-color-alpha-10);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.Header-module__lnUIdW__mobileUserAvatar{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);width:3rem;height:3rem;box-shadow:0 2px 8px var(--primary-color-alpha-30);border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__mobileUserDetails{flex-direction:column;align-items:flex-start;display:flex}.Header-module__lnUIdW__mobileNavLinks{flex-direction:column;gap:.5rem;display:flex}.Header-module__lnUIdW__mobileNavLink{color:var(--text-color);background:var(--primary-color-alpha-10);border:1px solid #0000;border-radius:8px;align-items:center;padding:1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileNavLink:hover{background:var(--primary-color-alpha-20);border-color:var(--primary-color);color:var(--primary-color);transform:translate(4px)}.Header-module__lnUIdW__mobileActionButtons{flex-direction:column;gap:.75rem;display:flex}.Header-module__lnUIdW__mobileActionButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:var(--text-color);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileActionButton:hover{box-shadow:0 4px 12px var(--primary-color-alpha-30);transform:translateY(-2px)}.Header-module__lnUIdW__mobileActionButton:nth-child(2){background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.Header-module__lnUIdW__mobileActionButton:nth-child(2):hover{box-shadow:0 4px 12px #10b9814d}.Header-module__lnUIdW__mobileUserActions{border-top:1px solid var(--border-color);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.Header-module__lnUIdW__mobileUserAction{color:var(--text-color);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileUserAction:hover{background:var(--primary-color-alpha-10);color:var(--primary-color)}.Header-module__lnUIdW__mobileUserAction:last-child{color:var(--danger-color)}.Header-module__lnUIdW__mobileUserAction:last-child:hover{background:var(--danger-color);color:var(--text-color)}.Header-module__lnUIdW__mobileAuthSection{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.Header-module__lnUIdW__mobileSignInButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:var(--text-color);cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.Header-module__lnUIdW__mobileSignInButton:hover{box-shadow:0 4px 12px var(--primary-color-alpha-30);transform:translateY(-2px)}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__lnUIdW__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.Header-module__lnUIdW__container{gap:1.5rem;padding:0 1.5rem}.Header-module__lnUIdW__navigation{gap:1.5rem}.Header-module__lnUIdW__navLinks{gap:.375rem}.Header-module__lnUIdW__navLink{padding:.5rem .875rem;font-size:.8125rem}.Header-module__lnUIdW__actionButtons{gap:.5rem}.Header-module__lnUIdW__dataTableButton,.Header-module__lnUIdW__governorButton{padding:.5rem .75rem;font-size:.8125rem}}.Header-module__lnUIdW__mobileActionButtonsWrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:100%;display:grid}.Header-module__lnUIdW__mobileToolbar{z-index:9998;padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#0f172aeb,#0f172adb);border-top:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:.35rem;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000059}.Header-module__lnUIdW__mobileToolbarButton{color:var(--text-color);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .4rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileToolbarProfileDropdown{left:.75rem;right:.75rem;bottom:calc(4.5rem + env(safe-area-inset-bottom));z-index:9999;-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#0f172af2,#0f172ae0);border:1px solid #ffffff1a;border-radius:16px;max-height:70vh;padding:.9rem;animation:.25s Header-module__lnUIdW__slideUpDrop;position:fixed;overflow:auto;box-shadow:0 -6px 24px #00000059,0 16px 48px #00000073}.Header-module__lnUIdW__mobileToolbarProfileHeader{border-bottom:1px solid #ffffff14;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.Header-module__lnUIdW__mobileToolbarAvatar{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-hover));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 6px 16px #3b82f659}.Header-module__lnUIdW__mobileToolbarUserMeta{flex-direction:column;gap:.15rem;min-width:0;display:flex}.Header-module__lnUIdW__mobileToolbarName{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.Header-module__lnUIdW__mobileToolbarEmail{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.Header-module__lnUIdW__mobileToolbarProfileActions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;margin-top:.9rem;display:grid}.Header-module__lnUIdW__mobileToolbarProfileAction{color:var(--text-color);text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.65rem;padding:.85rem .95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__mobileToolbarProfileAction:hover{background:#3b82f629;border-color:#3b82f64d}@keyframes Header-module__lnUIdW__slideUpDrop{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__mobileToolbarButton:hover{background:#3b82f61f;border-color:#3b82f64d;transform:translateY(-1px)}.Header-module__lnUIdW__mobileToolbarButtonActive{background:#3b82f62e;border-color:#3b82f666}.Header-module__lnUIdW__mobileToolbarButton span{font-size:.8rem;line-height:1}.Header-module__lnUIdW__mobileToolbar svg{pointer-events:none}.Header-module__lnUIdW__mobileDropup{left:.75rem;right:.75rem;bottom:calc(4.5rem + env(safe-area-inset-bottom));z-index:9999;-webkit-backdrop-filter:blur(16px);background:linear-gradient(145deg,#0f172af2,#0f172ae0);border:1px solid #ffffff1a;border-radius:16px;max-height:70vh;padding:.9rem;animation:.25s Header-module__lnUIdW__slideUpDrop;position:fixed;overflow:auto;box-shadow:0 -6px 24px #00000059,0 16px 48px #00000073}.Header-module__lnUIdW__mobileDropupHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.Header-module__lnUIdW__mobileDropupTitle{color:var(--text-color);font-weight:700}.Header-module__lnUIdW__mobileDropupClose{color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.25rem;transition:all .2s}.Header-module__lnUIdW__mobileDropupClose:hover{background:#ffffff14}.Header-module__lnUIdW__mobileDropupContent{margin-top:.75rem}@media (min-width:769px){.Header-module__lnUIdW__mobileToolbar{display:none}}.Header-module__lnUIdW__mobileActionButton{color:var(--text-color);cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.9rem 1.1rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__lnUIdW__mobileActionButton:hover{background:#3b82f626;border-color:#3b82f64d;transform:translate(5px)}.Header-module__lnUIdW__mobileNotificationWrapper{width:100%}.Header-module__lnUIdW__mobileUserInfoWrapper{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:.75rem;width:100%;padding:.9rem .85rem;display:flex;box-shadow:inset 0 1px #ffffff0a}.Header-module__lnUIdW__mobileUserInfoOpen .Header-module__lnUIdW__mobileUserToggleIcon{transform:rotate(180deg)}.Header-module__lnUIdW__mobileUserToggle{width:100%;color:var(--text-color);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.25rem 0;display:flex}.Header-module__lnUIdW__mobileUserToggleContent{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.Header-module__lnUIdW__mobileUserToggleIcon{transition:transform .2s}.Header-module__lnUIdW__mobileUserAvatar{background:linear-gradient(135deg,var(--primary-color),var(--primary-color-hover));border-radius:11px;justify-content:center;align-items:center;width:3.1rem;height:3.1rem;display:flex;box-shadow:0 6px 16px #3b82f659}.Header-module__lnUIdW__mobileUserAvatar span{color:#fff;font-size:1.1rem;font-weight:800}.Header-module__lnUIdW__mobileUserDetails{flex-direction:column;gap:.15rem;max-width:100%;display:flex}.Header-module__lnUIdW__mobileUserName{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;line-height:1.2;overflow:hidden}.Header-module__lnUIdW__mobileUserEmail{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.2;overflow:hidden}.Header-module__lnUIdW__mobileUserActions{opacity:0;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;width:100%;max-height:0;transition:max-height .25s,opacity .2s;display:grid;overflow:hidden}.Header-module__lnUIdW__mobileUserActionsOpen{opacity:1;max-height:600px;margin-top:.6rem}.Header-module__lnUIdW__mobileUserAction{color:var(--text-color);cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.65rem;width:100%;padding:.8rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__lnUIdW__mobileUserAction:hover{color:var(--primary-color);background:#3b82f626;transform:translate(5px)}@media (max-width:768px){.Header-module__lnUIdW__container{gap:1rem;height:4.5rem;padding:0 1rem}.Header-module__lnUIdW__navigation{flex:1;justify-content:flex-end;align-items:center;gap:0;min-width:0;display:flex}.Header-module__lnUIdW__navigation .Header-module__lnUIdW__actionButtons,.Header-module__lnUIdW__navigation .Header-module__lnUIdW__userInfo{display:none!important}.Header-module__lnUIdW__navigation>:last-child{visibility:visible!important;opacity:1!important;z-index:1001!important;width:auto!important;height:auto!important;display:block!important;position:relative!important}.Header-module__lnUIdW__navigation button[aria-label*=menu i],.Header-module__lnUIdW__navigation button[aria-label*=Menu i]{visibility:visible!important;opacity:1!important;display:flex!important}.Header-module__lnUIdW__mobileMenuButton{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:all .3s;display:flex}.Header-module__lnUIdW__mobileMenuButton:hover{background:#3b82f626;border-color:#3b82f64d;transform:scale(1.05)}.Header-module__lnUIdW__brandName{font-size:1.5rem}.Header-module__lnUIdW__brandTagline{display:none}.Header-module__lnUIdW__logoIcon{width:42px;height:42px}.Header-module__lnUIdW__logoIcon img{width:100%;height:100%}}@media (max-width:480px){.Header-module__lnUIdW__container{height:4rem;padding:0 .75rem}.Header-module__lnUIdW__brandName{font-size:1.25rem}.Header-module__lnUIdW__logoIcon img{width:36px;height:36px}.Header-module__lnUIdW__mobileMenu{width:100vw;max-width:100vw;padding:1.5rem 1rem}}
.CampaignMediaManager-module__vRI-hq__container{background:var(--modal-content-background);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 4px 16px #0003}.CampaignMediaManager-module__vRI-hq__header{border-bottom:1px solid var(--border-color);background:#ffffff0d;justify-content:space-between;align-items:center;padding:2rem;display:flex}.CampaignMediaManager-module__vRI-hq__headerLeft{flex:1}.CampaignMediaManager-module__vRI-hq__sectionTitle{color:var(--text-color);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.CampaignMediaManager-module__vRI-hq__sectionSubtitle{color:#ffffffb3;margin:0;font-size:.875rem}.CampaignMediaManager-module__vRI-hq__headerRight{align-items:center;gap:1rem;display:flex}.CampaignMediaManager-module__vRI-hq__addButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--primary-color-alpha-30);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.CampaignMediaManager-module__vRI-hq__addButton:hover{box-shadow:0 8px 20px var(--primary-color-alpha-40);transform:translateY(-1px)}.CampaignMediaManager-module__vRI-hq__addButton:active{transform:translateY(0)}.CampaignMediaManager-module__vRI-hq__searchContainer{border-bottom:1px solid var(--border-color);padding:1.5rem 2rem}.CampaignMediaManager-module__vRI-hq__searchInput{border:2px solid var(--border-color);width:100%;color:var(--text-color);background:#ffffff1a;border-radius:8px;padding:.75rem;font-size:1rem;transition:all .2s ease-in-out}.CampaignMediaManager-module__vRI-hq__searchInput:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-color-alpha-20);background:#ffffff26;outline:none}.CampaignMediaManager-module__vRI-hq__searchInput::placeholder{color:#ffffff80}.CampaignMediaManager-module__vRI-hq__content{min-height:400px;padding:2rem}.CampaignMediaManager-module__vRI-hq__loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.CampaignMediaManager-module__vRI-hq__spinner{border:3px solid var(--border-color);border-top:3px solid var(--primary-color);border-radius:50%;width:32px;height:32px;margin-bottom:1rem;animation:1s linear infinite CampaignMediaManager-module__vRI-hq__spin}@keyframes CampaignMediaManager-module__vRI-hq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CampaignMediaManager-module__vRI-hq__error{color:#fca5a5;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.CampaignMediaManager-module__vRI-hq__retryButton{background:var(--danger-color);color:#fff;cursor:pointer;border:none;border-radius:50px;margin-top:1rem;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.CampaignMediaManager-module__vRI-hq__retryButton:hover{background:#b91c1c}.CampaignMediaManager-module__vRI-hq__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.CampaignMediaManager-module__vRI-hq__emptyIcon{margin-bottom:1rem;font-size:4rem}.CampaignMediaManager-module__vRI-hq__empty h3{color:var(--text-color);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.CampaignMediaManager-module__vRI-hq__empty p{color:#ffffffb3;margin:0 0 1.5rem}.CampaignMediaManager-module__vRI-hq__addFirstButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--primary-color-alpha-30);border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.CampaignMediaManager-module__vRI-hq__addFirstButton:hover{box-shadow:0 8px 20px var(--primary-color-alpha-40);transform:translateY(-1px)}.CampaignMediaManager-module__vRI-hq__mediaGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.CampaignMediaManager-module__vRI-hq__mediaCard{border:1px solid var(--border-color);background:#ffffff0d;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .2s;display:flex}.CampaignMediaManager-module__vRI-hq__mediaCard:hover{border-color:var(--primary-color);box-shadow:0 8px 20px var(--primary-color-alpha-20);background:#ffffff1a;transform:translateY(-2px)}.CampaignMediaManager-module__vRI-hq__mediaPreview{background:#ffffff0d;border-radius:8px;flex-direction:column;align-items:center;margin-bottom:1rem;padding:1rem;display:flex}.CampaignMediaManager-module__vRI-hq__mediaImage{object-fit:cover;background:#0003;border-radius:8px;width:100%;height:160px}.CampaignMediaManager-module__vRI-hq__fileIcon{margin-bottom:.5rem;font-size:2rem}.CampaignMediaManager-module__vRI-hq__fileType{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.CampaignMediaManager-module__vRI-hq__mediaInfo{flex:1;margin-bottom:1rem}.CampaignMediaManager-module__vRI-hq__fileName{color:var(--text-color);word-break:break-word;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.CampaignMediaManager-module__vRI-hq__uploadDate{color:#ffffffb3;margin:0;font-size:.75rem}.CampaignMediaManager-module__vRI-hq__mediaActions{gap:.5rem;display:flex}.CampaignMediaManager-module__vRI-hq__viewButton{background:var(--primary-color);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:50px;flex:1;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s}.CampaignMediaManager-module__vRI-hq__viewButton:hover{background:var(--primary-color-hover)}.CampaignMediaManager-module__vRI-hq__pagination{border-top:1px solid var(--border-color);background:#ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.CampaignMediaManager-module__vRI-hq__paginationButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.CampaignMediaManager-module__vRI-hq__paginationButton:hover:not(:disabled){background:var(--primary-color-hover)}.CampaignMediaManager-module__vRI-hq__paginationButton:disabled{background:var(--border-color);color:#ffffff80;cursor:not-allowed}.CampaignMediaManager-module__vRI-hq__pageInfo{color:#ffffffb3;font-weight:500}.CampaignMediaManager-module__vRI-hq__modalContainer{width:500px;max-width:90vw}.CampaignMediaManager-module__vRI-hq__uploadForm{flex-direction:column;gap:1.5rem;display:flex}.CampaignMediaManager-module__vRI-hq__fileUploadArea{border:2px dashed var(--border-color);text-align:center;border-radius:12px;padding:2rem;transition:all .2s}.CampaignMediaManager-module__vRI-hq__fileUploadArea:hover{border-color:var(--primary-color);background-color:#ffffff0d}.CampaignMediaManager-module__vRI-hq__fileInput{display:none}.CampaignMediaManager-module__vRI-hq__fileLabel{cursor:pointer;flex-direction:column;align-items:center;gap:1rem;display:flex}.CampaignMediaManager-module__vRI-hq__uploadIcon{color:#ffffffb3}.CampaignMediaManager-module__vRI-hq__uploadText h3{color:var(--text-color);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.CampaignMediaManager-module__vRI-hq__uploadText p{color:#ffffffb3;margin:0;font-size:.875rem}.CampaignMediaManager-module__vRI-hq__formActions{justify-content:flex-end;gap:1rem;display:flex}.CampaignMediaManager-module__vRI-hq__cancelButton{border:1px solid var(--border-color);color:var(--text-color);cursor:pointer;background:0 0;border-radius:50px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.CampaignMediaManager-module__vRI-hq__cancelButton:hover{border-color:var(--primary-color);background-color:#ffffff0d}.CampaignMediaManager-module__vRI-hq__submitButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:#fff;cursor:pointer;box-shadow:0 4px 12px var(--primary-color-alpha-30);border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.CampaignMediaManager-module__vRI-hq__submitButton:hover:not(:disabled){box-shadow:0 8px 20px var(--primary-color-alpha-40);transform:translateY(-1px)}.CampaignMediaManager-module__vRI-hq__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.CampaignMediaManager-module__vRI-hq__header{flex-direction:column;align-items:stretch;gap:1rem}.CampaignMediaManager-module__vRI-hq__headerRight{justify-content:center}.CampaignMediaManager-module__vRI-hq__mediaGrid{grid-template-columns:1fr}.CampaignMediaManager-module__vRI-hq__pagination{flex-direction:column;gap:1rem}.CampaignMediaManager-module__vRI-hq__paginationButton{width:100%}.CampaignMediaManager-module__vRI-hq__formActions{flex-direction:column}.CampaignMediaManager-module__vRI-hq__cancelButton,.CampaignMediaManager-module__vRI-hq__submitButton{width:100%}}
.Footer-module__3hUVsW__footer{background:var(--header-background);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-color);margin-top:auto;position:relative;overflow:hidden}.Footer-module__3hUVsW__footer:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--primary-color)50%,transparent 100%);opacity:.3;height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__3hUVsW__container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__3hUVsW__mainContent{box-sizing:border-box;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding:3rem 0 2rem;display:grid}.Footer-module__3hUVsW__companySection{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__logoSection{align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__logoIcon{justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__logoIcon img{object-fit:contain;filter:brightness(1.2)contrast(1.1);width:40px;height:40px}.Footer-module__3hUVsW__logoText{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__3hUVsW__companyName{color:var(--text-color);background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:800;line-height:1.1}.Footer-module__3hUVsW__companyTagline{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-top:.125rem;font-size:.8rem;font-weight:500}.Footer-module__3hUVsW__companyDescription{color:#fffc;margin:0;font-size:.9rem;line-height:1.6}.Footer-module__3hUVsW__socialLinks{gap:1rem;display:flex}.Footer-module__3hUVsW__socialLink{border:1px solid var(--border-color);color:#ffffffb3;background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__3hUVsW__socialLink:hover{background:var(--primary-color-alpha-10);border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.Footer-module__3hUVsW__linksSection{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__sectionTitle{color:var(--text-color);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1rem;font-weight:700}.Footer-module__3hUVsW__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__link{color:#ffffffb3;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.Footer-module__3hUVsW__link:hover{color:var(--primary-color);transform:translate(4px)}.Footer-module__3hUVsW__link:before{content:"";background:var(--primary-color);width:0;height:2px;transition:width .2s;position:absolute;top:50%;left:-1rem;transform:translateY(-50%)}.Footer-module__3hUVsW__link:hover:before{width:.5rem}.Footer-module__3hUVsW__contactSection{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__contactItem{align-items:center;gap:.75rem;display:flex}.Footer-module__3hUVsW__contactIcon{color:var(--primary-color);flex-shrink:0}.Footer-module__3hUVsW__contactText{color:#fffc;font-size:.9rem;font-weight:500}.Footer-module__3hUVsW__userInfo{border:1px solid var(--border-color);background:#ffffff0d;border-radius:12px;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.Footer-module__3hUVsW__userAvatar{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);width:2.5rem;height:2.5rem;box-shadow:0 2px 8px var(--primary-color-alpha-30);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__3hUVsW__avatarText{color:#fff;font-size:.9rem;font-weight:700}.Footer-module__3hUVsW__userDetails{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__3hUVsW__userName{color:var(--text-color);font-size:.85rem;font-weight:600;line-height:1.2}.Footer-module__3hUVsW__userEmail{color:#fff9;font-size:.75rem;line-height:1.2}.Footer-module__3hUVsW__footerBottom{border-top:1px solid var(--border-color);padding:1.5rem 0}.Footer-module__3hUVsW__bottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__copyright{flex-direction:column;gap:.25rem;display:flex}.Footer-module__3hUVsW__copyrightText{color:#ffffffb3;margin:0;font-size:.85rem}.Footer-module__3hUVsW__madeWith{color:#ffffff80;align-items:center;gap:.25rem;margin:0;font-size:.75rem;display:flex}.Footer-module__3hUVsW__heartIcon{color:#ef4444;animation:2s ease-in-out infinite Footer-module__3hUVsW__heartbeat}@keyframes Footer-module__3hUVsW__heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Footer-module__3hUVsW__legalLinks{gap:2rem;display:flex}.Footer-module__3hUVsW__legalLink{color:#fff9;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.Footer-module__3hUVsW__legalLink:hover{color:var(--primary-color)}.Footer-module__3hUVsW__scrollToTop{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-color-hover)100%);color:#fff;cursor:pointer;width:3rem;height:3rem;box-shadow:0 4px 12px var(--primary-color-alpha-30);z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.Footer-module__3hUVsW__scrollToTop:hover{box-shadow:0 6px 16px var(--primary-color-alpha-40);transform:translateY(-2px)}.Footer-module__3hUVsW__scrollToTop:active{transform:translateY(0)}@media (min-width:1400px){.Footer-module__3hUVsW__container{max-width:1600px;padding:0 2.5rem}.Footer-module__3hUVsW__mainContent{gap:4rem;padding:4rem 0 2.5rem}}@media (max-width:1399px) and (min-width:1200px){.Footer-module__3hUVsW__container{padding:0 2rem}.Footer-module__3hUVsW__mainContent{gap:2.5rem}}@media (max-width:1199px) and (min-width:992px){.Footer-module__3hUVsW__container{padding:0 1.5rem}.Footer-module__3hUVsW__mainContent{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 0 2rem}.Footer-module__3hUVsW__companySection{text-align:center;grid-column:span 2}.Footer-module__3hUVsW__logoSection,.Footer-module__3hUVsW__socialLinks{justify-content:center}}@media (max-width:991px) and (min-width:768px){.Footer-module__3hUVsW__container{padding:0 1.25rem}.Footer-module__3hUVsW__mainContent{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 0 1.5rem}.Footer-module__3hUVsW__companySection{text-align:center;grid-column:span 2}.Footer-module__3hUVsW__companyDescription{font-size:.85rem}.Footer-module__3hUVsW__scrollToTop{width:2.75rem;height:2.75rem;bottom:1.5rem;right:1.5rem}}@media (max-width:767px) and (min-width:576px){.Footer-module__3hUVsW__container{padding:0 1rem}.Footer-module__3hUVsW__mainContent{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1.5rem}.Footer-module__3hUVsW__companySection,.Footer-module__3hUVsW__linksSection,.Footer-module__3hUVsW__contactSection{text-align:center}.Footer-module__3hUVsW__userInfo{justify-content:center}.Footer-module__3hUVsW__bottomContent{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__3hUVsW__legalLinks{justify-content:center;gap:1.5rem}.Footer-module__3hUVsW__scrollToTop{width:2.5rem;height:2.5rem;bottom:1rem;right:1rem}}@media (max-width:575px) and (min-width:480px){.Footer-module__3hUVsW__container{padding:0 .75rem}.Footer-module__3hUVsW__mainContent{gap:1.5rem;padding:1.5rem 0 1rem}.Footer-module__3hUVsW__companyName{font-size:1.25rem}.Footer-module__3hUVsW__companyDescription{font-size:.8rem}.Footer-module__3hUVsW__sectionTitle{font-size:.9rem}.Footer-module__3hUVsW__link{font-size:.85rem}.Footer-module__3hUVsW__contactText{font-size:.8rem}.Footer-module__3hUVsW__socialLink{width:2.25rem;height:2.25rem}.Footer-module__3hUVsW__userInfo{padding:.75rem}.Footer-module__3hUVsW__userAvatar{width:2rem;height:2rem}.Footer-module__3hUVsW__avatarText,.Footer-module__3hUVsW__userName{font-size:.8rem}.Footer-module__3hUVsW__userEmail{font-size:.7rem}.Footer-module__3hUVsW__legalLinks{flex-direction:column;gap:.75rem}.Footer-module__3hUVsW__scrollToTop{width:2.25rem;height:2.25rem}}@media (max-width:479px){.Footer-module__3hUVsW__container{padding:0 .5rem}.Footer-module__3hUVsW__mainContent{gap:1.25rem;padding:1.25rem 0 .75rem}.Footer-module__3hUVsW__logoSection{gap:.75rem}.Footer-module__3hUVsW__logoIcon img{width:32px;height:32px}.Footer-module__3hUVsW__companyName{font-size:1.125rem}.Footer-module__3hUVsW__companyTagline{font-size:.7rem}.Footer-module__3hUVsW__companyDescription{font-size:.75rem}.Footer-module__3hUVsW__socialLinks{gap:.75rem}.Footer-module__3hUVsW__socialLink{width:2rem;height:2rem}.Footer-module__3hUVsW__sectionTitle{font-size:.85rem}.Footer-module__3hUVsW__link{font-size:.8rem}.Footer-module__3hUVsW__contactItem{gap:.5rem}.Footer-module__3hUVsW__contactIcon{font-size:16px}.Footer-module__3hUVsW__contactText{font-size:.75rem}.Footer-module__3hUVsW__userInfo{gap:.75rem;padding:.5rem}.Footer-module__3hUVsW__userAvatar{width:1.75rem;height:1.75rem}.Footer-module__3hUVsW__avatarText,.Footer-module__3hUVsW__userName{font-size:.75rem}.Footer-module__3hUVsW__userEmail{font-size:.65rem}.Footer-module__3hUVsW__footerBottom{padding:1rem 0}.Footer-module__3hUVsW__copyrightText{font-size:.8rem}.Footer-module__3hUVsW__madeWith{font-size:.7rem}.Footer-module__3hUVsW__legalLink{font-size:.75rem}.Footer-module__3hUVsW__scrollToTop{width:2rem;height:2rem;bottom:.75rem;right:.75rem}}@media (max-width:320px){.Footer-module__3hUVsW__container{padding:0 .375rem}.Footer-module__3hUVsW__mainContent{gap:1rem;padding:1rem 0 .5rem}.Footer-module__3hUVsW__logoSection{gap:.5rem}.Footer-module__3hUVsW__logoIcon img{width:28px;height:28px}.Footer-module__3hUVsW__companyName{font-size:1rem}.Footer-module__3hUVsW__companyTagline{font-size:.65rem}.Footer-module__3hUVsW__companyDescription{font-size:.7rem}.Footer-module__3hUVsW__socialLinks{gap:.5rem}.Footer-module__3hUVsW__socialLink{width:1.75rem;height:1.75rem}.Footer-module__3hUVsW__sectionTitle{font-size:.8rem}.Footer-module__3hUVsW__link{font-size:.75rem}.Footer-module__3hUVsW__contactIcon{font-size:14px}.Footer-module__3hUVsW__contactText{font-size:.7rem}.Footer-module__3hUVsW__userInfo{gap:.5rem;padding:.375rem}.Footer-module__3hUVsW__userAvatar{width:1.5rem;height:1.5rem}.Footer-module__3hUVsW__avatarText,.Footer-module__3hUVsW__userName{font-size:.7rem}.Footer-module__3hUVsW__userEmail{font-size:.6rem}.Footer-module__3hUVsW__footerBottom{padding:.75rem 0}.Footer-module__3hUVsW__copyrightText{font-size:.75rem}.Footer-module__3hUVsW__madeWith{font-size:.65rem}.Footer-module__3hUVsW__legalLink{font-size:.7rem}.Footer-module__3hUVsW__scrollToTop{width:1.75rem;height:1.75rem;bottom:.5rem;right:.5rem}}
.page-module__2nOVjG__campaignPage{background:var(--body-background);min-height:100vh;padding:2rem 0}.page-module__2nOVjG__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.page-module__2nOVjG__header{margin-bottom:2rem}.page-module__2nOVjG__title{color:var(--text-color);background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.page-module__2nOVjG__subtitle{color:#ffffffb3;margin:0;font-size:1.125rem;font-weight:500}.page-module__2nOVjG__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.page-module__2nOVjG__loadingSpinner{border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module__2nOVjG__spin}@keyframes page-module__2nOVjG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__2nOVjG__campaignPage{padding:1rem 0}.page-module__2nOVjG__container{padding:0 1rem}.page-module__2nOVjG__title{font-size:2rem}.page-module__2nOVjG__subtitle{font-size:1rem}}
