@charset "UTF-8";
:root{--ink:#283331;--muted:#7a8580;--paper:#f7f8f5;--line:#e6e9e3;--white:#fff;--accent:#d9edaa;--accent-dark:#39562c;--sidebar:#222c29;--radius:12px;--shadow:0 2px 4px #25332b03,0 8px 30px #25332b03;font-family:Inter,"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--ink);font-size:14px;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--paper);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button,input,select,textarea{color:var(--ink)}button{border:0}button:focus-visible,a:focus-visible{outline:3px solid #80a45e;outline-offset:4px}input,select,textarea{border:1px solid #dce1d8;background:#fff;border-radius:7px;padding:10px 12px;min-width:0;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:#8aa16c;box-shadow:0 0 0 3px #d9edaa55}textarea{resize:vertical;line-height:1.65}input::placeholder,textarea::placeholder{color:#929b95}select{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:650}h1{font-size:31px;letter-spacing:-1.1px;line-height:1.24}h2{font-size:17px;letter-spacing:-.3px}h3{font-size:16px}small{font-size:12px}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600}label input,label select,label textarea{width:100%;font-size:14px;font-weight:400}form label+label{margin-top:16px}hr{border:0;border-top:1px solid var(--line);margin:26px 0}kbd{font-family:inherit;font-size:10px;line-height:1;border:1px solid currentColor;border-radius:4px;padding:3px 5px;opacity:.55;font-weight:400}.icon{width:18px;height:18px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.muted{color:var(--muted)}.nowrap{white-space:nowrap}.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}.skip-link{position:fixed;top:-80px;left:20px;z-index:100;background:var(--accent);padding:12px 20px;border-radius:6px}.skip-link:focus{top:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 16px;min-height:39px;border-radius:7px;font-weight:600;font-size:12px;border:1px solid transparent;white-space:nowrap;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--accent);border-color:#d0e49f;color:#2c4326}.button.primary:hover{background:#cfe59b}.button.dark{background:#29372f;color:#fff;border-color:#29372f}.button.dark:hover{background:#38493e}.button.secondary{background:#fff;border-color:var(--line);color:#5e6c63}.button.secondary:hover{background:#f3f6ef}.button.compact{min-height:34px;padding:7px 11px}.full-width{width:100%}.icon-button{display:inline-flex;justify-content:center;align-items:center;background:transparent;border-radius:6px;width:34px;height:34px;color:#7c877e}.icon-button:hover{background:#edf1e9;color:var(--ink)}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:237px;background:var(--sidebar);color:#adb9b1;padding:32px 18px 15px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:11px;color:#fff;font-size:26px;letter-spacing:-1.1px;font-weight:650;line-height:1;padding-left:9px;width:fit-content}.brand-it{font-weight:350}.brand-point{color:var(--accent)}.workspace-switch{display:flex;gap:10px;align-items:center;padding:14px 10px;margin:32px 0 25px;border:1px solid #ffffff10;border-radius:8px;background:#ffffff04}.workspace-avatar{height:31px;width:31px;display:grid;place-items:center;font-size:13px;font-weight:650;background:#3c4741;color:#e5ece5;border-radius:8px}.workspace-switch strong{display:block;font-size:11px;font-weight:550;color:#e1e9e3}.workspace-switch small{display:block;font-size:9px;color:#99a69e;margin-top:2px}.nav-label{font-size:9px;font-weight:650;letter-spacing:1.4px;color:#87978b;padding:0 13px;margin-bottom:12px}.nav-label.spaced{margin-top:34px}.nav-item{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 12px;border-radius:7px;font-size:12px;margin-bottom:5px}.nav-item:hover{background:#ffffff07;color:#e3ece4}.nav-item.active{background:#d9edaa13;color:#e3f1bf}.nav-item.active .icon{color:#d9edaa}.nav-count{font-size:10px;margin-left:auto;padding:0 6px;border-radius:4px;color:#aebeb1;background:#ffffff07}.nav-item.active .nav-count{background:#d9edaa15;color:#d9edaa}.sidebar-bottom{margin-top:auto;padding-top:28px}.sidebar-note{display:flex;gap:7px;align-items:center;font-size:9px;color:#9dac9f;padding:11px 8px;margin-bottom:15px}.online-dot{width:6px;height:6px;border-radius:50%;background:#8dad73;display:inline-block;flex-shrink:0}.user-profile{display:flex;align-items:center;gap:10px;border-top:1px solid #ffffff12;padding:19px 5px 4px}.user-profile strong{display:block;color:#e8eee7;font-size:11px;font-weight:550}.user-profile small{font-size:9px;color:#97a69a;display:block;margin-top:2px}.user-profile>.icon{width:14px;margin-left:auto}.workspace{margin-left:237px;min-width:0;width:calc(100% - 237px);display:flex;flex-direction:column;min-height:100vh}.topbar{height:78px;border-bottom:1px solid var(--line);background:#ffffffb3;display:flex;gap:22px;align-items:center;padding:0 37px}.breadcrumb{font-size:11px;color:#8a958d;white-space:nowrap}.breadcrumb>span{margin:0 12px;color:#bfc7be}.breadcrumb strong{color:#556358;font-weight:500}.global-search{margin-left:auto;display:flex;align-items:center;gap:8px;color:#9aa396;width:255px}.global-search input{background:transparent;border:0;box-shadow:none;padding:6px 2px;font-size:11px;width:100%}.global-search .icon{width:16px}.global-search kbd{flex-shrink:0}.topbar-create{font-size:11px}.topbar-create kbd{margin-left:7px}.main-content{padding:37px 37px 32px;flex:1;min-width:0}.mobile-menu{display:none}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;gap:20px}.eyebrow{font-size:9px;letter-spacing:1.7px;font-weight:650;color:#8d988c;margin-bottom:11px}.page-heading p{color:#829080;font-size:12px;margin-top:10px}.heading-count{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;border-radius:7px;font-size:13px;font-weight:500;letter-spacing:0;background:#e9eee4;color:#73806b;min-width:30px;height:28px;margin-left:13px;padding:0 7px}.heading-symbol{width:56px;height:56px;background:#edf2e5;border:1px solid #e3e9db;border-radius:15px;display:grid;place-items:center;transform:rotate(-7deg);color:#6d8353;margin-right:3px}.heading-symbol .icon{width:28px;height:28px;stroke-width:1.2}.queue-summary{display:flex;align-items:center;gap:18px;margin:28px 0 25px;font-size:11px;color:#85917e;flex-wrap:wrap}.queue-summary>a{display:flex;align-items:center;gap:7px}.queue-summary>a:hover{color:#3f532f}.queue-summary strong{font-weight:600;color:#4e6044}.queue-summary .icon{width:13px;height:13px}.metric-marker{width:6px;height:6px;border-radius:2px;display:inline-block}.metric-marker.mint{background:#78916e}.metric-marker.orange{background:#d7a263}.summary-divider{height:12px;width:1px;background:#dee5d7}.queue-live{display:flex;align-items:center;gap:6px;margin-left:auto;font-size:9px;color:#9ba693}.queue-live .online-dot{width:4px;height:4px}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0}.tickets-panel{overflow:hidden}.view-toolbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 21px;height:59px}.view-tabs{display:flex;align-items:stretch;height:100%;gap:26px}.view-tabs a{display:flex;gap:7px;align-items:center;border-bottom:2px solid transparent;font-size:11px;font-weight:550;color:#919b8e;padding:0 3px}.view-tabs .icon{width:16px;height:16px}.view-tabs a.selected{border-color:#6c8456;color:#485e37}.export-link{display:flex;align-items:center;gap:7px;color:#7e8b75;font-size:10px}.export-link:hover{color:#3d552a}.export-link .icon{width:14px;height:14px}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:17px 21px;border-bottom:1px solid var(--line)}.filter-search{flex:1;min-width:210px;display:flex;flex-direction:row;align-items:center;gap:7px;font-weight:400;color:#a0aa99;margin-right:7px}.filter-search input{border:0;box-shadow:none;padding:5px 0;font-size:10px}.filter-search .icon{height:15px;width:15px}.filter-bar select{font-size:10px;max-width:150px;padding:8px 9px;border-color:#e4e9de;border-radius:6px;color:#69775e;background:#fff}.filter-bar .button{font-size:10px}.filter-bar .button .icon{width:13px;height:13px}.reset-filter{display:flex;color:#96a18f}.reset-filter .icon{width:14px}.table-scroll{overflow-x:auto}.ticket-table{width:100%;border-collapse:collapse;text-align:left}.ticket-table th{font-size:9px;font-weight:550;color:#98a28e;background:#fcfdfb;padding:13px 16px;border-bottom:1px solid var(--line);white-space:nowrap}.ticket-table th:first-child,.ticket-table td:first-child{padding-left:23px}.ticket-table th.subject-col{width:48%}.ticket-table td{padding:15px 16px;border-bottom:1px solid #eff2eb;font-size:11px;vertical-align:middle}.ticket-table tr:last-child td{border-bottom:0}.ticket-table tbody tr[data-href]{cursor:pointer;transition:background .12s}.ticket-table tbody tr[data-href]:hover{background:#f8faf4}.ticket-eyebrow{display:flex;align-items:center;gap:7px;color:#96a18c;font-size:9px;line-height:1.3;margin-bottom:5px}.ticket-eyebrow>span:first-child{font-variant-numeric:tabular-nums;font-weight:500;color:#86927b}.tiny-separator{color:#c7cebf}.ticket-subject{display:inline-block;font-size:11px;font-weight:550;color:#4b5b40;line-height:1.45}.ticket-subject:hover{color:#304a1d}.badge{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:500;border-radius:5px;padding:4px 7px;white-space:nowrap}.status-dot{width:5px;height:5px;border:1.3px solid currentColor;border-radius:50%;display:inline-block}.status-new{background:#eef1f7;color:#748397}.status-progress{background:#f2edfa;color:#9580bb}.status-progress .status-dot{border-width:2px}.status-waiting{background:#fcf2df;color:#b49454}.status-resolved{background:#eaf4e8;color:#71936a}.status-resolved .status-dot{background:currentColor}.priority{display:flex;align-items:center;gap:6px;font-size:10px;white-space:nowrap}.priority .icon{width:13px;height:13px;stroke-width:2}.priority-urgent{color:#cb7b6d}.priority-high{color:#c3975f}.priority-normal{color:#909d84}.priority-low{color:#a6aea0}.avatar{height:33px;width:33px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;font-size:10px;font-weight:550;background:#dfebd5;color:#668052;border:2px solid #ffffff75}.avatar.small{height:25px;width:25px;font-size:8px;border-width:1px}.avatar.large{width:47px;height:47px;font-size:14px}.avatar-0{background:#dfebd5;color:#698652}.avatar-1{background:#eae5db;color:#94856e}.avatar-2{background:#e4e2ef;color:#8b7fa3}.avatar-3{background:#dce8eb;color:#64818b}.avatar-4{background:#efdfdd;color:#ad7e77}.person-inline{display:inline-flex;align-items:center;gap:7px;font-size:10px;color:#7a886d}.unassigned{display:flex;align-items:center;gap:7px;color:#a9b09f;font-size:10px}.unassigned .icon{height:17px;width:17px;padding:2px;border:1px dashed #d0d8c5;border-radius:50%}.row-arrow{width:20px;color:#b7c0ae}.row-arrow .icon{width:13px;height:13px}.due-alert{color:#c88f6e;display:inline-flex;align-items:center;gap:3px;margin-left:3px;font-size:8px}.due-alert .icon{width:10px;height:10px}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding:16px 23px;color:#9da791;font-size:9px}.pagination{display:flex;align-items:center;gap:13px}.pagination .button{font-size:10px}.pagination .icon{height:12px;width:12px}.workspace-footer{display:flex;align-items:center;justify-content:space-between;padding:0 38px 22px;font-size:9px;color:#a6ae9d}.workspace-footer kbd{font-size:8px}.footer-dot{margin:0 7px}.empty-state{padding:60px 20px;text-align:center;color:#879579}.empty-state>.icon{width:33px;height:33px;margin-bottom:13px}.empty-state h3{color:#62764f}.empty-state p{font-size:12px;margin:8px auto 20px;max-width:370px}.subtle-pill{display:inline-flex;padding:4px 8px;border-radius:5px;background:#edf1e7;color:#91a07e;font-size:10px}.date-pill{display:flex;align-items:center;gap:9px;font-size:11px;color:#929f82}.date-pill .icon{height:15px;width:15px}.greeting-dot{color:#81975d}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin:28px 0 24px}.metric-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);transition:transform .15s}.metric-card:hover{transform:translateY(-2px)}.metric-card>div{display:flex;justify-content:space-between;align-items:center;color:#95a082;font-size:11px}.metric-card>div .icon{width:16px;height:16px}.metric-card>strong{display:block;font-size:35px;font-weight:550;letter-spacing:-1.2px;color:#52683f;margin:13px 0 6px;line-height:1.15}.metric-card>small{font-size:9px;color:#a4ad96}.metric-card.warning>strong{color:#c09265}.metric-card.success>strong{color:#779466}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:25px}.priority-panel{padding:25px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:21px}.section-heading h2{font-size:14px;color:#5c6f49}.section-heading>.muted{font-size:10px}.distribution-row{margin:18px 0 0}.distribution-row>div{display:flex;align-items:center;gap:8px;font-size:10px;color:#869675;margin-bottom:7px}.distribution-row strong{margin-left:auto;font-weight:550}.priority-dot{width:6px;height:6px;border-radius:2px;display:inline-block}.priority-bg-urgent{background:#d49a8e}.priority-bg-high{background:#d6b384}.priority-bg-normal{background:#abbc92}.priority-bg-low{background:#cad3bc}progress{display:block;width:100%;height:5px;border:0;border-radius:8px;overflow:hidden;background:#f0f3eb}progress::-webkit-progress-bar{background:#f0f3eb}progress::-webkit-progress-value{background:#b5c69c;border-radius:8px}progress::-moz-progress-bar{background:#b5c69c}.progress-urgent::-webkit-progress-value{background:#d6a499}.progress-high::-webkit-progress-value{background:#dcc096}.progress-low::-webkit-progress-value{background:#cdd9bd}.focus-panel{position:relative;padding:31px;background:#eaf0df;border:1px solid #e1e9d2;border-radius:var(--radius);overflow:hidden}.focus-panel .eyebrow{font-size:8px;color:#97a581}.focus-panel h2{font-size:24px;line-height:1.25;max-width:330px;color:#657c4b;letter-spacing:-.6px}.focus-panel p{font-size:11px;color:#97a582;line-height:1.8;max-width:335px;margin:13px 0 22px}.focus-panel .button{font-size:10px}.focus-icon{position:absolute;right:24px;top:22px;color:#c5d4ad}.focus-icon .icon{width:36px;height:36px;stroke-width:1.2}.panel-heading{padding:22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-heading h2{font-size:14px;color:#677d51}.text-link{display:flex;align-items:center;gap:7px;color:#94a27f;font-size:10px}.text-link .icon{width:14px;height:14px}.board-toolbar{overflow:hidden;margin-bottom:24px}.board-toolbar .filter-bar{border:0}.kanban{display:grid;grid-template-columns:repeat(4,minmax(210px,1fr));gap:17px;overflow-x:auto;padding-bottom:14px}.kanban-column{min-width:0;background:#eef1e9;border-radius:10px;padding:12px}.kanban-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;padding:4px}.kanban-heading>span:last-child{font-size:10px;color:#9aa98a}.kanban-cards{display:flex;flex-direction:column;gap:11px}.kanban-card{padding:16px 14px 10px;background:white;border:1px solid #e1e8d8;border-radius:8px;box-shadow:0 3px 4px #25332b03}.card-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:9px;color:#a1ae8f;margin-bottom:12px}.card-eyebrow .priority{font-size:8px}.card-eyebrow .priority .icon{width:11px;height:11px}.kanban-title{display:block;font-size:12px;line-height:1.5;color:#637b4d;font-weight:550}.kanban-title:hover{color:#344f21}.kanban-card>p{font-size:10px;line-height:1.7;color:#a1ad92;margin-top:9px}.kanban-meta{display:flex;align-items:center;justify-content:space-between;margin:15px 0 9px}.kanban-meta>span:first-child{font-size:8px;color:#a1ad91;border-radius:4px;background:#f1f4ec;padding:3px 5px}.kanban-move{border-top:1px solid #eef3e6;display:flex;align-items:center;padding-top:6px;gap:6px}.kanban-move select{font-size:9px;width:100%;padding:5px 0;border:0;color:#a2b18f;box-shadow:none}.kanban-move .icon-button{height:26px;width:25px}.kanban-move .icon{width:12px;height:12px}.column-empty{padding:27px 10px;color:#a9b59a;font-size:10px;text-align:center;border:1px dashed #d4dfc7;border-radius:7px}.back-link{display:inline-flex;align-items:center;gap:7px;color:#9aa88a;font-size:10px;margin-bottom:25px}.back-link .icon{width:14px;height:14px}.ticket-page-head{margin-bottom:27px}.ticket-page-head .ticket-eyebrow{margin-bottom:14px;font-size:10px;gap:10px}.ticket-page-head .ticket-eyebrow .badge{margin-left:6px}.ticket-page-head h1{font-size:28px;max-width:850px;color:#526c3f}.ticket-byline{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:10px;color:#a8b499;flex-wrap:wrap}.ticket-byline strong{font-weight:550;color:#859b70}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:27px}.description-panel{padding:25px}.section-label{font-size:9px;color:#a4b190;font-weight:550;letter-spacing:1.1px;margin-bottom:17px}.prose{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.85;color:#758b60}.description-meta{display:flex;align-items:center;gap:7px;border-top:1px solid #edf2e5;margin-top:24px;padding-top:16px;color:#aaba95;font-size:9px}.description-meta .icon{width:12px;height:12px}.description-meta>span{margin:0 3px}.conversation{margin-top:32px}.conversation>.section-heading{padding:0 2px;margin-bottom:24px}.timeline{padding-bottom:8px}.timeline-event{display:flex;gap:12px;align-items:flex-start;padding:0 5px;margin:18px 0}.event-icon{height:25px;width:25px;flex-shrink:0;background:#edf3e4;border:1px solid #e2ecd6;border-radius:50%;display:grid;place-items:center;color:#a0b288}.event-icon .icon{width:12px;height:12px}.timeline-event p{padding-top:2px;color:#a0b18c;font-size:10px}.timeline-event strong{color:#869e6d;font-weight:550}.timeline-event small{display:block;color:#b6c2a5;font-size:9px;margin-top:3px}.message{border:1px solid #e4ecda;background:#fff;border-radius:10px;padding:19px 20px;margin:15px 0}.message-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:10px}.message-head strong{font-size:10px;font-weight:550;color:#879f6e}.message-head time{margin-left:auto;color:#adbd97;font-size:9px}.message-role{color:#aabd92;font-size:8px;border-radius:4px;background:#f1f6e9;padding:2px 5px}.internal-note{background:#fdf9ed;border-color:#eee4c7}.internal-note .prose{color:#a59671}.note-label{display:inline-flex;align-items:center;gap:4px;font-size:8px;color:#b6a475}.note-label .icon{width:10px;height:10px}.reply-composer{overflow:hidden;margin-top:23px}.composer-head{display:flex;align-items:center;gap:8px;padding:16px 19px}.composer-kind select{padding:3px 10px 3px 0;border:0;background:transparent;font-size:11px;color:#8caa70;font-weight:500;box-shadow:none}.reply-composer>textarea{width:100%;padding:6px 19px;border:0;background:transparent;outline:none;box-shadow:none;color:#849d6b;font-size:12px;min-height:135px}.reply-composer>textarea::placeholder{color:#afc395}.composer-footer{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:14px 19px;border-top:1px solid #edf4e3}.composer-footer small{font-size:9px;color:#a7bb8d;max-width:290px}.composer-footer .button{font-size:10px}.properties-panel{padding:21px}.properties-panel .section-heading{padding-bottom:17px;border-bottom:1px solid #e6efdc}.properties-panel .section-heading .icon{width:15px;height:15px;color:#a7ba8e}.properties-panel label{font-size:10px;color:#99ad7f;margin-top:15px;gap:7px}.properties-panel select,.properties-panel input{font-size:11px;border-color:#e1ecd4;color:#88a36d;padding:9px 10px}.properties-panel .button{font-size:10px;margin-top:21px}.requester-panel{padding:21px;margin-top:17px}.requester-panel .section-label{font-size:8px}.requester-panel .person-inline{gap:9px;width:100%}.requester-panel strong{display:block;font-size:10px;color:#93ac79;font-weight:550}.requester-panel small{display:block;font-size:9px;color:#adc393;overflow-wrap:anywhere;margin-top:3px}.detail-updated{margin:19px 22px;font-size:9px;color:#b1c39b;line-height:1.8}.property-list{margin:0;font-size:11px}.property-list dt{font-size:10px;color:var(--muted);margin:17px 0 5px}.property-list dd{margin:0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.team-card{padding:24px}.team-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;gap:10px}.role-pill{padding:4px 7px;border-radius:5px;font-size:8px;background:#f0f4e8;color:#9ab07b}.role-admin{background:#eeeaf5;color:#ac9bbc}.role-agent{background:#e9f1df;color:#98b279}.team-card h2{font-size:16px;color:#90a976}.team-card h2 small{font-size:9px;color:#b1c798;margin-left:8px;font-weight:400}.team-card>p{font-size:10px;color:#afc393;margin-top:5px;overflow-wrap:anywhere}.team-workload{display:flex;align-items:center;gap:6px;border-top:1px solid #e4efd7;margin-top:25px;padding-top:16px;font-size:9px;color:#aac48c}.team-workload>.icon{width:14px;height:14px}.team-workload>a{margin-left:auto;display:flex}.team-workload>a .icon{height:14px;width:14px}.profile-panel{max-width:550px;padding:28px}.profile-identity{display:flex;align-items:center;gap:17px}.profile-identity h2{font-size:19px}.profile-identity p{font-size:12px;color:var(--muted);margin:3px 0 9px}.profile-panel>h2{margin-bottom:20px}.profile-panel label{margin-top:15px}.profile-panel form>.button{margin-top:20px}.profile-panel label small{font-size:10px;color:var(--muted);font-weight:400}.modal{border:1px solid #dee5d6;border-radius:16px;padding:0;max-width:620px;width:calc(100vw - 40px);color:var(--ink);max-height:calc(100dvh - 60px);box-shadow:0 25px 100px #16241430}.modal::backdrop{background:#13201970;backdrop-filter:blur(4px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:25px 28px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:24px;letter-spacing:-.6px}.modal-head .eyebrow{font-size:8px;margin-bottom:7px}.modal-body{padding:24px 28px}.modal-footer{border-top:1px solid var(--line);padding:18px 28px;display:flex;justify-content:flex-end;gap:10px;background:#fafbf8}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:17px}.form-grid label{margin:0}.small-modal{max-width:480px}.small-modal .form-grid{margin:0 0 16px}.form-help{font-size:11px;font-weight:400;color:var(--muted);line-height:1.75;margin-top:17px}.flash-stack:empty{display:none}.flash-stack{position:relative;margin-bottom:20px;z-index:30}.flash{display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid #dfebcb;border-radius:8px;font-size:12px;background:#edf4e2;color:#6a8849;margin:0 0 8px}.flash.error{background:#fff1ed;color:#a76351;border-color:#edd6ce}.flash button{background:transparent;display:flex;margin-left:auto;color:inherit;padding:2px}.flash button .icon{width:14px;height:14px}.flash>.icon{width:16px;height:16px}.auth-main{min-height:100vh}.auth-main>.flash-stack{position:fixed;top:20px;right:25px;max-width:500px;left:auto}.auth-layout{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-story{background:#25322b;color:#dbe6d0;display:flex;flex-direction:column;padding:50px 60px;position:relative;overflow:hidden}.auth-story .brand{padding-left:0;font-size:31px}.auth-story-content{margin:auto 0;padding:70px 0}.auth-story .eyebrow{color:#a5ba89;font-size:10px;margin-bottom:23px}.auth-story h1{font-size:clamp(34px,3.6vw,56px);font-weight:500;line-height:1.22;letter-spacing:-2px;color:#f4f7ed}.auth-story h1>span{color:#d9edaa}.auth-story-content>p{font-size:13px;max-width:330px;line-height:1.8;color:#9aaf85;margin-top:24px}.auth-story>small{color:#8fa17d;font-size:10px}.auth-illustration{margin-top:60px;max-width:380px;position:relative}.illustration-card{display:flex;align-items:center;gap:12px;border:1px solid #b8ce9833;border-radius:12px;padding:19px;background:#b8ce9810;transform:rotate(-3deg)}.illustration-check{height:36px;width:36px;border-radius:50%;background:#d9edaa;color:#435736;display:grid;place-items:center}.illustration-card strong{display:block;font-size:12px;color:#d7e8c5;font-weight:500}.illustration-card>div>span{display:block;font-size:10px;color:#9eb687;margin-top:3px}.illustration-avatars{display:flex;margin-left:auto}.illustration-avatars b{display:grid;place-items:center;font-size:9px;border:2px solid #344632;width:28px;height:28px;border-radius:50%;background:#d5d3af;color:#827c51;margin-left:-8px;font-weight:500}.illustration-avatars b:last-child{background:#c8bdd5;color:#847291}.illustration-line{height:32px;border-left:1px dashed #9aae8355;position:relative;left:41px}.illustration-chip{display:flex;align-items:center;gap:8px;max-width:260px;font-size:10px;margin-left:32px;color:#b1c498;border:1px solid #a9c48722;padding:11px 15px;border-radius:8px;background:#b8ce9808;transform:rotate(2deg)}.illustration-chip .icon{width:14px;height:14px}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:60px 50px;background:#fafbf7}.auth-form-wrap{width:100%;max-width:365px}.auth-form-wrap>.eyebrow{font-size:9px}.auth-form-wrap>h2{font-size:30px;letter-spacing:-1px;color:#3f5434}.auth-form-wrap>p{font-size:12px;line-height:1.8;color:#9cae8a;margin:14px 0 30px}.auth-form-wrap form>label{margin-top:20px;font-size:11px;color:#83966f}.auth-form-wrap input{padding:13px 14px;background:#fff;border-color:#dce6d1;font-size:12px}.auth-form-wrap form>.form-grid{margin-top:24px}.auth-submit{margin-top:25px;min-height:43px}.auth-form-wrap>p.auth-footnote{font-size:10px;color:#b1c39b;text-align:center;margin-top:22px}.demo-box{display:flex;gap:13px;padding:19px;border:1px solid #dce8c8;background:#edf4e2;border-radius:10px;margin:24px 0}.demo-box>.icon{color:#9fb980;margin-top:2px}.demo-box strong{font-size:12px;color:#78945b}.demo-box p{font-size:10px;line-height:1.8;color:#9bb47e;margin-top:6px}.demo-box .button{font-size:11px;margin-top:15px}.auth-divider{display:flex;align-items:center;gap:10px;font-size:9px;color:#b4c7a0;margin:24px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e1ecd5;flex:1}.error-state{max-width:580px;margin:80px auto;padding:40px;text-align:center}.error-code{font-size:80px;letter-spacing:-5px;color:#b4c598;font-weight:550;margin-bottom:10px}.error-state h1{font-size:26px}.error-state p{color:var(--muted);margin:17px 0 28px;line-height:1.8}.internal-note .composer-footer{border-color:#eee4c7}.internal-note .composer-footer small{color:#ae9c70}.internal-note .composer-kind select{color:#a18b56}
/* Keep secondary text readable on the quiet, warm surfaces. */
.ticket-subject,.kanban-title{color:#344338}.ticket-page-head h1{color:#2d3b30}.ticket-table .muted{color:#899182}.ticket-eyebrow,.card-eyebrow{color:#85907c}.section-heading h2,.panel-heading h2{color:#4d6043}.prose{color:#65725c}.message-head strong{color:#697e56}.ticket-byline strong{color:#6f815f}.team-card h2{color:#506542}.team-card>p{color:#899c77}.team-workload{color:#84986e}.requester-panel strong{color:#6d8557}.requester-panel small{color:#8a9e72}.properties-panel label{color:#798e65}.properties-panel select,.properties-panel input{color:#647b50}.detail-updated{color:#899d72}.timeline-event p{color:#82946f}.timeline-event small{color:#9bad88}.composer-kind select{color:#6c8657}.reply-composer>textarea{color:#647e4e}.reply-composer>textarea::placeholder{color:#99b080}.composer-footer small{color:#849e6c}.auth-form-wrap>p{color:#81986d}.auth-form-wrap>p.auth-footnote{color:#95ac7f}.auth-divider{color:#9aaf86}.demo-box p{color:#7d975f}.demo-box strong{color:#5d7844}.focus-panel h2{color:#4f673c}.focus-panel p{color:#81946a}.team-card h2 small{color:#8fa576}
@media(min-width:1600px){.main-content{padding-left:50px;padding-right:50px;max-width:1650px;width:100%;margin:0 auto}.topbar{padding-left:50px;padding-right:50px}.ticket-table td{padding-top:18px;padding-bottom:18px}.ticket-subject{font-size:12px}.filter-search input{font-size:11px}.ticket-table th.subject-col{width:50%}}
@media(max-width:1200px){.sidebar{width:211px;padding-left:12px;padding-right:12px}.workspace{margin-left:211px;width:calc(100% - 211px)}.main-content{padding:28px 25px}.topbar{padding:0 25px;gap:15px}.global-search{width:205px}.topbar-create kbd{display:none}.filter-search{flex-basis:100%}.filter-bar{gap:8px}.ticket-table td,.ticket-table th{padding-left:12px;padding-right:12px}.ticket-table th.subject-col{width:43%}.queue-live{display:none}.team-grid{grid-template-columns:repeat(2,1fr)}.metric-card{padding:18px}.metric-card>small{font-size:8px}.detail-grid{grid-template-columns:minmax(0,1fr) 240px;gap:20px}.auth-story{padding:40px}.auth-story-content{padding:50px 0}}
@media(max-width:950px){.breadcrumb{display:none}.global-search{margin-left:0;flex:1;max-width:360px}.topbar-create{margin-left:auto}.ticket-table{min-width:715px}.metric-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}.details-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:17px;align-items:start}.properties-panel{grid-row:span 2}.requester-panel{margin:0}.detail-updated{margin:0 10px}.team-grid{grid-template-columns:1fr 1fr}.team-card{padding:18px}.team-card-top{align-items:start;flex-direction:column}.ticket-page-head h1{font-size:25px}.workspace-footer>span:last-child{display:none}.auth-layout{grid-template-columns:.9fr 1fr}.auth-story{padding:35px 27px}.auth-form-side{padding:40px 27px}.auth-story h1{font-size:37px}.illustration-avatars{display:none}.illustration-card{padding:15px 12px}.illustration-card strong{font-size:10px}.illustration-card>div>span{font-size:8px}}
@media(max-width:720px){.sidebar{transform:translateX(-100%);transition:transform .2s;width:238px;box-shadow:20px 0 60px #16241430}.nav-open .sidebar{transform:translateX(0)}.workspace{margin:0;width:100%}.mobile-menu{display:flex}.topbar{height:65px;padding:0 17px;gap:12px}.topbar-create{padding:8px 10px;min-height:35px;font-size:10px}.topbar-create .icon{width:14px;height:14px}.global-search{min-width:0;max-width:none}.global-search input{font-size:10px}.global-search kbd{display:none}.main-content{padding:26px 18px}.page-heading{gap:12px}.page-heading h1{font-size:27px}.page-heading p{font-size:11px}.page-heading .eyebrow{font-size:8px;letter-spacing:1.3px}.heading-symbol{width:43px;height:43px;border-radius:12px}.heading-symbol .icon{width:22px;height:22px}.heading-count{font-size:11px;height:24px;min-width:26px}.queue-summary{font-size:10px;gap:10px;margin:22px 0}.summary-divider{height:10px}.filter-bar{padding:13px 15px;gap:8px}.filter-bar select{max-width:none;flex:1;padding:8px;min-width:100px}.filter-bar .button{flex:1}.filter-search{margin:0;min-width:0;padding:3px 0}.view-toolbar{padding:0 16px;height:52px}.export-link{font-size:9px}.view-tabs{gap:20px}.table-footer{padding:15px;font-size:8px}.pagination{gap:7px}.pagination .button{padding:5px 7px;min-height:28px;font-size:9px}.workspace-footer{padding:0 20px 18px;font-size:8px}.metric-grid{gap:11px;margin-top:23px}.metric-card{padding:17px}.metric-card>div{font-size:10px}.metric-card>strong{font-size:30px}.metric-card>small{font-size:8px;line-height:1.5}.date-pill{font-size:9px;white-space:nowrap}.date-pill .icon{width:12px;height:12px}.focus-panel{padding:25px}.focus-panel h2{font-size:25px}.panel-heading{padding:18px}.team-grid{gap:12px}.team-card{padding:17px}.team-card h2{font-size:14px}.team-card>p{font-size:9px}.details-sidebar{grid-template-columns:1fr}.detail-updated{margin-bottom:8px}.ticket-page-head h1{font-size:25px;line-height:1.35}.ticket-byline{font-size:9px}.description-panel{padding:21px}.prose{font-size:12px}.description-meta{flex-wrap:wrap;font-size:8px}.message{padding:17px}.message-head{gap:6px;flex-wrap:wrap}.message-head strong{font-size:9px}.message-head time{font-size:8px}.composer-footer{padding:13px;gap:10px}.composer-footer small{font-size:8px}.composer-footer .button{padding:9px 11px}.modal{max-height:calc(100dvh - 30px);width:calc(100vw - 24px);border-radius:12px}.modal-head{padding:20px}.modal-head h2{font-size:22px}.modal-body{padding:20px}.modal-footer{padding:16px 20px}.form-grid{gap:13px}.form-grid label{font-size:11px}.form-grid input,.form-grid select{font-size:12px}.auth-layout{display:block}.auth-story{min-height:0;padding:24px 27px}.auth-story .brand{font-size:24px}.auth-story .brand img{width:33px;height:33px}.auth-story-content{padding:28px 0 15px}.auth-story h1{font-size:32px;letter-spacing:-1px}.auth-story h1 br{display:none}.auth-story h1 br:after{content:' '}.auth-story h1>span{display:block}.auth-story .eyebrow,.auth-story-content>p,.auth-story>small,.auth-illustration{display:none}.auth-form-side{padding:38px 27px 50px}.auth-form-wrap{max-width:400px}.auth-form-wrap>h2{font-size:28px}.auth-main>.flash-stack{top:10px;left:10px;right:10px;max-width:none}.flash{font-size:11px}.error-state{padding:30px 20px}.error-state h1{font-size:23px}.back-link{margin-bottom:20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.table-scroll{position:relative}.token-item>div{min-width:0;overflow-wrap:anywhere}.page-heading>div{min-width:0}
@media(max-width:720px){.sidebar{box-shadow:none}.nav-open .sidebar{box-shadow:20px 0 60px #16241430}.page-heading{flex-wrap:wrap;align-items:flex-start}}

.integration-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px}.token-reveal,.api-notes{padding:24px;margin:22px 0}.token-reveal p,.api-notes p{font-size:12px;color:#65715c;line-height:1.8;margin:12px 0}.token-reveal input{font-family:monospace;font-size:12px}.token-reveal .button{margin:16px 8px 0 0}.token-list{padding:0 20px}.token-item{display:flex;gap:18px;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.token-item:last-child{border:0}.token-item strong{font-size:13px;margin-right:10px}.token-item p,.token-item small{font-size:10px;color:#738169;margin:7px 0}.api-notes code{background:#eef3e6;padding:2px 5px;border-radius:3px;overflow-wrap:anywhere}.agent-label{font-size:8px;font-weight:600;background:#e5edfb;color:#486893;padding:2px 5px;border-radius:4px}.token-reveal{border-color:#b0c592}@media(max-width:950px){.integration-grid{grid-template-columns:1fr}}

.widget-demo-page{padding:35px;max-width:850px}.widget-demo-page h2{font-size:26px;margin:20px 0}.widget-demo-page p{font-size:13px;line-height:1.9;color:#66765c;max-width:650px;margin:15px 0}.ticket-subject{font-size:13px}.ticket-table td{font-size:12px}.ticket-table th{font-size:11px;color:#687461}.ticket-eyebrow{font-size:10px}.badge{font-size:11px}.priority{font-size:11px}.person-inline,.unassigned{font-size:11px}.filter-bar select,.filter-search input,.global-search input{font-size:12px}.ticket-table .muted{color:#65705d}.status-new{color:#566780}.status-progress{color:#765499}.status-waiting{color:#8a681e}.status-resolved{color:#507044}.priority-urgent{color:#ad5847}.priority-high{color:#997035}.priority-normal{color:#60704f}.priority-low{color:#78826e}.ticket-eyebrow,.ticket-eyebrow>span:first-child{color:#6c785f}
