@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Love+Light&display=swap";.header{background-color:#fff;box-shadow:0 2px 4px #0000001a}.header .header-content{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:relative}@media (max-height: 500px){.header .header-content{padding:.5rem}}.header .header-content .logo-container{display:flex;align-items:center}.header .header-content .logo-container .logo-desktop{display:flex;align-items:center;gap:.75rem;cursor:pointer}.header .header-content .logo-container .logo-desktop .logo-image{height:70px;width:auto;flex-shrink:0;-webkit-animation:logoFloat 4s ease-in-out infinite;animation:logoFloat 4s ease-in-out infinite}.header .header-content .logo-container .logo-desktop h1{margin:0;color:#000;font-size:1.8rem;font-weight:700}@media (max-height: 500px){.header .header-content .logo-container .logo-desktop{font-size:1.2rem}}.header .header-content .logo-container .logo-mobile{display:none}.header .header-content .logo-container .logo-mobile .logo-image-mobile{height:55px;width:auto;animation:float 4s ease-in-out infinite;flex-shrink:0}@media (max-width: 768px){.header .header-content .logo-container .logo-mobile{display:flex;align-items:center}}@media (max-width: 768px){.header .header-content .logo-container .logo-desktop{display:none}}.header .header-content .hamburger-menu{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;margin:0 1rem 0 auto;z-index:101}@media (max-width: 768px){.header .header-content .hamburger-menu{display:flex}}.header .header-content .hamburger-menu span{width:25px;height:3px;background-color:#333;border-radius:2px;transition:all .3s ease-in-out}.header .header-content .hamburger-menu:hover span{background-color:#666}.header .header-content .desktop-menu{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.header .header-content .desktop-menu{display:none}}.header .header-content .desktop-menu .user-menu{position:relative}.header .header-content .desktop-menu .user-menu .profile-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem}@media (max-height: 500px){.header .header-content .desktop-menu .user-menu .profile-button{padding:.3rem .5rem}}.header .header-content .desktop-menu .user-menu .profile-button:hover{background-color:#f5f5f5}.header .header-content .desktop-menu .user-menu .profile-button svg{color:#666;width:24px;height:24px}@media (max-height: 500px){.header .header-content .desktop-menu .user-menu .profile-button svg{width:20px;height:20px}}.header .header-content .desktop-menu .user-menu .profile-button .fallback-icon{width:24px;height:24px;color:#666}@media (max-height: 500px){.header .header-content .desktop-menu .user-menu .profile-button .fallback-icon{width:20px;height:20px}}.header .header-content .desktop-menu .user-menu .profile-button .profile-picture{width:24px;height:24px;border-radius:50%;object-fit:cover}@media (max-height: 500px){.header .header-content .desktop-menu .user-menu .profile-button .profile-picture{width:20px;height:20px}}.header .header-content .desktop-menu .user-menu .profile-button span{color:#333;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-height: 500px){.header .header-content .desktop-menu .user-menu .profile-button span{max-width:80px;font-size:13px}}.header .header-content .desktop-menu .user-menu .profile-button span{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header .header-content .desktop-menu .user-menu .dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;padding:.5rem;min-width:150px;margin-top:.5rem}.header .header-content .desktop-menu .user-menu .dropdown-menu button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;border:none;background:none;cursor:pointer;color:#333;transition:background-color .2s}.header .header-content .desktop-menu .user-menu .dropdown-menu button:hover{background-color:#f5f5f5}.header .header-content .desktop-menu .user-menu .dropdown-menu button svg{color:#666}.header .header-content .mobile-menu{display:none;position:fixed;inset:60px 0 0;background-color:#00000080;z-index:99}@media (max-width: 768px){.header .header-content .mobile-menu{display:flex}}.header .header-content .mobile-menu .mobile-menu-content{position:absolute;top:0;right:0;width:100%;max-width:300px;background-color:#fff;box-shadow:-2px 2px 8px #0000001a;padding:1rem;display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 60px);overflow-y:auto}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section{display:flex;flex-direction:column;gap:.5rem;border-top:1px solid #e0e0e0;padding-top:1rem}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-profile svg{color:#666;width:28px;height:28px}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-profile .fallback-icon{width:28px;height:28px;color:#666}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-profile .profile-picture{width:28px;height:28px;border-radius:50%;object-fit:cover}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-profile span{color:#333;font-weight:500;overflow:hidden;text-overflow:ellipsis}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-menu-button{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:none;background:none;cursor:pointer;color:#333;transition:background-color .2s;border-radius:4px;font-size:1rem}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-menu-button:hover{background-color:#f5f5f5}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-menu-button:active{background-color:#eee}.header .header-content .mobile-menu .mobile-menu-content .mobile-user-section .mobile-menu-button svg{color:#666;width:20px;height:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatContainer{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sub-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.sub-header .nav-content{max-width:1200px;margin:0 auto;display:flex;gap:1rem;padding:0 1rem}.sub-header .nav-content .nav-link{text-decoration:none;color:#666;padding:1rem .5rem;position:relative;transition:color .2s}.sub-header .nav-content .nav-link:hover{color:#333}.sub-header .nav-content .nav-link.active{color:#007bff;font-weight:500}.sub-header .nav-content .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#007bff}.profile-confirmation-modal .ant-modal-content{border-radius:12px;padding:0}.profile-confirmation-modal .ant-modal-close{top:16px;right:16px}.profile-confirmation-modal .ant-modal-close:hover{color:#1890ff}.profile-confirmation-modal .profile-confirmation-content{padding:32px 24px 24px;text-align:center}.profile-confirmation-modal .profile-confirmation-content .logo-section{margin-bottom:16px;display:flex;justify-content:center}.profile-confirmation-modal .profile-confirmation-content .logo-section .logo-with-text{display:flex;align-items:center;gap:10px}.profile-confirmation-modal .profile-confirmation-content .logo-section .logo-with-text .logo-icon{width:50px;height:50px;display:block;-webkit-animation:logoFloat 4s ease-in-out infinite;animation:logoFloat 4s ease-in-out infinite}.profile-confirmation-modal .profile-confirmation-content .logo-section .logo-with-text .logo-text{font-size:28px;font-weight:700;color:#000;margin:0}.profile-confirmation-modal .profile-confirmation-content .welcome-section{margin-bottom:16px}.profile-confirmation-modal .profile-confirmation-content .welcome-section h3{margin-bottom:8px;color:#1890ff;font-weight:600}.profile-confirmation-modal .profile-confirmation-content .welcome-section .ant-typography{color:#666;margin-bottom:0}.profile-confirmation-modal .profile-confirmation-content .ant-divider{margin:16px 0}.profile-confirmation-modal .profile-confirmation-content .profile-form{text-align:left;margin-bottom:20px}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-form-item{margin-bottom:12px}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-form-item-label{padding-bottom:4px}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-form-item-label>label{font-weight:500;color:#262626}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-form-item-label>label .ant-form-item-required-mark{color:#ff7875}.profile-confirmation-modal .profile-confirmation-content .profile-form input,.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-select-selector{border-radius:6px;border:1px solid #d9d9d9}.profile-confirmation-modal .profile-confirmation-content .profile-form input:hover,.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-select-selector:hover{border-color:#1890ff}.profile-confirmation-modal .profile-confirmation-content .profile-form input:focus,.profile-confirmation-modal .profile-confirmation-content .profile-form input.ant-select-focused .ant-select-selector,.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-select-selector:focus,.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-select-selector.ant-select-focused .ant-select-selector{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-space-compact{display:flex;align-items:center}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-space-compact .ant-form-item{margin-bottom:0;flex:1}.profile-confirmation-modal .profile-confirmation-content .profile-form .ant-space-compact .ant-checkbox{white-space:nowrap;padding-left:8px}.profile-confirmation-modal .profile-confirmation-content .button-group{display:flex;flex-direction:column;gap:8px}.profile-confirmation-modal .profile-confirmation-content .button-group button{border-radius:6px;height:40px;font-weight:500}.profile-confirmation-modal .profile-confirmation-content .button-group button:first-child{background-color:#fafafa;border-color:#d9d9d9;color:#262626}.profile-confirmation-modal .profile-confirmation-content .button-group button:first-child:hover{background-color:#f5f5f5;border-color:#b3b3b3;color:#262626}.profile-confirmation-modal .profile-confirmation-content .button-group button:last-child{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.profile-confirmation-modal .profile-confirmation-content .button-group button:last-child:hover{background:linear-gradient(135deg,#6370ee,#7e56b5)}.profile-confirmation-modal .profile-confirmation-content .button-group button:last-child:disabled{background:#bfbfbf}@keyframes logoFloat{0%{-webkit-transform:translateY(0px);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0px);transform:translateY(0)}}.add-family-members-modal.with-logo .ant-modal-content{padding:40px 32px}.add-family-members-modal.without-logo .ant-modal-content{padding:24px}.add-family-members-content .logo-section{text-align:center;margin-bottom:24px}.add-family-members-content .logo-section .logo-with-text{display:flex;align-items:center;justify-content:center;gap:12px}.add-family-members-content .logo-section .logo-with-text .logo-icon{width:48px;height:48px;animation:logoFloat 4s ease-in-out infinite}.add-family-members-content .logo-section .logo-with-text .logo-text{font-size:24px;font-weight:600;color:#000}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.add-family-members-content .welcome-section{text-align:center;margin-bottom:16px}.add-family-members-content .welcome-section h3{margin-bottom:8px;font-size:18px}.add-family-members-content .welcome-section .ant-typography{color:#000000a6}.add-family-members-content .header-section{margin-bottom:24px}.add-family-members-content .header-section h4{margin-bottom:8px}.add-family-members-content .header-section .ant-typography{color:#000000a6}.add-family-members-content .family-members-form .members-list{margin-bottom:16px}.add-family-members-content .family-members-form .member-row{display:flex;gap:12px;margin-bottom:12px;align-items:flex-start}.add-family-members-content .family-members-form .member-row .member-input{flex:1;padding:8px 12px;border-radius:4px;border:1px solid #d9d9d9;font-size:14px}.add-family-members-content .family-members-form .member-row .member-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff1a}.add-family-members-content .family-members-form .member-row .member-input::placeholder{color:#00000073}.add-family-members-content .family-members-form .member-row .member-input.input-error{border-color:#ff4d4f;background-color:#fff1f0}.add-family-members-content .family-members-form .member-row .member-input.input-error:focus{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f33}.add-family-members-content .family-members-form .member-row .delete-btn{padding:4px 8px;margin-top:4px;height:32px}.add-family-members-content .family-members-form .member-row .delete-btn:hover{color:#ff4d4f}.add-family-members-content .family-members-form .member-row-wrapper{margin-bottom:8px}.add-family-members-content .family-members-form .row-errors{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;margin-left:0}.add-family-members-content .family-members-form .row-errors .error-text{font-size:12px;color:#ff4d4f;margin-left:0}.add-family-members-content .family-members-form .ant-form-item{margin-bottom:0}.add-family-members-content .family-members-form .add-row-btn{margin-bottom:24px;border-style:dashed;color:#1890ff;border-color:#1890ff}.add-family-members-content .family-members-form .add-row-btn:hover{color:#40a9ff;border-color:#40a9ff}.add-family-members-content .button-group{display:flex;gap:12px}.add-family-members-content .button-group.onboarding{flex-direction:column}.add-family-members-content .button-group.onboarding .ant-btn{height:40px;font-size:16px;border-radius:4px}.add-family-members-content .button-group.onboarding .ant-btn:first-child{border:1px solid #d9d9d9;color:#000000a6}.add-family-members-content .button-group.onboarding .ant-btn:first-child:hover{color:#000000bf;border-color:#40a9ff}.add-family-members-content .button-group.onboarding .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.add-family-members-content .button-group.onboarding .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#5568d3,#6a4193)}.add-family-members-content .button-group.people-page{justify-content:flex-end}.add-family-members-content .button-group.people-page .ant-btn{min-width:100px}.layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f5f5f5}@media (max-height: 500px){.layout{min-height:auto}}.layout .main-component{flex:1;padding:0}@media (max-width: 768px){.layout .main-component{padding:0}}@media (max-width: 480px){.layout .main-component{padding:0}}@media (max-height: 500px){.layout .main-component{flex:none}}.layout .main-component .app-container{max-width:1200px;margin:0 auto;background:#fff;border-radius:0;box-shadow:none;padding:20px}@media (max-width: 768px){.layout .main-component .app-container{padding:15px;border-radius:6px}}@media (max-width: 480px){.layout .main-component .app-container{padding:10px;border-radius:4px}}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;text-align:center;background:linear-gradient(135deg,#f5f7ff,#fff,#f0f4ff)}@media (max-width: 480px){.login-page{background:linear-gradient(135deg,#667eea,#764ba2);padding:.75rem;min-height:auto}}@media (max-width: 768px) and (orientation: landscape){.login-page{min-height:100vh;padding:.5rem;justify-content:center;align-items:center}}@media (max-width: 768px){.login-page{background:#fff}}@media (min-width: 769px){.login-page{background:#fff}}@media (max-height: 500px){.login-page{background:#fff;padding:.5rem;min-height:auto}}.login-page>div{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 0 10px #0003,0 0 20px #0000001a,0 4px 16px #00000026;max-width:400px;width:100%}@media (min-width: 769px){.login-page>div{box-shadow:0 0 10px #0003,0 0 20px #0000001a,0 2px 8px #0000001a;border:1px solid #f0f0f0}}@media (max-width: 768px){.login-page>div{padding:2rem 1.5rem;border-radius:8px;box-shadow:0 0 8px #00000026,0 0 15px #00000014,0 2px 8px #0000001a;border:1px solid #f0f0f0}}@media (max-width: 480px){.login-page>div{background:#fff;padding:1.5rem 1rem;border-radius:6px;max-width:100%;box-shadow:0 4px 16px #00000026}}@media (max-height: 500px){.login-page>div{padding:1rem .75rem;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0}}.login-page>div .login-logo{height:120px;width:auto;margin-bottom:1.5rem;display:block;animation:float 4s ease-in-out infinite}@media (max-width: 768px){.login-page>div .login-logo{height:100px;margin-bottom:1.25rem}}@media (max-width: 480px){.login-page>div .login-logo{height:90px;margin-bottom:1rem}}@media (max-height: 500px){.login-page>div .login-logo{height:80px;margin-bottom:.75rem}}@media (max-width: 768px) and (orientation: landscape){.login-page>div .login-logo{height:60px;margin-bottom:.75rem;margin-left:auto;margin-right:auto}}@media (max-width: 768px) and (orientation: portrait){.login-page>div .login-logo{height:70px;margin-bottom:1rem;margin-left:auto;margin-right:auto}}@media (max-width: 768px){.login-page>div{font-size:24px;margin-bottom:1.5rem}}@media (max-width: 480px){.login-page>div{font-size:20px;margin-bottom:1rem}}@media (max-height: 500px){.login-page>div{font-size:18px;margin-bottom:.75rem}}.login-page .login-button-wrapper{display:flex;flex-direction:column;gap:1rem}@media (max-width: 480px){.login-page .login-button-wrapper{gap:.75rem}}@media (max-height: 500px){.login-page .login-button-wrapper{gap:.5rem}}.login-page .login-button-wrapper button,.login-page .login-button-wrapper .ant-btn{width:100%;height:44px;font-size:14px;border-radius:8px;font-weight:500;transition:all .3s ease}@media (max-width: 480px){.login-page .login-button-wrapper button,.login-page .login-button-wrapper .ant-btn{height:44px;font-size:13px}}@media (max-height: 500px){.login-page .login-button-wrapper button,.login-page .login-button-wrapper .ant-btn{height:36px;font-size:12px}}.login-page .login-button-wrapper button:hover,.login-page .login-button-wrapper .ant-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.login-page .login-button-wrapper button:hover,.login-page .login-button-wrapper .ant-btn:hover{transform:none}}.login-page .login-button-wrapper button:active,.login-page .login-button-wrapper .ant-btn:active{transform:translateY(0)}.login-tagline{margin-top:0;margin-bottom:0;margin-left:40px;font-family:Love Light,cursive;font-size:45px;font-weight:1500;background:linear-gradient(90deg,#0ea5e9,#ff10f0,#8b5cf6 66%,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:500px;text-align:left;letter-spacing:3px}@media (max-width: 768px){.login-tagline{font-size:36px;margin-bottom:1.25rem;max-width:350px}}@media (max-width: 768px) and (orientation: landscape){.login-tagline{font-size:28px;margin-bottom:.75rem;margin-left:0;text-align:center;width:100%}}@media (max-width: 768px) and (orientation: portrait){.login-tagline{font-size:36px;margin-bottom:1.25rem;margin-left:0;text-align:center;width:100%}}@media (max-width: 480px){.login-tagline{font-size:32px;margin-bottom:1rem;max-width:100%;letter-spacing:1px}}@media (max-height: 500px){.login-tagline{font-size:28px;margin-bottom:.75rem}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.balance-summary-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.balance-summary-card .card-header h3{margin:0;flex-shrink:0;font-size:18px;font-weight:600;color:#262626}.balance-summary-card .card-header .ant-segmented{flex-shrink:0;border-radius:8px;background:#f5f5f5}.balance-summary-card .card-header .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px}.balance-summary-card .balance-stats{margin-top:1rem}.balance-summary-card .balance-stats .stat-box{padding:1.5rem;border-radius:8px;background:linear-gradient(135deg,#f5f5f5,#fafafa);border-left:4px solid #1890ff;position:relative}.balance-summary-card .balance-stats .stat-box.owe{border-left-color:#ff4d4f;background:linear-gradient(135deg,#fff1f0,#fff7f6)}.balance-summary-card .balance-stats .stat-box.owed{border-left-color:#52c41a;background:linear-gradient(135deg,#f6ffed,#f9f0ff)}.balance-summary-card .balance-stats .stat-box.net{border-left-color:#1890ff;background:linear-gradient(135deg,#e6f7ff,#f0f5ff)}.balance-summary-card .balance-stats .stat-box.net.positive{border-left-color:#52c41a;background:linear-gradient(135deg,#f6ffed,#f9f0ff)}.balance-summary-card .balance-stats .stat-box.net.negative{border-left-color:#ff4d4f;background:linear-gradient(135deg,#fff1f0,#fff7f6)}.balance-summary-card .balance-stats .stat-box .stat-label{font-size:12px;color:#8c8c8c;text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem}.balance-summary-card .balance-stats .stat-box .stat-value{display:flex;align-items:baseline;gap:.25rem}.balance-summary-card .balance-stats .stat-box .stat-value .currency{font-size:14px;font-weight:500;color:#262626}.balance-summary-card .balance-stats .stat-box .stat-value .amount{font-size:24px;font-weight:700;color:#262626}.balance-summary-card .balance-stats .stat-box .stat-icon{position:absolute;top:1.5rem;right:1.5rem;font-size:24px}.balance-summary-card .balance-stats .stat-box .stat-icon .icon-up{color:#52c41a}.balance-summary-card .balance-stats .stat-box .stat-icon .icon-down{color:#ff4d4f}.pending-actions-card .card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.pending-actions-card .card-header h3{margin:0;flex:1}.pending-actions-card .actions-list{display:flex;flex-direction:column;gap:1rem}.pending-actions-card .actions-list .action-item{padding:1rem;border-radius:8px;border-left:4px solid #1890ff;background:linear-gradient(135deg,#e6f7ff,#f0f5ff);transition:all .3s ease}.pending-actions-card .actions-list .action-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.pending-actions-card .actions-list .action-item .action-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.pending-actions-card .actions-list .action-item .action-header .action-info{flex:1}.pending-actions-card .actions-list .action-item .action-header .action-info .action-message{font-weight:600;color:#262626;font-size:14px;margin-bottom:.25rem}.pending-actions-card .actions-list .action-item .action-header .action-info .action-amount{font-size:13px;color:#8c8c8c;font-weight:500}.pending-actions-card .more-indicator{margin-top:.75rem;padding:.75rem;text-align:center;font-size:13px;color:#8c8c8c;background-color:#fafafa;border-radius:4px;cursor:pointer;transition:all .2s ease}.pending-actions-card .more-indicator:hover{color:#1890ff;background-color:#f0f7ff}.active-events-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.active-events-card .card-header h3{margin:0;font-size:16px;font-weight:600;color:#262626}.active-events-card .card-header .ant-btn{flex-shrink:0}.active-events-card .events-list{display:flex;flex-direction:column;gap:1rem}.active-events-card .events-list .event-item{padding:1rem;border-radius:8px;border-left:4px solid #1890ff;background:linear-gradient(135deg,#e6f7ff,#f0f5ff);transition:all .3s ease}.active-events-card .events-list .event-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.active-events-card .events-list .event-item .event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.active-events-card .events-list .event-item .event-header .event-name{font-weight:600;color:#262626;font-size:14px;flex:1;word-break:break-word}.active-events-card .events-list .event-item .event-header .ant-tag{white-space:nowrap;flex-shrink:0}.active-events-card .events-list .event-item .event-details{display:flex;flex-direction:column;gap:.5rem;font-size:13px}.active-events-card .events-list .event-item .event-details .event-meta{display:flex;gap:1rem;color:#595959}.active-events-card .events-list .event-item .event-details .event-meta .meta-item{display:flex;align-items:center}.active-events-card .events-list .event-item .event-details .event-meta .meta-item:before{content:"•";margin-right:.5rem;color:#bfbfbf}.active-events-card .events-list .event-item .event-details .event-meta .meta-item:first-child:before{display:none}.active-events-card .events-list .event-item .event-details .event-meta .meta-item.amount{font-weight:600;color:#1890ff;font-size:14px;margin-left:auto}.active-events-card .events-list .event-item .event-details .event-meta .meta-item.amount:before{display:none}.active-events-card .more-indicator{padding:.75rem 1rem;margin-top:.5rem;background-color:#fafafa;border-radius:6px;text-align:center;font-size:13px;color:#8c8c8c;cursor:pointer;transition:all .3s ease}.active-events-card .more-indicator:hover{background-color:#f0f0f0;color:#262626}@media (max-width: 768px){.active-events-card .card-header{flex-direction:column;align-items:flex-start}.active-events-card .card-header h3,.active-events-card .card-header .ant-btn{width:100%}.active-events-card .events-list .event-item .event-header{flex-direction:column;align-items:flex-start}.active-events-card .events-list .event-item .event-header .event-name{width:100%}.active-events-card .events-list .event-item .event-details .event-meta{flex-wrap:wrap}}.dashboard{padding:0}.dashboard .dashboard-header{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width: 768px){.dashboard .dashboard-header{flex-direction:column;align-items:stretch;margin-bottom:1rem;gap:.75rem}}@media (max-width: 480px){.dashboard .dashboard-header{flex-direction:column;align-items:stretch;gap:.5rem}}@media (max-height: 500px){.dashboard .dashboard-header{margin-bottom:.5rem;gap:.5rem}}.dashboard .dashboard-header h1{margin:0;color:#262626;font-size:28px;font-weight:600}@media (max-width: 768px){.dashboard .dashboard-header h1{font-size:20px}}@media (max-width: 480px){.dashboard .dashboard-header h1{font-size:18px}}@media (max-height: 500px){.dashboard .dashboard-header h1{font-size:16px}}@media (max-width: 480px){.dashboard .dashboard-header>div{display:flex;flex-direction:column;gap:.5rem;width:100%}.dashboard .dashboard-header>div button{width:100%}}@media (max-width: 768px){.dashboard .dashboard-header>div{display:flex;flex-direction:column;gap:.75rem;width:100%}.dashboard .dashboard-header>div button{width:100%}}.dashboard .dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}@media (max-width: 768px){.dashboard .dashboard-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.dashboard .dashboard-grid{grid-template-columns:1fr;gap:.75rem}}@media (max-height: 500px){.dashboard .dashboard-grid{gap:.5rem}}.dashboard .dashboard-grid .dashboard-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;position:relative;overflow:hidden}@media (max-width: 768px){.dashboard .dashboard-grid .dashboard-card{padding:1rem;border-radius:8px}}@media (max-width: 480px){.dashboard .dashboard-grid .dashboard-card{padding:.75rem;border-radius:6px}}@media (max-height: 500px){.dashboard .dashboard-grid .dashboard-card{padding:.5rem;border-radius:4px}}.dashboard .dashboard-grid .dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:all .3s ease;background:linear-gradient(90deg,#667eea,#764ba2)}.dashboard .dashboard-grid .dashboard-card:nth-child(2):before{background:linear-gradient(90deg,#f093fb,#f5576c)}.dashboard .dashboard-grid .dashboard-card:nth-child(3):before{background:linear-gradient(90deg,#4facfe,#00f2fe)}.dashboard .dashboard-grid .dashboard-card:nth-child(4):before{background:linear-gradient(90deg,#43e97b,#38f9d7)}.dashboard .dashboard-grid .dashboard-card:nth-child(5):before{background:linear-gradient(90deg,#fa709a,#fee140)}.dashboard .dashboard-grid .dashboard-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.dashboard .dashboard-grid .dashboard-card:hover:before{height:6px}@media (max-width: 768px){.dashboard .dashboard-grid .dashboard-card:hover{transform:none}}.dashboard .dashboard-grid .dashboard-card.full-width{grid-column:span 12}.dashboard .dashboard-grid .dashboard-card.half-width{grid-column:span 6}@media (max-width: 768px){.dashboard .dashboard-grid .dashboard-card.half-width{grid-column:span 12}}.dashboard .dashboard-grid .dashboard-card h3{margin:0 0 1rem;color:#262626;font-size:1.1rem;font-weight:600}@media (max-width: 768px){.dashboard .dashboard-grid .dashboard-card h3{font-size:1rem;margin:0 0 .75rem}}@media (max-width: 480px){.dashboard .dashboard-grid .dashboard-card h3{font-size:.95rem;margin:0 0 .5rem}}@media (max-height: 500px){.dashboard .dashboard-grid .dashboard-card h3{font-size:.85rem;margin:0 0 .25rem}}.dashboard .dashboard-grid .dashboard-card p{color:#595959;margin:0;font-size:14px}@media (max-width: 480px){.dashboard .dashboard-grid .dashboard-card p{font-size:12px}}@media (max-height: 500px){.dashboard .dashboard-grid .dashboard-card p{font-size:11px}}.dashboard .dashboard-grid .quick-actions-card .quick-actions-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.dashboard .dashboard-grid .quick-actions-card .quick-actions-container .ant-btn{min-width:140px}@media (max-width: 480px){.dashboard .dashboard-grid .quick-actions-card .quick-actions-container .ant-btn{min-width:0;flex:1;min-height:44px}}@media (max-width: 768px){.dashboard .dashboard-grid .quick-actions-card .quick-actions-container{flex-direction:column;gap:.75rem}.dashboard .dashboard-grid .quick-actions-card .quick-actions-container .ant-btn{width:100%;min-width:0}}@media (max-width: 480px){.dashboard .dashboard-grid .quick-actions-card .quick-actions-container{flex-direction:column;gap:.5rem}}.people-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.people-page .header{flex-direction:column;gap:1rem;align-items:stretch;margin-bottom:1rem}}.people-page .header .header-left{display:flex;align-items:flex-start;gap:1.5rem}@media (max-width: 768px){.people-page .header .header-left{flex-direction:column;gap:.5rem;align-items:stretch}}@media (max-height: 500px){.people-page .header .header-left{gap:.5rem}}.people-page .header .header-left .ant-typography{margin:0;font-size:28px;font-weight:600;color:#262626}@media (max-width: 768px){.people-page .header .header-left .ant-typography{font-size:20px}}@media (max-height: 500px){.people-page .header .header-left .ant-typography{font-size:16px;margin:0}}.people-page .header .header-left h2{font-size:28px;font-weight:600;color:#262626}@media (max-width: 768px){.people-page .header .header-left h2{font-size:20px}}@media (max-height: 500px){.people-page .header .header-left h2{font-size:16px;margin:0}}@media (max-width: 480px){.people-page .header .header-left h2{font-size:18px}}.people-page .header .header-left .filter-section{display:flex;align-items:center;height:32px}@media (max-width: 768px){.people-page .header .header-left .filter-section{width:100%;height:auto}}.people-page .header .header-left .filter-section .ant-segmented{border-radius:8px;background:#f5f5f5}@media (max-width: 768px){.people-page .header .header-left .filter-section .ant-segmented{width:100%}}.people-page .header .header-left .filter-section .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px}.people-page .add-button{padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;white-space:nowrap}@media (max-width: 768px){.people-page .add-button{width:100%;padding:12px 20px;font-size:14px}}@media (max-width: 480px){.people-page .add-button{padding:12px 16px;font-size:13px}}.people-page .add-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.people-page .add-button:hover{transform:none}}.people-page .add-button:active{transform:translateY(0)}.people-table{width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;position:relative}@media (max-height: 500px){.people-table{border-radius:8px}}.people-table{border:1px solid #f0f0f0}@media (max-width: 768px){.people-table{border-radius:8px}}@media (max-width: 480px){.people-table{border-radius:6px}}.people-table table{width:100%;border-collapse:collapse}.people-table table thead{background:#f8f9fa}.people-table table thead:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#eee}.people-table table th,.people-table table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}@media (max-width: 768px){.people-table table th,.people-table table td{padding:.75rem .5rem;font-size:13px}}@media (max-height: 500px){.people-table table th,.people-table table td{padding:.3rem .2rem;font-size:11px}}@media (max-width: 480px){.people-table table th,.people-table table td{padding:.5rem .4rem;font-size:12px}}.people-table table th{background:#f8f9fa;font-weight:500;color:#495057}@media (max-width: 480px){.people-table table th{background:#f5f5f5;font-size:11px;font-weight:600}}.people-table table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:2rem}@media (max-width: 768px){.people-table table th.sortable{padding-right:1.5rem}}.people-table table th.sortable:hover{background:#e9ecef}@media (max-width: 480px){.people-table table th.sortable:hover{background:#f5f5f5}}.people-table table th.sortable.sorted{background:#e9ecef}@media (max-width: 480px){.people-table table th.sortable.sorted{background:#f5f5f5}}.people-table table th.sortable .sort-icon{position:absolute;right:.75rem;color:#6c757d;opacity:.5}@media (max-width: 768px){.people-table table th.sortable .sort-icon{right:.25rem;font-size:12px}}.people-table table th.sortable:hover .sort-icon,.people-table table th.sortable.sorted .sort-icon{opacity:1}.people-table table tr.inactive{background-color:#f8f9fa;color:#6c757d}.people-table table .actions{display:flex;gap:.5rem;justify-content:flex-start}@media (max-width: 480px){.people-table table .actions{gap:.25rem}}.people-table table .actions .icon-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}@media (max-width: 768px){.people-table table .actions .icon-button{min-width:32px;min-height:32px;padding:6px;font-size:14px}}@media (max-width: 480px){.people-table table .actions .icon-button{min-width:44px;min-height:44px;padding:10px;font-size:16px}}.people-table table .actions .icon-button.edit,.people-table table .actions .icon-button.delete{color:#6c757d;transition:all .2s ease}.people-table table .actions .icon-button.reactivate{background-color:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;transition:background-color .2s}@media (max-width: 480px){.people-table table .actions .icon-button.reactivate{padding:10px 14px;min-width:44px;min-height:44px}}.people-table table .actions .icon-button.reactivate:hover{background-color:#218838}.people-table table .actions .icon-button:focus{outline:none;box-shadow:0 0 0 2px #007bff40}.people-table table tbody tr:hover{background:#f8f9fa}.people-table table tbody tr:hover .actions .icon-button.edit{color:#667eea;background:#667eea1a}.people-table table tbody tr:hover .actions .icon-button.delete{color:#ee0979;background:#ee09791a}.people-table table tbody tr.no-data td{text-align:center;color:#6c757d;padding:2rem}@media (max-width: 768px){.people-table table tbody tr.no-data td{padding:1rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}@media (max-width: 768px){.modal-overlay{padding:.5rem}}.modal-overlay .modal{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:500px;box-shadow:0 2px 10px #0000001a;max-height:90vh;overflow-y:auto}@media (max-width: 768px){.modal-overlay .modal{padding:1.5rem;border-radius:6px}}@media (max-width: 480px){.modal-overlay .modal{padding:1rem;border-radius:4px}}.modal-overlay .modal h3{margin-top:0;margin-bottom:1.5rem;font-size:18px}@media (max-width: 480px){.modal-overlay .modal h3{font-size:16px;margin-bottom:1rem}}.modal-overlay .modal .form-error{background-color:#fee2e2;border:1px solid #ef4444;border-radius:4px;color:#dc2626;padding:.75rem 1rem;margin-bottom:1.5rem;font-size:.875rem}@media (max-width: 480px){.modal-overlay .modal .form-error{padding:.5rem .75rem;font-size:.8rem}}.modal-overlay .modal .form-group{margin-bottom:1rem}@media (max-width: 480px){.modal-overlay .modal .form-group{margin-bottom:.75rem}}.modal-overlay .modal .form-group label{display:block;margin-bottom:.5rem;color:#333;font-size:14px}@media (max-width: 480px){.modal-overlay .modal .form-group label{font-size:13px}}.modal-overlay .modal .form-group input[type=text],.modal-overlay .modal .form-group input[type=email]{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem}@media (max-width: 480px){.modal-overlay .modal .form-group input[type=text],.modal-overlay .modal .form-group input[type=email]{padding:10px;font-size:16px}}.modal-overlay .modal .form-group input[type=text]:focus,.modal-overlay .modal .form-group input[type=email]:focus{outline:none;border-color:#007bff}.modal-overlay .modal .family-id-group .family-id-controls{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.modal-overlay .modal .family-id-group .family-id-controls{flex-direction:column;gap:.75rem;align-items:stretch}}.modal-overlay .modal .family-id-group .family-id-controls input[type=text]{flex:1}@media (max-width: 768px){.modal-overlay .modal .family-id-group .family-id-controls input[type=text]{flex:none}}.modal-overlay .modal .family-id-group .family-id-controls .checkbox-group{display:flex;align-items:center;gap:.5rem;white-space:nowrap}@media (max-width: 768px){.modal-overlay .modal .family-id-group .family-id-controls .checkbox-group{white-space:normal}}.modal-overlay .modal .family-id-group .family-id-controls .checkbox-group input[type=checkbox]{margin:0;cursor:pointer}.modal-overlay .modal .button-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width: 768px){.modal-overlay .modal .button-group{flex-direction:column;gap:.5rem;margin-top:1.5rem}}.modal-overlay .modal .button-group button{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}@media (max-width: 480px){.modal-overlay .modal .button-group button{padding:12px 16px;font-size:14px}}.modal-overlay .modal .button-group .cancel-button{border:1px solid #ddd;background:#fff;color:#666}@media (max-width: 768px){.modal-overlay .modal .button-group .cancel-button{order:2}}.modal-overlay .modal .button-group .cancel-button:hover{background:#f5f5f5}.modal-overlay .modal .button-group .save-button{border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d;transition:all .3s ease}@media (max-width: 768px){.modal-overlay .modal .button-group .save-button{order:1}}.modal-overlay .modal .button-group .save-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.modal-overlay .modal .button-group .save-button:hover{transform:none}}.pagination-controls{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.pagination-controls{flex-direction:column;gap:.75rem;padding:.75rem;border-radius:6px}}@media (max-width: 480px){.pagination-controls{padding:.5rem}}.pagination-controls .pagination-info{color:#6c757d;font-size:14px}@media (max-width: 768px){.pagination-controls .pagination-info{font-size:13px;order:3;width:100%;text-align:center}}.pagination-controls .page-size-selector{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-size:14px}@media (max-width: 768px){.pagination-controls .page-size-selector{font-size:13px;width:100%;justify-content:center;order:2}}.pagination-controls .page-size-selector select{padding:.25rem .5rem;border:1px solid #ced4da;border-radius:4px;background:#fff}@media (max-width: 480px){.pagination-controls .page-size-selector select{padding:6px 8px;font-size:13px}}.pagination-controls .pagination-buttons{display:flex;gap:.5rem;align-items:center}@media (max-width: 768px){.pagination-controls .pagination-buttons{width:100%;justify-content:center;order:1}}.pagination-controls .pagination-buttons button{padding:.5rem 1rem;border:1px solid #ced4da;background:#fff;border-radius:4px;cursor:pointer;color:#007bff;transition:all .2s ease;font-size:14px}@media (max-width: 480px){.pagination-controls .pagination-buttons button{padding:8px 12px;font-size:12px;min-width:44px;min-height:44px}}.pagination-controls .pagination-buttons button:hover:not(:disabled){background:#007bff;color:#fff;border-color:#007bff}.pagination-controls .pagination-buttons button:disabled{color:#6c757d;cursor:not-allowed;opacity:.65}.pagination-controls .pagination-buttons .page-info{margin:0 1rem;color:#6c757d;font-size:13px}@media (max-width: 480px){.pagination-controls .pagination-buttons .page-info{margin:0 .5rem}}.people-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.people-selection-modal{background:#fff;width:95vw;max-width:1600px;min-width:1200px;max-height:90vh;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden}.people-selection-modal h3{margin:0;padding:20px 24px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#262626;font-size:18px;font-weight:600}.people-selection-modal .table-container{flex:1;overflow-y:auto;position:relative;background:#fff}.people-selection-modal .table-container table{width:100%;border-collapse:separate;border-spacing:0}.people-selection-modal .table-container table thead{position:sticky;top:0;z-index:2}.people-selection-modal .table-container table thead tr{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.people-selection-modal .table-container table thead th{position:sticky;top:0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-weight:600;color:#262626;padding:12px;text-align:left;border-bottom:2px solid #dee2e6}.people-selection-modal .table-container table thead th:first-child{z-index:3}.people-selection-modal .table-container table tbody tr{background:#fff}.people-selection-modal .table-container table tbody tr:hover{background:#f8f9fa}.people-selection-modal .table-container table tbody td{padding:12px;text-align:left;border-bottom:1px solid #eee;background:inherit}.people-selection-modal .table-container table tbody td.hidden-email,.people-selection-modal .table-container table tbody.hidden-email{color:#999;font-style:italic}.people-selection-modal .table-container table th{background:#f8f9fa;font-weight:500;color:#495057;position:sticky;top:0;z-index:2}.people-selection-modal .table-container table th:first-child{z-index:3;left:0;background:#f8f9fa}.people-selection-modal .table-container table input[type=checkbox]{cursor:pointer}.people-selection-modal .table-container table.sortable{cursor:pointer;position:relative;padding-right:25px}.people-selection-modal .table-container table.sortable.sorted,.people-selection-modal .table-container table.sortable:hover{background:#e9ecef}.people-selection-modal .table-container table.sortable .sort-icon{position:absolute;right:8px;color:#adb5bd}.people-selection-modal .table-container table.sortable .sort-icon.active,.people-selection-modal .table-container table.sortable:hover .sort-icon,.people-selection-modal .table-container table.sortable.sorted .sort-icon{color:#495057}.people-selection-modal .table-container td input[type=checkbox]{cursor:pointer}.people-selection-modal .table-container tbody tr:hover{background-color:#f8f9fa}.people-selection-modal .table-container .loading,.people-selection-modal .table-container .no-data{text-align:center;color:#6c757d;padding:2rem}.people-selection-modal .pagination-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid #dee2e6;margin-top:1rem}.people-selection-modal .pagination-controls .pagination-info{display:flex;align-items:center;gap:8px;color:#6c757d}.people-selection-modal .pagination-controls .pagination-info select{padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;background:#fff;margin:0 4px}.people-selection-modal .pagination-controls .pagination-buttons{display:flex;gap:8px;align-items:center}.people-selection-modal .pagination-controls .pagination-buttons button{padding:6px 12px;border:1px solid #dee2e6;border-radius:4px;background:#fff;color:#6c757d;cursor:pointer;transition:all .2s ease}.people-selection-modal .pagination-controls .pagination-buttons button:hover:not(:disabled){background:#e9ecef;border-color:#dee2e6}.people-selection-modal .pagination-controls .pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}.people-selection-modal .pagination-controls .pagination-buttons .page-info{color:#6c757d;padding:0 8px}.people-selection-modal .button-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #dee2e6}.people-selection-modal .button-group button{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.people-selection-modal .button-group button.cancel-button{background:#fff;border:1px solid #ddd;color:#666}.people-selection-modal .button-group button.cancel-button:hover{background:#f5f5f5}.people-selection-modal .button-group button.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 2px 8px #667eea4d}.people-selection-modal .button-group button.save-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.people-selection-modal .button-group button.save-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.expense-form-modal .ant-modal-wrap{z-index:1100!important}.expense-form-modal.ant-modal{z-index:1100!important;opacity:0;transform:scale(.95) translateY(-30px);transform-origin:top;margin-top:50px;transition:none}.expense-form-modal.ant-modal.ready{opacity:1;transform:scale(1) translateY(0);transition:transform .3s cubic-bezier(.17,.84,.44,1),opacity .3s cubic-bezier(.17,.84,.44,1)}.expense-form-modal.ant-modal .ant-modal-content{transform:scale(.95);opacity:0;transform-origin:top;transition:transform .3s cubic-bezier(.17,.84,.44,1),opacity .3s cubic-bezier(.17,.84,.44,1);will-change:transform,opacity}.expense-form-modal.ant-modal.ready .ant-modal-content{transform:scale(1);opacity:1}.expense-form{padding:0;width:100%;margin:0}.expense-form .form-group{margin-bottom:1rem}@media (max-width: 480px){.expense-form .form-group{margin-bottom:.75rem}}@media (max-height: 500px){.expense-form .form-group{margin-bottom:.5rem}}.expense-form .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:14px}@media (max-width: 480px){.expense-form .form-group label{font-size:13px;margin-bottom:.35rem}}@media (max-height: 500px){.expense-form .form-group label{font-size:12px;margin-bottom:.25rem}}.expense-form .form-group input,.expense-form .form-group select{width:100%;padding:8px;border:2px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease;min-height:44px}@media (max-width: 480px){.expense-form .form-group input,.expense-form .form-group select{padding:10px;font-size:16px}}@media (max-height: 500px){.expense-form .form-group input,.expense-form .form-group select{padding:6px;font-size:13px;min-height:36px}}.expense-form .form-group input:focus,.expense-form .form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.expense-form .form-group input:hover:not(:focus),.expense-form .form-group select:hover:not(:focus){border-color:#b3b3b3}.expense-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}@media (max-width: 480px){.expense-form .form-row{flex-direction:column;gap:0;margin-bottom:.75rem}}@media (max-height: 500px){.expense-form .form-row{gap:.5rem;margin-bottom:.5rem}}.expense-form .form-row .form-group{flex:1;margin-bottom:0}.expense-form .form-row.top-row{gap:1.5rem}@media (max-width: 480px){.expense-form .form-row.top-row{gap:0}}@media (max-height: 500px){.expense-form .form-row.top-row{gap:.5rem}}.expense-form .form-row.top-row .description-group{flex:2}.expense-form .form-row.top-row .date-group{flex:1}.expense-form .shares-section{border:1px solid #ddd;border-radius:4px;overflow:hidden;margin-top:1rem}@media (max-height: 500px){.expense-form .shares-section{margin-top:.5rem}}.expense-form .shares-section .totals-header{background:#fafafa;padding:1rem;border-bottom:1px solid #e0e0e0}@media (max-width: 480px){.expense-form .shares-section .totals-header{padding:.75rem}}@media (max-height: 500px){.expense-form .shares-section .totals-header{padding:.5rem .75rem}}.expense-form .shares-section .totals-header .total-split.mismatch{font-weight:700;animation:flash 1s infinite}.expense-form .shares-section .totals-header .total-split.mismatch span{color:red!important}@keyframes flash{0%,to{opacity:1}50%{opacity:.6}}.expense-form .shares-section .totals-header .totals{display:grid;grid-template-columns:50px minmax(150px,1fr) 120px 120px;gap:.75rem;font-weight:500;color:#333;font-size:14px}@media (max-width: 480px){.expense-form .shares-section .totals-header .totals{grid-template-columns:1fr 1fr;gap:.5rem;font-size:13px}}@media (max-height: 500px){.expense-form .shares-section .totals-header .totals{gap:.35rem;font-size:12px}}.expense-form .shares-section .totals-header .totals .total-amount{grid-column:1/3;color:#1a73e8}@media (max-width: 480px){.expense-form .shares-section .totals-header .totals .total-amount{grid-column:1/2}}.expense-form .shares-section .totals-header .totals .total-split{grid-column:3/5;display:flex;justify-content:flex-end;gap:2rem;color:#666;padding-right:32px}@media (max-width: 480px){.expense-form .shares-section .totals-header .totals .total-split{grid-column:2/3;gap:1rem;padding-right:16px;justify-content:flex-end}}@media (max-height: 500px){.expense-form .shares-section .totals-header .totals .total-split{gap:.75rem;padding-right:16px}}.expense-form .shares-section .shares-table .shares-header{display:grid;grid-template-columns:50px minmax(150px,1fr) 140px 160px;gap:.75rem;padding:.75rem 1rem;background:#fafafa;border-bottom:1px solid #e0e0e0;font-weight:600;color:#262626;font-size:13px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-header{grid-template-columns:36px 1fr 60px;gap:.5rem;padding:.5rem .75rem;font-size:12px}}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-header{gap:.35rem;padding:.4rem .5rem;font-size:11px}}.expense-form .shares-section .shares-table .shares-header .share-col{text-align:right;padding-right:calc(32px + .5rem)}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-header .share-col{padding-right:0;display:none}}.expense-form .shares-section .shares-table .shares-header .amount-col{text-align:right;padding-right:32px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-header .amount-col{padding-right:0;display:none}}.expense-form .shares-section .shares-table .shares-header .share-col,.expense-form .shares-section .shares-table .shares-header .amount-col{display:flex;align-items:center;justify-content:flex-end}.expense-form .shares-section .shares-table .shares-body{max-height:300px;overflow-y:auto}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body{max-height:200px}}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-body{max-height:150px}}.expense-form .shares-section .shares-table .shares-body .share-row{display:grid;grid-template-columns:50px minmax(150px,1fr) 140px 160px;gap:.75rem;padding:.75rem 1rem;align-items:center;border-bottom:1px solid #eee;font-size:14px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body .share-row{grid-template-columns:36px 1fr 60px;gap:.5rem;padding:.5rem .75rem;font-size:12px}}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-body .share-row{gap:.35rem;padding:.4rem .5rem;font-size:11px}}.expense-form .shares-section .shares-table .shares-body .share-row:last-child{border-bottom:none}.expense-form .shares-section .shares-table .shares-body .share-row:hover{background:#f8f9fa}.expense-form .shares-section .shares-table .shares-body .share-row .select-col{display:flex;align-items:center;justify-content:center}.expense-form .shares-section .shares-table .shares-body .share-row .select-col input[type=checkbox]{width:16px;height:16px;cursor:pointer;min-width:16px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body .share-row .select-col input[type=checkbox]{width:14px;height:14px}}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-body .share-row .select-col input[type=checkbox]{width:12px;height:12px}}.expense-form .shares-section .shares-table .shares-body .share-row .name-col{color:#333}.expense-form .shares-section .shares-table .shares-body .share-row .share-col,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col{display:flex;align-items:center;gap:.5rem}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body .share-row .share-col,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col{display:none}}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper{position:relative;width:90px;margin-left:auto}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper input,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper input{width:100%;text-align:right;padding-right:24px;min-height:32px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper input,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper input{min-height:28px;font-size:12px}}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper input,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper input{min-height:24px;font-size:11px}}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper input:disabled,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper input:disabled{background-color:#e9ecef;cursor:not-allowed}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper:after,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper:after{content:"%";position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none;font-size:12px}@media (max-height: 500px){.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper:after,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper:after{font-size:10px}}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper.amount,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper.amount{width:120px}@media (max-width: 480px){.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper.amount,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper.amount{width:100%}}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper.amount input,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper.amount input{padding-left:20px;padding-right:8px}.expense-form .shares-section .shares-table .shares-body .share-row .share-col .input-wrapper.amount:after,.expense-form .shares-section .shares-table .shares-body .share-row .amount-col .input-wrapper.amount:after{content:attr(data-currency);left:8px;right:auto}.expense-form .button-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width: 480px){.expense-form .button-group{gap:.75rem;margin-top:1rem;flex-wrap:wrap}}@media (max-height: 500px){.expense-form .button-group{gap:.5rem;margin-top:.75rem}}.expense-form .button-group button{padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;min-height:44px;font-size:14px}@media (max-width: 480px){.expense-form .button-group button{padding:10px 16px;flex:1;min-width:120px;font-size:14px}}@media (max-height: 500px){.expense-form .button-group button{padding:8px 12px;min-height:36px;font-size:12px}}.expense-form .button-group button.cancel-button{background:#fff;border:1px solid #ddd;color:#666}@media (max-width: 480px){.expense-form .button-group button.cancel-button{min-width:auto;flex:0 0 auto}}.expense-form .button-group button.cancel-button:hover{background:#f5f5f5}.expense-form .button-group button.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 2px 8px #667eea4d}@media (max-width: 480px){.expense-form .button-group button.save-button{flex:1}}.expense-form .button-group button.save-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.expense-form .button-group button.save-button:disabled{background:#ccc;border:none;cursor:not-allowed}.expense-listing-modal.ant-modal-wrap{z-index:1000}@media (max-width: 480px){.expense-listing-modal.ant-modal-wrap{padding:8px!important}}.expense-listing-modal .ant-tooltip .ant-tooltip-inner p{margin-bottom:8px}.expense-listing-modal .ant-tooltip .ant-tooltip-inner p:last-child{margin-bottom:0}.expense-listing-modal .ant-tooltip .ant-tooltip-inner strong{color:#ffffffd9}.expense-listing-modal.ant-modal{opacity:0;transform:scale(.9);transition:none}.expense-listing-modal.ready.ant-modal{opacity:1;transform:scale(1);transition:all .3s cubic-bezier(.08,.82,.17,1)}.expense-listing-modal .ant-modal-content{transform:scale(.95);transition:transform .3s cubic-bezier(.08,.82,.17,1);padding:16px}@media (max-width: 480px){.expense-listing-modal .ant-modal-content{padding:12px}}.expense-listing-modal.ready .ant-modal-content{transform:scale(1)}.expense-listing-modal .expense-listing-header{margin-bottom:16px;display:flex;justify-content:flex-end;opacity:0;transform:translateY(10px);transition:all .3s ease;align-items:center;flex-wrap:wrap;gap:8px}@media (max-width: 480px){.expense-listing-modal .expense-listing-header{margin-bottom:12px;gap:8px;justify-content:space-between}.expense-listing-modal .expense-listing-header>span,.expense-listing-modal .expense-listing-header>div{order:1;flex-basis:auto}.expense-listing-modal .expense-listing-header .ant-btn{order:2;width:100%;flex-basis:100%;min-height:40px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.expense-listing-modal .expense-listing-header{margin-bottom:8px}.expense-listing-modal .expense-listing-header .ant-btn{min-height:36px;font-size:11px}}.expense-listing-modal.ready .expense-listing-header{opacity:1;transform:translateY(0);transition-delay:.1s}.expense-listing-modal .expense-table{opacity:0;transform:translateY(20px);transition:all .3s ease;overflow-x:auto}@media (max-width: 480px){.expense-listing-modal .expense-table{-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.expense-listing-modal .expense-table .ant-table{font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.expense-listing-modal .expense-table .ant-table{font-size:12px}}.expense-listing-modal .expense-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600}@media (max-width: 480px){.expense-listing-modal .expense-table .ant-table-thead>tr>th{padding:8px;font-size:11px}}@media (min-width: 481px) and (max-height: 500px){.expense-listing-modal .expense-table .ant-table-thead>tr>th{padding:8px;font-size:11px}}.expense-listing-modal .expense-table .ant-table-tbody>tr>td{vertical-align:top}@media (max-width: 480px){.expense-listing-modal .expense-table .ant-table-tbody>tr>td{padding:8px}.expense-listing-modal .expense-table .ant-table-tbody>tr>td .ant-space{font-size:11px!important}.expense-listing-modal .expense-table .ant-table-tbody>tr>td .ant-typography{font-size:11px!important}}@media (min-width: 481px) and (max-height: 500px){.expense-listing-modal .expense-table .ant-table-tbody>tr>td{padding:8px}.expense-listing-modal .expense-table .ant-table-tbody>tr>td .ant-space{font-size:11px!important}.expense-listing-modal .expense-table .ant-table-tbody>tr>td .ant-typography{font-size:11px!important}}.expense-listing-modal .expense-table .ant-table-tbody>tr.delete-hover-row>td{background-color:#fff1f0!important;transition:background-color .2s ease}@media (max-width: 480px){.expense-listing-modal .expense-table .ant-btn{min-height:36px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.expense-listing-modal .expense-table .ant-btn{min-height:28px;font-size:11px}}.expense-listing-modal.ready .expense-table{opacity:1;transform:translateY(0);transition-delay:.2s}.expense-listing-modal .ant-spin .ant-spin-dot{transition:all .3s cubic-bezier(.645,.045,.355,1)}.currency-rates-form{padding:1rem 0}.currency-rates-form .base-currency{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.currency-rates-form .rates-grid{display:flex;flex-direction:column;gap:1.5rem}.currency-rates-form .rates-grid .rate-row{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#fdfbfb,#ebedee);border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease}.currency-rates-form .rates-grid .rate-row:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.currency-rates-form .rates-grid .rate-row .currency-info{display:flex;align-items:center;gap:.5rem}.currency-rates-form .rates-grid .rate-row .currency-info .currency-code{font-weight:600;font-size:1.1em}.currency-rates-form .rates-grid .rate-row .currency-info .currency-symbol{color:#666}.currency-rates-form .rates-grid .rate-row .rate-input{display:flex;align-items:center;gap:.75rem;margin:.5rem 0}.currency-rates-form .rates-grid .rate-row .rate-input label{color:#666;white-space:nowrap}.currency-rates-form .rates-grid .rate-row .rate-input input{width:120px;padding:8px 10px;border:2px solid #ddd;border-radius:6px;text-align:right;transition:all .3s ease}.currency-rates-form .rates-grid .rate-row .rate-input input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.currency-rates-form .rates-grid .rate-row .rate-input input:hover:not(:focus){border-color:#b3b3b3}.currency-rates-form .rates-grid .rate-row .default-rate{font-size:.9em;color:#666;display:flex;align-items:center;gap:.5rem}.currency-rates-form .rates-grid .rate-row .default-rate .last-updated{color:#999;font-size:.9em;font-style:italic}.event-settlement-modal .ant-modal-body{max-height:70vh;overflow-y:auto}@media (max-width: 480px){.event-settlement-modal .ant-modal-body{max-height:75vh;padding:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .ant-modal-body{max-height:80vh;padding:8px}}.event-settlement-modal .ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}@media (max-width: 480px){.event-settlement-modal .ant-modal-header{padding:12px 16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .ant-modal-header{padding:8px 12px}}.event-settlement-modal .settlement-content{padding:20px 0}@media (max-width: 480px){.event-settlement-modal .settlement-content{padding:16px 0}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-content{padding:12px 0}}.event-settlement-modal .ant-select{font-size:12px}.event-settlement-modal .view-toggle-section{margin-bottom:24px;text-align:center}@media (max-width: 480px){.event-settlement-modal .view-toggle-section{margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .view-toggle-section{margin-bottom:12px}}.event-settlement-modal .view-toggle-section .ant-segmented{border-radius:8px;background:#f5f5f5}@media (max-width: 480px){.event-settlement-modal .view-toggle-section .ant-segmented{width:100%}.event-settlement-modal .view-toggle-section .ant-segmented .ant-segmented-item{padding:6px 12px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .view-toggle-section .ant-segmented{transform:scale(.9);transform-origin:center}}.event-settlement-modal .view-toggle-section .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px}.event-settlement-modal .family-cards-container{margin-bottom:24px}@media (max-width: 480px){.event-settlement-modal .family-cards-container{margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .family-cards-container{margin-bottom:12px}}.event-settlement-modal .individual-list-container{margin-bottom:24px}@media (max-width: 480px){.event-settlement-modal .individual-list-container{margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .individual-list-container{margin-bottom:12px}}.event-settlement-modal .individual-list-container .ant-list-item{transition:all .2s ease;padding:16px 12px}@media (max-width: 480px){.event-settlement-modal .individual-list-container .ant-list-item{padding:12px 8px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .individual-list-container .ant-list-item{padding:8px 6px;font-size:11px}}.event-settlement-modal .individual-list-container .ant-list-item:hover{background:#f5f5f5!important;box-shadow:0 2px 8px #00000014}.event-settlement-modal .settlement-summary{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 20px;border-radius:8px;margin-bottom:24px;color:#fff}@media (max-width: 480px){.event-settlement-modal .settlement-summary{padding:12px 16px;margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-summary{padding:10px 12px;margin-bottom:12px}}.event-settlement-modal .settlement-summary .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}@media (max-width: 480px){.event-settlement-modal .settlement-summary .summary-row{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:6px}}.event-settlement-modal .settlement-summary .summary-row:last-child{margin-bottom:0;border-top:1px solid rgba(255,255,255,.3);padding-top:12px;margin-top:12px}@media (max-width: 480px){.event-settlement-modal .settlement-summary .summary-row:last-child{flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.3)}}.event-settlement-modal .settlement-summary .summary-row .label{font-size:14px;opacity:.95}@media (max-width: 480px){.event-settlement-modal .settlement-summary .summary-row .label{font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-summary .summary-row .label{font-size:10px}}.event-settlement-modal .settlement-summary .summary-row .value{font-size:16px;font-weight:600}@media (max-width: 480px){.event-settlement-modal .settlement-summary .summary-row .value{font-size:14px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-summary .summary-row .value{font-size:12px}}.event-settlement-modal .settlement-summary .summary-row .value.amount{font-size:22px}@media (max-width: 480px){.event-settlement-modal .settlement-summary .summary-row .value.amount{font-size:18px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-summary .summary-row .value.amount{font-size:14px}}.event-settlement-modal .settlement-form .form-label{font-weight:500;margin-bottom:8px;display:block;color:#000000d9}@media (max-width: 480px){.event-settlement-modal .settlement-form .form-label{margin-bottom:6px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-form .form-label{margin-bottom:4px;font-size:11px}}.event-settlement-modal .settlement-form .ant-form-item{margin-bottom:20px}@media (max-width: 480px){.event-settlement-modal .settlement-form .ant-form-item{margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .settlement-form .ant-form-item{margin-bottom:12px}}.event-settlement-modal .settlement-form .ant-select,.event-settlement-modal .settlement-form .ant-input{border-radius:6px}.event-settlement-modal .modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #f0f0f0}@media (max-width: 480px){.event-settlement-modal .modal-actions{flex-direction:column;gap:8px;padding-top:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .modal-actions{gap:6px;padding-top:8px}}.event-settlement-modal .modal-actions .ant-btn{padding:8px 24px;height:auto;font-size:15px;border-radius:6px;min-height:40px}@media (max-width: 480px){.event-settlement-modal .modal-actions .ant-btn{width:100%;font-size:13px;min-height:36px;padding:6px 16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .modal-actions .ant-btn{font-size:12px;min-height:32px;padding:4px 12px}}.event-settlement-modal .loading-container,.event-settlement-modal .empty-state{text-align:center;padding:60px 20px}@media (max-width: 480px){.event-settlement-modal .loading-container,.event-settlement-modal .empty-state{padding:40px 16px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .loading-container,.event-settlement-modal .empty-state{padding:30px 12px}}.event-settlement-modal .loading-container .ant-spin,.event-settlement-modal .empty-state .ant-spin{margin-bottom:16px}@media (max-width: 480px){.event-settlement-modal .loading-container .ant-spin,.event-settlement-modal .empty-state .ant-spin{margin-bottom:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .loading-container .ant-spin,.event-settlement-modal .empty-state .ant-spin{margin-bottom:8px}}.event-settlement-modal .loading-container .empty-icon,.event-settlement-modal .empty-state .empty-icon{font-size:48px;color:#d9d9d9;margin-bottom:16px}@media (max-width: 480px){.event-settlement-modal .loading-container .empty-icon,.event-settlement-modal .empty-state .empty-icon{font-size:36px;margin-bottom:12px}}@media (min-width: 481px) and (max-height: 500px){.event-settlement-modal .loading-container .empty-icon,.event-settlement-modal .empty-state .empty-icon{font-size:28px;margin-bottom:8px}}@media (max-width: 480px){.family-card{padding:12px;margin-bottom:12px}.family-card .card-header{font-size:13px}.family-card .card-amount{font-size:16px}}@media (min-width: 481px) and (max-height: 500px){.family-card{padding:8px;margin-bottom:8px}.family-card .card-header{font-size:11px}.family-card .card-amount{font-size:13px}}@media (max-width: 480px){.ant-form-item-control-input-content .ant-select,.ant-form-item-control-input-content .ant-input,.ant-form-item-control-input-content .ant-input-number,.ant-form-item-control-input-content textarea{font-size:14px!important;min-height:40px}}@media (min-width: 481px) and (max-height: 500px){.ant-form-item-control-input-content .ant-select,.ant-form-item-control-input-content .ant-input,.ant-form-item-control-input-content .ant-input-number,.ant-form-item-control-input-content textarea{font-size:12px!important;min-height:32px}}.event-family-summary-modal .ant-modal-header{border-bottom:1px solid #f0f0f0}@media (max-width: 480px){.event-family-summary-modal .ant-modal-header{padding:12px 16px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .ant-modal-header{padding:8px 12px}}.event-family-summary-modal .ant-modal-body{padding:24px}@media (max-width: 480px){.event-family-summary-modal .ant-modal-body{padding:16px;max-height:75vh;overflow-y:auto}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .ant-modal-body{padding:12px;max-height:80vh;overflow-y:auto}}.event-family-summary-modal .ant-card{box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;margin-bottom:16px}@media (max-width: 480px){.event-family-summary-modal .ant-card{margin-bottom:12px;padding:12px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .ant-card{margin-bottom:8px;padding:8px}}.event-family-summary-modal .ant-card:hover{box-shadow:0 12px 24px #00000026!important;transform:translateY(-4px)!important}@media (max-width: 480px){.event-family-summary-modal .ant-card:hover{transform:none!important}}.event-family-summary-modal .ant-collapse{background:transparent;border:none}.event-family-summary-modal .ant-collapse .ant-collapse-header{padding:8px 0!important;background:transparent!important;border:none!important;color:#fff;font-size:14px}@media (max-width: 480px){.event-family-summary-modal .ant-collapse .ant-collapse-header{padding:6px 0!important;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .ant-collapse .ant-collapse-header{padding:4px 0!important;font-size:11px}}.event-family-summary-modal .ant-collapse .ant-collapse-header:hover{background:#ffffff1a!important;border-radius:4px}.event-family-summary-modal .ant-collapse .ant-collapse-content{background:transparent!important;border:none!important}.event-family-summary-modal .ant-collapse .ant-collapse-content-box{padding:0!important}.event-family-summary-modal .ant-typography{color:inherit}@media (max-width: 480px){.event-family-summary-modal .ant-typography{font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .ant-typography{font-size:10px}}.event-family-summary-modal .stacked-bar-tooltip{position:absolute;background:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:12px;pointer-events:none;z-index:20;white-space:nowrap;transform:translate(-50%,-120%);box-shadow:0 6px 16px #0003;animation:tooltipFadeIn .14s ease}@media (max-width: 480px){.event-family-summary-modal .stacked-bar-tooltip{font-size:11px;padding:.4rem .6rem;max-width:90vw;white-space:normal;word-break:break-word}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .stacked-bar-tooltip{font-size:10px;padding:.3rem .5rem}}.event-family-summary-modal .stacked-bar-tooltip .tooltip-category{display:flex;align-items:center;gap:8px;font-weight:600;margin-bottom:4px;font-size:13px}@media (max-width: 480px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-category{gap:4px;font-size:11px;margin-bottom:2px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-category{gap:3px;font-size:9px;margin-bottom:2px}}.event-family-summary-modal .stacked-bar-tooltip .tooltip-amount{font-weight:700;color:gold;margin-bottom:2px}@media (max-width: 480px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-amount{font-size:11px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-amount{font-size:9px}}.event-family-summary-modal .stacked-bar-tooltip .tooltip-percentage{font-size:11px;opacity:.9}@media (max-width: 480px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-percentage{font-size:10px}}@media (min-width: 481px) and (max-height: 500px){.event-family-summary-modal .stacked-bar-tooltip .tooltip-percentage{font-size:8px}}.event-family-summary-modal .stacked-bar-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.9)}@media (max-width: 480px){.event-family-summary-modal .stacked-bar-tooltip:after{bottom:-4px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.9)}}.events-page .error-message{background-color:#fee;border:1px solid #faa;color:#800;padding:12px;margin-bottom:1rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.events-page .error-message button{background:none;border:none;color:inherit;cursor:pointer;padding:0 4px;font-size:16px}.events-page .error-message button:hover{opacity:.7}.events-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.events-page .header{flex-direction:column;gap:1rem;align-items:stretch;margin-bottom:1rem}}.events-page .header .header-left{display:flex;align-items:flex-start;gap:1.5rem}@media (max-width: 768px){.events-page .header .header-left{flex-direction:column;gap:.5rem;align-items:stretch}}.events-page .header .header-left h2{margin:0;font-size:28px;font-weight:600;color:#262626}@media (max-width: 768px){.events-page .header .header-left h2{font-size:20px}}@media (max-width: 480px){.events-page .header .header-left h2{font-size:18px}}@media (max-height: 500px){.events-page .header .header-left h2{font-size:16px;margin:0}}.events-page .header .header-left .filter-section{display:flex;align-items:center;height:32px}@media (max-width: 768px){.events-page .header .header-left .filter-section{width:100%;height:auto}}.events-page .header .header-left .filter-section .ant-segmented{border-radius:8px;background:#f5f5f5}@media (max-width: 768px){.events-page .header .header-left .filter-section .ant-segmented{width:100%}}.events-page .header .header-left .filter-section .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px}.events-page .header .header-buttons{display:flex;gap:1rem}@media (max-width: 768px){.events-page .header .header-buttons{flex-direction:column;gap:.75rem}.events-page .header .header-buttons button{width:100%}}.events-page .action-button{padding:10px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d;white-space:nowrap}@media (max-width: 768px){.events-page .action-button{padding:12px 16px;font-size:14px}}@media (max-width: 480px){.events-page .action-button{padding:12px 14px;font-size:13px}}.events-page .action-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.events-page .action-button:hover{transform:none}}.events-page .action-button:active{transform:translateY(0)}.events-page .events-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:auto;margin-top:2rem;max-height:calc(100vh - 200px);position:relative}@media (max-width: 768px){.events-page .events-table{margin-top:1rem;max-height:calc(100vh - 280px);border-radius:8px}}@media (max-width: 480px){.events-page .events-table{max-height:calc(100vh - 300px);border-radius:6px}}@media (max-height: 500px){.events-page .events-table{max-height:calc(100vh - 100px);margin-top:.5rem;border-radius:8px}}.events-page .events-table{border:1px solid #f0f0f0}.events-page .events-table table{width:100%;border-collapse:separate;border-spacing:0}.events-page .events-table table th,.events-page .events-table table td{padding:1rem;text-align:left;border-bottom:1px solid #eee;vertical-align:middle;background:inherit}@media (max-width: 768px){.events-page .events-table table th,.events-page .events-table table td{padding:.75rem .5rem;font-size:13px}}@media (max-width: 768px) and (max-height: 500px){.events-page .events-table table th,.events-page .events-table table td{padding:.3rem .2rem;font-size:11px}}@media (max-width: 480px){.events-page .events-table table th,.events-page .events-table table td{padding:.5rem .4rem;font-size:12px}}.events-page .events-table table thead{position:sticky;top:0;z-index:2;background:#f8f9fa}.events-page .events-table table thead:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#0000001a}.events-page .events-table table th{background:#f8f9fa;font-weight:500;color:#495057;text-align:center;padding:12px 8px;-webkit-user-select:none;user-select:none;position:sticky;top:0;z-index:2}.events-page .events-table table th:first-child,.events-page .events-table table th:nth-child(2){text-align:left}.events-page .events-table table th.sortable{cursor:pointer;position:relative;padding-right:25px}.events-page .events-table table th.sortable.sorted,.events-page .events-table table th.sortable:hover{background:#e9ecef}.events-page .events-table table th.sortable .sort-icon{position:absolute;right:8px;color:#adb5bd}.events-page .events-table table th.sortable .sort-icon.active,.events-page .events-table table th.sortable:hover .sort-icon,.events-page .events-table table th.sortable.sorted .sort-icon{color:#495057}.events-page .events-table table td:nth-child(5){text-align:center;font-weight:500}.events-page .events-table table td:nth-child(5) .additional-currencies{display:inline-block;background-color:#e9ecef;color:#495057;font-size:.8em;padding:2px 6px;border-radius:12px;margin-left:6px;cursor:help}.events-page .events-table table .currency-select .select__control{border-color:#ddd;box-shadow:none}.events-page .events-table table .currency-select .select__control:hover{border-color:#007bff}.events-page .events-table table .currency-select .select__control--is-focused{border-color:#007bff;box-shadow:0 0 0 1px #007bff}.events-page .events-table table .currency-select .select__multi-value{background-color:#e8f0fe;border-radius:4px}.events-page .events-table table .currency-select .select__multi-value__label{color:#1a73e8;font-size:.9em}.events-page .events-table table .currency-select .select__multi-value__remove{color:#1a73e8}.events-page .events-table table .currency-select .select__multi-value__remove:hover{background-color:#d2e3fc;color:#174ea6}.events-page .events-table table .currency-select .select__option--is-focused{background-color:#f5f5f5}.events-page .events-table table .currency-select .select__option--is-selected{background-color:#e8f0fe;color:#1a73e8}.events-page .events-table table .currency-select .select__menu{z-index:1100}.events-page .events-table table td:nth-child(3),.events-page .events-table table td:nth-child(4){text-align:center}.events-page .events-table table .numeric-with-action{text-align:right;white-space:nowrap}.events-page .events-table table .numeric-with-action .icon-button{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:6px 8px;background:none;border:none;color:#007bff;cursor:pointer;font-size:.9rem;vertical-align:middle;opacity:.7;transition:all .2s ease;min-width:36px;min-height:36px}@media (max-width: 768px){.events-page .events-table table .numeric-with-action .icon-button{min-width:32px;min-height:32px;padding:4px 6px}}@media (max-width: 480px){.events-page .events-table table .numeric-with-action .icon-button{min-width:44px;min-height:44px;padding:8px;font-size:16px}}.events-page .events-table table .numeric-with-action .icon-button:hover{opacity:1;transform:scale(1.1)}@media (max-width: 768px){.events-page .events-table table .numeric-with-action .icon-button:hover{transform:scale(1)}}.events-page .events-table table .numeric{text-align:center}.events-page .events-table table tbody tr:hover{background:#f8f9fa}.events-page .events-table table tbody tr:hover .actions .icon-button[title="Edit Event"]{color:#007bff}.events-page .events-table table tbody tr:hover .actions .icon-button[title="More Actions"]{color:#6c757d}.events-page .events-table table tbody tr.no-data td{text-align:center;color:#6c757d;padding:2rem}.events-page .events-table table .actions{white-space:nowrap;display:flex;gap:.5rem;justify-content:center;position:relative}.events-page .events-table table .actions .icon-button{padding:6px 8px;border:none;background:none;color:#6c757d;cursor:pointer;transition:all .3s ease;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.events-page .events-table table .actions .icon-button{min-width:32px;min-height:32px;padding:4px 6px}}@media (max-width: 480px){.events-page .events-table table .actions .icon-button{min-width:44px;min-height:44px;padding:8px}}.events-page .events-table table .actions .icon-button:hover{color:#007bff;transform:scale(1.15)}@media (max-width: 768px){.events-page .events-table table .actions .icon-button:hover{transform:scale(1)}}.events-page .events-table table .actions .ant-btn{transition:all .3s ease!important}.events-page .events-table table .actions .ant-btn:hover:not(:disabled){transform:scale(1.15)}.events-page .events-table table .actions .dropdown-wrapper{position:relative}.events-page .events-table table .actions .dropdown-wrapper .dropdown-menu{position:absolute;right:0;top:auto;bottom:100%;margin-bottom:4px;background:#fff;border:1px solid #eee;border-radius:4px;box-shadow:0 2px 4px #0000001a;min-width:140px;z-index:1000}.events-page .events-table table .actions .dropdown-wrapper .dropdown-menu button{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:none;color:#333;cursor:pointer;font-size:.9rem}.events-page .events-table table .actions .dropdown-wrapper .dropdown-menu button:hover{background:#f8f9fa}.events-page .events-table table .actions .dropdown-wrapper .dropdown-menu button.delete{color:#dc3545;border-top:1px solid #eee}.events-page .events-table table .actions .dropdown-wrapper .dropdown-menu button.delete:hover{background:#fff5f5}.events-page .events-table table .actions button{padding:4px 8px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.events-page .events-table table .actions button:hover{background:#667eea0d}.events-page .events-table .pagination-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-top:1px solid #dee2e6}@media (max-width: 768px){.events-page .events-table .pagination-controls{flex-direction:column;gap:.75rem;padding:.75rem}}@media (max-width: 480px){.events-page .events-table .pagination-controls{padding:.5rem}}.events-page .events-table .pagination-controls .pagination-info{display:flex;align-items:center;gap:8px;color:#6c757d;font-size:14px}@media (max-width: 768px){.events-page .events-table .pagination-controls .pagination-info{order:3;width:100%;justify-content:center;font-size:13px}}.events-page .events-table .pagination-controls .pagination-info select{padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;background:#fff;margin:0 4px}@media (max-width: 480px){.events-page .events-table .pagination-controls .pagination-info select{padding:6px 8px;font-size:13px}}.events-page .events-table .pagination-controls .pagination-buttons{display:flex;gap:8px;align-items:center}@media (max-width: 768px){.events-page .events-table .pagination-controls .pagination-buttons{width:100%;justify-content:center;order:1}}.events-page .events-table .pagination-controls .pagination-buttons button{padding:6px 12px;border:1px solid #dee2e6;border-radius:4px;background:#fff;color:#6c757d;cursor:pointer;transition:all .2s ease;font-size:14px}@media (max-width: 480px){.events-page .events-table .pagination-controls .pagination-buttons button{padding:8px 12px;font-size:12px;min-width:44px;min-height:44px}}.events-page .events-table .pagination-controls .pagination-buttons button:hover:not(:disabled){background:#e9ecef;border-color:#dee2e6}.events-page .events-table .pagination-controls .pagination-buttons button:disabled{opacity:.5;cursor:not-allowed}.events-page .events-table .pagination-controls .pagination-buttons .page-info{color:#6c757d;padding:0 8px;font-size:13px}@media (max-width: 480px){.events-page .events-table .pagination-controls .pagination-buttons .page-info{padding:0 4px}}.events-page .modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}@media (max-width: 768px){.events-page .modal-overlay{padding:.5rem}}.events-page .modal{background:#fff;padding:2rem;border-radius:8px;width:100%;max-width:500px;position:relative;box-shadow:0 4px 6px #0000001a;max-height:90vh;overflow-y:auto}@media (max-width: 768px){.events-page .modal{padding:1.5rem;border-radius:6px}}@media (max-width: 480px){.events-page .modal{padding:1rem;border-radius:4px}}.events-page .modal h3{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:18px}@media (max-width: 480px){.events-page .modal h3{font-size:16px;margin-bottom:1rem}}.events-page .modal .form-group{margin-bottom:1rem}@media (max-width: 480px){.events-page .modal .form-group{margin-bottom:.75rem}}.events-page .modal .form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:14px}@media (max-width: 480px){.events-page .modal .form-group label{font-size:13px}}.events-page .modal .form-group input,.events-page .modal .form-group textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}@media (max-width: 480px){.events-page .modal .form-group input,.events-page .modal .form-group textarea{padding:10px;font-size:16px}}.events-page .modal .form-group input:focus,.events-page .modal .form-group textarea:focus{outline:none;border-color:#007bff}.events-page .modal .form-group textarea{min-height:100px;resize:vertical}@media (max-width: 480px){.events-page .modal .form-group textarea{min-height:80px}}.events-page .modal .form-group select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;background-color:#fff;cursor:pointer}@media (max-width: 480px){.events-page .modal .form-group select{padding:10px;font-size:16px}}.events-page .modal .form-group select:focus{outline:none;border-color:#007bff}.events-page .modal .form-group input[type=date]{color:#000;padding:7px 8px}@media (max-width: 480px){.events-page .modal .form-group input[type=date]{padding:10px}}.events-page .modal .form-group input[type=date]::-webkit-datetime-edit{color:#999}.events-page .modal .form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;order:1;margin-left:0;margin-right:8px}.events-page .modal .form-group input[type=date]::-webkit-datetime-edit{order:2}.events-page .modal .form-group input[type=date].has-value::-webkit-datetime-edit{color:#000}.events-page .modal .form-group input[type=date][type=date]{display:flex;flex-direction:row;align-items:center;padding-right:8px}.events-page .modal .button-group{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media (max-width: 768px){.events-page .modal .button-group{flex-direction:column;gap:.5rem;margin-top:1.5rem}}.events-page .modal .button-group button{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease;font-size:14px}@media (max-width: 480px){.events-page .modal .button-group button{padding:12px 16px;font-size:14px}}@media (max-width: 768px){.events-page .modal .button-group button.cancel-button{order:2}}@media (max-width: 768px){.events-page .modal .button-group button.save-button{order:1}}.events-page .modal .button-group button.cancel-button{background:#fff;border:1px solid #ddd;color:#666}.events-page .modal .button-group button.cancel-button:hover{background:#f5f5f5}.events-page .modal .button-group button.save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 2px 8px #667eea4d;transition:all .3s ease}.events-page .modal .button-group button.save-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media (max-width: 480px){.balance-history-modal .ant-modal-body{padding:12px;max-height:75vh}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .ant-modal-body{padding:8px;max-height:80vh}}.balance-history-modal .ant-select{font-size:12px}.balance-history-modal .ant-modal-header{border-bottom:none;padding:20px 24px;border-radius:8px 8px 0 0}@media (max-width: 480px){.balance-history-modal .ant-modal-header{padding:12px 16px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .ant-modal-header{padding:8px 12px}}.balance-history-modal .ant-modal-header .ant-modal-title{font-weight:600;font-size:18px;color:#fff}@media (max-width: 480px){.balance-history-modal .ant-modal-header .ant-modal-title{font-size:16px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .ant-modal-header .ant-modal-title{font-size:14px}}.balance-history-modal .ant-modal-header .ant-modal-title .ant-typography{color:#fff!important}.balance-history-modal .ant-modal-header .ant-modal-title .anticon{color:#ffffffe6!important}@media (max-width: 480px){.balance-history-modal .ant-modal-header .ant-modal-title .anticon{font-size:16px}}.balance-history-modal .ant-modal-header .ant-modal-title .ant-tag{background:#fff3;border-color:#ffffff4d;color:#fff}@media (max-width: 480px){.balance-history-modal .ant-modal-header .ant-modal-title .ant-tag{font-size:11px;padding:2px 8px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .ant-modal-header .ant-modal-title .ant-tag{font-size:10px;padding:2px 6px}}.balance-history-modal .ant-modal-close{top:16px;right:28px}.balance-history-modal .ant-modal-close .ant-modal-close-x{width:32px;height:32px;line-height:32px;color:#5e5b5b;font-size:16px;border-radius:50%}@media (max-width: 480px){.balance-history-modal .ant-modal-close .ant-modal-close-x{width:28px;height:28px;line-height:28px;font-size:14px}}.balance-history-modal.receivable .ant-modal-header{background:linear-gradient(135deg,#11998e,#38ef7d)}.balance-history-modal.payable .ant-modal-header{background:linear-gradient(135deg,#fc4a1a,#f7b733)}.balance-history-modal .ant-modal-body{padding:24px;max-height:70vh;overflow-y:auto}.balance-history-modal .balance-header-container{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}@media (max-width: 480px){.balance-history-modal .balance-header-container{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .balance-header-container{gap:8px;margin-bottom:8px}}.balance-history-modal .balance-summary{background:linear-gradient(135deg,#fdfbfb,#ebedee);border:1px solid #e0e0e0;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000000d;flex:1}@media (max-width: 480px){.balance-history-modal .balance-summary{padding:12px;flex:1}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .balance-summary{padding:8px}}.balance-history-modal .settle-button{height:auto;padding:16px 24px;font-size:16px;font-weight:600;border-radius:8px;box-shadow:0 2px 8px #00000026;transition:all .3s ease;min-height:44px}@media (max-width: 480px){.balance-history-modal .settle-button{width:100%;padding:12px 16px;font-size:16px;min-height:40px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settle-button{padding:8px 12px;font-size:14px;min-height:32px}}.balance-history-modal .settle-button.receivable-btn{background:linear-gradient(135deg,#11998e,#38ef7d);border:2px solid rgba(255,255,255,.3);color:#fff}.balance-history-modal .settle-button.receivable-btn:hover{background:linear-gradient(135deg,#0d7a6f,#2dd162);border-color:#ffffff80;box-shadow:0 4px 12px #11998e66;transform:translateY(-2px);color:#fff!important}@media (max-width: 480px){.balance-history-modal .settle-button.receivable-btn:hover{transform:none}}.balance-history-modal .settle-button.receivable-btn:active{transform:translateY(0);color:#fff!important}.balance-history-modal .settle-button.receivable-btn:focus{color:#fff!important}.balance-history-modal .settle-button.payable-btn{background:linear-gradient(135deg,#fc4a1a,#f7b733);border:2px solid rgba(255,255,255,.3);color:#fff}.balance-history-modal .settle-button.payable-btn:hover{background:linear-gradient(135deg,#d63e15,#d99b28);border-color:#ffffff80;box-shadow:0 4px 12px #fc4a1a66;transform:translateY(-2px);color:#fff!important}@media (max-width: 480px){.balance-history-modal .settle-button.payable-btn:hover{transform:none}}.balance-history-modal .settle-button.payable-btn:active{transform:translateY(0);color:#fff!important}.balance-history-modal .settle-button.payable-btn:focus{color:#fff!important}.balance-history-modal .settle-button .anticon{font-size:18px}@media (max-width: 480px){.balance-history-modal .settle-button .anticon{font-size:14px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settle-button .anticon{font-size:12px}}@media (max-width: 480px){.balance-history-modal .settlement-status-columns{flex-direction:column!important;gap:12px!important}}@media (max-width: 480px){.balance-history-modal .settlement-method-action{display:flex!important;flex-direction:column-reverse!important;gap:8px!important;width:100%!important}.balance-history-modal .settlement-method-action .ant-form-item{width:100%;margin-bottom:0}.balance-history-modal .settlement-method-action button{width:100%}}.balance-history-modal .settlement-form-container{padding:24px 0}@media (max-width: 480px){.balance-history-modal .settlement-form-container{padding:16px 0}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settlement-form-container{padding:12px 0}}.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text{margin:20px 0 16px}@media (max-width: 480px){.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text{margin:16px 0 12px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text{margin:12px 0 8px}}.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text .ant-divider-inner-text{font-weight:500;color:#000000d9}@media (max-width: 480px){.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text .ant-divider-inner-text{font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settlement-form-container .ant-divider-horizontal.ant-divider-with-text .ant-divider-inner-text{font-size:11px}}.balance-history-modal .settlement-form-container .ant-form-item{margin-bottom:20px}@media (max-width: 480px){.balance-history-modal .settlement-form-container .ant-form-item{margin-bottom:16px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .settlement-form-container .ant-form-item{margin-bottom:12px}}@media (max-width: 480px){.balance-history-modal .balance-history-table{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;display:block}}@media (max-width: 480px){.balance-history-modal .balance-history-table .ant-table{width:100%!important;min-width:800px}}@media (max-width: 480px){.balance-history-modal .balance-history-table .ant-pagination{display:block!important;width:100%}.balance-history-modal .balance-history-table .ant-pagination .ant-pagination-total-text{display:block;width:100%;margin-bottom:16px;overflow:visible}.balance-history-modal .balance-history-table .ant-pagination .ant-pagination-item,.balance-history-modal .balance-history-table .ant-pagination .ant-pagination-prev,.balance-history-modal .balance-history-table .ant-pagination .ant-pagination-next{margin:0 4px}}.balance-history-modal .balance-history-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;padding:12px;white-space:nowrap}@media (max-width: 480px){.balance-history-modal .balance-history-table .ant-table-thead>tr>th{padding:8px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .balance-history-table .ant-table-thead>tr>th{padding:6px;font-size:11px}.balance-history-modal .balance-history-table .ant-table-thead>tr>th .ant-typography{font-size:11px!important}.balance-history-modal .balance-history-table .ant-table-thead>tr>th span{font-size:11px!important}}@media (max-width: 480px) and (orientation: landscape){.balance-history-modal .balance-history-table .ant-table-thead>tr>th{padding:6px;font-size:11px!important}}.balance-history-modal .balance-history-table .ant-table-tbody>tr>td{padding:12px;white-space:nowrap}@media (max-width: 480px){.balance-history-modal .balance-history-table .ant-table-tbody>tr>td{padding:8px;font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.balance-history-modal .balance-history-table .ant-table-tbody>tr>td{padding:6px;font-size:12px}.balance-history-modal .balance-history-table .ant-table-tbody>tr>td .ant-typography{font-size:12px!important}.balance-history-modal .balance-history-table .ant-table-tbody>tr>td span{font-size:12px!important}}@media (max-width: 480px) and (orientation: landscape){.balance-history-modal .balance-history-table .ant-table-tbody>tr>td{padding:6px;font-size:11px!important}}.balance-history-modal .balance-history-table .ant-table-tbody>tr>td:hover{background:#f5f5f5}@media (max-width: 480px){.balance-history-modal .balance-history-table{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.family-balance-summary-modal .ant-modal-header{padding:12px 16px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-modal-header{padding:8px 12px}}@media (max-width: 480px){.family-balance-summary-modal .ant-modal-body{padding:12px;max-height:75vh;overflow-y:auto}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-modal-body{padding:8px;max-height:80vh;overflow-y:auto}}.family-balance-summary-modal .summary-card{border-radius:12px;border:none;color:#fff;margin-bottom:16px}@media (max-width: 480px){.family-balance-summary-modal .summary-card{margin-bottom:12px;padding:12px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .summary-card{margin-bottom:8px;padding:8px}}.family-balance-summary-modal .summary-card .ant-statistic-title{color:#fff!important;font-size:14px;font-weight:500;margin-bottom:8px}@media (max-width: 480px){.family-balance-summary-modal .summary-card .ant-statistic-title{font-size:12px;margin-bottom:6px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .summary-card .ant-statistic-title{font-size:11px;margin-bottom:4px}}.family-balance-summary-modal .summary-card .ant-statistic-content{color:#fff!important;font-size:28px;font-weight:600}@media (max-width: 480px){.family-balance-summary-modal .summary-card .ant-statistic-content{font-size:20px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .summary-card .ant-statistic-content{font-size:16px}}.family-balance-summary-modal .summary-card .anticon{color:#ffffffe6!important}@media (max-width: 480px){.family-balance-summary-modal .summary-card .anticon{font-size:18px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .summary-card .anticon{font-size:14px}}.family-balance-summary-modal .summary-card.receivable{background:linear-gradient(135deg,#11998e,#38ef7d)}.family-balance-summary-modal .summary-card.payable{background:linear-gradient(135deg,#fc4a1a,#f7b733)}.family-balance-summary-modal .ant-table{font-size:14px}@media (max-width: 480px){.family-balance-summary-modal .ant-table{font-size:12px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-table{font-size:11px}}.family-balance-summary-modal .ant-table .ant-table-thead>tr>th{background:#fafafa;font-weight:600;padding:12px}@media (max-width: 480px){.family-balance-summary-modal .ant-table .ant-table-thead>tr>th{padding:8px;font-size:11px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-table .ant-table-thead>tr>th{padding:6px;font-size:10px}}.family-balance-summary-modal .ant-table .ant-table-tbody>tr>td{padding:12px;vertical-align:middle}@media (max-width: 480px){.family-balance-summary-modal .ant-table .ant-table-tbody>tr>td{padding:8px;font-size:11px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-table .ant-table-tbody>tr>td{padding:6px;font-size:10px}}.family-balance-summary-modal .ant-btn{min-height:40px}@media (max-width: 480px){.family-balance-summary-modal .ant-btn{min-height:36px;font-size:12px;padding:6px 12px}}@media (min-width: 481px) and (max-height: 500px){.family-balance-summary-modal .ant-btn{min-height:32px;font-size:11px;padding:4px 8px}}@media (max-width: 480px){.family-balance-summary-modal .ant-space{flex-direction:column;width:100%}.family-balance-summary-modal .ant-space .ant-space-item,.family-balance-summary-modal .ant-space .ant-space-item .ant-btn{width:100%}}.balances-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (max-width: 768px){.balances-page .header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem}}@media (max-width: 480px){.balances-page .header{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:.75rem}}.balances-page .header .header-left{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){.balances-page .header .header-left{flex-direction:column;align-items:stretch;gap:.5rem}}@media (max-width: 480px){.balances-page .header .header-left{flex-direction:column;gap:.5rem}}.balances-page .header .header-left h2{margin:0;font-size:28px;font-weight:600;color:#262626}@media (max-width: 768px){.balances-page .header .header-left h2{font-size:20px}}@media (max-width: 480px){.balances-page .header .header-left h2{font-size:18px}}@media (max-height: 500px){.balances-page .header .header-left h2{font-size:16px}}.balances-page .header .header-left .filter-section{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.balances-page .header .header-left .filter-section{flex-direction:column;gap:.5rem;width:100%}}@media (max-width: 480px){.balances-page .header .header-left .filter-section{flex-direction:column;gap:.5rem;width:100%}}.balances-page .header .header-left .filter-section .ant-segmented{border-radius:8px;background:#f5f5f5}@media (max-width: 480px){.balances-page .header .header-left .filter-section .ant-segmented{width:100%}}.balances-page .header .header-left .filter-section .ant-segmented .ant-segmented-item-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px}@media (max-width: 768px){.balances-page .header .header-left .filter-section .ant-select{width:100%}}@media (max-width: 480px){.balances-page .header .header-left .filter-section .ant-select{width:100%}}.balances-page .header .header-left .filter-section .ant-select .ant-select-selector{border-radius:8px;border:2px solid #d9d9d9;transition:all .3s ease}.balances-page .header .header-left .filter-section .ant-select .ant-select-selector:hover{border-color:#667eea}.balances-page .header .header-left .filter-section .ant-select.ant-select-focused .ant-select-selector{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.balances-page .header .header-left .filter-section .ant-picker{border-radius:8px;border:2px solid #d9d9d9;transition:all .3s ease}@media (max-width: 768px){.balances-page .header .header-left .filter-section .ant-picker{width:100%}}@media (max-width: 480px){.balances-page .header .header-left .filter-section .ant-picker{width:100%}}.balances-page .header .header-left .filter-section .ant-picker:hover{border-color:#667eea}.balances-page .header .header-left .filter-section .ant-picker.ant-picker-focused{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.balances-page .statistics-row{margin-bottom:2rem}@media (max-width: 768px){.balances-page .statistics-row{margin-bottom:1rem}}@media (max-width: 480px){.balances-page .statistics-row{margin-bottom:.75rem}}@media (max-height: 500px){.balances-page .statistics-row{margin-bottom:.5rem}}@media (max-width: 480px){.balances-page .statistics-row .ant-col{max-width:100%!important;flex:0 0 100%!important}}.balances-page .statistics-row .ant-card{border-radius:12px;border:none;transition:all .3s ease}.balances-page .statistics-row .ant-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}@media (max-width: 768px){.balances-page .statistics-row .ant-card:hover{transform:none}}.balances-page .statistics-row .ant-card .ant-card-body{padding:24px}@media (max-width: 768px){.balances-page .statistics-row .ant-card .ant-card-body{padding:16px}}@media (max-width: 480px){.balances-page .statistics-row .ant-card .ant-card-body{padding:12px}}@media (max-height: 500px){.balances-page .statistics-row .ant-card .ant-card-body{padding:8px}}.balances-page .statistics-row .ant-card .ant-statistic-title{font-size:14px;font-weight:500;margin-bottom:8px}@media (max-width: 480px){.balances-page .statistics-row .ant-card .ant-statistic-title{font-size:12px;margin-bottom:4px}}@media (max-height: 500px){.balances-page .statistics-row .ant-card .ant-statistic-title{font-size:10px;margin-bottom:2px}}.balances-page .statistics-row .ant-card .ant-statistic-content{font-size:28px;font-weight:600}@media (max-width: 768px){.balances-page .statistics-row .ant-card .ant-statistic-content{font-size:24px}}@media (max-width: 480px){.balances-page .statistics-row .ant-card .ant-statistic-content{font-size:20px}}@media (max-height: 500px){.balances-page .statistics-row .ant-card .ant-statistic-content{font-size:16px}}.balances-page .statistics-row .stat-card-receivable{background:linear-gradient(135deg,#11998e,#38ef7d)}.balances-page .statistics-row .stat-card-receivable .ant-statistic-title,.balances-page .statistics-row .stat-card-receivable .ant-statistic-content{color:#fff!important}.balances-page .statistics-row .stat-card-receivable .anticon{color:#ffffffe6!important}.balances-page .statistics-row .stat-card-payable{background:linear-gradient(135deg,#fc4a1a,#f7b733)}.balances-page .statistics-row .stat-card-payable .ant-statistic-title,.balances-page .statistics-row .stat-card-payable .ant-statistic-content{color:#fff!important}.balances-page .statistics-row .stat-card-payable .anticon{color:#ffffffe6!important}.balances-page .statistics-row .stat-card-balances{background:linear-gradient(135deg,#667eea,#764ba2)}.balances-page .statistics-row .stat-card-balances .ant-statistic-title,.balances-page .statistics-row .stat-card-balances .ant-statistic-content{color:#fff!important}.balances-page .statistics-row .stat-card-balances .anticon{color:#ffffffe6!important}.balances-page .ant-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;margin-top:1rem;border:1px solid #f0f0f0}@media (max-width: 768px){.balances-page .ant-table-wrapper{border-radius:8px;margin-top:.75rem}}@media (max-width: 480px){.balances-page .ant-table-wrapper{border-radius:6px;margin-top:.5rem;overflow-x:auto}}@media (max-height: 500px){.balances-page .ant-table-wrapper{margin-top:.25rem}}@media (max-width: 480px){.balances-page .ant-table-wrapper .ant-table{font-size:12px}}@media (max-height: 500px){.balances-page .ant-table-wrapper .ant-table{font-size:11px}}@media (max-width: 480px){.balances-page .ant-table-wrapper .ant-table thead>tr>th{padding:8px 4px;font-size:12px}}@media (max-height: 500px){.balances-page .ant-table-wrapper .ant-table thead>tr>th{padding:4px 2px;font-size:10px}}@media (max-width: 480px){.balances-page .ant-table-wrapper .ant-table tbody>tr>td{padding:8px 4px;font-size:12px}}@media (max-height: 500px){.balances-page .ant-table-wrapper .ant-table tbody>tr>td{padding:4px 2px;font-size:10px}}.balances-page .ant-table-wrapper .ant-btn{transition:all .3s ease!important;min-height:32px}@media (max-width: 480px){.balances-page .ant-table-wrapper .ant-btn{min-height:40px}}.balances-page .ant-table-wrapper .ant-btn:hover:not(:disabled){transform:scale(1.25)}@media (max-width: 768px){.balances-page .ant-table-wrapper .ant-btn:hover:not(:disabled){transform:none}}.balances-page .ant-tag{text-transform:capitalize}@media (max-width: 480px){.balances-page .ant-tag{font-size:11px;padding:2px 6px}}@media (max-height: 500px){.balances-page .ant-tag{font-size:9px;padding:1px 4px}}.profile-page{padding:0}.profile-page .profile-header-section{margin-bottom:24px}@media (max-width: 768px){.profile-page .profile-header-section{margin-bottom:16px}}@media (max-width: 480px){.profile-page .profile-header-section{margin-bottom:12px}}@media (max-height: 500px){.profile-page .profile-header-section{margin-bottom:8px}}.profile-page .profile-header-section h2{margin:0;font-size:28px;font-weight:600}@media (max-width: 768px){.profile-page .profile-header-section h2{font-size:20px}}@media (max-width: 480px){.profile-page .profile-header-section h2{font-size:18px}}@media (max-height: 500px){.profile-page .profile-header-section h2{font-size:16px}}.profile-page .profile-card{border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}@media (max-width: 768px){.profile-page .profile-card{border-radius:8px}}@media (max-width: 480px){.profile-page .profile-card{border-radius:6px}}.profile-page .profile-card:hover{box-shadow:0 4px 16px #667eea4d;transform:translateY(-2px)}@media (max-width: 768px){.profile-page .profile-card:hover{transform:none}}.profile-page .profile-card .profile-avatar-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px}@media (max-width: 768px){.profile-page .profile-card .profile-avatar-section{padding:16px 12px}}@media (max-width: 480px){.profile-page .profile-card .profile-avatar-section{padding:12px 8px}}@media (max-height: 500px){.profile-page .profile-card .profile-avatar-section{padding:8px 4px}}.profile-page .profile-card .profile-avatar-section .profile-avatar{border:4px solid rgba(255,255,255,.3);box-shadow:0 4px 12px #0003;width:100px;height:100px}@media (max-width: 768px){.profile-page .profile-card .profile-avatar-section .profile-avatar{width:80px;height:80px;border-width:3px}}@media (max-width: 480px){.profile-page .profile-card .profile-avatar-section .profile-avatar{width:70px;height:70px;border-width:2px}}@media (max-height: 500px){.profile-page .profile-card .profile-avatar-section .profile-avatar{width:60px;height:60px;border-width:2px}}.profile-page .profile-card .profile-avatar-section h3{margin-top:16px;margin-bottom:4px;font-size:22px;font-weight:600;color:#fff}@media (max-width: 768px){.profile-page .profile-card .profile-avatar-section h3{font-size:18px;margin-top:12px;margin-bottom:2px}}@media (max-width: 480px){.profile-page .profile-card .profile-avatar-section h3{font-size:16px;margin-top:8px}}@media (max-height: 500px){.profile-page .profile-card .profile-avatar-section h3{font-size:14px;margin-top:4px;margin-bottom:0}}.profile-page .profile-card .profile-avatar-section .ant-typography{color:#ffffffe6}@media (max-width: 480px){.profile-page .profile-card .profile-avatar-section .ant-typography{font-size:12px}}@media (max-height: 500px){.profile-page .profile-card .profile-avatar-section .ant-typography{font-size:11px}}.profile-page .profile-card .profile-avatar-section .ant-tag{background:#fff3;border-color:#ffffff4d;color:#fff;font-weight:500}@media (max-width: 480px){.profile-page .profile-card .profile-avatar-section .ant-tag{font-size:11px;padding:2px 6px}}@media (max-height: 500px){.profile-page .profile-card .profile-avatar-section .ant-tag{font-size:9px;padding:1px 4px}}.profile-page .info-card,.profile-page .preferences-card{border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;transition:all .3s ease;margin-bottom:1.5rem}@media (max-width: 768px){.profile-page .info-card,.profile-page .preferences-card{border-radius:8px;margin-bottom:1rem}}@media (max-width: 480px){.profile-page .info-card,.profile-page .preferences-card{border-radius:6px;margin-bottom:.75rem}}@media (max-height: 500px){.profile-page .info-card,.profile-page .preferences-card{margin-bottom:.5rem}}.profile-page .info-card:hover,.profile-page .preferences-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#e6e6e6}@media (max-width: 768px){.profile-page .info-card:hover,.profile-page .preferences-card:hover{box-shadow:0 2px 8px #00000014}}.profile-page .info-card .ant-card-head,.profile-page .preferences-card .ant-card-head{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-bottom:none;padding:12px 16px}@media (max-width: 768px){.profile-page .info-card .ant-card-head,.profile-page .preferences-card .ant-card-head{padding:10px 12px}}@media (max-width: 480px){.profile-page .info-card .ant-card-head,.profile-page .preferences-card .ant-card-head{padding:8px 10px}}@media (max-height: 500px){.profile-page .info-card .ant-card-head,.profile-page .preferences-card .ant-card-head{padding:6px 8px}}.profile-page .info-card .ant-card-head .ant-card-head-title,.profile-page .preferences-card .ant-card-head .ant-card-head-title{font-size:16px;font-weight:600;padding:16px 0;color:#262626}@media (max-width: 768px){.profile-page .info-card .ant-card-head .ant-card-head-title,.profile-page .preferences-card .ant-card-head .ant-card-head-title{font-size:14px;padding:12px 0}}@media (max-width: 480px){.profile-page .info-card .ant-card-head .ant-card-head-title,.profile-page .preferences-card .ant-card-head .ant-card-head-title{font-size:13px;padding:8px 0}}@media (max-height: 500px){.profile-page .info-card .ant-card-head .ant-card-head-title,.profile-page .preferences-card .ant-card-head .ant-card-head-title{font-size:12px;padding:4px 0}}.profile-page .info-card .ant-card-head .ant-card-head-title .anticon,.profile-page .preferences-card .ant-card-head .ant-card-head-title .anticon{color:#667eea;margin-right:8px}@media (max-width: 480px){.profile-page .info-card .ant-card-head .ant-card-head-title .anticon,.profile-page .preferences-card .ant-card-head .ant-card-head-title .anticon{margin-right:4px}}.profile-page .info-card .ant-card-body,.profile-page .preferences-card .ant-card-body{padding:24px}@media (max-width: 768px){.profile-page .info-card .ant-card-body,.profile-page .preferences-card .ant-card-body{padding:16px}}@media (max-width: 480px){.profile-page .info-card .ant-card-body,.profile-page .preferences-card .ant-card-body{padding:12px}}@media (max-height: 500px){.profile-page .info-card .ant-card-body,.profile-page .preferences-card .ant-card-body{padding:8px}}.profile-page .info-item{display:flex;flex-direction:column;gap:8px;padding:14px;background:linear-gradient(135deg,#fdfbfb,#ebedee);border-radius:10px;border:1px solid #f0f0f0;transition:all .3s ease;margin-bottom:12px}@media (max-width: 768px){.profile-page .info-item{padding:10px;border-radius:6px;margin-bottom:8px}}@media (max-width: 480px){.profile-page .info-item{padding:8px;border-radius:4px;margin-bottom:6px;gap:4px}}@media (max-height: 500px){.profile-page .info-item{padding:6px;margin-bottom:4px;gap:2px}}.profile-page .info-item:hover{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-color:#d9d9d9;transform:translateY(-2px);box-shadow:0 2px 8px #00000014}@media (max-width: 768px){.profile-page .info-item:hover{transform:none}}.profile-page .info-item .info-label{font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px;color:#595959}@media (max-width: 480px){.profile-page .info-item .info-label{font-size:11px;gap:3px}}@media (max-height: 500px){.profile-page .info-item .info-label{font-size:10px;gap:2px}}.profile-page .info-item .info-label .info-icon{color:#667eea;font-size:14px}@media (max-width: 480px){.profile-page .info-item .info-label .info-icon{font-size:12px}}@media (max-height: 500px){.profile-page .info-item .info-label .info-icon{font-size:10px}}.profile-page .info-item .info-value{font-size:15px;color:#262626;font-weight:500}@media (max-width: 768px){.profile-page .info-item .info-value{font-size:14px}}@media (max-width: 480px){.profile-page .info-item .info-value{font-size:13px}}@media (max-height: 500px){.profile-page .info-item .info-value{font-size:12px}}.profile-page .preference-section .preference-header{margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}@media (max-width: 768px){.profile-page .preference-section .preference-header{margin-bottom:12px;padding-bottom:8px}}@media (max-width: 480px){.profile-page .preference-section .preference-header{margin-bottom:8px;padding-bottom:6px}}@media (max-height: 500px){.profile-page .preference-section .preference-header{margin-bottom:4px;padding-bottom:3px}}.profile-page .preference-section .ant-select-lg{width:100%}.profile-page .preference-section .ant-select-lg .ant-select-selector{border-radius:8px;border:2px solid #d9d9d9;transition:all .3s ease;background:#fafafa;min-height:44px}@media (max-width: 480px){.profile-page .preference-section .ant-select-lg .ant-select-selector{font-size:14px;min-height:40px}}.profile-page .preference-section .ant-select-lg .ant-select-selector:hover{border-color:#667eea;background:#fff}.profile-page .preference-section .ant-select-lg.ant-select-focused .ant-select-selector{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.profile-page .preference-section .ant-btn-lg{height:40px;padding:4px 20px;font-size:15px;border-radius:8px;font-weight:500;transition:all .3s ease;width:100%}@media (max-width: 480px){.profile-page .preference-section .ant-btn-lg{height:44px;font-size:14px;padding:4px 16px}}@media (max-height: 500px){.profile-page .preference-section .ant-btn-lg{height:36px;font-size:12px;padding:2px 12px}}.profile-page .preference-section .ant-btn-lg.ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 2px 8px #667eea4d}.profile-page .preference-section .ant-btn-lg.ant-btn-primary:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}@media (max-width: 768px){.profile-page .preference-section .ant-btn-lg.ant-btn-primary:hover{transform:none}}.profile-page .preference-section .ant-btn-lg.ant-btn-primary:active{transform:translateY(0)}.profile-page .profile-loading,.profile-page .profile-error{display:flex;justify-content:center;align-items:center;min-height:400px}@media (max-width: 768px){.profile-page .profile-loading,.profile-page .profile-error{min-height:300px}}@media (max-width: 480px){.profile-page .profile-loading,.profile-page .profile-error{min-height:200px}}.profile-page :global(.ant-popconfirm-title){text-align:center}@media (max-width: 480px){.profile-page :global(.ant-popconfirm-title){font-size:13px}}@media (max-height: 500px){.profile-page :global(.ant-popconfirm-title){font-size:12px}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:8px;width:95%;max-width:1400px;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 4px 12px #00000026}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:#333}:root{--primary-color: #007bff;--secondary-color: #6c757d;--success-color: #28a745;--danger-color: #dc3545;--warning-color: #ffc107;--info-color: #17a2b8;--light-color: #f8f9fa;--dark-color: #343a40}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}
