html{min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box}:root{color:#172033;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:#f5f7fb;min-width:320px;min-height:100vh;margin:0}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app{background:#f5f7fb;min-height:100vh;display:flex}.sidebar{z-index:20;background:#fff;border-right:1px solid #e7eaf0;flex-direction:column;width:250px;min-height:100vh;padding:22px 14px;display:flex;position:fixed;top:0;bottom:0;left:0}.brand{align-items:center;gap:11px;padding:4px 10px 22px;display:flex}.brand-logo{color:#fff;letter-spacing:.4px;background:#172033;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:flex}.brand h1{color:#172033;margin:0;font-size:15px;font-weight:800}.brand span{color:#8a92a3;margin-top:3px;font-size:11px;display:block}.menu{flex-direction:column;flex:1;gap:5px;display:flex}.menu-item{color:#647084;border-radius:11px;align-items:center;gap:11px;min-height:46px;padding:0 12px;font-size:13px;font-weight:600;transition:background .15s,color .15s;display:flex}.menu-item:hover{color:#172033;background:#f4f6fa}.menu-item.active{color:#172033;background:#edf1f7}.menu-item>span:first-child{text-align:center;width:18px;font-size:16px}.menu-item small{color:#a0a7b5;margin-left:auto;font-size:9px;font-weight:600}.sidebar-footer{border-top:1px solid #edf0f4;align-items:center;gap:10px;padding:17px 10px 3px;display:flex}.user-avatar,.profile-avatar{color:#172033;background:#e9edf4;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.user-avatar{width:34px;height:34px;font-size:12px}.sidebar-footer strong,.profile strong{color:#172033;font-size:12px;display:block}.sidebar-footer span,.profile span{color:#9299a8;margin-top:2px;font-size:10px;display:block}.main-content{width:100%;margin-left:250px;padding:30px 34px 50px}.topbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.eyebrow{color:#8c95a6;letter-spacing:.13em;margin:0 0 6px;font-size:10px;font-weight:800}.topbar h2{color:#172033;letter-spacing:-.03em;margin:0;font-size:27px;line-height:1.15}.subtitle{color:#8b93a2;margin:7px 0 0;font-size:13px}.topbar-actions{align-items:center;gap:12px;display:flex}.icon-button{background:#fff;border:1px solid #e5e8ee;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.profile{align-items:center;gap:9px;display:flex}.profile-avatar{width:38px;height:38px;font-size:12px}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.summary-card{background:#fff;border:1px solid #e8ebf0;border-radius:15px;padding:20px;box-shadow:0 3px 14px #17203308}.summary-card.primary{color:#fff;background:#172033;border-color:#172033}.summary-card.primary .card-label,.summary-card.primary .summary-note{color:#c3cad6}.card-label{letter-spacing:.08em;color:#8c95a6;font-size:10px;font-weight:800}.summary-value{color:#172033;letter-spacing:-.025em;margin-top:11px;font-size:23px;font-weight:800}.summary-card.primary .summary-value{color:#fff}.summary-note{color:#9098a7;margin-top:7px;font-size:11px}.positive{color:#3c8b69;margin-top:7px;font-size:11px;font-weight:700}.warning-card{background:#fffdf8}.section-block{margin-bottom:24px}.section-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:12px;display:flex}.section-header h3{color:#172033;margin:0;font-size:16px}.section-header p{color:#9299a8;margin:4px 0 0;font-size:11px}.account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.account-card,.list-row{background:#fff;border:1px solid #e8ebf0;border-radius:13px}.account-card{align-items:center;gap:12px;min-height:83px;padding:15px;display:flex}.account-icon,.row-icon{flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.account-icon{border-radius:10px;width:38px;height:38px;font-size:12px}.account-icon.bank{color:#172033;background:#edf1f7}.account-info{flex:1;min-width:0}.account-info span{color:#8d96a6;font-size:11px;display:block}.account-info strong{color:#172033;margin-top:4px;font-size:15px;display:block}.account-arrow{color:#b0b7c2;font-size:21px;line-height:1}.two-column{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:18px;display:grid}.list-card,.activity-card,.alert-list,.transaction-summary{flex-direction:column;gap:8px;display:flex}.list-row{align-items:center;gap:11px;padding:12px 14px;display:flex}.row-icon{border-radius:9px;width:34px;height:34px;font-size:10px}.row-icon.cash{color:#4f7b62;background:#eef5f0}.row-icon.digital{color:#6e5a97;background:#f1eef8}.row-main{flex:1;min-width:0}.row-main span{color:#8f97a6;font-size:11px;display:block}.row-main strong{color:#172033;margin-top:3px;font-size:14px;display:block}.transaction-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.transaction-item{background:#fff;border:1px solid #e8ebf0;border-radius:13px;flex-direction:column;min-height:94px;padding:14px;display:flex}.transaction-icon{color:#172033;background:#f1f3f7;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:12px;font-size:13px;font-weight:800;display:flex}.transaction-item div strong,.transaction-item>strong{color:#172033;font-size:12px}.transaction-item div span{color:#969eab;margin-top:4px;font-size:10px;display:block}.transaction-item>strong{margin-top:auto}.activity-card{background:#fff;border:1px solid #e8ebf0;border-radius:13px;padding:5px 14px}.activity-row{border-bottom:1px solid #eef1f4;align-items:center;gap:11px;padding:12px 0;display:flex}.activity-row:last-child{border-bottom:0}.activity-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-weight:800;display:flex}.activity-icon.transfer{color:#42506a;background:#eef1f6}.activity-icon.withdraw{color:#8a694e;background:#f5f0eb}.activity-icon.digital{color:#69568f;background:#f0edf7}.activity-info{flex:1;min-width:0}.activity-info strong{color:#172033;font-size:11px;display:block}.activity-info span{color:#969eab;margin-top:4px;font-size:10px;display:block}.activity-amount{text-align:right}.activity-amount strong{color:#172033;font-size:11px;display:block}.activity-amount span{color:#4d8b6c;margin-top:3px;font-size:9px;font-weight:700;display:block}.text-button{color:#5f6d84;background:0 0;border:0;padding:2px 0;font-size:11px;font-weight:700}.alert-list{background:#fff;border:1px solid #e8ebf0;border-radius:13px;padding:5px 14px}.alert-item{border-bottom:1px solid #eef1f4;align-items:flex-start;gap:10px;padding:12px 0;display:flex}.alert-item:last-child{border-bottom:0}.alert-dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:27px;height:27px;font-size:11px;font-weight:800;display:flex}.alert-dot.orange{color:#bf6a36;background:#fff0e6}.alert-dot.yellow{color:#8e741d;background:#fff8da}.alert-dot.blue{color:#4e71ab;background:#eaf1ff}.alert-item strong{color:#172033;font-size:11px;display:block}.alert-item span{color:#969eab;margin-top:4px;font-size:10px;display:block}@media (width<=1100px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.transaction-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.account-grid{grid-template-columns:1fr}}@media (width<=850px){.sidebar{width:78px;padding:16px 10px}.brand{justify-content:center;padding:4px 0 20px}.brand>div:last-child,.menu-item:not(.active):after,.menu-item small,.menu-item{text-indent:0}.brand h1,.brand span,.menu-item small,.sidebar-footer>div:last-child{display:none}.menu-item{justify-content:center;padding:0}.menu-item>span:first-child{font-size:18px}.sidebar-footer{justify-content:center;padding-left:0;padding-right:0}.main-content{margin-left:78px;padding:24px 20px 40px}.two-column{grid-template-columns:1fr}}@media (width<=620px){.main-content{margin-left:0;padding:18px 14px 32px}.sidebar{display:none}.topbar{flex-direction:column;margin-bottom:20px}.topbar h2{font-size:23px}.topbar-actions{justify-content:space-between;width:100%}.summary-grid{grid-template-columns:1fr}.transaction-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.account-grid{grid-template-columns:1fr}.summary-card{padding:17px}.section-block{margin-bottom:20px}}@media (width<=400px){.transaction-summary{grid-template-columns:1fr}.activity-row{align-items:flex-start}.activity-amount{display:none}}.logout-button{color:#667085;cursor:pointer;background:#fff;border:1px solid #e3e7ed;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:700}.logout-button:hover{background:#f7f8fa}.form-page{width:100%;max-width:1080px;margin:0 auto;padding-bottom:40px}.form-header{margin-bottom:28px}.form-header h1{color:#172033;letter-spacing:-.5px;margin:0;font-size:30px;line-height:1.2}.form-header p{color:#7d8493;margin:8px 0 0;font-size:14px;line-height:1.6}.transaction-form{flex-direction:column;gap:18px;display:flex}.form-card{background:#fff;border:1px solid #e8ebf0;border-radius:16px;padding:24px;box-shadow:0 4px 18px #1420330a}.form-card-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.form-card-header h2{color:#172033;margin:0;font-size:18px;line-height:1.3}.form-card-header p{color:#8b92a0;margin:6px 0 0;font-size:13px;line-height:1.5}.form-badge,.form-optional{letter-spacing:.6px;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:28px;padding:5px 10px;font-size:10px;font-weight:700;display:inline-flex}.form-badge{color:#4e5d73;background:#eef2f7}.form-optional{color:#8a91a0;background:#f5f6f8}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group>label{color:#3d4656;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{box-sizing:border-box;color:#172033;background:#fff;border:1px solid #dfe4eb;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:14px;transition:border-color .18s,box-shadow .18s,background .18s}.form-group input,.form-group select{min-height:44px;padding:0 13px}.form-group textarea{resize:vertical;min-height:100px;padding:12px 13px;line-height:1.5}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0b6c1}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8796aa;box-shadow:0 0 0 3px #5b6c8417}.form-group select{cursor:pointer}.input-prefix{background:#fff;border:1px solid #dfe4eb;border-radius:10px;align-items:center;min-height:46px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.input-prefix:focus-within{border-color:#8796aa;box-shadow:0 0 0 3px #5b6c8417}.input-prefix>span{color:#727b89;background:#f6f7f9;border-right:1px solid #e7eaf0;align-self:stretch;align-items:center;padding:0 12px;font-size:13px;font-weight:600;display:flex}.input-prefix input{min-width:0;min-height:44px;box-shadow:none;border:0;border-radius:0;outline:none;flex:1;padding:0 13px}.input-prefix input:focus{box-shadow:none;border:0}.total-summary{border-top:1px solid #edf0f4;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;padding-top:20px;display:grid}.total-summary>div{background:#fafbfc;border:1px solid #edf0f4;border-radius:12px;flex-direction:column;gap:6px;min-height:74px;padding:14px 16px;display:flex}.total-summary span{color:#838b99;font-size:12px;line-height:1.4}.total-summary strong{color:#172033;font-size:17px;line-height:1.3}.total-summary .total-summary-main{background:#f2f5f8;border-color:#dfe5ec;grid-column:1/-1}.total-summary-main strong{letter-spacing:-.3px;font-size:23px}.radio-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.radio-option{color:#3d4656;cursor:pointer;background:#fff;border:1px solid #dfe4eb;border-radius:10px;align-items:center;gap:10px;min-height:46px;padding:0 13px;font-size:13px;font-weight:500;transition:border-color .18s,background .18s;display:flex}.radio-option:hover{background:#fafbfc;border-color:#bac3cf}.radio-option input{accent-color:#172033;width:15px;height:15px;margin:0}.form-help,.form-help-box span{color:#818997;font-size:12px;line-height:1.55}.form-help-box{background:#f8fafb;border:1px solid #e4e8ee;border-radius:10px;flex-direction:column;gap:4px;margin-top:16px;padding:13px 15px;display:flex}.form-help-box strong{color:#4a5566;font-size:12px}.form-help-box span{color:#7f8795}.verification-warning{background:#fffaf0;border:1px solid #eadfbe;border-radius:12px;align-items:flex-start;gap:12px;padding:15px 17px;display:flex}.verification-warning strong{color:#7d6728;flex:none;font-size:13px;line-height:1.5}.verification-warning span{color:#756f61;font-size:12px;line-height:1.6}.form-actions{justify-content:flex-end;gap:10px;margin-top:2px;display:flex}.primary-button,.secondary-button,.danger-button,.text-button,.history-detail-button,.modal-close{cursor:pointer;font-family:inherit;transition:transform .15s,opacity .15s,background .15s,border-color .15s}.primary-button{color:#fff;background:#172033;border:0;border-radius:10px;min-height:46px;padding:0 20px;font-size:13px;font-weight:700}.primary-button:hover{opacity:.92}.primary-button:active,.secondary-button:active,.danger-button:active{transform:translateY(1px)}.form-message{border-radius:10px;padding:13px 15px;font-size:12px;line-height:1.5}.form-message-error{color:#9a4d4d;background:#fff6f6;border:1px solid #edcaca}.form-message-success{color:#3e7450;background:#f5fbf6;border:1px solid #cfe4d5}@media (width<=800px){.form-page{max-width:none}.form-grid,.radio-group,.total-summary{grid-template-columns:1fr}.total-summary .total-summary-main{grid-column:auto}}@media (width<=560px){.form-card{border-radius:14px;padding:18px}.form-header h1{font-size:26px}.form-card-header{margin-bottom:18px}.form-actions{justify-content:stretch}.primary-button{width:100%}}.history-page{width:100%;max-width:100%}.history-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.history-summary-card{background:#fff;border:1px solid #e5e8ee;border-radius:14px;min-width:0;padding:18px 20px;box-shadow:0 4px 14px #161f310a}.history-summary-card span{color:#7d8798;letter-spacing:.02em;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.history-summary-card strong{color:#121b2f;font-size:24px;font-weight:750;line-height:1.1;display:block}.history-card{background:#fff;border:1px solid #e5e8ee;border-radius:16px;margin-bottom:18px;overflow:hidden;box-shadow:0 4px 18px #161f310a}.history-card-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.history-card-header h3{color:#121b2f;margin:0 0 6px;font-size:17px;font-weight:750}.history-card-header p{color:#7d8798;margin:0;font-size:12px;line-height:1.6}.history-card-header .form-badge{flex:none}.history-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:180px;padding:30px;display:flex}.history-empty strong{color:#273149;font-size:14px;font-weight:700}.history-empty span{color:#9099a9;font-size:12px}.history-table-wrapper{width:100%;overflow-x:auto}.history-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:920px}.history-table thead th{color:#828b9b;letter-spacing:.04em;text-align:left;white-space:nowrap;background:#fafbfc;border-bottom:1px solid #edf0f4;padding:12px 14px;font-size:11px;font-weight:700}.history-table tbody td{color:#3f4858;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f0f2f5;padding:14px;font-size:12px}.history-table tbody tr:last-child td{border-bottom:0}.history-table tbody tr:hover{background:#fbfcfd}.history-table tbody td strong{color:#1a2438;font-weight:700}.history-status{white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.history-status.status-success{color:#24734a;background:#e9f7ef}.history-status.status-pending{color:#8b6718;background:#fff4d7}.history-status.status-failed{color:#9a4d4d;background:#fbeceb}.history-status.status-void{color:#646c79;background:#eef0f3}.history-detail-button{color:#29354b;cursor:pointer;background:#fff;border:1px solid #dfe4eb;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:700;transition:all .15s}.history-detail-button:hover{background:#f6f8fa;border-color:#cfd6df}.history-card .form-badge{color:#59657a;letter-spacing:.05em;background:#eef2f7;border-radius:7px;justify-content:center;align-items:center;min-height:24px;padding:4px 9px;font-size:10px;font-weight:800;display:inline-flex}.history-page .modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0d162675;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.history-page .modal-card{background:#fff;border:1px solid #e2e6ec;border-radius:18px;width:min(680px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 22px 60px #0c15242e}.history-page .modal-card.compact{width:min(560px,100%)}.history-page .modal-header{justify-content:space-between;align-items:flex-start;gap:14px;padding:22px 24px 16px;display:flex}.history-page .modal-eyebrow{color:#8b95a5;letter-spacing:.08em;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.history-page .modal-header h3{color:#121b2f;margin:0;font-size:20px;font-weight:750;line-height:1.2}.history-page .modal-close{color:#586277;cursor:pointer;background:#fff;border:1px solid #e1e5eb;border-radius:9px;width:34px;height:34px;font-size:20px;line-height:1}.history-page .modal-close:hover{background:#f6f8fa}.history-page .modal-status-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:12px;padding:0 24px 18px;display:flex}.history-page .modal-status-row>strong{color:#445066;font-size:11px;font-weight:700}.history-page .detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:20px 24px;display:grid}.history-page .detail-grid>div,.history-page .confirmation-box>div{background:#fafbfc;border:1px solid #e9edf2;border-radius:11px;padding:13px 14px}.history-page .detail-grid span,.history-page .confirmation-box span,.history-page .detail-list span{color:#8a94a4;margin-bottom:5px;font-size:11px;display:block}.history-page .detail-grid strong,.history-page .confirmation-box strong,.history-page .detail-list strong{color:#182238;font-size:13px;font-weight:700;display:block}.history-page .detail-section{padding:0 24px 18px}.history-page .detail-section h4{color:#263149;margin:0 0 10px;font-size:13px;font-weight:750}.history-page .detail-list{border:1px solid #e9edf2;border-radius:11px;overflow:hidden}.history-page .detail-list>div{border-bottom:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:18px;padding:11px 13px;display:flex}.history-page .detail-list>div:last-child{border-bottom:0}.history-page .detail-list span,.history-page .detail-list strong{margin:0}.history-page .detail-note{color:#566175;background:#f8fafc;border-radius:11px;margin:0;padding:12px 13px;font-size:12px;line-height:1.55}.history-page .verification-box,.history-page .void-box{border:1px solid #e6e9ef;border-radius:11px;margin:0 24px 18px;padding:14px 15px}.history-page .verification-box strong,.history-page .void-box strong{color:#273149;margin-bottom:5px;font-size:12px;font-weight:750;display:block}.history-page .verification-box span,.history-page .void-box span{color:#667187;font-size:11px;line-height:1.5;display:block}.history-page .verification-box.success{background:#f3faf6;border-color:#d8eee0}.history-page .verification-box.warning{background:#fff9ed;border-color:#f3e1ad}.history-page .void-box{background:#fafafa;border-color:#e5e7ea}.history-page .confirmation-box{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 24px 18px;display:grid}.history-page .verification-warning{margin:0 24px 18px}.history-page .form-group{padding:0 24px}.history-page .form-group label{color:#48536a;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.history-page .form-group textarea{box-sizing:border-box;resize:vertical;color:#1d273c;background:#fff;border:1px solid #dfe4eb;border-radius:10px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:12px}.history-page .form-group textarea:focus{border-color:#aeb8c7}.history-page .modal-message,.history-page .form-message{margin:0 24px 16px}.history-page .modal-actions{justify-content:flex-end;gap:10px;padding:0 24px 24px;display:flex}.history-page .primary-button,.history-page .secondary-button,.history-page .danger-button{cursor:pointer;border-radius:9px;min-height:38px;padding:0 14px;font-size:11px;font-weight:750}.history-page .primary-button{color:#fff;background:#152035;border:1px solid #152035}.history-page .secondary-button{color:#364158;background:#fff;border:1px solid #dfe4eb}.history-page .danger-button{color:#fff;background:#a94848;border:1px solid #a94848}.history-page .form-message{border-radius:9px;padding:11px 12px;font-size:11px;line-height:1.45}.history-page .form-message-error{color:#9b4b4b;background:#fff5f5;border:1px solid #f0d2d2}.history-page .form-message-success{color:#2f7149;background:#f3faf5;border:1px solid #d7eadc}@media (width<=1080px){.history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.history-summary-grid{grid-template-columns:1fr}.history-summary-card strong{font-size:22px}.history-card-header{padding:17px}.history-page .detail-grid,.history-page .confirmation-box{grid-template-columns:1fr}.history-page .modal-header,.history-page .modal-status-row,.history-page .detail-grid,.history-page .detail-section,.history-page .confirmation-box,.history-page .modal-actions{padding-left:17px;padding-right:17px}.history-page .verification-box,.history-page .void-box,.history-page .verification-warning,.history-page .form-message{margin-left:17px;margin-right:17px}.history-page .modal-card{max-height:calc(100vh - 24px)}}.movement-note-cell{min-width:280px;line-height:1.45}.movement-note-cell>span:first-child{font-weight:600;display:block}.movement-balance-detail{color:#6b7280;margin-top:6px;font-size:12px;line-height:1.55}.movement-balance-detail div{white-space:nowrap}@media (width<=900px){.movement-note-cell{min-width:240px}.movement-balance-detail div{white-space:normal}}.history-note-stack{flex-direction:column;gap:3px;min-width:220px;line-height:1.35;display:flex}.history-note-stack strong{font-weight:600}.history-note-stack span,.history-note-stack small{color:#6b7280;font-size:12px}.shift-page{flex-direction:column;gap:18px;display:flex}.shift-page-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.shift-page-header h1{margin:0 0 8px}.shift-page-header p{margin:0}.shift-page-badge,.shift-count,.shift-status-open,.shift-status-closed{letter-spacing:.04em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.shift-page-badge{color:#20304a;background:#edf2f7}.shift-status-open{color:#167447;background:#eaf7ef}.shift-status-closed{color:#657184;background:#edf0f4}.shift-count{color:#647083;background:#f2f4f7}.shift-card{background:#fff;border:1px solid #e4e8ee;border-radius:14px;overflow:hidden}.shift-active-card{box-shadow:0 8px 22px #1923370a}.shift-card-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex}.shift-card-header h2{margin:0 0 6px;font-size:18px}.shift-card-header p{color:#718096;margin:0;font-size:13px}.shift-eyebrow{color:#778399;letter-spacing:.08em;margin-bottom:7px;font-size:10px;font-weight:700;display:block}.shift-main-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:18px 22px;display:grid}.shift-info-item{background:#fbfcfd;border:1px solid #edf0f4;border-radius:10px;padding:14px}.shift-info-item span,.shift-balance-grid span,.shift-note span{color:#7d889a;margin-bottom:7px;font-size:12px;display:block}.shift-info-item strong,.shift-balance-grid strong,.shift-note strong{color:#172238;font-size:14px}.shift-balance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 22px 18px;display:grid}.shift-balance-grid>div{border:1px solid #edf0f4;border-radius:10px;padding:16px}.shift-balance-highlight{background:#f7f9fb}.shift-balance-highlight small{color:#7d889a;margin-top:5px;font-size:11px;display:block}.shift-difference-neutral{color:#172238!important}.shift-difference-positive{color:#167447!important}.shift-difference-negative{color:#bf3940!important}.shift-note{background:#fafbfc;border:1px solid #edf0f4;border-radius:10px;margin:0 22px 18px;padding:14px 16px}.shift-info-box{background:#fffbf1;border:1px solid #e8dcc0;border-radius:10px;flex-direction:column;gap:4px;margin:0 22px 22px;padding:14px 16px;display:flex}.shift-info-box strong{color:#6e5c30;font-size:13px}.shift-info-box span{color:#7b6d4a;font-size:12px;line-height:1.5}.shift-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;padding:28px;display:flex}.shift-empty.small{min-height:150px}.shift-empty-icon{color:#536277;background:#f1f4f7;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;font-size:22px;display:inline-flex}.shift-empty strong{color:#172238;font-size:14px}.shift-empty span{color:#7a8596;max-width:520px;font-size:12px;line-height:1.5}.shift-empty .primary-button{margin-top:10px}.shift-table-wrapper{width:100%;overflow-x:auto}.shift-table{border-collapse:collapse;width:100%;min-width:1080px}.shift-table th,.shift-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0f4;padding:13px 14px}.shift-table th{color:#758196;letter-spacing:.04em;background:#fafbfc;font-size:10px;font-weight:700}.shift-table td{color:#536074;font-size:12px}.shift-table td strong{color:#1b2940}.shift-table tbody tr:last-child td{border-bottom:0}@media (width<=900px){.shift-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shift-balance-grid{grid-template-columns:1fr}}@media (width<=640px){.shift-page-header,.shift-card-header{flex-direction:column}.shift-main-grid{grid-template-columns:1fr}}.shift-closing-card{margin-top:18px}.shift-closing-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.shift-closing-summary{grid-template-columns:1fr 1fr 1fr;gap:12px;margin:16px 0;display:grid}.shift-closing-summary>div{background:#fafbfc;border:1px solid #e6eaf0;border-radius:12px;padding:16px}.shift-closing-summary span,.shift-closing-summary small{display:block}.shift-closing-summary span{color:#718096;margin-bottom:6px;font-size:12px}.shift-closing-summary strong{font-size:18px}.shift-closing-summary small{color:#718096;margin-top:4px;font-size:11px}@media (width<=780px){.shift-closing-grid,.shift-closing-summary{grid-template-columns:1fr}}.login-page{background:#f4f6fa;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.login-card{background:#fff;border:1px solid #e5e9f0;border-radius:18px;width:min(430px,100%);padding:30px;box-shadow:0 18px 50px #131f3714}.login-brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.login-logo{color:#fff;background:#172033;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:800;display:flex}.login-brand h1{margin:0;font-size:18px}.login-brand span{color:#8a94a6;margin-top:2px;font-size:12px;display:block}.login-header h2{margin:6px 0 8px;font-size:26px}.login-header p:last-child{color:#738096;margin:0;font-size:13px;line-height:1.6}.login-form{margin-top:26px}.login-form .form-group+.form-group{margin-top:16px}.login-form input{box-sizing:border-box;width:100%}.login-button{color:#fff;cursor:pointer;background:#172033;border:0;border-radius:10px;width:100%;margin-top:20px;padding:13px 16px;font-weight:700}.login-button:hover{opacity:.95}.login-error{color:#b23a3a;background:#fff7f7;border:1px solid #f2caca;border-radius:10px;margin-top:16px;padding:11px 12px;font-size:13px}.login-demo-box{background:#fafbfc;border:1px solid #eceff4;border-radius:10px;margin-top:22px;padding:14px}.login-demo-box strong,.login-demo-box span{display:block}.login-demo-box strong{margin-bottom:6px;font-size:12px}.login-demo-box span{color:#748096;font-size:12px;line-height:1.6}@media (width<=520px){.login-page{padding:18px}.login-card{padding:22px}}.employee-page{width:100%}.employee-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.employee-page-header h1{margin:6px 0 8px;font-size:28px}.employee-page-header p:last-child{color:#748096;margin:0;font-size:13px}.employee-page-badge{color:#536074;white-space:nowrap;background:#eef2f7;border-radius:9px;padding:8px 11px;font-size:11px;font-weight:700}.employee-card{background:#fff;border:1px solid #e5e9f0;border-radius:14px;overflow:hidden}.employee-card-header{border-bottom:1px solid #edf0f4;padding:20px 22px}.employee-card-header h2{margin:0 0 6px;font-size:17px}.employee-card-header p{color:#788398;margin:0;font-size:12px;line-height:1.6}.employee-table-wrapper{overflow-x:auto}.employee-table{border-collapse:collapse;width:100%}.employee-table th,.employee-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f4;padding:14px 18px;font-size:12px}.employee-table th{color:#7b8597;background:#fafbfc;font-size:11px;font-weight:700}.employee-user-cell{align-items:center;gap:10px;display:flex}.employee-avatar{color:#334056;background:#eef2f7;border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.employee-status{border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.employee-status-active{color:#2e8050;background:#e9f7ee}.employee-status-inactive{color:#9f4343;background:#f7ecec}.employee-note{background:#fffaf0;border:1px solid #eadfbd;border-radius:10px;gap:10px;margin:18px;padding:12px 14px;display:flex}.employee-note strong,.employee-note span{font-size:12px;line-height:1.6}.employee-note strong{white-space:nowrap}.employee-note span{color:#766c58}@media (width<=700px){.employee-page-header{flex-direction:column}}.employee-header-actions{align-items:center;gap:10px;display:flex}.employee-primary-button,.employee-secondary-button,.employee-edit-button,.employee-modal-close{font:inherit;cursor:pointer}.employee-primary-button{color:#fff;background:#172033;border:0;border-radius:9px;padding:9px 13px;font-size:12px;font-weight:700}.employee-primary-button:hover{opacity:.95}.employee-secondary-button{color:#536074;background:#fff;border:1px solid #e1e6ee;border-radius:9px;padding:9px 13px;font-size:12px;font-weight:700}.employee-edit-button{color:#3d4b63;background:#fff;border:1px solid #e1e6ee;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:700}.employee-edit-button:hover{background:#f7f9fb}.employee-secondary-text{color:#8a94a6;margin-top:3px;font-size:10px;display:block}.employee-role{border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.employee-role-owner{color:#44516a;background:#eef2f8}.employee-role-employee{color:#667085;background:#f4f6f9}.employee-feedback{border-radius:10px;margin-bottom:14px;padding:11px 13px;font-size:12px;line-height:1.5}.employee-feedback-success{color:#34744a;background:#f3fbf5;border:1px solid #d2ead9}.employee-feedback-error{color:#a84545;background:#fff7f7;border:1px solid #f1cdcd}.employee-modal-backdrop{z-index:1000;background:#131f3759;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.employee-modal{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:min(620px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #131f372e}.employee-modal-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.employee-modal-header h2{margin:6px 0 0;font-size:20px}.employee-modal-close{color:#667085;background:#fff;border:1px solid #e1e6ee;border-radius:9px;width:34px;height:34px;font-size:22px;line-height:1}.employee-modal-close:hover{background:#f7f9fb}.employee-form-grid{grid-template-columns:1fr 1fr;gap:16px;padding:22px 24px 6px;display:grid}.employee-password-group{grid-column:1/-1}.employee-modal-actions{justify-content:flex-end;gap:10px;padding:18px 24px 24px;display:flex}@media (width<=700px){.employee-header-actions{flex-direction:column;align-items:stretch;width:100%}.employee-form-grid{grid-template-columns:1fr}.employee-password-group{grid-column:auto}.employee-modal-backdrop{padding:14px}}.inventory-page{width:100%}.inventory-page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.inventory-page-header h1{margin:6px 0 8px;font-size:28px}.inventory-page-header p:last-child{color:#748096;margin:0;font-size:13px}.inventory-header-actions{align-items:center;gap:10px;display:flex}.inventory-page-badge{color:#536074;white-space:nowrap;background:#eef2f7;border-radius:9px;padding:8px 11px;font-size:11px;font-weight:700}.inventory-primary-button{color:#fff;cursor:pointer;background:#172033;border:0;border-radius:10px;padding:11px 14px;font-weight:700}.inventory-primary-button:hover{opacity:.95}.inventory-secondary-button,.inventory-edit-button,.inventory-modal-close{color:#536074;cursor:pointer;background:#fff;border:1px solid #e3e7ed;border-radius:9px;font-weight:700}.inventory-secondary-button{padding:11px 14px}.inventory-edit-button{padding:7px 10px;font-size:11px}.inventory-feedback{border-radius:10px;margin:0 0 12px;padding:11px 13px;font-size:12px}.inventory-feedback-success{color:#2d7b4e;background:#f4fbf6;border:1px solid #cdebd8}.inventory-feedback-error{color:#b23a3a;background:#fff7f7;border:1px solid #f2caca}.inventory-card{background:#fff;border:1px solid #e5e9f0;border-radius:14px;overflow:hidden}.inventory-card-header{border-bottom:1px solid #edf0f4;padding:20px 22px}.inventory-card-header h2{margin:0 0 6px;font-size:17px}.inventory-card-header p{color:#788398;margin:0;font-size:12px;line-height:1.6}.inventory-table-wrapper{overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%}.inventory-table th,.inventory-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f4;padding:14px 16px;font-size:12px}.inventory-table th{color:#7b8597;background:#fafbfc;font-size:11px;font-weight:700}.inventory-product-cell strong,.inventory-product-cell span{display:block}.inventory-product-cell span{color:#8b95a6;margin-top:4px;font-size:10px}.inventory-stock{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-flex}.inventory-stock-safe{color:#2e8050;background:#e9f7ee}.inventory-stock-warning{color:#9b6b16;background:#fff5df}.inventory-stock-danger{color:#9f4343;background:#f7ecec}.inventory-empty-card{text-align:center;padding:60px 24px}.inventory-empty-icon{color:#536074;background:#eef2f7;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 14px;font-size:20px;display:flex}.inventory-empty-card h2{margin:0 0 8px;font-size:18px}.inventory-empty-card p{color:#7a8597;max-width:540px;margin:0 auto 20px;font-size:13px;line-height:1.6}.inventory-note{background:#fffaf0;border:1px solid #eadfbd;border-radius:10px;gap:10px;margin-top:16px;padding:12px 14px;display:flex}.inventory-note strong,.inventory-note span{font-size:12px;line-height:1.6}.inventory-note strong{white-space:nowrap}.inventory-note span{color:#766c58}.inventory-modal-backdrop{z-index:100;background:#141d2d59;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.inventory-modal{background:#fff;border:1px solid #e5e9f0;border-radius:16px;width:min(660px,100%);max-height:90vh;padding:22px;overflow:auto;box-shadow:0 24px 80px #131f372e}.inventory-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.inventory-modal-header h2{margin:6px 0 0;font-size:20px}.inventory-modal-close{width:34px;height:34px;font-size:20px}.inventory-form-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:22px;display:grid}.inventory-form-grid .form-group{margin:0}.inventory-form-grid label{color:#3b4658;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.inventory-form-grid input,.inventory-form-grid select{box-sizing:border-box;width:100%}.input-with-prefix{background:#fff;border:1px solid #dfe4eb;border-radius:9px;display:flex;overflow:hidden}.input-with-prefix span{color:#778396;background:#f8f9fb;border-right:1px solid #e6eaf0;align-items:center;padding:0 12px;font-size:12px;display:flex}.input-with-prefix input{border:0;border-radius:0}.input-with-prefix input:focus{outline:0}.inventory-margin-preview{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;justify-content:space-between;align-items:center;margin-top:18px;padding:14px 16px;display:flex}.inventory-margin-preview span{color:#748096;font-size:12px}.inventory-margin-preview strong{font-size:18px}.inventory-modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}@media (width<=700px){.inventory-page-header,.inventory-header-actions{flex-direction:column;align-items:flex-start}.inventory-form-grid{grid-template-columns:1fr}.inventory-modal{padding:18px}.inventory-modal-backdrop{padding:12px}}.inventory-stockin-preview{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.inventory-stockin-preview>div{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;padding:14px 16px}.inventory-stockin-preview span,.inventory-stockin-preview strong{display:block}.inventory-stockin-preview span{color:#748096;margin-bottom:6px;font-size:11px}.inventory-stockin-preview strong{font-size:16px}@media (width<=700px){.inventory-stockin-preview{grid-template-columns:1fr}}.inventory-history-card{margin-top:16px}.inventory-history-card .inventory-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.inventory-history-count{color:#536074;white-space:nowrap;background:#eef2f7;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:700}.inventory-history-table th,.inventory-history-table td{min-width:110px}.inventory-history-table th:first-child,.inventory-history-table td:first-child{min-width:150px}.inventory-history-table th:nth-child(3),.inventory-history-table td:nth-child(3){min-width:180px}.inventory-history-table th:nth-child(11),.inventory-history-table td:nth-child(11){white-space:normal;min-width:220px}.inventory-history-empty{border:0;border-radius:0}@media (width<=700px){.inventory-history-card .inventory-card-header{flex-direction:column}}.inventory-sale-preview{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0;display:grid}.inventory-sale-preview>div{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;padding:14px 15px}.inventory-sale-preview span,.inventory-sale-preview strong{display:block}.inventory-sale-preview span{color:#778396;margin-bottom:6px;font-size:11px}.inventory-sale-preview strong{font-size:15px}.inventory-stockin-note{margin-top:6px}.inventory-stockin-note textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:74px}@media (width<=900px){.inventory-sale-preview{grid-template-columns:1fr 1fr}}@media (width<=620px){.inventory-sale-preview{grid-template-columns:1fr}}.inventory-sales-history-table th,.inventory-sales-history-table td{min-width:105px}.inventory-sales-history-table th:first-child,.inventory-sales-history-table td:first-child{min-width:150px}.inventory-sales-history-table th:nth-child(3),.inventory-sales-history-table td:nth-child(3){min-width:180px}.inventory-sale-row-void td{background:#fbfbfc}.inventory-void-muted{color:#8b95a6}.inventory-sale-status{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.inventory-sale-status-void,.inventory-sale-status-success{border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.inventory-sale-status-void{color:#626c7c;background:#f0f2f5}.inventory-sale-status-success{color:#2e8050;background:#e9f7ee}.inventory-history-value{flex-direction:column;gap:4px;display:flex}.inventory-history-subvalue{color:#8b95a6;font-size:10px;line-height:1.45;display:block}.inventory-sales-history-table th:nth-child(12),.inventory-sales-history-table td:nth-child(12){min-width:125px}.inventory-sales-history-table th:nth-child(13),.inventory-sales-history-table td:nth-child(13){min-width:150px}.inventory-sales-history-table th:nth-child(14),.inventory-sales-history-table td:nth-child(14){white-space:normal;min-width:220px}.inventory-field-help{color:#8b95a6;margin-top:6px;font-size:10px;line-height:1.5;display:block}.inventory-form-grid input:disabled{color:#697486;cursor:not-allowed;background:#f6f7f9}.inventory-adjustment-info{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.inventory-adjustment-info>div{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;padding:14px 15px}.inventory-adjustment-info span,.inventory-adjustment-info strong{display:block}.inventory-adjustment-info span{color:#778396;margin-bottom:6px;font-size:11px}.inventory-adjustment-info strong{font-size:16px}.inventory-adjustment-increase{color:#2e8050!important}.inventory-adjustment-decrease{color:#b34a4a!important}.inventory-adjustment-history-table th,.inventory-adjustment-history-table td{min-width:110px}.inventory-adjustment-history-table th:first-child,.inventory-adjustment-history-table td:first-child{min-width:150px}.inventory-adjustment-history-table th:nth-child(3),.inventory-adjustment-history-table td:nth-child(3){min-width:180px}.inventory-adjustment-history-table th:last-child,.inventory-adjustment-history-table td:last-child{white-space:normal;min-width:220px}@media (width<=700px){.inventory-adjustment-info{grid-template-columns:1fr}}.report-page{width:100%}.report-date-control{align-items:center;gap:10px;display:flex}.report-date-control span{color:#778396;font-size:11px;font-weight:700}.report-date-control input{color:#243047;background:#fff;border:1px solid #dfe4eb;border-radius:9px;min-height:38px;padding:0 10px;font-size:12px}.report-period-card{background:#fff;border:1px solid #e5e9f0;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:18px 20px;display:flex}.report-period-card p{color:#8a94a5;letter-spacing:.08em;margin:0 0 5px;font-size:10px;font-weight:800}.report-period-card strong{font-size:17px}.report-period-card>span{color:#718096;font-size:12px}.report-summary-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px;display:grid}.report-summary-card{background:#fff;border:1px solid #e5e9f0;border-radius:13px;padding:18px}.report-summary-card.primary{color:#fff;background:#172033;border-color:#172033}.report-summary-card.warning{background:#fffaf0;border-color:#eadfbd}.report-summary-card span,.report-summary-card strong,.report-summary-card small{display:block}.report-summary-card span{color:#7b8698;margin-bottom:8px;font-size:10px;font-weight:800}.report-summary-card.primary span{color:#b8c2d2}.report-summary-card strong{font-size:22px;line-height:1.2}.report-summary-card small{color:#8a94a5;margin-top:7px;font-size:10px;line-height:1.5}.report-summary-card.primary small{color:#c5cedb}.report-two-column{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.report-card{background:#fff;border:1px solid #e5e9f0;border-radius:13px;margin-bottom:16px;overflow:hidden}.report-card-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px;display:flex}.report-card-header h3{margin:0 0 6px;font-size:17px}.report-card-header p{color:#7a8597;margin:0;font-size:11px;line-height:1.6}.report-card-header>strong{white-space:nowrap;font-size:16px}.report-service-list{padding:2px 20px}.report-service-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;display:flex}.report-service-row:last-child{border-bottom:0}.report-service-row>div:last-child{text-align:right}.report-service-row strong,.report-service-row span{display:block}.report-service-row strong{font-size:12px}.report-service-row span{color:#8a94a5;margin-top:4px;font-size:10px}.report-audit-grid{background:#edf0f4;grid-template-columns:1fr 1fr;gap:1px;display:grid}.report-audit-grid>div{background:#fff;padding:16px}.report-audit-grid span,.report-audit-grid strong{display:block}.report-audit-grid span{color:#7f899b;margin-bottom:5px;font-size:10px}.report-audit-grid strong{font-size:19px}.report-empty{color:#8b95a6;text-align:center;padding:30px 20px;font-size:12px}.report-table-wrapper{overflow-x:auto}.report-table{border-collapse:collapse;width:100%}.report-table th,.report-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf0f4;padding:13px 15px;font-size:11px}.report-table th{color:#7b8597;background:#fafbfc;font-size:10px;font-weight:800}.report-table td:last-child{white-space:normal;min-width:190px}.report-balance-groups{grid-template-columns:1fr 1fr;gap:18px;padding:18px 20px;display:grid}.report-balance-groups>div{padding-bottom:6px}.report-balance-groups h4{margin:0 0 10px;font-size:12px}.report-balance-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:10px;padding:9px 0;display:flex}.report-balance-row span{color:#687386;font-size:11px}.report-balance-row strong{font-size:11px}.report-total-balance{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin:0 20px 20px;padding:14px 15px;display:flex}.report-total-balance span{color:#6f7b8e;font-size:11px}.report-total-balance strong{font-size:17px}.report-inventory-highlight{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;margin:18px 20px;padding:16px}.report-inventory-highlight span,.report-inventory-highlight strong{display:block}.report-inventory-highlight span{color:#788398;margin-bottom:6px;font-size:10px}.report-inventory-highlight strong{font-size:22px}.report-audit-list{padding:0 20px 16px}.report-audit-list>div{border-bottom:1px solid #edf0f4;justify-content:space-between;gap:15px;padding:10px 0;display:flex}.report-audit-list span{color:#6f7b8e;font-size:11px}.report-audit-list strong{font-size:12px}.report-warning-box{background:#fffaf0;border:1px solid #eadfbd;border-radius:10px;flex-direction:column;gap:4px;margin:0 20px 20px;padding:12px 13px;display:flex}.report-warning-box strong{font-size:11px}.report-warning-box span{color:#756b58;font-size:10px;line-height:1.5}.report-notes{background:#edf0f4;grid-template-columns:1fr 1fr;gap:1px;display:grid}.report-notes>div{background:#fff;flex-direction:column;gap:5px;padding:15px 17px;display:flex}.report-notes strong{font-size:11px}.report-notes span{color:#778396;font-size:10px;line-height:1.6}@media (width<=1000px){.report-summary-grid{grid-template-columns:1fr 1fr}.report-two-column{grid-template-columns:1fr}}@media (width<=700px){.report-period-card{flex-direction:column;align-items:flex-start}.report-summary-grid,.report-balance-groups,.report-notes{grid-template-columns:1fr}.report-card-header{flex-direction:column;align-items:flex-start}}.report-cashflow-grid{background:#edf0f4;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.report-cashflow-grid>div{background:#fff;padding:16px}.report-cashflow-grid span,.report-cashflow-grid strong,.report-cashflow-grid small{display:block}.report-cashflow-grid span{color:#7b8597;margin-bottom:6px;font-size:10px;font-weight:800}.report-cashflow-grid strong{font-size:18px;line-height:1.25}.report-cashflow-grid small{color:#8993a4;margin-top:6px;font-size:10px;line-height:1.5}.report-cashflow-total{grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;display:flex;background:#f8fafc!important}.report-cashflow-total span,.report-cashflow-total strong,.report-cashflow-total small{display:block}.report-cashflow-total strong{font-size:21px}.report-neutral-note{background:#f8fafc;border:1px solid #e3e8ef;border-radius:10px;align-items:flex-start;gap:14px;margin:16px 20px 20px;padding:13px 14px;display:flex}.report-neutral-note strong{flex:none;font-size:11px}.report-neutral-note span{color:#748093;font-size:10px;line-height:1.6}@media (width<=1000px){.report-cashflow-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.report-cashflow-grid{grid-template-columns:1fr}.report-cashflow-total{flex-direction:column;grid-column:auto;align-items:flex-start}.report-neutral-note{flex-direction:column}}.report-period-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.report-period-label{color:#778396;font-size:11px;font-weight:700}.report-period-buttons{background:#fff;border:1px solid #e1e6ed;border-radius:10px;padding:3px;display:inline-flex}.report-period-buttons button{color:#667286;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:700}.report-period-buttons button:hover{background:#f5f7fa}.report-period-buttons button.active{color:#fff;background:#172033}.report-custom-dates{align-items:center;gap:7px;display:inline-flex}.report-custom-dates input{color:#243047;background:#fff;border:1px solid #dfe4eb;border-radius:8px;min-height:34px;padding:0 8px;font-size:10px}.report-custom-dates span{color:#8791a2;font-size:10px}@media (width<=850px){.report-period-controls{justify-content:flex-start}}@media (width<=700px){.report-period-buttons{width:100%}.report-period-buttons button{flex:1}.report-custom-dates{width:100%}.report-custom-dates input{flex:1;min-width:0}}.report-balance-row strong{white-space:nowrap}.report-period-card>span{line-height:1.5}.report-print-button{color:#273149;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dfe4eb;border-radius:9px;min-height:36px;padding:0 12px;font-size:10px;font-weight:800}.report-print-button:hover{background:#f6f8fb}.report-print-footer{color:#8a94a5;text-align:center;margin-top:18px;font-size:9px;display:none}@media print{@page{size:A4;margin:12mm}html,body{background:#fff!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.sidebar{display:none!important}.main-content{width:100%!important;margin:0!important;padding:0!important}.report-page{width:100%!important}.report-period-controls,.report-print-button{display:none!important}.report-card,.report-summary-card,.report-period-card{break-inside:avoid;box-shadow:none!important}.report-card{border-radius:8px;margin-bottom:10px}.report-summary-grid{gap:8px}.report-summary-card{padding:12px}.report-summary-card strong{font-size:16px}.report-card-header{padding:12px 14px}.report-service-row{padding:9px 0}.report-balance-groups{padding:12px 14px}.report-total-balance{margin:0 14px 14px}.report-notes{break-inside:avoid}.report-print-footer{display:block}}.report-view-buttons{background:#fff;border:1px solid #dfe4eb;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.report-view-buttons button{color:#687487;cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:31px;padding:0 10px;font-size:10px;font-weight:800}.report-view-buttons button:hover{background:#f5f7fa}.report-view-buttons button.active{color:#fff;background:#172033}.report-holder-summary{margin-bottom:16px}.holder-hero{background:#fff;border:1px solid #dfe5ed;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;padding:22px;display:flex}.holder-hero>div:first-child>span,.holder-hero-result span{color:#7e899b;letter-spacing:.08em;margin-bottom:6px;font-size:10px;font-weight:800;display:block}.holder-hero h3{margin:0;font-size:24px;line-height:1.2}.holder-hero p{color:#7a8597;margin:6px 0 0;font-size:11px}.holder-hero-result{color:#fff;text-align:right;background:#172033;border-radius:11px;min-width:240px;padding:15px 17px}.holder-hero-result span{color:#c3ccda}.holder-hero-result strong{font-size:24px;line-height:1.2;display:block}.holder-kpi-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.holder-kpi{background:#fff;border:1px solid #e1e6ed;border-radius:12px;padding:17px}.holder-kpi span,.holder-kpi strong,.holder-kpi small{display:block}.holder-kpi span{color:#7b8698;margin-bottom:8px;font-size:10px;font-weight:800}.holder-kpi strong{font-size:21px}.holder-kpi small{color:#8993a4;margin-top:6px;font-size:10px;line-height:1.5}.holder-kpi-result{background:#f8fafc}.holder-two-column{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.holder-box{background:#fff;border:1px solid #e1e6ed;border-radius:12px;overflow:hidden}.holder-box-title{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:15px;padding:17px 18px;display:flex}.holder-box-title h3{margin:0 0 5px;font-size:15px}.holder-box-title p{color:#7e899b;margin:0;font-size:10px;line-height:1.5}.holder-box-title>strong{white-space:nowrap;font-size:15px}.holder-flow-list,.holder-result-list,.holder-balance-list{padding:2px 18px}.holder-flow-list>div,.holder-result-list>div,.holder-balance-list>div{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;display:flex}.holder-flow-list span,.holder-result-list span,.holder-balance-list span,.holder-digital-total span{color:#687487;font-size:11px}.holder-flow-list strong,.holder-result-list strong,.holder-balance-list strong,.holder-digital-total strong{white-space:nowrap;font-size:12px}.holder-service-mini{flex-wrap:wrap;gap:8px;padding:13px 18px 16px;display:flex}.holder-service-mini span{color:#687487;background:#f8fafc;border:1px solid #e2e7ee;border-radius:7px;padding:6px 8px;font-size:9px}.holder-digital-total{background:#f8fafc;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;margin:13px 18px 17px;padding:11px 12px;display:flex}.holder-status-list{flex-direction:column;gap:8px;padding:16px 18px;display:flex}.holder-status-list>div{background:#f8fafc;border:1px solid #e1e6ed;border-radius:9px;flex-direction:column;gap:3px;padding:11px 12px;display:flex}.holder-status-list>div strong{font-size:10px}.holder-status-list>div span{color:#7b8697;font-size:9px;line-height:1.5}.holder-status-list>div.ok{background:#f8fbf9;border-color:#dfeae3}.holder-status-list>div.warning{background:#fffaf0;border-color:#ebdfbf}.holder-status-list>div.neutral{background:#f8fafc}.holder-footer-note{background:#fff;border:1px solid #e2e7ee;border-radius:10px;align-items:flex-start;gap:12px;padding:13px 14px;display:flex}.holder-footer-note strong{flex:none;font-size:10px}.holder-footer-note span{color:#748093;font-size:9px;line-height:1.6}@media (width<=1000px){.holder-kpi-grid{grid-template-columns:1fr 1fr}}@media (width<=700px){.report-view-buttons{width:100%}.report-view-buttons button{flex:1}.holder-hero{flex-direction:column;align-items:stretch}.holder-hero-result{text-align:left;min-width:0}.holder-kpi-grid,.holder-two-column{grid-template-columns:1fr}.holder-box-title{flex-direction:column}}@media print{.report-view-buttons{display:none!important}.report-holder-summary{break-inside:auto!important;page-break-inside:auto!important}.holder-hero,.holder-kpi-grid,.holder-two-column,.holder-footer-note{break-inside:avoid;page-break-inside:avoid}.holder-hero-result{padding:12px 14px}.holder-status-list{padding:10px 13px}.report-page{font-size:9px}.report-holder-summary{margin-bottom:0}.holder-hero{margin-bottom:6px;padding:10px 12px}.holder-hero h3{font-size:18px}.holder-hero-result{min-width:190px;padding:9px 11px}.holder-hero-result strong{font-size:18px}.holder-kpi-grid{gap:6px;margin-bottom:6px}.holder-kpi{padding:9px 10px}.holder-kpi span{margin-bottom:4px;font-size:8px}.holder-kpi strong{font-size:14px}.holder-kpi small{margin-top:3px;font-size:8px}.holder-two-column{gap:6px;margin-bottom:6px}.holder-box-title{padding:9px 11px}.holder-box-title h3{font-size:12px}.holder-box-title p{font-size:8px}.holder-flow-list,.holder-result-list,.holder-balance-list{padding:0 11px}.holder-flow-list>div,.holder-result-list>div,.holder-balance-list>div{padding:6px 0}.holder-flow-list span,.holder-result-list span,.holder-balance-list span,.holder-digital-total span{font-size:9px}.holder-flow-list strong,.holder-result-list strong,.holder-balance-list strong,.holder-digital-total strong{font-size:10px}.holder-service-mini{padding:6px 11px 8px}.holder-service-mini span{padding:4px 6px;font-size:7px}.holder-digital-total{margin:7px 11px 9px;padding:7px 8px}.holder-status-list{gap:5px;padding:8px 11px}.holder-status-list>div{padding:7px 8px}.holder-status-list>div strong{font-size:8px}.holder-status-list>div span{font-size:7px}.holder-footer-note{padding:7px 8px}.holder-footer-note strong,.holder-footer-note span{font-size:7px}}
