:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--border: 240 5.9% 90%;--accent: 221 83% 53%;--destructive: 0 84% 60%;--radius: 8px;--sidebar: 240 6% 7%;--sidebar-foreground: 0 0% 98%;--sidebar-muted: 240 5% 65%;--sidebar-border: 240 4% 16%;--sidebar-hover: 240 4% 12%;color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--background: 240 10% 4%;--foreground: 0 0% 98%;--card: 240 8% 6%;--muted: 240 4% 12%;--muted-foreground: 240 5% 65%;--border: 240 4% 16%;color-scheme:dark}}:root[data-theme=dark]{--background: 240 10% 4%;--foreground: 0 0% 98%;--card: 240 8% 6%;--muted: 240 4% 12%;--muted-foreground: 240 5% 65%;--border: 240 4% 16%;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:hsl(var(--background));color:hsl(var(--foreground));font-size:14px}.app{display:grid;grid-template-columns:264px 1fr;grid-template-rows:64px 1fr;height:100vh}.app.collapsed{grid-template-columns:72px 1fr}.sidebar{grid-row:1 / 3;background:hsl(var(--sidebar));color:hsl(var(--sidebar-foreground));display:flex;flex-direction:column;border-right:1px solid hsl(var(--sidebar-border));overflow:hidden}.sb-head{display:flex;align-items:center;justify-content:flex-end;padding:18px 20px 14px}.collapsed .sb-head{justify-content:center;padding:18px 8px 14px}.collapse-btn{width:28px;height:28px;border-radius:6px;border:0;background:transparent;color:hsl(var(--sidebar-muted));cursor:pointer;display:flex;align-items:center;justify-content:center}.collapse-btn:hover{background:hsl(var(--sidebar-hover));color:hsl(var(--sidebar-foreground))}.sb-nav{flex:1;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:hsl(var(--sidebar-muted));font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap}.nav-item svg{width:18px;height:18px;flex:none}.nav-item:hover{background:hsl(var(--sidebar-hover));color:hsl(var(--sidebar-foreground))}.nav-item.active{background:hsl(var(--accent));color:#fff}.collapsed .nav-item{justify-content:center;padding:10px}.collapsed .nav-item span{display:none}.sb-foot{border-top:1px solid hsl(var(--sidebar-border));padding:10px 12px 6px}.version{padding:8px 12px 12px;font-size:12px;color:hsl(var(--sidebar-muted))}.collapsed .version{display:none}.header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid hsl(var(--border));gap:12px}.h-logo{font-weight:800;font-size:20px;letter-spacing:-.02em}.crumbs{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;min-width:0}.crumbs .crumb-link{color:hsl(var(--muted-foreground));font-weight:500;text-decoration:none}.crumbs .crumb-link:hover{color:hsl(var(--foreground));text-decoration:underline}.crumbs .crumb-sep{color:hsl(var(--muted-foreground))}.crumbs .crumb-current{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.h-right{display:flex;align-items:center;gap:12px}.lang-switch{display:flex;border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;font-size:12px;font-weight:600}.lang-switch button{font:inherit;border:0;background:transparent;padding:6px 10px;color:hsl(var(--muted-foreground));cursor:pointer}.lang-switch button.on{background:hsl(var(--foreground));color:hsl(var(--background))}.icon-btn{width:36px;height:36px;border-radius:8px;border:0;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.user-menu{position:relative}.avatar{width:36px;height:36px;border-radius:50%;background:hsl(var(--muted));border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;cursor:pointer;color:hsl(var(--foreground));padding:0}.user-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px;z-index:20}.user-dropdown .who{padding:8px 10px;border-bottom:1px solid hsl(var(--border));margin-bottom:6px}.user-dropdown .who b{display:block;font-size:13px}.user-dropdown .who span{font-size:12px;color:hsl(var(--muted-foreground));overflow-wrap:anywhere}.user-dropdown button{width:100%;text-align:left;font:inherit;border:0;background:transparent;color:hsl(var(--foreground));padding:8px 10px;border-radius:6px;cursor:pointer}.user-dropdown button:hover{background:hsl(var(--muted))}.content{padding:24px;overflow:auto}.btn{display:inline-flex;align-items:center;gap:8px;font:inherit;font-weight:500;padding:9px 16px;border-radius:var(--radius);border:1px solid transparent;cursor:pointer}.btn svg{width:16px;height:16px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:hsl(var(--accent));color:#fff}.btn-primary:hover:not(:disabled){background:#1452d7}.btn-secondary{background:hsl(var(--muted));color:hsl(var(--foreground))}.btn-ghost{background:transparent;border-color:hsl(var(--border));color:hsl(var(--foreground))}.btn-ghost:hover:not(:disabled){background:hsl(var(--muted))}.btn-destructive{background:hsl(var(--destructive));color:#fff}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge-success{background:#10b98126;color:#10b981}.badge-warning{background:#f59e0b26;color:#d97706}.badge-info{background:#6366f126;color:#6366f1}.badge-danger{background:#ef444426;color:#ef4444}.badge-neutral{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:20px}.card h2{margin:0 0 12px;font-size:16px;font-weight:600}.stat-tile .stat-label{font-size:13px;color:hsl(var(--muted-foreground));font-weight:500}.stat-tile .stat-value{font-size:28px;font-weight:700;font-variant-numeric:tabular-nums;margin-top:4px}.stat-tile .stat-sub{font-size:12px;color:hsl(var(--muted-foreground));margin-top:2px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-weight:500}.field .hint{font-size:12px;color:hsl(var(--muted-foreground))}.field .field-error{font-size:12px;color:hsl(var(--destructive))}.input,.select{font:inherit;padding:9px 12px;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground));width:100%}.input:focus,.select:focus{outline:2px solid hsl(var(--accent));outline-offset:1px;border-color:transparent}.input.invalid{border-color:hsl(var(--destructive))}.search-field{position:relative}.search-field svg{position:absolute;left:12px;top:11px;width:16px;height:16px;color:hsl(var(--muted-foreground));pointer-events:none}.search-field .input{padding-left:38px}.empty-state{text-align:center;padding:40px 20px;color:hsl(var(--muted-foreground));border:2px dashed hsl(var(--border));border-radius:12px}.empty-state b{display:block;color:hsl(var(--foreground));font-size:15px;margin-bottom:4px}.toolbar{display:flex;gap:12px;margin-bottom:16px;align-items:center;flex-wrap:wrap}.toolbar .search-field{flex:0 0 320px}.toolbar .select{width:auto}.spacer{flex:1}.table-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.data-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.data-table th{text-align:left;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));padding:10px 16px;border-bottom:1px solid hsl(var(--border))}.data-table td{padding:13px 16px;border-bottom:1px solid hsl(var(--border));vertical-align:middle}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover td{background:hsl(var(--muted))}.data-table tr:last-child td{border:0}.data-table .num{text-align:right}.list-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:13px;color:hsl(var(--muted-foreground))}.pager{display:flex;gap:6px}.pager button{font:inherit;font-size:13px;padding:6px 11px;border-radius:6px;border:1px solid hsl(var(--border));background:transparent;color:hsl(var(--foreground));cursor:pointer}.pager button:disabled{opacity:.4;cursor:not-allowed}.pager button.cur{background:hsl(var(--foreground));color:hsl(var(--background));border-color:transparent}.who{display:flex;align-items:center;gap:12px}.who .ini{width:34px;height:34px;border-radius:50%;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex:none}.who .sub-line{display:block;font-size:12px;color:hsl(var(--muted-foreground))}.page-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px;flex-wrap:wrap}.page-head h1{margin:0;font-size:24px;letter-spacing:-.02em}.page-head .sub{color:hsl(var(--muted-foreground));font-size:13px;margin-top:2px}.title-actions{display:flex;gap:10px;align-items:center}.section-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden;margin-bottom:20px}.sec-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid hsl(var(--border))}.sec-head h2{margin:0;font-size:14px;font-weight:700}.sec-head .hint{font-size:12px;color:hsl(var(--muted-foreground))}.data-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:hsl(var(--border))}.data-grid .cell{background:hsl(var(--card));padding:14px 18px}.data-grid .k{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));font-weight:600}.data-grid .v{font-size:14px;margin-top:3px;font-variant-numeric:tabular-nums}.dropzone{border:2px dashed hsl(var(--border));border-radius:12px;background:hsl(var(--muted));padding:24px 28px;display:flex;align-items:center;gap:18px;margin-bottom:20px;cursor:pointer}.dropzone:hover,.dropzone.drag-over{border-color:hsl(var(--accent))}.dropzone .dz-icon{width:52px;height:52px;border-radius:12px;background:hsl(var(--card));border:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:center;color:hsl(var(--accent));flex:none;font-size:22px}.dropzone .dz-title{font-weight:600;font-size:15px}.dropzone .dz-hint{color:hsl(var(--muted-foreground));font-size:13px;margin-top:2px}.file-cell{display:flex;align-items:center;gap:10px}.file-cell .file-icon{width:34px;height:34px;border-radius:8px;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));flex:none;font-size:15px}.file-cell b{font-weight:600}.file-cell span{display:block;font-size:12px;color:hsl(var(--muted-foreground))}.account-chip{font-family:ui-monospace,monospace;font-size:12px;background:hsl(var(--muted));padding:2px 8px;border-radius:6px}.doc-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 11px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--muted));font-size:12px;font-weight:500;color:hsl(var(--foreground));cursor:pointer}.doc-chip:hover{border-color:hsl(var(--accent))}.detail-cols{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.tl{padding:8px 18px 18px}.tl-item{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid hsl(var(--border))}.tl-item:last-child{border-bottom:0}.tl-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;font-size:14px}.tl-dot.buy{background:#10b98126;color:#10b981}.tl-dot.sell{background:#6366f126;color:#6366f1}.tl-dot.warn{background:#f59e0b26;color:#d97706}.tl-dot.note{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.tl-body .top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.tl-body .ev{font-weight:600}.tl-body .date{font-size:12px;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.tl-body .desc{color:hsl(var(--muted-foreground));font-size:13px;margin-top:2px}.tl-body .amount{font-size:12px;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.mini{padding:16px 18px}.mini .row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid hsl(var(--border));font-variant-numeric:tabular-nums}.mini .row:last-child{border-bottom:0}.mini .row .k{color:hsl(var(--muted-foreground))}.mini .row.total{font-weight:700;font-size:15px;border-top:2px solid hsl(var(--border));border-bottom:0;margin-top:4px;padding-top:12px}.inline-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:14px 18px;border-top:1px solid hsl(var(--border))}.inline-form .full{grid-column:1 / -1}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-actions{display:flex;gap:10px;margin-top:20px}.centered-screen{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;gap:1rem;text-align:center;padding:1rem}.muted{color:hsl(var(--muted-foreground));font-size:.875rem}.error{color:hsl(var(--destructive))}
