:root{--brand-navy: #002855;--brand-navy-2: #003a7a;--brand-accent: #0f4c96;--bg: #f4f6fa;--bg-2: #ffffff;--card: #ffffff;--card-2: #f0f3f8;--border: #d7dde6;--text: #0c1b2a;--text-dim: #5a6775;--primary: var(--brand-navy);--primary-hover: var(--brand-navy-2);--danger: #c92a2a;--success: #0b8457;--warning: #c77800;font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;color-scheme:light}[data-theme=dark]{--bg: #0e1628;--bg-2: #14213d;--card: #182a4a;--card-2: #1f3559;--border: #2a3e63;--text: #e6ecf5;--text-dim: #93a1b9;--primary: #4d7fc7;--primary-hover: #6a96d6;--danger: #ff6b6b;--success: #34d399;--warning: #fbbf24;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:1px solid var(--border);background:var(--card);color:var(--text);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500}button:hover{border-color:var(--primary);color:var(--primary)}button.primary{background:var(--primary);color:#fff;border-color:var(--primary)}button.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff}button.danger{background:var(--danger);border-color:var(--danger);color:#fff}button.danger:hover{background:#a22020;color:#fff}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{background:var(--bg-2);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.4rem .5rem;font-size:.9rem;line-height:1.3;font-family:inherit;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0028551f}label{display:block;font-size:.8rem;color:var(--text-dim);margin-bottom:.25rem;font-weight:500}.app-shell{display:flex;flex-direction:column;height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.2rem;border-bottom:1px solid var(--border);background:var(--brand-navy);color:#fff;box-shadow:0 1px 3px #00000014}.topbar .brand{display:flex;align-items:center;gap:.75rem}.topbar .brand img{height:34px;display:block}.topbar .brand .title,.topbar .brand-subtitle .title{color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.02em}.topbar .brand .subtitle,.topbar .brand-subtitle .subtitle{color:#ffffffb3;font-size:.78rem;margin-top:1px}.topbar .brand-subtitle{margin-left:.75rem}.nav{display:flex;gap:.4rem;margin-left:1.5rem}.nav a{color:#ffffffbf;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;font-weight:500}.nav a:hover{color:#fff;text-decoration:none;background:#ffffff14}.nav a.active{color:#fff;background:#ffffff26}.topbar .right{display:flex;align-items:center;gap:.75rem}.topbar .right .user-name{color:#ffffffd9;font-size:.85rem}.topbar button{background:#ffffff1a;color:#fff;border-color:#ffffff40}.topbar button:hover{background:#fff3;color:#fff;border-color:#fff6}.content{flex:1;overflow:auto;padding:1.5rem}.content h2{margin-top:0;color:var(--brand-navy);font-weight:600}.card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 2px #0028550a}.row{display:flex;gap:1rem;align-items:center}.stack{display:flex;flex-direction:column;gap:.75rem}.grid-2{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.ticket-list{width:100%;border-collapse:collapse}.ticket-list th,.ticket-list td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);font-size:.9rem}.ticket-list th{color:var(--text-dim);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:var(--card-2)}.ticket-list tr:hover td{background:var(--card-2);cursor:pointer}.badge{display:inline-block;padding:.15rem .55rem;border-radius:12px;font-size:.75rem;font-weight:600;background:var(--card-2);color:var(--text);border:1px solid var(--border)}.badge.overdue{color:var(--danger);border-color:var(--danger);background:#c92a2a14}.button-like{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;background:var(--card-2);color:var(--text);border:1px solid var(--border);cursor:pointer}.button-like:hover{background:var(--border)}.attachment-inline-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px dashed var(--border)}.attachment-inline-list .attachment-item{flex:1 1 240px}.tabs{display:flex;border-bottom:1px solid var(--border);margin-bottom:1rem}.tabs button{background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;color:var(--text-dim);padding:.6rem 1rem}.tabs button:hover{color:var(--primary)}.tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.comment{padding:.75rem;background:var(--bg-2);border:1px solid var(--border);border-radius:6px;margin-bottom:.6rem}.comment.internal{border-color:var(--warning);background:#c778000d}.comment-header{font-size:.8rem;color:var(--text-dim);margin-bottom:.4rem;display:flex;justify-content:space-between}.comment-body :first-child{margin-top:0}.comment-body :last-child{margin-bottom:0}.comment-body .mention{background:#0028551a;color:var(--primary);padding:0 .2rem;border-radius:3px;font-weight:500}.comment-body img{max-width:100%;height:auto;border-radius:4px}.rich-editor{display:flex;flex-direction:column}.rich-editor .ProseMirror{border-top-left-radius:0;border-top-right-radius:0;border-top:0}.rich-editor-toolbar{display:flex;flex-wrap:wrap;gap:.15rem;padding:.25rem .35rem;background:var(--card-2);border:1px solid var(--border);border-bottom:0;border-radius:6px 6px 0 0}.rich-editor-toolbar-group{display:flex;gap:.1rem;padding-right:.35rem;margin-right:.1rem;border-right:1px solid var(--border)}.rich-editor-toolbar-group:last-child{border-right:0;padding-right:0;margin-right:0}.rich-editor-tool{background:transparent;border:1px solid transparent;color:var(--text);padding:.18rem .45rem;border-radius:4px;cursor:pointer;font-size:.85rem;line-height:1.2;min-width:1.75rem}.rich-editor-tool:hover:not(:disabled){background:var(--bg-2);border-color:var(--border)}.rich-editor-tool.is-active{background:var(--primary);color:#fff;border-color:var(--primary)}.rich-editor-tool:disabled{opacity:.4;cursor:not-allowed}.ProseMirror{min-height:120px;padding:.4rem .5rem;border:1px solid var(--border);background:var(--bg-2);border-radius:6px;outline:none;color:var(--text);line-height:1.35}.ProseMirror p{margin:.25rem 0}.ProseMirror p:first-child{margin-top:0}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0028551f}.ProseMirror p.is-editor-empty:first-child:before{color:var(--text-dim);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror img{max-width:100%;height:auto;border-radius:4px}.ProseMirror .mention{background:#0028551a;color:var(--primary);padding:0 .2rem;border-radius:3px;font-weight:500}.ProseMirror h1,.comment-body h1{font-size:1.4rem;margin:.6rem 0 .4rem;font-weight:700}.ProseMirror h2,.comment-body h2{font-size:1.2rem;margin:.6rem 0 .35rem;font-weight:700}.ProseMirror h3,.comment-body h3{font-size:1.05rem;margin:.55rem 0 .3rem;font-weight:600}.ProseMirror h4,.comment-body h4{font-size:.95rem;margin:.5rem 0 .25rem;font-weight:600}.ProseMirror ul,.ProseMirror ol,.comment-body ul,.comment-body ol{padding-left:1.5rem;margin:.35rem 0}.ProseMirror blockquote,.comment-body blockquote{margin:.4rem 0;padding:.25rem .75rem;border-left:3px solid var(--primary);color:var(--text-dim);background:var(--card-2);border-radius:0 4px 4px 0}.ProseMirror code,.comment-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em;background:var(--card-2);border:1px solid var(--border);padding:.05rem .3rem;border-radius:3px}.ProseMirror pre,.comment-body pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;background:var(--card-2);border:1px solid var(--border);border-radius:5px;padding:.55rem .7rem;margin:.45rem 0;overflow-x:auto;white-space:pre;line-height:1.4}.ProseMirror pre code,.comment-body pre code{background:transparent;border:0;padding:0;font-size:inherit;border-radius:0}.ProseMirror hr,.comment-body hr{border:0;border-top:1px solid var(--border);margin:.6rem 0}.ProseMirror a,.comment-body a{color:var(--primary);text-decoration:underline}.mention-list{background:var(--card);border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 24px #0028552e;padding:.25rem;max-height:240px;overflow-y:auto;z-index:1000;position:relative}.mention-item{padding:.4rem .6rem;border-radius:4px;cursor:pointer;display:flex;flex-direction:column}.mention-item.selected,.mention-item:hover{background:var(--primary);color:#fff}.mention-item .muted{font-size:.75rem;opacity:.8}.notification-bell{position:relative}.notification-bell>button{background:#ffffff1a;color:#fff;border-color:#ffffff40}.notification-bell>button:hover{background:#fff3}.bell-count{position:absolute;top:-4px;right:-6px;background:var(--danger);color:#fff;border-radius:10px;font-size:.7rem;padding:1px 5px;min-width:16px;text-align:center}.bell-dropdown{position:absolute;right:0;top:calc(100% + 6px);width:360px;max-height:420px;overflow-y:auto;background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 28px #0028552e;color:var(--text);z-index:20}.bell-item{padding:.6rem .8rem;border-bottom:1px solid var(--border);cursor:pointer}.bell-item.unread{background:#0028550d}.bell-item:hover{background:var(--card-2)}.bell-item .title{font-weight:600;font-size:.88rem}.bell-item .body{font-size:.8rem;color:var(--text-dim);margin-top:.2rem}.bell-item .ts{font-size:.7rem;color:var(--text-dim);margin-top:.2rem}.error{color:var(--danger);background:#c92a2a14;border:1px solid var(--danger);padding:.6rem .8rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.empty{text-align:center;color:var(--text-dim);padding:2rem}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:12px;background:var(--card-2);border:1px solid var(--border);font-size:.8rem;margin-right:.3rem;margin-bottom:.3rem}.chip button{all:unset;cursor:pointer;color:var(--text-dim);padding:0 .2rem}.chip button:hover{color:var(--danger)}.attachment-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem .6rem;border:1px solid var(--border);border-radius:6px;margin-bottom:.3rem;background:var(--card-2)}.audit-row{font-size:.8rem;color:var(--text-dim);padding:.3rem 0;border-bottom:1px solid var(--border)}.audit-row:last-child{border-bottom:none}.login-shell{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,var(--brand-navy) 0%,var(--brand-accent) 100%)}.login-card{background:var(--card);border-radius:10px;padding:2.5rem 2.25rem;width:100%;max-width:420px;text-align:center;box-shadow:0 20px 50px #00000040}.login-card .logo{max-width:260px;height:auto;margin:0 auto 1rem;display:block}.login-card .cup{width:72px;height:auto;margin:0 auto .75rem;display:block}.login-card h1{margin:0 0 .25rem;color:var(--text);font-size:1.35rem}.login-card .tagline{color:var(--text-dim);margin:0 0 1.5rem;font-size:.95rem}.login-card button.primary{width:100%;padding:.7rem;font-size:.95rem}.img-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.img-viewer-inner{background:var(--card);border-radius:8px;max-width:92vw;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;overflow:hidden}.img-viewer-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem .8rem;border-bottom:1px solid var(--border);font-size:.85rem;color:var(--text);background:var(--card-2)}.img-viewer-inner img{max-width:100%;max-height:80vh;object-fit:contain;display:block;background:#000}.ticket-list mark{background:#f59e0b59;color:inherit;padding:0 1px;border-radius:2px}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
