@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.reminder-overlay[data-v-e084a9c1]{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.reminder-card[data-v-e084a9c1]{pointer-events:all;display:flex;align-items:flex-start;gap:12px;background:#1e2130;border:1px solid rgba(251,191,36,.45);border-left:4px solid #FBBF24;border-radius:12px;padding:14px 16px;min-width:320px;max-width:420px;box-shadow:0 8px 32px #00000080;animation:slideIn-e084a9c1 .3s ease}.reminder-exit[data-v-e084a9c1]{animation:slideOut-e084a9c1 .3s ease forwards}@keyframes slideIn-e084a9c1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut-e084a9c1{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.reminder-icon[data-v-e084a9c1]{font-size:22px;flex-shrink:0;margin-top:2px}.reminder-body[data-v-e084a9c1]{flex:1;display:flex;flex-direction:column;gap:4px}.reminder-title[data-v-e084a9c1]{font-size:14px;font-weight:700;color:#fde68a;line-height:1.3}.reminder-msg[data-v-e084a9c1]{font-size:12px;color:#d1d5db;line-height:1.5;margin:0}.reminder-time[data-v-e084a9c1]{font-size:10px;color:#6b7280;margin-top:2px}.reminder-close[data-v-e084a9c1]{background:none;border:none;color:#6b7280;cursor:pointer;font-size:14px;line-height:1;padding:2px 4px;border-radius:4px;flex-shrink:0;transition:color .15s}.reminder-close[data-v-e084a9c1]:hover{color:#f3f4f6}.sidebar[data-v-cffee659]{position:fixed;top:0;left:0;height:100vh;width:260px;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);z-index:100;overflow:hidden}.sidebar.collapsed[data-v-cffee659]{width:72px}.sidebar-logo[data-v-cffee659]{display:flex;align-items:center;gap:12px;padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.06);position:relative}.logo-icon[data-v-cffee659]{flex-shrink:0}.logo-text[data-v-cffee659]{font-size:16px;font-weight:700;color:var(--color-text-primary);white-space:nowrap;background:linear-gradient(135deg,var(--color-text-primary),var(--color-primary-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.collapse-btn[data-v-cffee659]{margin-left:auto;width:24px;height:24px;border:none;background:color-mix(in srgb,var(--color-text-primary) 8%,transparent);border-radius:6px;color:var(--color-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.collapse-btn[data-v-cffee659]:hover{background:color-mix(in srgb,var(--color-primary) 14%,transparent);color:var(--color-text-primary)}.sidebar-nav[data-v-cffee659]{flex:1;overflow-y:auto;padding:12px 0;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--color-text-primary) 12%,transparent) transparent}.nav-group[data-v-cffee659]{margin-bottom:4px}.nav-group-label[data-v-cffee659]{display:block;font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--color-text-muted);padding:12px 18px 4px;white-space:nowrap}.nav-group-toggle[data-v-cffee659]{width:calc(100% - 36px);margin:0 18px;padding:12px 0 4px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.nav-group-toggle[data-v-cffee659]:hover{color:var(--color-text-secondary)}.nav-divider[data-v-cffee659]{margin:8px 18px 4px;padding-top:10px;border-top:1px solid var(--color-border);font-size:9px;font-weight:800;letter-spacing:.12em;color:var(--color-text-muted);text-transform:uppercase}.nav-item[data-v-cffee659]{display:flex;align-items:center;gap:12px;padding:10px 18px;color:var(--color-text-muted);text-decoration:none;border-radius:0;transition:all .15s ease;white-space:nowrap;position:relative}.nav-item--sub[data-v-cffee659]{padding-left:30px;font-size:13px}.nav-item[data-v-cffee659]:hover{color:var(--color-text-primary);background:color-mix(in srgb,var(--color-primary) 8%,transparent)}.nav-item.active[data-v-cffee659]{color:var(--color-primary-hover);background:#6366f11a}.nav-item.active[data-v-cffee659]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:var(--color-primary);border-radius:0 4px 4px 0}.nav-icon[data-v-cffee659]{flex-shrink:0}.nav-label[data-v-cffee659]{font-size:14px;font-weight:500}.nav-badge[data-v-cffee659]{margin-left:auto;background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px}.sidebar-footer[data-v-cffee659]{padding:16px 18px;border-top:1px solid var(--color-border)}.user-info[data-v-cffee659]{display:flex;align-items:center;gap:10px}.user-avatar[data-v-cffee659]{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-details[data-v-cffee659]{display:flex;flex-direction:column;min-width:0}.user-name[data-v-cffee659]{font-size:13px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role[data-v-cffee659]{font-size:11px;color:var(--color-text-muted)}.fade-enter-active[data-v-cffee659],.fade-leave-active[data-v-cffee659]{transition:opacity .15s ease}.fade-enter-from[data-v-cffee659],.fade-leave-to[data-v-cffee659]{opacity:0}.app-header[data-v-7737c5be]{height:64px;background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.header-left[data-v-7737c5be],.header-right[data-v-7737c5be]{display:flex;align-items:center;gap:16px}.menu-btn[data-v-7737c5be],.icon-btn[data-v-7737c5be]{width:36px;height:36px;border:none;background:color-mix(in srgb,var(--color-text-primary) 6%,transparent);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;position:relative}.menu-btn[data-v-7737c5be]:hover,.icon-btn[data-v-7737c5be]:hover{background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-text-primary)}.page-title[data-v-7737c5be]{font-size:18px;font-weight:700;color:var(--color-text-primary)}.online-users[data-v-7737c5be]{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:20px}.online-avatars[data-v-7737c5be]{display:flex}.online-avatar[data-v-7737c5be],.online-more[data-v-7737c5be]{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-surface);margin-left:-6px}.online-more[data-v-7737c5be]{background:#374151;font-size:9px}.online-label[data-v-7737c5be]{font-size:12px;color:#10b981;font-weight:600}.notif-btn-wrapper[data-v-7737c5be]{position:relative}.notif-badge[data-v-7737c5be]{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.notif-dropdown[data-v-7737c5be]{position:absolute;top:44px;right:0;width:360px;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 20px 60px #00000080;z-index:200;overflow:hidden}.notif-header[data-v-7737c5be]{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--color-border);font-size:14px;font-weight:600;color:var(--color-text-primary)}.notif-header button[data-v-7737c5be]{background:none;border:none;color:var(--color-primary);font-size:12px;cursor:pointer}.notif-list[data-v-7737c5be]{max-height:320px;overflow-y:auto}.notif-item[data-v-7737c5be]{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid var(--color-border);cursor:pointer;transition:background .15s}.notif-item[data-v-7737c5be]:hover{background:color-mix(in srgb,var(--color-primary) 7%,transparent)}.notif-item.unread[data-v-7737c5be]{background:#6366f10d}.notif-dot[data-v-7737c5be]{width:8px;height:8px;border-radius:50%;background:transparent;margin-top:4px;flex-shrink:0}.notif-dot.unread[data-v-7737c5be]{background:var(--color-primary)}.notif-title[data-v-7737c5be]{font-size:13px;font-weight:600;color:var(--color-text-primary)}.notif-msg[data-v-7737c5be]{font-size:12px;color:var(--color-text-secondary);margin-top:2px}.notif-time[data-v-7737c5be]{font-size:11px;color:var(--color-text-muted);margin-top:4px}.notif-empty[data-v-7737c5be]{padding:24px;text-align:center;color:var(--color-text-muted);font-size:14px}.user-menu[data-v-7737c5be]{display:flex;align-items:center;gap:10px}.user-avatar[data-v-7737c5be]{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.user-info[data-v-7737c5be]{display:flex;flex-direction:column}.user-name[data-v-7737c5be]{font-size:13px;font-weight:600;color:var(--color-text-primary)}.user-role[data-v-7737c5be]{font-size:11px;color:var(--color-text-muted)}.logout-btn[data-v-7737c5be]{margin-left:4px}.toast-container[data-v-d23e5504]{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:360px}.toast[data-v-d23e5504]{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:10px;background:#1e2130;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px #0006;color:#e5e7eb}.toast.success[data-v-d23e5504]{border-left:3px solid #10B981}.toast.success svg[data-v-d23e5504]{color:#10b981}.toast.error[data-v-d23e5504]{border-left:3px solid #EF4444}.toast.error svg[data-v-d23e5504]{color:#ef4444}.toast.warning[data-v-d23e5504]{border-left:3px solid #F59E0B}.toast.warning svg[data-v-d23e5504]{color:#f59e0b}.toast.info[data-v-d23e5504]{border-left:3px solid #6366F1}.toast.info svg[data-v-d23e5504]{color:#6366f1}.toast-body[data-v-d23e5504]{flex:1}.toast-title[data-v-d23e5504]{font-size:13px;font-weight:600}.toast-message[data-v-d23e5504]{font-size:12px;color:#9ca3af;margin-top:2px}.toast button[data-v-d23e5504]{background:none;border:none;color:#6b7280;cursor:pointer;padding:2px;display:flex;align-items:center}.toast-enter-active[data-v-d23e5504]{animation:slideIn-d23e5504 .3s ease}.toast-leave-active[data-v-d23e5504]{animation:slideOut-d23e5504 .2s ease forwards}@keyframes slideIn-d23e5504{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut-d23e5504{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.app-layout[data-v-e1df2ce2]{display:flex;height:100vh;background:var(--color-bg);overflow:hidden}.main-content[data-v-e1df2ce2]{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:260px;transition:margin-left .3s ease}.sidebar-collapsed .main-content[data-v-e1df2ce2]{margin-left:72px}.page-content[data-v-e1df2ce2]{flex:1;min-height:0;padding:24px;overflow-y:auto}.page-fade-enter-active[data-v-e1df2ce2],.page-fade-leave-active[data-v-e1df2ce2]{transition:opacity .2s ease,transform .2s ease}.page-fade-enter-from[data-v-e1df2ce2]{opacity:0;transform:translateY(8px)}.page-fade-leave-to[data-v-e1df2ce2]{opacity:0;transform:translateY(-8px)}@media (max-width: 1024px){.main-content[data-v-e1df2ce2]{margin-left:0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0F1117;--color-surface: #13151F;--color-surface-2: #1A1D2E;--color-border: rgba(255, 255, 255, .06);--color-text-primary: #F9FAFB;--color-text-secondary: #9CA3AF;--color-text-muted: #6B7280;--color-primary: #6366F1;--color-primary-hover: #818CF8;--color-primary-gradient: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));--color-success: #10B981;--color-warning: #F59E0B;--color-error: #EF4444;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px}html,body{height:100%;background:var(--color-bg);color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}#app{height:100%;min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#fff3}input,select,textarea,button{font-family:inherit}select,option,optgroup{color-scheme:dark}html[data-theme=studio] select,html[data-theme=studio] option,html[data-theme=studio] optgroup,html[data-theme=studio] input,html[data-theme=studio] textarea{color-scheme:light}select option{background:var(--color-surface-2);color:var(--color-text-primary)}select optgroup{background:var(--color-surface);color:var(--color-text-secondary)}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}input.name-input{text-transform:uppercase}.btn-primary,.btn-submit,.btn-yes{background:var(--color-primary-gradient)}html[data-theme=studio] .finance-hub,html[data-theme=studio] .treasury-page{color:var(--color-text-primary)}html[data-theme=studio] .hero-card{background:linear-gradient(135deg,#ffffff,var(--color-surface-2));border-color:var(--color-border);box-shadow:0 18px 45px #0f172a14}html[data-theme=studio] .hero-card h1,html[data-theme=studio] .panel h2,html[data-theme=studio] .panel h3,html[data-theme=studio] .side-head h3,html[data-theme=studio] .empty h3,html[data-theme=studio] .empty-panel h3,html[data-theme=studio] .account-card-head strong,html[data-theme=studio] .summary-card strong,html[data-theme=studio] .metric-card strong,html[data-theme=studio] .ledger-card strong,html[data-theme=studio] .section-summary-card strong,html[data-theme=studio] .mini-row strong,html[data-theme=studio] .new-card-inner strong,html[data-theme=studio] .desc-main,html[data-theme=studio] .modal-hdr h2,html[data-theme=studio] .kdv-panel-head h2,html[data-theme=studio] .kdv-detay-header h3,html[data-theme=studio] .hk-amount,html[data-theme=studio] .kdv-aciklama strong,html[data-theme=studio] .stmt-period strong,html[data-theme=studio] .stmt-due strong,html[data-theme=studio] .stmt-amount strong,html[data-theme=studio] .pay-summary strong{color:var(--color-text-primary)}html[data-theme=studio] .lead,html[data-theme=studio] .panel-text,html[data-theme=studio] .account-card-head small,html[data-theme=studio] .account-details,html[data-theme=studio] .new-card-inner,html[data-theme=studio] .empty,html[data-theme=studio] .empty-panel,html[data-theme=studio] .mini-row small,html[data-theme=studio] .desc-sub,html[data-theme=studio] .ledger-date,html[data-theme=studio] .ledger-amount,html[data-theme=studio] .fg label,html[data-theme=studio] .hk-title,html[data-theme=studio] .kdv-aciklama,html[data-theme=studio] .stmt-period small,html[data-theme=studio] .stmt-label,html[data-theme=studio] .pay-summary span{color:var(--color-text-secondary)}html[data-theme=studio] .panel,html[data-theme=studio] .kdv-panel,html[data-theme=studio] .summary-card,html[data-theme=studio] .account-card,html[data-theme=studio] .mini-row,html[data-theme=studio] .metric-card,html[data-theme=studio] .ledger-card,html[data-theme=studio] .section-summary-card,html[data-theme=studio] .stat-card,html[data-theme=studio] .fleet-report,html[data-theme=studio] .vehicle-card,html[data-theme=studio] .detail-panel,html[data-theme=studio] .mizan-card,html[data-theme=studio] .hp-card,html[data-theme=studio] .pv-card,html[data-theme=studio] .daily-table-wrap,html[data-theme=studio] .kdv-detay,html[data-theme=studio] .kdv-hesap-card,html[data-theme=studio] .stmt-row,html[data-theme=studio] .pay-summary>div,html[data-theme=studio] .modal,html[data-theme=studio] .hp-modal,html[data-theme=studio] .sm-modal,html[data-theme=studio] .vehicle-modal,html[data-theme=studio] .vm-modal{background:var(--color-surface);border-color:var(--color-border)}html[data-theme=studio] .account-card,html[data-theme=studio] .summary-card,html[data-theme=studio] .mini-row,html[data-theme=studio] .metric-card,html[data-theme=studio] .ledger-card,html[data-theme=studio] .section-summary-card,html[data-theme=studio] .stmt-row,html[data-theme=studio] .kdv-hesap-card{box-shadow:0 10px 28px #0f172a0a}html[data-theme=studio] .account-card.active,html[data-theme=studio] .kdv-ay-btn.ay-active,html[data-theme=studio] .tab.active{background:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface));border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border))}html[data-theme=studio] .btn.ghost,html[data-theme=studio] .hp-btn.ghost,html[data-theme=studio] .btn-ghost,html[data-theme=studio] .mini-btn,html[data-theme=studio] .action-btn,html[data-theme=studio] .stmt-btn,html[data-theme=studio] .pill,html[data-theme=studio] .tab,html[data-theme=studio] .theme-switch,html[data-theme=studio] .shortcut-group,html[data-theme=studio] .ftab,html[data-theme=studio] .pg-btn{background:var(--color-surface-2);border-color:var(--color-border);color:var(--color-text-secondary)}html[data-theme=studio] .btn.ghost:hover,html[data-theme=studio] .hp-btn.ghost:hover,html[data-theme=studio] .btn-ghost:hover,html[data-theme=studio] .mini-btn:hover,html[data-theme=studio] .action-btn:hover,html[data-theme=studio] .stmt-btn:hover,html[data-theme=studio] .tab:hover{background:#eaf2ff;color:var(--color-text-primary)}html[data-theme=studio] .filter-input,html[data-theme=studio] .field select,html[data-theme=studio] .field input,html[data-theme=studio] .fg input,html[data-theme=studio] .fg select,html[data-theme=studio] .fg textarea,html[data-theme=studio] .si.sm,html[data-theme=studio] .hp-search,html[data-theme=studio] .hp-sel,html[data-theme=studio] .search-inp,html[data-theme=studio] .inp,html[data-theme=studio] .fix-select{background:#fff;border-color:var(--color-border);color:var(--color-text-primary)}html[data-theme=studio] .ledger-head-row,html[data-theme=studio] .ledger-row,html[data-theme=studio] .daily-table-wrap th,html[data-theme=studio] .mizan-table th,html[data-theme=studio] .hp-table th,html[data-theme=studio] .pv-table th,html[data-theme=studio] tfoot{background:var(--color-surface-2);border-color:var(--color-border);color:var(--color-text-muted)}html[data-theme=studio] .ledger-row,html[data-theme=studio] .daily-tr,html[data-theme=studio] .hp-row,html[data-theme=studio] .tali-row,html[data-theme=studio] .pv-table td{background:#fff;border-color:#0f172a0f}html[data-theme=studio] .ledger-row.clickable:hover,html[data-theme=studio] .daily-tr:hover,html[data-theme=studio] .hp-row:hover,html[data-theme=studio] .tali-row:hover{background:#f0f6ff}html[data-theme=studio] .modal-overlay{background:#0f172a59}html[data-theme=studio] .skeleton{background:linear-gradient(90deg,#0f172a0a 25%,#0f172a14,#0f172a0a 75%);background-size:200% 100%}
