.Sidebar-module__WZVnLW__sidebar{width:var(--sidebar-width,290px);background:var(--background-card);-webkit-backdrop-filter:blur(16px);border-right:1px solid var(--border);z-index:1000;flex-direction:column;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__logo{flex-shrink:0;align-items:center;gap:1rem;height:auto;min-height:90px;padding:1.5rem;display:flex}.Sidebar-module__WZVnLW__logoIcon{background:var(--primary-gradient);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:800;display:flex;box-shadow:0 8px 16px #6366f14d}.Sidebar-module__WZVnLW__logoText{color:var(--foreground);letter-spacing:-.03em;word-break:break-word;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.1}.Sidebar-module__WZVnLW__nav{flex:1;padding:1rem;overflow-y:auto}.Sidebar-module__WZVnLW__sectionHeader{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem .75rem .75rem;font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__navList{flex-direction:column;gap:6px;margin:4px 0;padding:0;list-style:none;display:flex}.Sidebar-module__WZVnLW__navItem{width:100%;position:relative}.Sidebar-module__WZVnLW__navLink{border-radius:var(--radius-md);color:var(--foreground-muted);align-items:center;gap:1rem;width:100%;padding:.825rem 1rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Sidebar-module__WZVnLW__navLink:hover{background-color:var(--primary-light);color:var(--primary);transform:translate(4px)}.Sidebar-module__WZVnLW__navLink.Sidebar-module__WZVnLW__active{color:#fff;background:var(--primary-gradient);font-weight:600;box-shadow:0 4px 12px #6366f140}.Sidebar-module__WZVnLW__icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Sidebar-module__WZVnLW__navLink.Sidebar-module__WZVnLW__active .Sidebar-module__WZVnLW__icon{color:#fff;filter:drop-shadow(0 0 8px #fff6)}.Sidebar-module__WZVnLW__badge{background-color:var(--danger);color:#fff;min-width:20px;height:20px;box-shadow:0 4px 8px var(--danger-light);border-radius:20px;justify-content:center;align-items:center;margin-left:auto;padding:2px 8px;font-size:.65rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__stickyBottom{background-color:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;margin-top:auto;padding:.5rem .75rem}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--border);flex-shrink:0;padding:1.25rem 1rem}.Sidebar-module__WZVnLW__userInfo{border-radius:var(--radius-lg);background-color:var(--background);border:1px solid var(--border);align-items:center;gap:.75rem;width:100%;padding:.625rem;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__avatar{background:var(--background-card);width:36px;height:36px;color:var(--primary);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.Sidebar-module__WZVnLW__userDetails{flex-direction:column;flex:1;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__userName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.825rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__userRole{color:var(--foreground-muted);text-transform:capitalize;font-size:.7rem}.Sidebar-module__WZVnLW__mobileCloseBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;transition:background-color .2s;display:none}.Sidebar-module__WZVnLW__mobileCloseBtn:hover{background-color:#e2e8f0}.Sidebar-module__WZVnLW__collapsibleContent{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.Sidebar-module__WZVnLW__collapsibleContent.Sidebar-module__WZVnLW__open{max-height:800px}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{box-shadow:none;transform:translate(-100%)}.Sidebar-module__WZVnLW__open{transform:translate(0);box-shadow:20px 0 60px #00000026}.Sidebar-module__WZVnLW__mobileCloseBtn{display:flex}.Sidebar-module__WZVnLW__logoText{font-size:1rem}}.Sidebar-module__WZVnLW__sectionHeaderIcon{opacity:.5;pointer-events:none;align-items:center;transition:transform .3s;display:flex}.Sidebar-module__WZVnLW__sectionHeaderIcon.Sidebar-module__WZVnLW__open{opacity:1;transform:rotate(180deg)}.Sidebar-module__WZVnLW__logoImage{object-fit:contain;border-radius:4px;max-width:100%;max-height:40px}
.Navbar-module__cJzEcG__navbar{height:var(--navbar-height);background:var(--background-card);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:1000;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #00000008}.Navbar-module__cJzEcG__pageTitle{color:var(--foreground);letter-spacing:-.02em;background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700}.Navbar-module__cJzEcG__right{align-items:center;gap:1.25rem;display:flex}.Navbar-module__cJzEcG__notificationBtn{background:var(--background);border:1px solid var(--border);cursor:pointer;color:var(--foreground-muted);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.6rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Navbar-module__cJzEcG__notificationBtn:hover{background-color:var(--primary-light);color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.Navbar-module__cJzEcG__icon{font-size:1.15rem}.Navbar-module__cJzEcG__badge{background:var(--danger);color:#fff;min-width:18px;height:18px;box-shadow:0 4px 8px var(--danger-light);border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module__cJzEcG__userMenuWrapper{align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__userProfileBtn{background:var(--background);border:1px solid var(--border);cursor:pointer;border-radius:50px;align-items:center;gap:.75rem;padding:.4rem .75rem .4rem .4rem;transition:all .25s;display:flex}.Navbar-module__cJzEcG__userProfileBtn:hover{border-color:var(--primary);background-color:#fff;box-shadow:0 4px 12px #0000000d}.Navbar-module__cJzEcG__avatarMini{background:var(--primary-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.825rem;font-weight:700;display:flex;box-shadow:0 4px 8px #6366f133}.Navbar-module__cJzEcG__iconSm{color:var(--foreground-muted);opacity:.7;font-size:.55rem}.Navbar-module__cJzEcG__dropdownMenu{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);width:240px;box-shadow:var(--shadow-premium);background:#fffffff2;padding:.5rem;animation:.3s cubic-bezier(.34,1.56,.64,1) Navbar-module__cJzEcG__dropdownPop;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden}@keyframes Navbar-module__cJzEcG__dropdownPop{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.Navbar-module__cJzEcG__dropdownHeader{flex-direction:column;gap:.2rem;padding:1rem .75rem;display:flex}.Navbar-module__cJzEcG__dropdownName{color:var(--foreground);font-family:Outfit,sans-serif;font-size:.925rem;font-weight:700}.Navbar-module__cJzEcG__dropdownEmail{color:var(--foreground-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.Navbar-module__cJzEcG__dropdownDiv{background-color:var(--border);height:1px;margin:.25rem .5rem}.Navbar-module__cJzEcG__dropdownItem{width:100%;color:var(--foreground);cursor:pointer;text-align:left;border-radius:var(--radius-md);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background-color:var(--primary-light);color:var(--primary)}.Navbar-module__cJzEcG__itemIcon{opacity:.8;font-size:1.1rem}.Navbar-module__cJzEcG__danger{color:var(--danger)}.Navbar-module__cJzEcG__danger:hover{background-color:var(--danger-light);color:var(--danger)}.Navbar-module__cJzEcG__hamburgerBtn{background:var(--background);border:1px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--foreground);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:none}.Navbar-module__cJzEcG__hamburgerBtn:hover{border-color:var(--primary);color:var(--primary);background-color:#fff}.Navbar-module__cJzEcG__headerSupport{border-left:1px solid var(--border);color:var(--foreground-muted);gap:1.5rem;margin-left:1.25rem;padding-left:1.25rem;font-size:.8rem;font-weight:500;display:flex}.Navbar-module__cJzEcG__headerSupport span{align-items:center;gap:.4rem;transition:color .2s;display:flex}.Navbar-module__cJzEcG__headerSupport span:hover{color:var(--primary)}@media (max-width:1024px){.Navbar-module__cJzEcG__hamburgerBtn{display:flex}.Navbar-module__cJzEcG__headerSupport{display:none}.Navbar-module__cJzEcG__navbar{padding:0 1.25rem}.Navbar-module__cJzEcG__pageTitle{font-size:1.15rem}}
.profile-module__wA2yAW__container{width:100%;max-width:1200px;margin:0 auto}.profile-module__wA2yAW__header{border-bottom:2px solid var(--border);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}@media (min-width:640px){.profile-module__wA2yAW__header{flex-direction:row;align-items:center}}.profile-module__wA2yAW__title{color:var(--foreground);margin:0;font-size:1.75rem;font-weight:700}.profile-module__wA2yAW__subtitle{color:var(--foreground-muted);margin:.25rem 0 0;font-size:.875rem}.profile-module__wA2yAW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.profile-module__wA2yAW__grid{grid-template-columns:1fr 1fr}}.profile-module__wA2yAW__dataRow{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}@media (max-width:640px){.profile-module__wA2yAW__dataRow{flex-direction:column;align-items:flex-start;gap:.25rem}.profile-module__wA2yAW__dataValue{text-align:left}}.profile-module__wA2yAW__dataRow:last-child{border-bottom:none}.profile-module__wA2yAW__dataLabel{color:var(--foreground-muted);font-size:.875rem;font-weight:500}.profile-module__wA2yAW__dataValue{color:var(--foreground);text-align:right;font-weight:600}.profile-module__wA2yAW__statBox{background-color:var(--background-alt);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.profile-module__wA2yAW__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin-bottom:.5rem;font-size:.75rem}.profile-module__wA2yAW__statNumber{font-size:1.5rem;font-weight:700}@media (max-width:768px){.profile-module__wA2yAW__tableWrapper{-webkit-overflow-scrolling:touch;width:100%;display:block;overflow-x:auto}.profile-module__wA2yAW__responsiveStatsRow{flex-direction:column;gap:1rem;display:flex}@media (min-width:480px){.profile-module__wA2yAW__responsiveStatsRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}}}
.page-module__VBdWPW__container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.page-module__VBdWPW__header{flex-direction:column;gap:.5rem;display:flex}.page-module__VBdWPW__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.page-module__VBdWPW__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__VBdWPW__formCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.page-module__VBdWPW__infoBanner{border-radius:var(--radius-md);background-color:#3b82f61a;border:1px solid #3b82f633;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.page-module__VBdWPW__infoIcon{color:var(--primary);font-size:1.25rem;font-weight:700}.page-module__VBdWPW__infoBanner p{color:var(--primary);margin:0;font-size:.875rem;line-height:1.5}.page-module__VBdWPW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__VBdWPW__formActions{justify-content:flex-end;margin-top:2rem;display:flex}.page-module__VBdWPW__errorAlert{color:var(--danger);border-radius:var(--radius-md);background-color:#ef44441a;border:1px solid #ef444433;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.page-module__VBdWPW__successAlert{color:#10b981;border-radius:var(--radius-md);background-color:#10b9811a;border:1px solid #10b98133;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}@media (max-width:640px){.page-module__VBdWPW__grid{grid-template-columns:1fr}}
.PrintHeader-module__iqlYNa__printOnly{display:none}@media print{.PrintHeader-module__iqlYNa__printOnly{display:block!important}}.PrintHeader-module__iqlYNa__alwaysVisible{display:block}.PrintHeader-module__iqlYNa__watermark{z-index:-1;pointer-events:none;justify-content:center;align-items:center;width:600px;height:600px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.PrintHeader-module__iqlYNa__watermarkImage{opacity:.05;width:100%;max-width:500px;height:auto}.PrintHeader-module__iqlYNa__headerContainer{z-index:10;border-bottom:2px solid #222;align-items:center;gap:20px;margin-bottom:25px;padding-bottom:15px;display:flex;position:relative}@media (max-width:600px){.PrintHeader-module__iqlYNa__headerContainer{text-align:center;flex-direction:column;gap:10px}}.PrintHeader-module__iqlYNa__logoArea{flex:none}.PrintHeader-module__iqlYNa__logoArea img{border-radius:8px;width:100px;height:auto}.PrintHeader-module__iqlYNa__infoArea{flex:1}.PrintHeader-module__iqlYNa__orgName{color:#000;margin:0 0 5px;font-size:24px;font-weight:700}.PrintHeader-module__iqlYNa__contactInfo{color:#444;margin:0;font-size:13px;line-height:1.5}.PrintHeader-module__iqlYNa__systemLink{color:#666;margin:5px 0 0;font-size:12px}.PrintHeader-module__iqlYNa__reportTitle{text-align:center;text-transform:uppercase;color:#000;letter-spacing:1px;margin-top:20px;margin-bottom:30px;font-size:18px;font-weight:700}
.loanSnapshot-module__Vti3Yq__snapshotGrid{flex-direction:column;gap:1.5rem;display:flex}.loanSnapshot-module__Vti3Yq__loanItem{background:var(--background-alt);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s;display:flex}.loanSnapshot-module__Vti3Yq__loanItem:hover{transform:translateY(-2px)}.loanSnapshot-module__Vti3Yq__loanHeader{justify-content:space-between;align-items:center;display:flex}.loanSnapshot-module__Vti3Yq__loanType{text-transform:uppercase;background:var(--primary);color:#fff;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:800}.loanSnapshot-module__Vti3Yq__detailsLink{color:var(--primary);font-size:.75rem;font-weight:600;text-decoration:none}.loanSnapshot-module__Vti3Yq__balanceSection{flex-direction:column;gap:.25rem;display:flex}.loanSnapshot-module__Vti3Yq__label{color:var(--foreground-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.loanSnapshot-module__Vti3Yq__balance{color:var(--foreground);letter-spacing:-.05em;font-size:1.75rem;font-weight:800}.loanSnapshot-module__Vti3Yq__progressSection{flex-direction:column;gap:.5rem;display:flex}.loanSnapshot-module__Vti3Yq__progressBar{background:var(--border);border-radius:10px;height:8px;overflow:hidden}.loanSnapshot-module__Vti3Yq__progressFill{background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:10px;height:100%}.loanSnapshot-module__Vti3Yq__progressText{color:var(--foreground-muted);align-self:flex-end;font-size:.7rem;font-weight:700}.loanSnapshot-module__Vti3Yq__nextPayment{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.loanSnapshot-module__Vti3Yq__date{font-size:.875rem;font-weight:700;display:block}.loanSnapshot-module__Vti3Yq__amount{color:var(--primary);font-size:1.1rem;font-weight:700}.loanSnapshot-module__Vti3Yq__emptySnapshot{text-align:center;color:var(--foreground-muted);flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}
.page-module__VL8V-q__container{max-width:1200px;margin:0 auto}.page-module__VL8V-q__header{margin-bottom:2.5rem}.page-module__VL8V-q__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.page-module__VL8V-q__subtitle{color:var(--foreground-muted)}.page-module__VL8V-q__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.page-module__VL8V-q__card{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;box-shadow:var(--shadow-sm);cursor:pointer;align-items:center;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.page-module__VL8V-q__card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module__VL8V-q__cardIcon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.5rem;display:flex}.page-module__VL8V-q__cardContent{flex:1}.page-module__VL8V-q__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.page-module__VL8V-q__cardHeader h3{margin:0;font-size:1.125rem;font-weight:600}.page-module__VL8V-q__badge{background:var(--danger);color:#fff;border-radius:1rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.page-module__VL8V-q__cardContent p{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__VL8V-q__cardArrow{color:var(--border);font-size:1.25rem;transition:color .2s}.page-module__VL8V-q__card:hover .page-module__VL8V-q__cardArrow{color:var(--primary)}@media (max-width:640px){.page-module__VL8V-q__grid{grid-template-columns:1fr}}
.page-module__-5BmTW__chatContainer{background:#fff;border:1px solid #f1f5f9;border-radius:12px;grid-template-columns:300px 1fr;height:calc(100vh - 120px);display:grid;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.page-module__-5BmTW__sidebar{background:#fafafa;border-right:1px solid #f1f5f9;flex-direction:column;display:flex;overflow-y:auto}.page-module__-5BmTW__sidebarTitle{color:#1e293b;border-bottom:1px solid #f1f5f9;margin:0;padding:1.5rem;font-size:1.125rem;font-weight:700}.page-module__-5BmTW__sidebarDivider{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:1.5rem 1.5rem .5rem;font-size:.75rem;font-weight:700}.page-module__-5BmTW__contactItem{cursor:pointer;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .2s;display:flex}.page-module__-5BmTW__contactItem:hover{background:#f1f5f9}.page-module__-5BmTW__contactItem.page-module__-5BmTW__active{background:#eff6ff;border-right:3px solid #3b82f6}.page-module__-5BmTW__avatar{color:#475569;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.page-module__-5BmTW__contactInfo{overflow:hidden}.page-module__-5BmTW__contactName{color:#334155;font-size:.9rem;font-weight:600}.page-module__-5BmTW__contactStatus{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.page-module__-5BmTW__chatWindow{background:#fff;flex-direction:column;display:flex}.page-module__-5BmTW__chatHeader{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;padding:1rem 1.5rem;display:flex}.page-module__-5BmTW__headerInfo h3{margin:0;font-size:1rem;font-weight:600}.page-module__-5BmTW__headerInfo span{color:#64748b;font-size:.75rem}.page-module__-5BmTW__messageList{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.page-module__-5BmTW__messageWrapper{flex-direction:column;max-width:70%;display:flex}.page-module__-5BmTW__messageWrapper.page-module__-5BmTW__mine{align-self:flex-end}.page-module__-5BmTW__senderName{color:#64748b;margin-bottom:.25rem;margin-left:.5rem;font-size:.75rem;font-weight:600}.page-module__-5BmTW__bubble{color:#334155;background:#f1f5f9;border-radius:18px;padding:.75rem 1rem;font-size:.925rem;position:relative;box-shadow:0 1px 2px #0000000d}.page-module__-5BmTW__mine .page-module__-5BmTW__bubble{color:#fff;background:#4f46e5;border-bottom-right-radius:4px}.page-module__-5BmTW__messageWrapper:not(.page-module__-5BmTW__mine) .page-module__-5BmTW__bubble{border-bottom-left-radius:4px}.page-module__-5BmTW__timestamp{color:#94a3b8;margin-top:.25rem;margin-left:.5rem;font-size:.65rem}.page-module__-5BmTW__mine .page-module__-5BmTW__timestamp{text-align:right;margin-right:.5rem}.page-module__-5BmTW__inputArea{border-top:1px solid #f1f5f9;gap:1rem;padding:1.5rem;display:flex}.page-module__-5BmTW__chatInput{border:1px solid #e2e8f0;border-radius:25px;outline:none;flex:1;padding:.75rem 1.25rem;font-size:.925rem;transition:border-color .2s}.page-module__-5BmTW__chatInput:focus{border-color:#4f46e5}.page-module__-5BmTW__sendBtn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;transition:transform .2s;display:flex}.page-module__-5BmTW__sendBtn:hover{background:#4338ca;transform:scale(1.05)}.page-module__-5BmTW__deleteBtn{color:#fff;cursor:pointer;opacity:0;background:#ef4444;border:none;border-radius:50%;width:18px;height:18px;font-size:10px;transition:opacity .2s;position:absolute;top:-8px;right:-8px}.page-module__-5BmTW__bubble:hover .page-module__-5BmTW__deleteBtn{opacity:1}.page-module__-5BmTW__statusIndicator{-webkit-user-select:none;user-select:none;align-items:center;display:flex}.page-module__-5BmTW__mobileBackBtn{cursor:pointer;color:var(--primary);background:0 0;border:none;margin-right:.5rem;padding:.5rem;font-size:1.5rem;display:none}@media (max-width:768px){.page-module__-5BmTW__chatContainer{border-radius:0;grid-template-columns:1fr;height:calc(100vh - 80px);margin:-1rem}.page-module__-5BmTW__sidebar{display:none}.page-module__-5BmTW__sidebar.page-module__-5BmTW__showMobileList{border-right:none;width:100%;display:flex}.page-module__-5BmTW__chatWindow{display:none}.page-module__-5BmTW__chatWindow.page-module__-5BmTW__showMobileChat{width:100%;display:flex}.page-module__-5BmTW__mobileBackBtn{align-items:center;display:flex}.page-module__-5BmTW__contactInfo,.page-module__-5BmTW__sidebarTitle,.page-module__-5BmTW__sidebarDivider{display:block!important}.page-module__-5BmTW__messageWrapper{max-width:85%}.page-module__-5BmTW__chatHeader{padding:.75rem 1rem}.page-module__-5BmTW__inputArea{padding:1rem}}
.page-module__Fx1_7W__dashboard{flex-direction:column;gap:2.5rem;display:flex}.page-module__Fx1_7W__header{justify-content:space-between;align-items:center;display:flex}.page-module__Fx1_7W__title{color:var(--foreground);letter-spacing:-.03em;margin:0;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.page-module__Fx1_7W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.page-module__Fx1_7W__statCard{background:var(--background-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-premium);align-items:center;gap:1.25rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.page-module__Fx1_7W__statCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 20px 40px -10px #0000001a}.page-module__Fx1_7W__statIconWrapper{background:var(--primary-light);width:3.5rem;height:3.5rem;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;transition:all .3s;display:flex}.page-module__Fx1_7W__statCard:hover .page-module__Fx1_7W__statIconWrapper{background:var(--primary-gradient);color:#fff;transform:scale(1.1)}.page-module__Fx1_7W__statIcon{font-size:1.5rem}.page-module__Fx1_7W__statContent{flex-direction:column;gap:.125rem;display:flex}.page-module__Fx1_7W__statLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.8rem;font-weight:600}.page-module__Fx1_7W__statValue{color:var(--foreground);letter-spacing:-.02em;margin:0;font-family:Outfit,sans-serif;font-size:1.625rem;font-weight:700}.page-module__Fx1_7W__contentGrid{grid-template-columns:2.2fr 1fr;gap:2rem;display:grid}.page-module__Fx1_7W__mainCard,.page-module__Fx1_7W__sideCard{background:var(--background-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-premium);overflow:hidden}.page-module__Fx1_7W__cardHeader{border-bottom:1px solid var(--border);background:#f8fafc66;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__Fx1_7W__cardTitle{color:var(--foreground);margin:0;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.page-module__Fx1_7W__viewAllBtn{background:var(--primary-light);color:var(--primary);cursor:pointer;border:none;border-radius:8px;padding:.4rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__Fx1_7W__viewAllBtn:hover{background:var(--primary);color:#fff}.page-module__Fx1_7W__tableWrapper{overflow-x:auto}.page-module__Fx1_7W__actionList{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.page-module__Fx1_7W__actionBtn{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;width:100%;color:var(--foreground);text-align:left;align-items:center;gap:1rem;padding:.875rem 1.25rem;font-size:.925rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.page-module__Fx1_7W__actionBtn:hover{border-color:var(--primary);color:var(--primary);background-color:#fff;transform:translate(6px);box-shadow:0 4px 12px #6366f11a}.page-module__Fx1_7W__actionIcon{opacity:.8;font-size:1.25rem}.page-module__Fx1_7W__meetingList,.page-module__Fx1_7W__notificationList{flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem;display:flex}.page-module__Fx1_7W__meetingItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);color:inherit;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.page-module__Fx1_7W__meetingItem:hover{border-color:var(--primary);background:#fff;box-shadow:0 4px 12px #0000000d}.page-module__Fx1_7W__meetingDate{background:var(--primary-gradient);color:#fff;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-width:52px;height:52px;font-size:.7rem;font-weight:800;line-height:1.1;display:flex;box-shadow:0 4px 10px #6366f140}.page-module__Fx1_7W__meetingInfo{flex:1;overflow:hidden}.page-module__Fx1_7W__meetingTitle{white-space:nowrap;text-overflow:ellipsis;color:var(--foreground);font-size:.925rem;font-weight:700;overflow:hidden}.page-module__Fx1_7W__meetingTime{color:var(--foreground-muted);font-size:.75rem;font-weight:500}.page-module__Fx1_7W__notificationItem{border-left:4px solid var(--primary);background:#f8fafc;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #00000005}@media (max-width:1024px){.page-module__Fx1_7W__contentGrid{grid-template-columns:1fr}}
.page-module__eM6BgG__container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.page-module__eM6BgG__header{flex-direction:column;gap:.5rem;display:flex}.page-module__eM6BgG__breadcrumb{color:var(--foreground-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.page-module__eM6BgG__breadcrumb a{color:var(--primary);text-decoration:none}.page-module__eM6BgG__breadcrumb a:hover{text-decoration:underline}.page-module__eM6BgG__separator{color:var(--border)}.page-module__eM6BgG__current{color:var(--foreground)}.page-module__eM6BgG__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.page-module__eM6BgG__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__eM6BgG__formCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.page-module__eM6BgG__form{flex-direction:column;gap:2rem;display:flex}.page-module__eM6BgG__formSection{flex-direction:column;gap:1.5rem;display:flex}.page-module__eM6BgG__sectionTitle{color:var(--danger,#ef4444);margin:0;font-size:1.125rem;font-weight:600}.page-module__eM6BgG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__eM6BgG__text-danger{color:var(--danger)}.page-module__eM6BgG__divider{background-color:var(--border);width:100%;height:1px}.page-module__eM6BgG__error{color:var(--danger);border-radius:var(--radius-md);background-color:#ef44441a;border:1px solid #ef444433;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.page-module__eM6BgG__formActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.page-module__eM6BgG__btn-danger{background-color:var(--danger,#ef4444);color:#fff}.page-module__eM6BgG__btn-danger:hover{background-color:#dc2626;border-color:#dc2626}.page-module__eM6BgG__btn-danger:disabled{opacity:.7;cursor:not-allowed}@media (max-width:640px){.page-module__eM6BgG__grid{grid-template-columns:1fr}}
.page-module__CppQxq__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__CppQxq__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__CppQxq__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__CppQxq__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__CppQxq__actions{gap:1rem;display:flex}.page-module__CppQxq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:.5rem;display:grid}.page-module__CppQxq__statCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.page-module__CppQxq__statIconWrapper{border-radius:var(--radius-md);justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.page-module__CppQxq__statIcon{font-size:1.5rem}.page-module__CppQxq__statContent{flex-direction:column;gap:.25rem;display:flex}.page-module__CppQxq__statLabel{color:var(--foreground-muted);margin:0;font-size:.875rem;font-weight:500}.page-module__CppQxq__statValue{color:var(--foreground);letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.page-module__CppQxq__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__CppQxq__tableToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.page-module__CppQxq__searchBox{flex:1;max-width:400px;position:relative}.page-module__CppQxq__searchIcon{color:var(--foreground-muted);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__CppQxq__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;color:var(--foreground);padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}.page-module__CppQxq__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.page-module__CppQxq__filters{gap:.75rem;display:flex}.page-module__CppQxq__filterSelect{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);color:var(--foreground);cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .75rem top 50%;background-repeat:no-repeat;background-size:.65rem;padding:.5rem 2.5rem .5rem 1rem;font-size:.875rem}.page-module__CppQxq__rowPaid{background-color:#f9fafb80}.page-module__CppQxq__textMuted{color:var(--foreground-muted)}.page-module__CppQxq__memberName{color:var(--foreground);font-weight:500}.page-module__CppQxq__memberNumber{color:var(--foreground-muted);margin-top:.125rem;font-size:.75rem}.page-module__CppQxq__emptyState{color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.page-module__CppQxq__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.page-module__CppQxq__emptyState h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.125rem}.page-module__CppQxq__emptyState p{text-align:center;max-width:300px;margin:0;font-size:.875rem}
.page-module__LBPMJG__container{flex-direction:column;gap:2rem;display:flex}.page-module__LBPMJG__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__LBPMJG__titleSection{flex-direction:column;gap:.25rem;display:flex}.page-module__LBPMJG__idBadge{background:var(--background-alt);color:var(--foreground-muted);font-family:var(--font-mono);border-radius:4px;padding:2px 8px;font-size:.75rem}.page-module__LBPMJG__mainGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:1024px){.page-module__LBPMJG__mainGrid{grid-template-columns:1fr}}.page-module__LBPMJG__sectionCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.page-module__LBPMJG__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.page-module__LBPMJG__cardTitle{color:var(--foreground);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;display:flex}.page-module__LBPMJG__cardBody{padding:1.5rem}.page-module__LBPMJG__infoGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}.page-module__LBPMJG__infoItem{flex-direction:column;gap:.25rem;display:flex}.page-module__LBPMJG__infoLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.page-module__LBPMJG__infoValue{color:var(--foreground);font-size:1.1rem;font-weight:700}.page-module__LBPMJG__summaryCards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__LBPMJG__summaryCard{border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.page-module__LBPMJG__progressSection{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.page-module__LBPMJG__progressBar{background:var(--border);border-radius:10px;height:10px;margin:1rem 0;overflow:hidden}.page-module__LBPMJG__progressFill{background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:10px;height:100%}.page-module__LBPMJG__installmentTable{border-collapse:collapse;width:100%}.page-module__LBPMJG__installmentTable th{text-align:left;color:var(--foreground-muted);text-transform:uppercase;border-bottom:1px solid var(--border);padding:1rem;font-size:.75rem;font-weight:700}.page-module__LBPMJG__installmentTable td{border-bottom:1px solid var(--border);padding:1rem;font-size:.9rem}.page-module__LBPMJG__rowPaid{background-color:var(--success-light);opacity:.8}.page-module__LBPMJG__rowPending{background-color:#0000}.page-module__LBPMJG__rowOverdue{background-color:var(--danger-light)}
.page-module__NVExAG__container{max-width:1200px;margin:0 auto;animation:.4s ease-out page-module__NVExAG__fadeIn}@keyframes page-module__NVExAG__fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.page-module__NVExAG__header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.page-module__NVExAG__title{background:linear-gradient(135deg,var(--primary)0%,#8b5cf6 100%);-webkit-text-fill-color:transparent;letter-spacing:-.025em;-webkit-background-clip:text;margin:0 0 .5rem;font-size:2.25rem;font-weight:800}.page-module__NVExAG__subtitle{color:var(--foreground-muted);margin:0;font-size:1.1rem}.page-module__NVExAG__layoutGrid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:1024px){.page-module__NVExAG__layoutGrid{grid-template-columns:1.1fr .9fr}}.page-module__NVExAG__formCard{background:var(--background);border-radius:var(--radius-lg);border:1px solid var(--border);padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006}.page-module__NVExAG__formCard:hover{box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.page-module__NVExAG__scheduleCard{background:linear-gradient(to bottom right,rgba(var(--primary-rgb),.03),rgba(var(--primary-rgb),.08));border-radius:var(--radius-lg);border:1px solid rgba(var(--primary-rgb),.2);padding:2rem;position:sticky;top:2rem}.page-module__NVExAG__scheduleTitle{color:var(--foreground);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;display:flex}.page-module__NVExAG__scheduleSubtitle{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.page-module__NVExAG__tableContainer{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);overflow-x:auto;box-shadow:0 4px 6px -1px #0000000d}.page-module__NVExAG__table{border-collapse:collapse;width:100%;font-size:.875rem}.page-module__NVExAG__table th,.page-module__NVExAG__table td{text-align:right;border-bottom:1px solid var(--border);padding:1rem}.page-module__NVExAG__table th:first-child,.page-module__NVExAG__table td:first-child{text-align:left}.page-module__NVExAG__table th{background-color:rgba(var(--background-alt-rgb),.5);color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.page-module__NVExAG__table tr:last-child td{border-bottom:none}.page-module__NVExAG__totalRow{background-color:rgba(var(--primary-rgb),.05)!important}.page-module__NVExAG__totalRow td{color:var(--foreground);border-top:2px solid var(--primary);font-weight:700}.page-module__NVExAG__primaryHighlight{color:var(--primary);font-weight:700}.page-module__NVExAG__emptyState{text-align:center;color:var(--foreground-muted);background:rgba(var(--background-alt-rgb),.5);border-radius:var(--radius-md);border:1px dashed var(--border);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module__NVExAG__emptyStateIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}
.page-module__8_yZIW__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__8_yZIW__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__8_yZIW__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__8_yZIW__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__8_yZIW__loanGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.page-module__8_yZIW__loanCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.page-module__8_yZIW__loanCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-4px)}.page-module__8_yZIW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.page-module__8_yZIW__loanInfo{flex-direction:column;gap:.25rem;display:flex}.page-module__8_yZIW__loanType{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:var(--primary-light);border-radius:4px;width:fit-content;padding:2px 8px;font-size:.75rem;font-weight:700}.page-module__8_yZIW__loanId{color:var(--foreground);font-size:.9rem;font-weight:600}.page-module__8_yZIW__cardStats{background:var(--background);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;display:grid}.page-module__8_yZIW__statItem{flex-direction:column;gap:.125rem;display:flex}.page-module__8_yZIW__statText{color:var(--foreground-muted);font-size:.75rem}.page-module__8_yZIW__statNumber{color:var(--foreground);font-size:1rem;font-weight:700}.page-module__8_yZIW__progressContainer{flex-direction:column;gap:.5rem;display:flex}.page-module__8_yZIW__progressLabel{justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.page-module__8_yZIW__progressBar{background:var(--border);border-radius:10px;height:6px;overflow:hidden}.page-module__8_yZIW__progressFill{background:linear-gradient(90deg,var(--primary),var(--primary-dark));border-radius:10px;height:100%;transition:width 1s ease-out}.page-module__8_yZIW__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.page-module__8_yZIW__dueDate{flex-direction:column;display:flex}.page-module__8_yZIW__actions{gap:.5rem;display:flex}.page-module__8_yZIW__viewBtn{border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);color:var(--foreground);padding:.5rem 1rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .2s}.page-module__8_yZIW__viewBtn:hover{background:var(--background-alt);border-color:var(--primary);color:var(--primary)}.page-module__8_yZIW__filterContainer{gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.page-module__8_yZIW__filterTab{background:var(--background-card);border:1px solid var(--border);color:var(--foreground-muted);cursor:pointer;white-space:nowrap;border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__8_yZIW__filterTab.page-module__8_yZIW__active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-module__8_yZIW__filterTab:hover:not(.page-module__8_yZIW__active){border-color:var(--primary);color:var(--primary)}.page-module__8_yZIW__detailGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:1024px){.page-module__8_yZIW__detailGrid{grid-template-columns:1fr}}.page-module__8_yZIW__sectionCard{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:#fff;margin-bottom:1.5rem;padding:1.5rem}.page-module__8_yZIW__sectionTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:700;display:flex}
.page-module__H19PGq__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__H19PGq__header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.page-module__H19PGq__backLink{color:var(--primary);margin-bottom:.75rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block}.page-module__H19PGq__backLink:hover{text-decoration:underline}.page-module__H19PGq__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.page-module__H19PGq__subtitle{color:var(--foreground-muted);margin:0;font-size:1rem}.page-module__H19PGq__grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.page-module__H19PGq__card{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);height:100%;padding:1.5rem}.page-module__H19PGq__cardTitle{color:var(--foreground);border-bottom:1px solid var(--border);margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:600}.page-module__H19PGq__minutesContent{color:var(--foreground);line-height:1.6}.page-module__H19PGq__minutesContent p{margin-top:0;margin-bottom:1rem}.page-module__H19PGq__emptyText{color:var(--foreground-muted);font-style:italic}.page-module__H19PGq__statsContainer{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.page-module__H19PGq__statBox{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;align-items:center;padding:.75rem;display:flex}.page-module__H19PGq__statLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.page-module__H19PGq__statValue{font-size:1.25rem;font-weight:700}.page-module__H19PGq__textSuccess{color:#10b981}.page-module__H19PGq__textDanger{color:#ef4444}.page-module__H19PGq__textWarning{color:#f59e0b}.page-module__H19PGq__attendanceList{flex-direction:column;gap:.5rem;max-height:400px;padding-right:.5rem;display:flex;overflow-y:auto}.page-module__H19PGq__attendeeItem{border-radius:var(--radius-sm);background-color:var(--background);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.page-module__H19PGq__attendeeName{font-size:.875rem;font-weight:500}@media (max-width:768px){.page-module__H19PGq__grid{grid-template-columns:1fr}}
.page-module__9EotJW__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__9EotJW__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__9EotJW__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__9EotJW__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__9EotJW__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__9EotJW__emptyState{color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}
.edit-module__34fp1G__container{max-width:1200px;margin:0 auto;padding:2rem}.edit-module__34fp1G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.edit-module__34fp1G__title{color:var(--foreground);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.edit-module__34fp1G__subtitle{color:var(--foreground-muted);margin:0}.edit-module__34fp1G__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.edit-module__34fp1G__formGroup{flex-direction:column;gap:.5rem;display:flex}.edit-module__34fp1G__formGroup label{color:var(--foreground);font-size:.9rem;font-weight:500}.edit-module__34fp1G__input,.edit-module__34fp1G__textarea{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.edit-module__34fp1G__input:focus,.edit-module__34fp1G__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.edit-module__34fp1G__formActions{grid-column:1/-1;justify-content:flex-end;margin-top:1rem;display:flex}.edit-module__34fp1G__errorMessage{color:var(--danger);background-color:#dc26261a;border-radius:6px;grid-column:1/-1;margin-bottom:1rem;padding:1rem;font-weight:500}@media (max-width:768px){.edit-module__34fp1G__formGrid{grid-template-columns:1fr}}
.page-module__JBn2YW__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__JBn2YW__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__JBn2YW__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__JBn2YW__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__JBn2YW__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__JBn2YW__tableToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.page-module__JBn2YW__searchBox{flex:1;max-width:400px;position:relative}.page-module__JBn2YW__searchIcon{color:var(--foreground-muted);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__JBn2YW__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;color:var(--foreground);padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}.page-module__JBn2YW__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.page-module__JBn2YW__filters{align-items:center;gap:.75rem;display:flex}.page-module__JBn2YW__memberName{color:var(--foreground);font-weight:600}.page-module__JBn2YW__contactInfo{color:var(--foreground-muted);flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.page-module__JBn2YW__emptyState{color:var(--foreground-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module__JBn2YW__emptyIcon{color:#10b981;opacity:.8;background-color:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;font-size:3rem;display:flex}.page-module__JBn2YW__emptyState h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem}.page-module__JBn2YW__emptyState p{max-width:350px;margin:0;font-size:.875rem}
.page-module__NVNEpa__container{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.page-module__NVNEpa__header{flex-direction:column;gap:.5rem;display:flex}.page-module__NVNEpa__breadcrumb{color:var(--foreground-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.page-module__NVNEpa__breadcrumb a{color:var(--primary);text-decoration:none}.page-module__NVNEpa__breadcrumb a:hover{text-decoration:underline}.page-module__NVNEpa__separator{color:var(--border)}.page-module__NVNEpa__current{color:var(--foreground)}.page-module__NVNEpa__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.page-module__NVNEpa__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__NVNEpa__importCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__NVNEpa__uploadSection{border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:2rem;padding:2.5rem;display:flex}.page-module__NVNEpa__uploadBox{border:2px dashed var(--border);border-radius:var(--radius-md);text-align:center;background-color:var(--background);width:100%;max-width:500px;padding:3rem 2rem;transition:all .2s}.page-module__NVNEpa__uploadBox:hover{border-color:var(--primary);background-color:var(--primary-light)}.page-module__NVNEpa__uploadIcon{margin-bottom:1rem;font-size:3rem;display:inline-block}.page-module__NVNEpa__uploadTitle{color:var(--foreground);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.page-module__NVNEpa__uploadInstructions{color:var(--foreground-muted);margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.page-module__NVNEpa__fileInput{display:none}.page-module__NVNEpa__templateSection{text-align:center;color:var(--foreground-muted)}.page-module__NVNEpa__templateSection h4{color:var(--foreground);margin:0 0 .5rem;font-weight:600}.page-module__NVNEpa__templateSection p{margin:0 0 1rem;font-size:.875rem}.page-module__NVNEpa__downloadLink{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:underline}.page-module__NVNEpa__previewSection{background-color:var(--background-card);padding:2rem}.page-module__NVNEpa__previewHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__NVNEpa__previewTitle{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.page-module__NVNEpa__previewActions{gap:1rem;display:flex}.page-module__NVNEpa__tableWrapper{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);overflow-x:auto}.page-module__NVNEpa__muted{color:var(--foreground-muted);font-style:italic}.page-module__NVNEpa__moreRecords{text-align:center;color:var(--foreground-muted);background-color:var(--background-card);border-top:1px solid var(--border);padding:1rem;font-size:.875rem}.page-module__NVNEpa__error{color:var(--danger);border-radius:var(--radius-md);background-color:#ef44441a;border:1px solid #ef444433;margin:2rem 2rem 0;padding:1rem;font-size:.875rem}
.page-module__0USNPG__container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.page-module__0USNPG__header{flex-direction:column;gap:.5rem;display:flex}.page-module__0USNPG__breadcrumb{color:var(--foreground-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.page-module__0USNPG__breadcrumb a{color:var(--primary);text-decoration:none}.page-module__0USNPG__breadcrumb a:hover{text-decoration:underline}.page-module__0USNPG__separator{color:var(--border)}.page-module__0USNPG__current{color:var(--foreground)}.page-module__0USNPG__title{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.page-module__0USNPG__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__0USNPG__formCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.page-module__0USNPG__form{flex-direction:column;gap:2rem;display:flex}.page-module__0USNPG__formSection{flex-direction:column;gap:1.5rem;display:flex}.page-module__0USNPG__sectionTitle{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.page-module__0USNPG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__0USNPG__text-danger{color:var(--danger)}.page-module__0USNPG__hint{color:var(--foreground-muted);margin-top:.25rem;font-size:.75rem}.page-module__0USNPG__divider{background-color:var(--border);width:100%;height:1px}.page-module__0USNPG__error{color:var(--danger);border-radius:var(--radius-md);background-color:#ef44441a;border:1px solid #ef444433;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.page-module__0USNPG__formActions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}@media (max-width:640px){.page-module__0USNPG__grid{grid-template-columns:1fr}}
.page-module__nYxe9W__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__nYxe9W__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__nYxe9W__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__nYxe9W__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__nYxe9W__actions{gap:1rem;display:flex}.page-module__nYxe9W__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__nYxe9W__tableToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.page-module__nYxe9W__searchBox{flex:1;max-width:400px;position:relative}.page-module__nYxe9W__searchIcon{color:var(--foreground-muted);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__nYxe9W__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;color:var(--foreground);padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem;transition:all .2s}.page-module__nYxe9W__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.page-module__nYxe9W__filterSelect{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);color:var(--foreground);cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right .75rem top 50%;background-repeat:no-repeat;background-size:.65rem;padding:.5rem 2rem .5rem 1rem;font-size:.875rem}.page-module__nYxe9W__memberInfo{align-items:center;gap:.75rem;display:flex}.page-module__nYxe9W__avatar{background-color:var(--primary-light);width:2rem;height:2rem;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.page-module__nYxe9W__contactInfo{color:var(--foreground-muted);flex-direction:column;gap:.25rem;font-size:.875rem;display:flex}.page-module__nYxe9W__countBadge{background-color:var(--primary-light);color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.page-module__nYxe9W__countBadge.page-module__nYxe9W__danger{background-color:var(--danger-light);color:var(--danger)}.page-module__nYxe9W__mutedText{color:var(--foreground-muted);font-size:.875rem}.page-module__nYxe9W__actionLinks{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.page-module__nYxe9W__viewLink{color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none}.page-module__nYxe9W__viewLink:hover{text-decoration:underline}.page-module__nYxe9W__editBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500}.page-module__nYxe9W__editBtn:hover{color:var(--foreground)}.page-module__nYxe9W__emptyState{color:var(--foreground-muted);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.page-module__nYxe9W__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.page-module__nYxe9W__emptyState h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.125rem}.page-module__nYxe9W__emptyState p{max-width:300px;margin:0;font-size:.875rem}
.page-module__wrgVeq__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__wrgVeq__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__wrgVeq__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__wrgVeq__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__wrgVeq__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__wrgVeq__tableToolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.page-module__wrgVeq__searchBox{flex:1;max-width:400px;position:relative}.page-module__wrgVeq__searchIcon{color:var(--foreground-muted);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__wrgVeq__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;color:var(--foreground);padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}.page-module__wrgVeq__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.page-module__wrgVeq__filters{align-items:center;gap:.75rem;display:flex}.page-module__wrgVeq__memberName{color:var(--foreground);font-weight:600}.page-module__wrgVeq__memberNumber{color:var(--foreground-muted);margin-top:.25rem;font-size:.75rem}.page-module__wrgVeq__changesBox{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.page-module__wrgVeq__changeItem{color:var(--foreground);font-size:.875rem}.page-module__wrgVeq__changeItem strong{color:var(--foreground-muted);margin-right:.25rem;font-weight:500}.page-module__wrgVeq__emptyState{color:var(--foreground-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.page-module__wrgVeq__emptyIcon{color:#10b981;opacity:.8;background-color:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;font-size:3rem;display:flex}.page-module__wrgVeq__emptyState h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.25rem}.page-module__wrgVeq__emptyState p{max-width:350px;margin:0;font-size:.875rem}
.page-module___8aEwW__page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.page-module___8aEwW__main{flex-direction:column;gap:4rem;width:100%;max-width:1200px;display:flex}.page-module___8aEwW__hero{text-align:center;background:linear-gradient(135deg,var(--primary-light)0%,var(--background-card)100%);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-md);padding:4rem 2rem}.page-module___8aEwW__title{color:var(--primary);letter-spacing:-.025em;margin-bottom:1rem;font-size:3rem;font-weight:800}.page-module___8aEwW__subtitle{color:var(--foreground-muted);max-width:600px;margin:0 auto;font-size:1.25rem}.page-module___8aEwW__features{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;display:grid}.page-module___8aEwW__features h3{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem}@media (max-width:768px){.page-module___8aEwW__title{font-size:2rem}.page-module___8aEwW__subtitle{font-size:1rem}.page-module___8aEwW__hero{padding:2rem 1rem}}
.AccountSnapshot-module__d22S7W__snapshotContainer{margin-bottom:2.5rem}.AccountSnapshot-module__d22S7W__snapshotHeader{margin-bottom:1.5rem}.AccountSnapshot-module__d22S7W__snapshotTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:800}.AccountSnapshot-module__d22S7W__snapshotSubtitle{color:var(--foreground-muted);margin:.25rem 0 0;font-size:.85rem}.AccountSnapshot-module__d22S7W__snapshotGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.AccountSnapshot-module__d22S7W__snapshotCard{background:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:5px solid;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.AccountSnapshot-module__d22S7W__snapshotCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.AccountSnapshot-module__d22S7W__cardIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.AccountSnapshot-module__d22S7W__cardContent{flex-direction:column;gap:.25rem;display:flex}.AccountSnapshot-module__d22S7W__cardLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.AccountSnapshot-module__d22S7W__cardValue{color:var(--foreground);font-size:1.5rem;font-weight:800}.AccountSnapshot-module__d22S7W__cardLink{color:var(--primary);opacity:.8;margin-top:.5rem;font-size:.8rem;font-weight:600;text-decoration:none}.AccountSnapshot-module__d22S7W__cardLink:hover{opacity:1;text-decoration:underline}@media (max-width:640px){.AccountSnapshot-module__d22S7W__snapshotGrid{grid-template-columns:1fr}}
.page-module__C3yneq__container{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 1.5rem;display:flex}.page-module__C3yneq__header{margin-bottom:1rem}.page-module__C3yneq__title{color:var(--foreground);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.875rem;font-weight:800}.page-module__C3yneq__subtitle{color:var(--foreground-muted);font-size:1rem}.page-module__C3yneq__tabs{border-bottom:1px solid var(--border);gap:2rem;margin-bottom:1rem;display:flex}.page-module__C3yneq__tab{color:var(--foreground-muted);cursor:pointer;border-bottom:2px solid #0000;padding:1rem 0;font-size:.875rem;font-weight:600;transition:all .2s}.page-module__C3yneq__activeTab{color:var(--primary);border-bottom-color:var(--primary)}.page-module__C3yneq__warningBanner{color:#991b1b;background:linear-gradient(90deg,#fef2f2,#fff);border:1px solid #fee2e2;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1.25rem 1.5rem;font-size:.95rem;display:flex}.page-module__C3yneq__sectionCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.page-module__C3yneq__tableContainer{}.page-module__C3yneq__tableToolbar{border-bottom:1px solid var(--border);background:var(--background-alt);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__C3yneq__searchBox{width:100%;max-width:480px;position:relative}.page-module__C3yneq__searchIcon{color:var(--foreground-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.page-module__C3yneq__searchInput{border:1px solid var(--border);background-color:var(--background);border-radius:10px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:all .2s}.page-module__C3yneq__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #4f46e514}.page-module__C3yneq__settingsPanel{padding:2.5rem;}.page-module__C3yneq__panelHeader{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:1.5rem}.page-module__C3yneq__panelHeader h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__C3yneq__formGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem 2.5rem;display:grid}.page-module__C3yneq__helpText{color:var(--foreground-muted);margin-top:.5rem;font-size:.8rem;line-height:1.4;display:block}.page-module__C3yneq__formActions{border-top:1px solid var(--border);justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;display:flex}.page-module__C3yneq__successAlert,.page-module__C3yneq__errorAlert{border:1px solid #0000;border-radius:8px;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}.page-module__C3yneq__successAlert{color:#166534;background-color:#f0fdf4;border-color:#bcf0da}.page-module__C3yneq__errorAlert{color:#991b1b;background-color:#fef2f2;border-color:#fecaca}.page-module__C3yneq__memberInfo{flex-direction:column;gap:.25rem;display:flex}.page-module__C3yneq__memberMeta{color:var(--foreground-muted);font-size:.8rem}.page-module__C3yneq__roleBadge{color:#374151;letter-spacing:.025em;background-color:#f3f4f6;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.page-module__C3yneq__settingsSection{margin-bottom:2.5rem}.page-module__C3yneq__sectionHeader{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1rem}.page-module__C3yneq__sectionHeader h3{color:var(--primary);margin:0;font-size:1.15rem;font-weight:700}.page-module__C3yneq__sectionHeader p{color:var(--foreground-muted);margin:.25rem 0 0;font-size:.85rem}
.page-module__5PDplW__container{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.page-module__5PDplW__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__5PDplW__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__5PDplW__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__5PDplW__formCard{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem}.page-module__5PDplW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.page-module__5PDplW__amountInputWrapper{align-items:center;display:flex;position:relative}.page-module__5PDplW__currencySymbol{color:var(--foreground-muted);pointer-events:none;font-weight:500;position:absolute;left:1rem}.page-module__5PDplW__amountInput{font-weight:600;padding-left:3rem!important;font-size:1.125rem!important}.page-module__5PDplW__formActions{justify-content:flex-end;margin-top:2rem;display:flex}.page-module__5PDplW__errorAlert{color:var(--danger);border-radius:var(--radius-md);background-color:#ef44441a;border:1px solid #ef444433;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}.page-module__5PDplW__successAlert{color:#10b981;border-radius:var(--radius-md);background-color:#10b9811a;border:1px solid #10b98133;margin-bottom:1.5rem;padding:1rem;font-size:.875rem}@media (max-width:640px){.page-module__5PDplW__grid{grid-template-columns:1fr}}
.page-module__LnkO1W__container{flex-direction:column;gap:1.5rem;display:flex}.page-module__LnkO1W__header{justify-content:space-between;align-items:flex-start;display:flex}.page-module__LnkO1W__title{color:var(--foreground);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.page-module__LnkO1W__subtitle{color:var(--foreground-muted);margin:0;font-size:.875rem}.page-module__LnkO1W__actions{gap:1rem;display:flex}.page-module__LnkO1W__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:1rem;display:grid}.page-module__LnkO1W__statCard{background-color:var(--background-card);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.5rem}.page-module__LnkO1W__statCard h3{color:var(--foreground-muted);margin:0 0 .5rem;font-size:.875rem;font-weight:500}.page-module__LnkO1W__statValue{color:var(--foreground);align-items:baseline;gap:.25rem;margin:0;font-size:1.75rem;font-weight:700;display:flex}.page-module__LnkO1W__currency{color:var(--foreground-muted);font-size:1rem;font-weight:600}.page-module__LnkO1W__tableContainer{background-color:var(--background-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow-x:auto}.page-module__LnkO1W__tableToolbar{border-bottom:1px solid var(--border);padding:1rem 1.5rem}.page-module__LnkO1W__searchBox{max-width:400px;position:relative}.page-module__LnkO1W__searchIcon{color:var(--foreground-muted);font-size:.875rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.page-module__LnkO1W__searchInput{border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--background);width:100%;color:var(--foreground);padding:.5rem 1rem .5rem 2.25rem;font-size:.875rem}.page-module__LnkO1W__searchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);outline:none}.page-module__LnkO1W__memberInfo{flex-direction:column;display:flex}.page-module__LnkO1W__memberMeta{color:var(--foreground-muted);font-size:.75rem}.page-module__LnkO1W__txType{background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground);padding:.25rem .5rem;font-size:.75rem;font-weight:600}.page-module__LnkO1W__reference{color:var(--foreground-muted);background-color:var(--background);border-radius:var(--radius-sm);border:1px solid var(--border);padding:.125rem .375rem;font-family:monospace;font-size:.875rem}.page-module__LnkO1W__mutedText{color:var(--foreground-muted);font-size:.875rem;font-style:italic}.page-module__LnkO1W__emptyState{color:var(--foreground-muted);flex-direction:column;align-items:center;display:flex}.page-module__LnkO1W__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:2.5rem}.page-module__LnkO1W__emptyState h3{color:var(--foreground);margin:0 0 .5rem;font-size:1.125rem}.page-module__LnkO1W__emptyState p{margin:0;font-size:.875rem}
