.notif-bell{position:relative;display:inline-flex}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#dc2626;color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:600;pointer-events:none}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:460px;display:flex;flex-direction:column;background:var(--surface, #ffffff);color:var(--text, #0f172a);border:1px solid var(--border, #e2e8f0);border-radius:10px;box-shadow:0 10px 30px #0f172a24;z-index:200;overflow:hidden}.notif-panel-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border, #e2e8f0);font-weight:600;font-size:13px}.notif-link{background:none;border:none;color:var(--accent, #2563eb);cursor:pointer;font-size:12px;padding:0}.notif-link:hover{text-decoration:underline}.notif-list{overflow-y:auto}.notif-empty{padding:28px 12px;text-align:center;color:var(--muted, #64748b);font-size:13px}.notif-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 12px;background:none;border:none;border-bottom:1px solid var(--border, #f1f5f9);cursor:pointer}.notif-item:hover{background:var(--surface-hover, #f8fafc)}.notif-item.unread{background:var(--unread, #eff6ff)}.notif-item.unread:hover{background:#e0edff}.notif-item-title{font-size:13px;font-weight:600}.notif-item-body{font-size:12px;color:var(--muted, #64748b)}.notif-item-time{font-size:11px;color:var(--muted, #94a3b8)}.chat-page{display:grid;grid-template-columns:300px 1fr;gap:16px;height:calc(100vh - 160px);min-height:420px}.chat-sidebar{display:flex;flex-direction:column;border:1px solid var(--border, #e2e8f0);border-radius:10px;background:var(--surface, #fff);overflow:hidden}.chat-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border, #e2e8f0)}.chat-sidebar-head h2{margin:0;font-size:15px}.chat-newdm{border-bottom:1px solid var(--border, #e2e8f0);padding:8px}.chat-newdm input{width:100%;padding:7px 10px;border:1px solid var(--border, #e2e8f0);border-radius:8px;font-size:13px}.chat-newdm-list{max-height:220px;overflow-y:auto;margin-top:6px}.chat-newdm-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:6px;font-size:13px}.chat-newdm-row:hover{background:var(--surface-hover, #f1f5f9)}.chat-kind{font-size:10px;text-transform:uppercase;color:var(--muted, #94a3b8);letter-spacing:.04em}.chat-conv-list{flex:1;overflow-y:auto}.chat-conv-row{position:relative;display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 14px;border:none;border-bottom:1px solid var(--border, #f1f5f9);background:none;cursor:pointer}.chat-conv-row:hover{background:var(--surface-hover, #f8fafc)}.chat-conv-row.active{background:var(--unread, #eff6ff)}.chat-conv-title{font-size:13px;font-weight:600}.chat-conv-preview{font-size:12px;color:var(--muted, #64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.chat-unread{position:absolute;top:10px;right:12px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#2563eb;color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:600}.chat-thread{display:flex;flex-direction:column;border:1px solid var(--border, #e2e8f0);border-radius:10px;background:var(--surface, #fff);overflow:hidden}.chat-thread-head{padding:12px 16px;border-bottom:1px solid var(--border, #e2e8f0);font-weight:600;font-size:14px}.chat-thread-empty{margin:auto}.chat-empty{padding:24px 14px;text-align:center;color:var(--muted, #64748b);font-size:13px}.chat-messages{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.chat-load-older{align-self:center;background:none;border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:4px 12px;font-size:12px;cursor:pointer;color:var(--accent, #2563eb);margin-bottom:6px}.chat-message{display:flex;flex-direction:column;align-items:flex-start;max-width:72%}.chat-message.mine{align-self:flex-end;align-items:flex-end}.chat-message-sender{font-size:11px;color:var(--muted, #64748b);margin:0 4px 2px}.chat-bubble{padding:8px 12px;border-radius:12px;background:var(--surface-hover, #f1f5f9);font-size:13px;white-space:pre-wrap;word-break:break-word}.chat-message.mine .chat-bubble{background:#2563eb;color:#fff}.chat-message-meta{display:block;font-size:10px;opacity:.7;margin-top:3px}.chat-deleted{opacity:.7}.chat-message-actions{display:none;gap:4px;margin-top:2px}.chat-message:hover .chat-message-actions{display:flex}.chat-message-actions button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);padding:2px}.chat-message-actions button:hover{color:var(--text, #0f172a)}.chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--border, #e2e8f0);position:relative}.chat-editing-banner{position:absolute;top:-26px;left:12px;display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted, #64748b);background:var(--surface, #fff);padding:2px 8px;border:1px solid var(--border, #e2e8f0);border-radius:8px}.chat-editing-banner button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex}.chat-attachments{display:flex;flex-direction:column;gap:4px;margin:4px 0 2px}.chat-attachment{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 8px;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:var(--surface, #fff);color:var(--accent, #2563eb);font-size:12px;cursor:pointer;text-align:left}.chat-message.mine .chat-attachment{background:#ffffff26;border-color:#ffffff59;color:#fff}.chat-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attach-btn{border:none;background:none;cursor:pointer;color:var(--muted, #64748b);display:inline-flex;align-items:flex-end;padding:6px 2px}.chat-attach-btn:hover{color:var(--accent, #2563eb)}.chat-pending-attachments{position:absolute;bottom:100%;left:12px;right:12px;display:flex;flex-wrap:wrap;gap:6px;padding:6px 0}.chat-pending-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;background:var(--surface-hover, #f1f5f9);border:1px solid var(--border, #e2e8f0);font-size:11px}.chat-pending-chip button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex;padding:0}.chat-mention-menu{position:absolute;bottom:calc(100% - 4px);left:12px;min-width:200px;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:8px;box-shadow:0 8px 24px #0f172a29;overflow:hidden;z-index:70}.chat-mention-option{display:block;width:100%;text-align:left;padding:7px 12px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--accent, #2563eb)}.chat-mention-option:hover{background:var(--surface-hover, #f1f5f9)}.chat-composer textarea{flex:1;resize:none;border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit}.chat-send{border:none;background:#2563eb;color:#fff;border-radius:8px;padding:9px 12px;cursor:pointer;display:inline-flex}.chat-send:hover{background:#1d4ed8}:root{color:#1f1a14;background:#f4efe6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(#f4efe6d1,#f4efe6e6),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80) center/cover}.login-panel{width:min(100%,440px);background:#fffffff5;border:1px solid #e0d5be;border-radius:8px;padding:28px;box-shadow:0 20px 50px #4a320c2e}.brand-row{display:flex;align-items:center;gap:14px}.brand-row.compact{gap:10px}.brand-mark{width:48px;height:48px;display:grid;place-items:center;color:#fff8ec;background:#b25c0f;border-radius:8px;flex:0 0 auto}.brand-row.compact .brand-mark{width:40px;height:40px}h1,h2,p{margin:0}h1{font-size:1.35rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.25}p,small,.eyebrow{color:#6c5d3f}.login-form{display:grid;gap:16px;margin-top:28px}label{display:grid;gap:7px;color:#3a3120;font-size:.92rem;font-weight:700}input,select{width:100%;border:1px solid #d3c6a8;background:#fff;color:#1f1a14;border-radius:6px;min-height:42px;padding:0 12px}input:focus,select:focus{outline:3px solid rgba(178,92,15,.22);border-color:#b25c0f}.primary-button,.icon-button,.invoice-row{border:0}.primary-button{min-height:42px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:0 16px;color:#fff8ec;background:#b25c0f;border-radius:6px;font-weight:800;text-decoration:none}.primary-button.fit{width:fit-content}.primary-button:disabled{cursor:not-allowed;opacity:.62}.icon-button{width:40px;height:40px;display:grid;place-items:center;border-radius:6px;background:#fff;color:#3a3120;border:1px solid #d3c6a8}.icon-button-inline{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:#fff;color:#3a3120;border:1px solid #d3c6a8;font-weight:700;width:fit-content}.icon-button-inline:hover{background:#fbf6ec}.link-button{background:transparent;border:none;color:#b25c0f;font-weight:700;cursor:pointer;padding:6px 4px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.link-button:hover{text-decoration:underline}.portal-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.topbar{min-height:68px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;background:#fbf6ec;border-bottom:1px solid #e0d5be}.topbar-nav{display:flex;gap:6px;margin-left:auto;margin-right:12px}.topbar-nav a{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;text-decoration:none;color:#4a3f29;font-weight:600;border:1px solid transparent}.topbar-nav a:hover{background:#efe5cf}.topbar-nav a.active{background:#1f1a14;color:#fff4dc}.page{min-width:0;overflow:auto;padding:24px}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.eyebrow{text-transform:uppercase;font-size:.74rem;font-weight:900;letter-spacing:0}.status{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:24px;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:900;text-transform:capitalize}.status-draft{background:#ece6d5;color:#4a3f29}.status-issued,.status-partially-received{background:#fde4bb;color:#6b3f06}.status-received,.status-succeeded{background:#d8ecc8;color:#305518}.status-cancelled,.status-void,.status-failed{background:#f5d6cd;color:#7a2a1f}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}.metric{min-height:92px;display:grid;align-content:center;gap:8px;background:#fff;border:1px solid #e0d5be;border-radius:8px;padding:16px}.metric span{color:#6c5d3f;font-weight:700}.metric strong{font-size:1.25rem}.section-block{display:grid;gap:12px;margin-top:18px}.section-title{display:flex;align-items:center;gap:8px;font-weight:900}.line-table{display:grid;border:1px solid #e0d5be;border-radius:8px;overflow:hidden;background:#fff}.line-row{min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border-top:1px solid #ece6d5;text-decoration:none;color:inherit}.line-row:first-child{border-top:0}.line-row.is-link:hover,.line-row.is-link:focus-visible{background:#fbf6ec}.line-row span:first-child{min-width:0;display:grid;gap:4px}.amount-stack{min-width:0;display:grid;gap:5px;justify-items:end}.list-toolbar{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr) auto;gap:10px;margin-bottom:16px;align-items:center}.po-grid{display:grid;gap:10px}.po-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px;background:#fff;border:1px solid #e0d5be;border-radius:8px;text-decoration:none;color:inherit}.po-card:hover,.po-card:focus-visible{border-color:#b25c0f;box-shadow:0 4px 14px #4a320c14}.po-card span:first-child{min-width:0;display:grid;gap:4px}.po-card strong{overflow-wrap:anywhere}.success-row,.muted-box,.empty-state,.loading-row,.alert{border-radius:8px;padding:13px 14px}.success-row,.loading-row,.alert{display:flex;align-items:center;gap:9px}.success-row{width:fit-content;color:#305518;background:#d8ecc8;font-weight:900}.muted-box,.empty-state{color:#6c5d3f;background:#fff;border:1px dashed #d3c6a8}.empty-state.wide{min-height:180px;display:grid;place-items:center}.empty-state.inline{width:fit-content}.loading-row{color:#4a3f29}.alert{color:#7a2a1f;background:#f5d6cd;border:1px solid #e9bdb1}.back-link{display:inline-flex;align-items:center;gap:6px;color:#b25c0f;font-weight:700;text-decoration:none;margin-bottom:12px}.back-link:hover{text-decoration:underline}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:860px){.metric-grid{grid-template-columns:1fr}.detail-header{display:grid}.list-toolbar{grid-template-columns:1fr}}@media(max-width:520px){.topbar,.page{padding:14px}.login-panel{padding:22px}.po-card,.line-row{grid-template-columns:1fr}.amount-stack{justify-items:start}.primary-button.fit{width:100%}}
