.ThemeToggle-module__JwMUeq__button{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:transform .15s;display:flex}.ThemeToggle-module__JwMUeq__button:active{transform:scale(.9)}.ThemeToggle-module__JwMUeq__placeholder{width:32px;height:32px}
.Header-module__XuYNcW__header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 1rem;transition:background .3s;display:flex;position:sticky;top:0}.Header-module__XuYNcW__navToggle{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:transform .15s;display:flex}.Header-module__XuYNcW__navToggle:active{transform:scale(.9)}.Header-module__XuYNcW__title{color:var(--text-color);text-align:center;flex:1;margin:0;font-size:1.5rem;font-weight:700;transition:color .3s}.Header-module__XuYNcW__themeToggleWrapper{flex-shrink:0;align-items:center;display:flex}
.Navbar-module__YzKj0G__navbar{z-index:95;background:var(--navbar-bg);-webkit-backdrop-filter:blur(14px);border-right:1px solid var(--border-color);flex-direction:column;justify-content:flex-start;width:260px;height:100dvh;padding:5rem 1rem 1.5rem;transition:transform .3s,background .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000040}.Navbar-module__YzKj0G__open{transform:translate(0)}.Navbar-module__YzKj0G__navLinks{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__YzKj0G__navLink{color:var(--text-color);border-radius:8px;padding:.6rem .75rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.Navbar-module__YzKj0G__navLink:hover{background-color:var(--hover-color)}.Navbar-module__YzKj0G__authSection{border-top:1px solid var(--border-color);margin-top:.5rem;padding-top:.5rem}.Navbar-module__YzKj0G__authBtn{width:100%;color:var(--text-color);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.6rem .75rem;font-size:1.05rem;font-weight:500;transition:background .2s,color .2s}.Navbar-module__YzKj0G__authBtn:hover{background-color:var(--hover-color)}
.Footer-module__bKbM0W__footer{background:var(--footer-bg);-webkit-backdrop-filter:blur(12px);color:var(--footer-text);border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:12px;padding:1.5rem 1rem;transition:background .3s,color .3s;display:flex}.Footer-module__bKbM0W__footer a{color:inherit;cursor:pointer;opacity:.8;font-size:.8rem;text-decoration:none;transition:opacity .2s}.Footer-module__bKbM0W__footer a:hover{opacity:1;text-decoration:underline}.Footer-module__bKbM0W__HBoxContainer{justify-content:center;gap:20px;width:100%;display:flex}.Footer-module__bKbM0W__VBoxContainer{flex-direction:row;gap:40px;display:flex}.Footer-module__bKbM0W__LinkContainer{flex-direction:column;gap:4px;display:flex}.Footer-module__bKbM0W__LinkTitle{margin-bottom:8px;font-size:1rem}.Footer-module__bKbM0W__footer a{color:inherit;cursor:default;font-size:.7rem;text-decoration:none}.Footer-module__bKbM0W__footer a:hover{text-decoration:none}.Footer-module__bKbM0W__CopyRight{opacity:.7;text-align:center;font-size:.9rem}
.BasePage-module__u3OLcW__pageWrapper{min-height:100vh;color:var(--text-color);flex-direction:column;transition:color .3s;display:flex;overflow-x:hidden}.BasePage-module__u3OLcW__mainContent{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;min-width:0;padding:1.5rem;display:flex}.BasePage-module__u3OLcW__overlay{z-index:90;cursor:pointer;background:#00000073;position:fixed;inset:0}
.Form-module__54zpoq__form{background:var(--form-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:1rem;width:100%;max-width:480px;padding:1.75rem;transition:background .3s;display:flex;box-shadow:0 4px 24px #0000001f}.Form-module__54zpoq__field{flex-direction:column;gap:.35rem;display:flex}.Form-module__54zpoq__label{color:var(--text-color);opacity:.9;font-size:.875rem;font-weight:500}.Form-module__54zpoq__input{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-color);box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:.6rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.Form-module__54zpoq__input::placeholder{opacity:.45}.Form-module__54zpoq__input:focus{border-color:var(--input-focus);box-shadow:0 0 0 3px var(--input-focus-glow)}.Form-module__54zpoq__fileInput{background:var(--input-bg);border:1.5px dashed var(--input-border);color:var(--text-color);cursor:pointer;box-sizing:border-box;border-radius:8px;width:100%;padding:1rem .85rem;font-size:.875rem;transition:border-color .2s}.Form-module__54zpoq__fileInput:hover{border-color:var(--input-focus)}.Form-module__54zpoq__btnPrimary{background:var(--btn-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.Form-module__54zpoq__btnPrimary:hover:not(:disabled){background:var(--btn-primary-hover)}.Form-module__54zpoq__btnPrimary:active:not(:disabled){transform:scale(.97)}.Form-module__54zpoq__btnPrimary:disabled{opacity:.55;cursor:not-allowed}.Form-module__54zpoq__btnSecondary{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:500;transition:background .2s,transform .1s}.Form-module__54zpoq__btnSecondary:hover{background:var(--hover-color)}.Form-module__54zpoq__btnSecondary:active{transform:scale(.97)}.Form-module__54zpoq__btnRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Form-module__54zpoq__checkboxField{align-items:center;gap:.5rem;display:flex}.Form-module__54zpoq__checkbox{cursor:pointer;width:1rem;height:1rem;accent-color:var(--btn-primary);flex-shrink:0}.Form-module__54zpoq__checkboxLabel{color:var(--text-color);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem}.Form-module__54zpoq__error{color:var(--error-color);background:var(--error-bg);border:1px solid var(--error-border);border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.Form-module__54zpoq__success{color:var(--success-color);background:var(--success-bg);border:1px solid var(--success-border);border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.Form-module__54zpoq__hint{color:var(--text-color);opacity:.55;font-size:.8rem}
.Bank-module__d4jgIa__bankView{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:420px;padding:1rem 0 2rem;display:flex}.Bank-module__d4jgIa__piggyContainer{justify-content:center;align-items:center;display:flex}.Bank-module__d4jgIa__piggyImage{object-fit:contain;filter:drop-shadow(0 10px 28px #0000002e);width:220px;height:220px;transition:transform .3s}.Bank-module__d4jgIa__piggyImage:hover{transform:scale(1.04)rotate(-2deg)}.Bank-module__d4jgIa__statsCard{background:var(--form-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 24px #0000001a}.Bank-module__d4jgIa__statRow{justify-content:space-between;align-items:center;padding:.65rem 0;display:flex}.Bank-module__d4jgIa__statRow+.Bank-module__d4jgIa__statRow{border-top:1px solid var(--border-color)}.Bank-module__d4jgIa__statLabel{color:var(--text-color);opacity:.65;letter-spacing:.01em;font-size:.9rem;font-weight:500}.Bank-module__d4jgIa__statValue{color:var(--text-color);letter-spacing:-.01em;font-size:1.45rem;font-weight:700}.Bank-module__d4jgIa__addButton{background:var(--btn-primary);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;width:100%;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 2px 14px #2563eb47}.Bank-module__d4jgIa__addButton:hover{background:var(--btn-primary-hover);box-shadow:0 4px 22px #2563eb61}.Bank-module__d4jgIa__addButton:active{transform:scale(.97)}.Bank-module__d4jgIa__formView{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:480px;padding:.5rem 0 2rem;display:flex}.Bank-module__d4jgIa__formHeader{align-items:center;gap:.75rem;width:100%;display:flex}.Bank-module__d4jgIa__backButton{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s,transform .1s}.Bank-module__d4jgIa__backButton:hover{background:var(--hover-color)}.Bank-module__d4jgIa__backButton:active{transform:scale(.96)}.Bank-module__d4jgIa__formTitle{color:var(--text-color);margin:0;font-size:1.15rem;font-weight:700}.Bank-module__d4jgIa__celebratingView{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:60vh;display:flex}.Bank-module__d4jgIa__celebratingGif{object-fit:contain;filter:drop-shadow(0 8px 24px #0000002e);width:280px;height:280px}.Bank-module__d4jgIa__celebratingText{color:var(--text-color);opacity:.6;letter-spacing:.02em;font-size:1rem;font-weight:600}.Bank-module__d4jgIa__errorText{color:var(--error-color);background:var(--error-bg);border:1px solid var(--error-border);box-sizing:border-box;border-radius:6px;width:100%;padding:.5rem .75rem;font-size:.85rem}
.Rules-module__3jr4lG__rulesView{flex-direction:column;gap:1.5rem;width:100%;min-width:0;max-width:660px;padding:.5rem 0 2rem;display:flex}.Rules-module__3jr4lG__listHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Rules-module__3jr4lG__listTitle{color:var(--text-color);margin:0;font-size:1.2rem;font-weight:700}.Rules-module__3jr4lG__createBtn{background:var(--btn-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 2px 10px #2563eb38}.Rules-module__3jr4lG__createBtn:hover{background:var(--btn-primary-hover);box-shadow:0 3px 16px #2563eb52}.Rules-module__3jr4lG__createBtn:active{transform:scale(.97)}.Rules-module__3jr4lG__cardList{flex-direction:column;gap:.75rem;width:100%;min-width:0;margin:0;padding:0;list-style:none;display:flex}.Rules-module__3jr4lG__card{background:var(--form-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-left:3px solid #0000;border-radius:14px;flex-direction:column;gap:.7rem;min-width:0;padding:1.25rem 1.5rem;transition:box-shadow .2s;display:flex;box-shadow:0 2px 12px #00000014}.Rules-module__3jr4lG__card:hover{box-shadow:0 4px 20px #0000001f}.Rules-module__3jr4lG__cardActive{border-left-color:var(--success-color)}.Rules-module__3jr4lG__cardPending{border-left-color:var(--warning-color)}.Rules-module__3jr4lG__cardPendingDelete{border-left-color:var(--error-color)}.Rules-module__3jr4lG__cardRejected{border-left-color:var(--border-color);opacity:.65}.Rules-module__3jr4lG__cardHeader{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.Rules-module__3jr4lG__ruleId{color:var(--text-color);opacity:.35;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700}.Rules-module__3jr4lG__badge{letter-spacing:.05em;text-transform:uppercase;border-radius:20px;align-items:center;padding:.18rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.Rules-module__3jr4lG__badgePending{background:var(--warning-bg);color:var(--warning-color);border:1px solid var(--warning-border)}.Rules-module__3jr4lG__badgeActive{background:var(--success-bg);color:var(--success-color);border:1px solid var(--success-border)}.Rules-module__3jr4lG__badgePendingDelete{background:var(--error-bg);color:var(--error-color);border:1px solid var(--error-border)}.Rules-module__3jr4lG__badgeRejected{background:var(--hover-color);color:var(--text-color);opacity:.6;border:1px solid var(--border-color)}.Rules-module__3jr4lG__cardDescription{color:var(--text-color);word-break:break-word;margin:0;font-size:.975rem;line-height:1.55}.Rules-module__3jr4lG__cardMeta{color:var(--text-color);opacity:.5;flex-wrap:wrap;gap:.35rem .9rem;font-size:.78rem;display:flex}.Rules-module__3jr4lG__cardActions{flex-wrap:wrap;gap:.5rem;padding-top:.25rem;display:flex}.Rules-module__3jr4lG__btnEdit{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:7px;padding:.38rem .9rem;font-size:.8rem;font-weight:500;transition:background .2s,transform .1s}.Rules-module__3jr4lG__btnEdit:hover{background:var(--hover-color)}.Rules-module__3jr4lG__btnConfirm{background:var(--success-bg);color:var(--success-color);border:1px solid var(--success-border);cursor:pointer;border-radius:7px;padding:.38rem .9rem;font-size:.8rem;font-weight:600;transition:background .2s,transform .1s}.Rules-module__3jr4lG__btnConfirm:hover:not(:disabled){background:#16a34a2e}.Rules-module__3jr4lG__btnDanger{background:var(--error-bg);color:var(--error-color);border:1px solid var(--error-border);cursor:pointer;border-radius:7px;padding:.38rem .9rem;font-size:.8rem;font-weight:600;transition:background .2s,transform .1s}.Rules-module__3jr4lG__btnDanger:hover:not(:disabled){background:#dc262626}.Rules-module__3jr4lG__btnEdit:active,.Rules-module__3jr4lG__btnConfirm:active,.Rules-module__3jr4lG__btnDanger:active{transform:scale(.96)}.Rules-module__3jr4lG__btnEdit:disabled,.Rules-module__3jr4lG__btnConfirm:disabled,.Rules-module__3jr4lG__btnDanger:disabled{opacity:.45;cursor:not-allowed}.Rules-module__3jr4lG__actionError{color:var(--error-color);background:var(--error-bg);border:1px solid var(--error-border);border-radius:6px;margin:0;padding:.4rem .65rem;font-size:.8rem}.Rules-module__3jr4lG__inlineEditForm{-webkit-backdrop-filter:none;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.Rules-module__3jr4lG__formView{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:480px;padding:.5rem 0 2rem;display:flex}.Rules-module__3jr4lG__formHeader{align-items:center;gap:.75rem;width:100%;display:flex}.Rules-module__3jr4lG__backButton{color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .2s,transform .1s}.Rules-module__3jr4lG__backButton:hover{background:var(--hover-color)}.Rules-module__3jr4lG__backButton:active{transform:scale(.96)}.Rules-module__3jr4lG__formTitle{color:var(--text-color);margin:0;font-size:1.15rem;font-weight:700}.Rules-module__3jr4lG__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:10px;width:100%;overflow-x:auto}.Rules-module__3jr4lG__loadingText,.Rules-module__3jr4lG__emptyText{color:var(--text-color);opacity:.5;text-align:center;margin:0;padding:2rem 0;font-size:.9rem}.Rules-module__3jr4lG__errorText{color:var(--error-color);background:var(--error-bg);border:1px solid var(--error-border);box-sizing:border-box;border-radius:6px;width:100%;margin:0;padding:.5rem .75rem;font-size:.85rem}
