:root{--str-bg: #f5f1eb;--str-bg-card: #faf8f4;--str-bg-sidebar: #ede9e1;--str-bg-hover: #e8e3d9;--str-bg-input: #f0ece4;--str-text-primary: #2c2a26;--str-text-secondary:#6b6560;--str-text-muted: #a09890;--str-gold: #b8942e;--str-gold-light: #e8c97e;--str-income: #2d7a4f;--str-expense: #c0392b;--str-border: rgba(44,42,38,.1);--str-border-med: rgba(44,42,38,.18);--str-shadow: 0 2px 8px rgba(44,42,38,.1), 0 4px 20px rgba(44,42,38,.08);--str-shadow-high: 0 10px 40px rgba(44,42,38,.16), 0 2px 8px rgba(44,42,38,.1)}.str-nav-toggle-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.str-hamburger{display:none;position:fixed;top:12px;left:12px;z-index:500;width:44px;height:44px;background:var(--str-bg-card);border:1px solid var(--str-border-med);border-radius:10px;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:var(--str-text-primary);box-shadow:var(--str-shadow);flex-shrink:0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.str-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:498;display:none;cursor:pointer}.str-drawer{position:fixed;top:0;left:0;bottom:0;width:268px;background:var(--str-bg-sidebar);border-right:1px solid var(--str-border-med);z-index:499;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:var(--str-shadow-high)}#str-nav-open:checked~.str-drawer{transform:translate(0)}#str-nav-open:checked~.str-drawer-overlay{display:block;background:#0000006b}.str-drawer-header{padding:20px 20px 16px;border-bottom:2px solid var(--str-border-med);display:flex;justify-content:space-between;align-items:flex-start;flex-shrink:0}.str-drawer-title{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:var(--str-gold)}.str-drawer-sub{font-size:10px;color:var(--str-text-muted);margin-top:2px;letter-spacing:.8px}.str-drawer-user{font-size:11px;color:var(--str-text-secondary);margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.str-drawer-close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--str-text-muted);font-size:18px;border-radius:6px;background:var(--str-bg-hover);border:1px solid var(--str-border);flex-shrink:0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.str-drawer-nav{flex:1;padding:8px 0;overflow-y:auto}.str-drawer-group-label{padding:10px 20px 4px;font-size:9px;font-weight:700;color:var(--str-text-muted);letter-spacing:1px;text-transform:uppercase}.str-drawer-item{display:flex;align-items:center;gap:10px;width:100%;padding:11px 20px;color:var(--str-text-secondary);cursor:pointer;font-size:13px;border-left:2px solid transparent;transition:all .15s;font-family:DM Sans,sans-serif;text-align:left;min-height:44px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.str-drawer-item-active{color:var(--str-gold);background:#b8942e1a;border-left-color:var(--str-gold)}.str-drawer-footer{padding:12px 20px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--str-border);flex-shrink:0}.str-drawer-sync{display:flex;align-items:center;gap:6px;margin-bottom:8px}.str-drawer-sync-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.str-drawer-sync-text{font-size:11px;color:var(--str-text-muted)}.str-drawer-year-label{font-size:11px;color:var(--str-text-muted);margin-bottom:4px}.str-drawer-year{width:100%;padding:9px 10px;background:var(--str-bg-input);border:1px solid var(--str-border-med);border-radius:6px;color:var(--str-text-primary);font-size:13px;margin-bottom:8px;font-family:inherit;min-height:44px}.str-drawer-signout{width:100%;padding:9px;background:transparent;border:1px solid var(--str-border-med);border-radius:6px;color:var(--str-text-secondary);cursor:pointer;font-size:12px;font-family:inherit;min-height:44px}.str-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:60px;background:var(--str-bg-sidebar);border-top:1px solid var(--str-border-med);z-index:200;align-items:stretch;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -2px 12px #2c2a2614}.str-tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;border:none;cursor:pointer;font-family:DM Sans,sans-serif;color:var(--str-text-muted);padding:6px 4px;transition:color .15s;min-height:44px;-webkit-tap-highlight-color:transparent}.str-tab-active{color:var(--str-gold)}.str-tab-icon{font-size:20px;line-height:1.1}.str-tab-label{font-size:9px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}@media (min-width: 768px) and (max-width: 1023px){.str-main{padding:24px!important}.str-stat-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.str-action-grid,.str-entity-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 767px){.str-sidebar{display:none!important}.str-main{margin-left:0!important;padding:68px 16px 80px!important}.str-hamburger{display:flex}.str-tab-bar{display:flex!important}input:not([type=checkbox]):not([type=radio]),select,textarea{font-size:16px!important}button,select{min-height:44px}.str-main>*{max-width:100%}.str-entity-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none;gap:6px!important}.str-entity-tabs::-webkit-scrollbar{display:none}.str-entity-tabs>*{flex-shrink:0!important}.str-stat-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.str-stat-grid>div div[style*="fontSize: 28"],.str-stat-grid>div div[style*="font-size: 28px"]{font-size:20px!important}.str-action-grid{grid-template-columns:1fr!important;gap:10px!important}.str-entity-grid,.str-platform-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.str-prop-grid{grid-template-columns:1fr!important}.str-tx-header{flex-direction:column!important;align-items:flex-start!important}.str-tx-actions{width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;display:flex!important;flex-wrap:nowrap!important;gap:6px!important}.str-tx-actions::-webkit-scrollbar{display:none}.str-tx-actions>*{flex-shrink:0!important;white-space:nowrap}.str-tx-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.str-modal-backdrop{align-items:flex-end!important;padding:0!important}.str-modal-box{max-width:100%!important;width:100%!important;border-radius:20px 20px 0 0!important;max-height:92vh!important;padding:24px 20px!important}.str-float-btn{bottom:72px!important;width:56px!important;height:56px!important;right:20px!important}table{min-width:600px}.str-stat-grid table,.str-entity-grid table,.str-prop-grid table{min-width:unset}.str-main h1{font-size:20px!important;margin-bottom:2px!important}.str-main h1+p{font-size:12px!important}.str-stat-card{padding:14px 12px!important;border-radius:10px!important}.str-stat-card>div:first-child{font-size:11px!important;margin-bottom:6px!important}.str-stat-card>div:nth-child(2){font-size:18px!important;line-height:1.2!important}.str-stat-card>div:nth-child(3){font-size:10px!important;margin-top:3px!important}.str-action-grid>div,.str-entity-grid>div,.str-platform-grid>div,.str-prop-grid>div{padding:14px!important;border-radius:10px!important}.str-action-grid>div *,.str-entity-grid>div *,.str-platform-grid>div *{font-size:max(10px,.85em)}.str-main>*{margin-bottom:16px!important}.str-stat-grid{margin-bottom:20px!important}.str-action-grid{margin-bottom:16px!important}.str-entity-grid{margin-bottom:20px!important}.str-tx-table-wrap td,.str-tx-table-wrap th,.str-main table td,.str-main table th{padding:8px 10px!important;font-size:12px!important}.str-main>div>div[style*=borderBottom]{margin-bottom:10px!important;margin-top:4px!important;padding-bottom:7px!important}div[style*=backgroundImage][style*=linear-gradient]{display:none!important}.str-main>div[style*="marginBottom: 32"],.str-main>div[style*="margin-bottom: 32px"]{margin-bottom:14px!important}.str-prop-grid>div>div[style*="marginBottom: 14"],.str-prop-grid>div>div[style*="margin-bottom: 14px"]{margin-bottom:8px!important}.str-action-grid button{min-height:40px;font-size:12px!important}.str-main>div[style*="marginBottom: 12"],.str-main>div[style*="margin-bottom: 12px"]{margin-bottom:8px!important}.str-main{overflow-x:hidden}.str-main>*{box-sizing:border-box;max-width:100%}}
