.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:#0f1f2a;background:#eef3f6;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}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(#eef3f6d1,#eef3f6e0),url(https://images.unsplash.com/photo-1530939027401-3a5a08a0a9f7?auto=format&fit=crop&w=1800&q=80) center/cover}.login-panel{width:min(100%,440px);background:#fffffff5;border:1px solid #d4dde3;border-radius:8px;padding:28px;box-shadow:0 20px 50px #0f23322e}.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:#f5fafd;background:#14536b;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:#5b6d78}.login-form{display:grid;gap:16px;margin-top:28px}label{display:grid;gap:7px;color:#2f3e48;font-size:.92rem;font-weight:700}input,select{width:100%;border:1px solid #c6d2db;background:#fff;color:#14222b;border-radius:6px;min-height:42px;padding:0 12px}input:focus,select:focus{outline:3px solid rgba(20,109,137,.22);border-color:#146d89}.primary-button,.icon-button{border:0}.primary-button{min-height:42px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:0 16px;color:#fff;background:#14536b;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:#243341;border:1px solid #c6d2db}.icon-button-inline{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;background:#fff;color:#243341;border:1px solid #c6d2db;font-weight:700;width:fit-content}.icon-button-inline:hover{background:#eef3f6}.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:#f6fafc;border-bottom:1px solid #d3dce2}.invoice-detail{min-width:0;overflow:auto;padding:24px;max-width:1100px;width:100%;margin:0 auto}.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 8px;border-radius:999px;font-size:.78rem;font-weight:900;text-transform:capitalize}.status-draft{background:#e7edf3;color:#2a4660}.status-issued{background:#fff2c2;color:#684f00}.status-partially_received{background:#d9eafc;color:#1c4b85}.status-received{background:#dff2e5;color:#1d5d35}.status-cancelled{background:#f8dedb;color:#843329}.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 #d3dce2;border-radius:8px;padding:16px}.metric span{color:#5b6d78;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 #d3dce2;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 #e6ecf0;color:inherit;text-decoration:none}.line-row:first-child{border-top:0}.line-row span:first-child{min-width:0;display:grid;gap:4px}.line-row strong{overflow-wrap:anywhere}.line-row-header{background:#f4f8fa;min-height:38px}.amount-stack{min-width:0;display:grid;gap:5px;justify-items:end}.po-line-meta{text-align:right}.po-row:hover{background:#f4f8fa}.po-filters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:16px 0}.po-search{display:grid;gap:0;position:relative}.po-search input{padding-left:36px}.po-search svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#5b6d78;pointer-events:none}.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:#1d5d35;background:#dff2e5;font-weight:900}.muted-box,.empty-state{color:#5b6d78;background:#fff;border:1px dashed #c6d2db}.muted-box p{margin:0 0 8px;color:#2f3e48}.muted-box p:last-child{margin-bottom:0}.empty-state.wide{min-height:180px;display:grid;place-items:center}.empty-state.inline{width:fit-content}.loading-row{color:#2f3e48}.alert{color:#843329;background:#f8dedb;border:1px solid #efc6c0}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mode-switcher{display:flex;gap:6px;margin-left:auto;margin-right:12px}.mode-switcher a{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;text-decoration:none;color:#2f3e48;font-weight:600;border:1px solid transparent}.mode-switcher a:hover{background:#e0ebf1}.mode-switcher a.active{background:#0f1f2a;color:#eef6fa}.public-link{background:transparent;border:none;color:#14536b;font-weight:700;cursor:pointer;padding:6px 4px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.public-link:hover{text-decoration:underline}@media(max-width:860px){.metric-grid{grid-template-columns:1fr}.detail-header{display:grid}.po-filters{grid-template-columns:1fr}}@media(max-width:520px){.topbar{flex-wrap:wrap;padding:12px 14px}.mode-switcher{order:3;margin:0;width:100%;justify-content:center}.invoice-detail{padding:14px}.login-panel{padding:22px}.line-row{grid-template-columns:1fr}.amount-stack{justify-items:start}.po-line-meta{text-align:left}.primary-button.fit{width:100%}}
