body { padding-left: 245px; }
.app-sidebar { position: fixed; inset: 0 auto 0 0; width: 245px; z-index: 20; display: flex; flex-direction: column; overflow-y: auto; background: #102a43; color: white; }
.sidebar-brand { display: flex; align-items: center; gap: 11px; padding: 18px 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.sidebar-brand strong,.sidebar-brand small { display: block; }
.sidebar-brand small { margin-top: 2px; color: #8fb2cc; font-size: 10px; }
.sidebar-label { padding: 18px 16px 6px; color: #6689a7; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sidebar-label.supporting { margin-top: auto; border-top: 1px solid rgba(255,255,255,.08); }
.sidebar-nav { display: grid; gap: 4px; padding: 0 8px; }
.sidebar-tab { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 11px; border-radius: 8px; background: transparent; color: #9ec0d8; text-align: left; font-size: 12px; font-weight: 600; }
.sidebar-tab span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: rgba(255,255,255,.07); font-size: 9px; }
.sidebar-tab:hover { background: rgba(255,255,255,.08); color: white; }
.sidebar-tab.active { background: #0b73c9; color: white; }
.sidebar-footer { padding: 16px; color: #6689a7; font-size: 10px; line-height: 1.6; border-top: 1px solid rgba(255,255,255,.08); }
.topbar { left: 245px; padding-left: 24px; }
.workflow-strip { position: sticky; top: 76px; z-index: 8; display: flex; align-items: center; gap: 5px; margin: -30px -24px 24px; padding: 10px 24px; overflow-x: auto; background: white; border-bottom: 1px solid #dbe4ec; }
.workflow-step { white-space: nowrap; padding: 7px 11px; border-radius: 16px; background: #eef3f7; color: #66788a; font-size: 10px; }
.workflow-step.current { background: #0b73c9; color: white; }
.workflow-step.done { background: #dff5ed; color: #13795b; }
.standalone-panel { min-height: 580px; }
.page-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #dbe4ec; }
.page-heading h1 { margin: 7px 0; color: #102a43; font-size: 28px; }
.page-heading p { margin: 0; color: #66788a; }
.standalone-panel table tfoot th { text-align: right; background: white; border-top: 1px solid #dbe4ec; }
.standalone-panel table tfoot tr:last-child th { background: #102a43; color: white; }
.pnl-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 18px; }
.pnl-cards .card { min-height: 120px; }
.pnl-cards span { display: block; color: #66788a; font-size: 11px; }
.pnl-cards strong { display: block; margin-top: 13px; color: #102a43; font-size: 23px; }
.proposal-launch { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px; border-radius: 14px; background: #eaf5ff; }
.proposal-launch p { margin-bottom: 0; color: #66788a; }
.export-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.export-card { min-height: 150px; padding: 25px; border: 1px solid #dbe4ec; background: white; color: #102a43; text-align: left; }
.export-card:hover { border-color: #0b73c9; box-shadow: 0 10px 25px rgba(16,42,67,.08); }
.export-card strong,.export-card span { display: block; }
.export-card span { margin-top: 9px; color: #66788a; font-weight: 400; }
@media (max-width: 900px) { body { padding-left: 0; } .app-sidebar { position: static; width: auto; height: auto; } .sidebar-nav { grid-template-columns: repeat(2,1fr); padding-bottom: 10px; } .sidebar-label,.sidebar-footer { display: none; } .topbar { left: 0; } .workflow-strip { top: 76px; } .pnl-cards { grid-template-columns: repeat(2,1fr); } }
@media print { .app-sidebar,.workflow-strip { display: none!important; } body { padding-left: 0; } }
