:root{--light-gray: #e2e8f0}@keyframes fadeIn{0%{opacity:.5}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.6;min-height:100vh;animation:fadeIn .2s;transition:opacity .2s}body.hide{opacity:.5}body.page-login{background-image:url(/assets/bank-CVe8NX-F.png);background-repeat:no-repeat;background-position:center bottom;background-size:100% auto}a{text-decoration:none;color:var(--primary-color);transition:all .2s}a:hover{filter:brightness(1.5)}h1{line-height:1.1}.navbar{max-width:1200px;margin:1rem auto 0;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-nav{display:flex;align-items:center;overflow:hidden}.navbar-nav .brand-title{font-weight:600}.navbar-nav a{padding:.7rem 1.1rem;font-weight:300;color:#000;transition:background-color .4s ease;font-size:1.5rem;position:relative;transition:transform .4s ease,color .2s ease}.navbar-nav a:hover:not(.navbar-brand){transform:scale(1.1) translateY(-1px);color:var(--primary-color)}.navbar-nav .navbar-brand{font-size:1.5rem;font-weight:700;text-decoration:none;padding-left:0}.navbar-brand img{max-width:150px;max-height:50px;width:auto;height:auto}@media(max-width:960px){.navbar{padding-left:15px;padding-right:15px;align-items:flex-start}.navbar-brand img{max-width:150px;max-height:40px}.navbar-nav{flex-wrap:wrap;gap:.4rem}.navbar-nav a{padding:.5rem;font-size:1.1rem}.navbar-nav .link-dashboard,.navbar-nav .separator,.navbar-nav .user-name{display:none}}footer{text-align:center}footer p{font-size:.8rem}.container{max-width:1200px;margin:0 auto;padding:2rem}@media(max-width:960px){.container{padding-left:15px;padding-right:15px;padding-top:1rem}}.card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:5px 5px 10px #0000000d}.card-header{border-bottom:1px solid var(--light-gray);padding-bottom:1rem;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#1a365d}.text-primary{color:var(--primary-color)}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3182ce66}.btn-secondary{background-color:var(--light-gray);color:#4a5568}.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 6px 10px #3182ce1a;filter:brightness(1)}.btn-danger{background:#e53e3e;color:#fff}.btn-danger:hover{background:#c53030}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#4a5568}.form-input{width:100%;padding:.75rem 1rem;border:2px solid var(--light-gray);border-radius:8px;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#3182ce}.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem}.alert-success{background:#c6f6d5;color:#22543d;border:1px solid #9ae6b4}.alert-error{background:#fed7d7;color:#742a2a;border:1px solid #feb2b2}.alert-info{background:#bee3f8;color:#2a4365;border:1px solid #90cdf4}.alert-warning{background:#fefcbf;color:#744210;border:1px solid #faf089}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid var(--light-gray)}.table th{background:#f7fafc;font-weight:600;color:#4a5568}.table tr:hover{background:#f7fafc}@media(max-width:960px){.container table,.container table tr{display:flex;flex-direction:column}.container table th,.container table td{border-bottom:none;padding-top:.2rem;padding-bottom:.2rem}.container table tr{padding:.5rem 0;border-bottom:1px solid var(--light-gray)}}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-success{background:#c6f6d5;color:#22543d}.badge-warning{background:#fefcbf;color:#744210}.badge-error{background:#fed7d7;color:#742a2a}.badge-info{background:#bee3f8;color:#2a4365}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#718096}.text-success{color:#38a169}.text-danger{color:#e53e3e}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex{display:flex}.flex-between{justify-content:space-between}.align-items-center,.flex-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.grid-cols-3{grid-template-columns:1fr}.navbar{flex-direction:column;gap:1rem}}.stat-card{text-align:center;padding:1.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1a365d}.stat-label{color:#718096;font-size:.875rem;margin-top:.5rem}.amount-positive{color:#38a169}.amount-negative{color:#e53e3e}.background-gradient-red{background:linear-gradient(0,#fff,70%,#ffdede)}.background-gradient-yellow{background:linear-gradient(0,#fff,70%,#ffffde)}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.pagination a,.pagination span{padding:.5rem 1rem;border:1px solid var(--light-gray);border-radius:6px;text-decoration:none;color:#4a5568}.pagination a:hover{background:var(--light-gray)}.pagination .active{background:#3182ce;color:#fff;border-color:#3182ce}@media(max-width:960px){.flex-column-960{flex-direction:column}.gap-0-960{gap:0}}.notion-document-cards{display:flex;column-gap:1rem;row-gap:1rem;flex-wrap:wrap}.notion-document-card{overflow:hidden}.notion-source-placeholder.columns-1{width:calc(16.6666666667% - 8px)}.notion-source-placeholder.columns-2{width:calc(33.3333333334% - 8px)}.notion-source-placeholder.columns-3{width:calc(50% - 8px)}.notion-source-placeholder.columns-4{width:calc(66.6666666668% - 8px)}.notion-source-placeholder.columns-5{width:calc(83.3333333335% - 8px)}.notion-source-placeholder.columns-6{width:calc(100% - 8px)}@media(max-width:1024px){.notion-source-placeholder.columns-1,.notion-source-placeholder.columns-2,.notion-source-placeholder.columns-3,.notion-source-placeholder.columns-4,.notion-source-placeholder.columns-5,.notion-source-placeholder.columns-6{width:calc(100% - 8px)}}.notion-card-icon{display:inline-flex;align-items:center;color:var(--primary-color)}.notion-filters{padding:1rem 1.5rem;background:#f7fafc;border-bottom:1px solid var(--light-gray)}.filter-form{display:flex;flex-direction:column;gap:1rem}.filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.filter-item{display:flex;flex-direction:column;gap:.25rem}.filter-item .form-label{font-size:.75rem;margin-bottom:0}.form-input-sm{padding:.5rem .75rem;font-size:.875rem}.filter-actions{display:flex;gap:.5rem}.table-responsive{overflow-x:auto}.notion-table{font-size:.875rem}.notion-table td{vertical-align:middle}.notion-file-link{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:#f7fafc;border-radius:4px;font-size:.8125rem;color:#4a5568;text-decoration:none;transition:background .2s;max-width:200px;overflow:hidden}.notion-file-link:hover{background:#edf2f7;filter:none}.notion-file-link .file-icon{flex-shrink:0;display:inline-flex}.notion-file-link .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notion-files-list{display:flex;flex-wrap:wrap;gap:.375rem}.notion-badge{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.notion-badge-default{background:#edf2f7;color:#4a5568}.notion-multi-select{display:flex;flex-wrap:wrap;gap:.25rem}.notion-checkbox{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px}.notion-checkbox-checked{background:#38a169;color:#fff}.notion-checkbox-unchecked{background:#edf2f7;color:#a0aec0}.notion-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary-color)}.notion-people{display:flex;flex-wrap:wrap;gap:.25rem}.notion-person{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:#e2e8f0;border-radius:999px;font-size:.75rem}.notion-person-avatar{width:16px;height:16px;border-radius:50%}.notion-paging{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid var(--light-gray);background:#f7fafc}.paging-info{font-size:.875rem;color:#4a5568}.paging-buttons{display:flex;gap:.5rem}.paging-buttons .btn{display:inline-flex;align-items:center;gap:.25rem}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.notion-skeleton{padding:1rem 1.5rem}.skeleton-table{display:flex;flex-direction:column;gap:.75rem}.skeleton-row{display:flex;gap:1rem}.skeleton-row.skeleton-header .skeleton-cell{height:14px;border-radius:3px;opacity:.7}.skeleton-cell{flex:1;height:18px;border-radius:4px;background:linear-gradient(90deg,#edf2f7 25%,#e2e8f0 37%,#edf2f7 63%);background-size:800px 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-cell:nth-child(1){flex:2}.skeleton-cell:nth-child(3){flex:.8}.notion-error-state{padding:1rem}.notion-error-state svg{opacity:.5}.notion-folder-list{padding:0}.notion-folder-item{border-bottom:1px solid var(--light-gray)}.notion-folder-item:last-child{border-bottom:none}.notion-folder-header{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:none;border:none;cursor:pointer;font-size:.9375rem;color:#1a365d;transition:background-color .15s;text-align:left;font-family:inherit}.notion-folder-header:hover{background-color:#f7fafc}.notion-folder-icon{display:inline-flex;color:var(--primary-color);flex-shrink:0}.notion-folder-name{font-weight:600;flex:1}.notion-folder-count{font-size:.75rem;color:#718096;background:#edf2f7;padding:.125rem .5rem;border-radius:999px}.notion-folder-chevron{display:inline-flex;color:#a0aec0;transition:transform .2s}.notion-folder-item.open .notion-folder-chevron{transform:rotate(90deg)}.notion-folder-content{display:none;border-top:1px solid var(--light-gray);background:#fafbfc}.notion-folder-item.open .notion-folder-content{display:block}.notion-folder-content .notion-table{font-size:.8125rem}.notion-folder-content .notion-table th{background:#f0f4f8}.notion-subfolder-list{padding:0}.notion-subfolder-header{padding-left:3rem}.notion-subfolder-header .notion-folder-icon{color:#718096}.notion-updates-source-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#4a5568}.notion-updates-source-badge svg{width:14px;height:14px;flex-shrink:0}.notion-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1.5rem}.notion-card-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem 1rem;background:#f7fafc;border-radius:10px;text-decoration:none;color:#333;transition:box-shadow .2s,transform .2s}.notion-card-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);filter:none}.notion-card-image{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:.75rem;flex-shrink:0}.notion-card-image img{width:100%;height:100%;object-fit:cover}.notion-card-image-placeholder{display:flex;align-items:center;justify-content:center;background:#edf2f7;color:#a0aec0}.notion-card-title{font-weight:600;font-size:.9375rem;color:#1a365d;margin-bottom:.25rem}.notion-card-subtitle{font-size:.8125rem;color:#718096;margin-bottom:.375rem}.notion-card-field{font-size:.75rem;color:#4a5568;margin-top:.25rem}.notion-card-button{margin-top:auto;align-self:center;text-decoration:none}@media(max-width:768px){.notion-cards-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;padding:1rem}.notion-card-image{width:60px;height:60px}}
