:root{color-scheme:dark;--navy: #0b1120;--navy-2: #101827;--ink: #d8dee8;--muted: #9aa8ba;--line: #334155;--surface: #111827;--soft: #0b1120;--brand: #f8bf00;--brand-hover: #ffd34d;--brand-ink: #17120a;--brand-soft: #332800;--brand-strong: #fff2b3;--blue: var(--brand);--blue-soft: var(--brand-soft);--green: #24a77a;--amber: #f59e0b;--red: #f87171;--violet: #a78bfa;--shadow: 0 18px 60px rgba(0, 0, 0, .34);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--soft)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--soft)}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(248,191,0,.3);outline-offset:1px}body.is-loading{cursor:progress}.auth-pending .app-shell{visibility:hidden}.boot-screen,.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 80% 10%,rgba(248,191,0,.16) 0,transparent 28%),linear-gradient(135deg,#090f1d,#111b2e)}.boot-card,.auth-card{display:flex;flex-direction:column;align-items:center;gap:9px;width:min(100%,460px);padding:32px;border-radius:22px;background:#fff;box-shadow:var(--shadow);text-align:center}.boot-card span,.auth-card p{color:var(--muted);margin:0}.auth-card{align-items:stretch;text-align:left}.auth-language{display:flex;justify-content:flex-end;margin:-8px -8px 2px 0}.auth-brand{display:flex;align-items:center;gap:16px;padding:4px 4px 20px}.auth-brand h1,.fatal h1{margin:0 0 4px;font-size:25px;letter-spacing:-.035em}.auth-brand .eyebrow{display:block;margin-bottom:5px;color:var(--blue)}.auth-footnote{padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:11px;text-align:center}.tekniq-auth,.auth-form{display:grid;gap:14px}.auth-heading{display:grid;gap:6px;padding-bottom:4px}.auth-heading.compact{padding-bottom:2px}.auth-heading h2{margin:0;color:var(--ink);font-size:21px;letter-spacing:-.025em}.auth-heading p{max-width:390px;color:var(--muted);font-size:12px;line-height:1.55}.auth-kicker{color:var(--blue);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;overflow-wrap:anywhere}.auth-field{display:grid;gap:7px;color:#4e5c76;font-size:11px;font-weight:750}.auth-field input{width:100%;min-height:45px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fff;outline:none}.auth-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #f8bf0024}.auth-submit{min-height:44px;border:1px solid var(--brand);border-radius:10px;color:var(--brand-ink);background:var(--brand);font-weight:800;cursor:pointer;box-shadow:0 8px 20px #f8bf002e}.auth-submit:hover{background:var(--brand-hover)}.auth-submit:disabled,.auth-link:disabled{cursor:wait;opacity:.58}.auth-link{justify-self:center;padding:2px 6px;border:0;color:var(--blue);background:transparent;font-size:11px;font-weight:750;cursor:pointer}.auth-link.muted{color:var(--muted);font-weight:650}.auth-error{padding:10px 12px;border:1px solid #f2cbd1;border-radius:9px;color:#9f2638;background:#fff0f2;font-size:11px;line-height:1.45}.auth-slow{padding:10px 12px;border:1px solid rgba(248,191,0,.45);border-radius:9px;color:#ffe38a;background:#f8bf0017;font-size:11px;line-height:1.45}.boot-card{min-height:190px;justify-content:center}.boot-card strong{font-size:18px}.boot-spinner{width:24px;height:24px;margin:5px 0;border:3px solid rgba(248,191,0,.22);border-top-color:var(--brand);border-radius:50%;animation:boot-spin .8s linear infinite}.boot-card.is-slow{border-color:#f8bf008c}@keyframes boot-spin{to{transform:rotate(360deg)}}.auth-security{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:10px}.auth-security span{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:#e7f8f0;font-weight:900}.auth-password-guidance{padding:11px 12px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:#f7f9fc;font-size:10px}.auth-password-guidance strong{display:block;margin-bottom:7px;color:var(--ink);font-size:11px}.auth-password-guidance ul{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px;margin:0;padding:0;list-style:none}.auth-password-guidance li:before{content:"\25cb";display:inline-block;width:16px;color:#8b96a9;font-weight:900}.auth-password-guidance li.met{color:var(--green)}.auth-password-guidance li.met:before{content:"\2713"}.invitation-conflict-copy{display:grid;gap:7px;padding:13px 14px;border:1px solid #ead58c;border-radius:10px;color:#755b00;background:#fff9df;font-size:12px;line-height:1.5}.invitation-conflict-copy p{margin:0;color:#755b00}.organization-choice-list{display:grid;gap:8px}.organization-choice{min-height:48px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#fff;text-align:left;cursor:pointer}.organization-choice:hover{border-color:#8f6d00;background:var(--brand-soft)}.organization-choice:disabled{cursor:default;opacity:.62;border-color:var(--line);background:var(--panel-soft)}.organization-choice>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:var(--brand-ink);background:var(--brand);font-size:9px;font-weight:800}.organization-choice strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.organization-choice i{color:var(--muted);font-size:18px;font-style:normal}.fatal{align-items:center;text-align:center}.brand-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#fff;font-weight:850;letter-spacing:-.04em;border:1px solid rgba(248,191,0,.42);border-radius:12px;background:#101827;box-shadow:0 8px 24px #f8bf0029}.brand-mark img{width:76%;height:76%;display:block;object-fit:contain}.app-shell{min-height:100vh}.topbar{position:sticky;z-index:20;top:0;height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 22px;color:#fff;background:var(--navy);box-shadow:0 2px 12px #05112b3d}.brand,.topbar-actions{display:flex;align-items:center;gap:12px}.tour-launcher{width:40px;min-width:40px;height:34px;padding:0;border-color:#f8bf008c;color:var(--brand)}.tour-launcher>span{width:19px;height:19px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-weight:900}.guided-tour-picker{width:min(620px,calc(100vw - 32px));padding:0;overflow:hidden;border:1px solid #344568;border-radius:14px;color:#fff;background:#111b2c;box-shadow:0 28px 80px #00000080}.guided-tour-picker::backdrop{background:#020711c7}.guided-tour-picker>header{display:flex;justify-content:space-between;gap:20px;padding:24px;border-bottom:1px solid #293854}.guided-tour-picker h2{margin:5px 0 7px;font-size:25px}.guided-tour-picker p{margin:0;color:#b8c6dc;line-height:1.5}.guided-tour-options{display:grid;gap:12px;padding:20px 24px 24px}.guided-tour-options button{min-height:84px;display:grid;gap:6px;padding:16px 18px;border:1px solid #344568;border-radius:10px;color:#fff;background:#0d1729;text-align:left;cursor:pointer}.guided-tour-options button:hover,.guided-tour-options button:focus-visible{border-color:var(--brand);background:#f8bf0014}.guided-tour-options button[data-tour-resume]{border-color:#f8bf00a6;background:#f8bf001a}.guided-tour-options button[hidden]{display:none}.guided-tour-options strong{color:var(--brand);font-size:16px}.guided-tour-options span{color:#b8c6dc;line-height:1.45}.guided-tour-layer[hidden]{display:none}.guided-tour-layer{position:fixed;inset:0;z-index:1400;pointer-events:none}.guided-tour-backdrop{position:absolute;inset:0;background:#020711c7;pointer-events:auto}.guided-tour-layer.has-target .guided-tour-backdrop{background:transparent}.guided-tour-spotlight{position:fixed;z-index:1;border:2px solid var(--brand);border-radius:10px;box-shadow:0 0 0 9999px #020711c7,0 0 24px #f8bf0052;transition:all .18s ease}.guided-tour-card{position:fixed;z-index:2;max-height:calc(100dvh - 24px);overflow:auto;padding:22px;border:1px solid #405170;border-radius:13px;color:#fff;background:#111b2c;box-shadow:0 22px 70px #0000008c;pointer-events:auto}.guided-tour-meta{display:flex;justify-content:space-between;gap:12px;color:#aab8d0;font-size:12px;font-weight:800}.guided-tour-meta>span:first-child{color:var(--brand);letter-spacing:.05em;text-transform:uppercase}.guided-tour-progress{height:4px;margin:10px 0 17px;overflow:hidden;border-radius:99px;background:#293854}.guided-tour-progress i{display:block;height:100%;background:var(--brand);transition:width .2s ease}.guided-tour-card h2{margin:0 0 9px;font-size:23px;line-height:1.15}.guided-tour-card>p{margin:0;color:#c5d1e5;font-size:14px;line-height:1.58}.guided-tour-card .guided-tour-hint{margin-top:14px;padding:11px 13px;border-left:3px solid var(--brand);color:#f2f5fb;background:#f8bf0014}.guided-tour-buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.brand>div:last-child{display:flex;flex-direction:column}.brand strong{font-size:15px}.brand span{color:#9eabd0;font-size:11px}.topbar .button:not(.primary){color:#e8edff;border-color:#3a496e;background:#19294d}.product-nav{align-self:stretch;display:flex;align-items:center;gap:4px;margin-left:auto}.product-nav a{display:inline-flex;align-items:center;height:36px;padding:0 11px;border-radius:8px;color:#aebad3;text-decoration:none;font-size:11px;font-weight:750}.product-nav a:hover{color:#fff;background:#ffffff12}.identity-controls{display:flex;align-items:center;gap:7px;padding-left:10px;border-left:1px solid rgba(255,255,255,.12)}.language-control{display:inline-flex;align-items:center}.language-control select{height:34px;max-width:126px;padding:0 28px 0 9px;border:1px solid #3a496e;border-radius:9px;color:#e8edff;background:#19294d;font-size:10px;font-weight:750;cursor:pointer}.theme-control{position:relative;width:40px;height:34px;flex:0 0 40px}.theme-trigger{width:40px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #3a496e;border-radius:9px;color:var(--brand);background:#19294d;cursor:pointer}.theme-trigger:hover,.theme-trigger[aria-expanded=true]{border-color:var(--brand);background:#26395f}.theme-trigger span{font-size:13px;pointer-events:none}.theme-popover{position:absolute;z-index:60;top:calc(100% + 8px);right:0;width:154px;padding:6px;border:1px solid #3a496e;border-radius:10px;background:#111d35;box-shadow:0 18px 42px #00000059}.theme-popover[hidden]{display:none}.theme-popover>button{width:100%;min-height:36px;display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;gap:7px;padding:6px 8px;border:0;border-radius:7px;color:#dbe4f8;background:transparent;text-align:left;cursor:pointer;font:inherit;font-size:11px;font-weight:700}.theme-popover>button:hover{color:#fff;background:#26395f}.theme-popover>button.selected{color:var(--brand-strong);background:var(--brand-soft)}.theme-option-icon{display:grid;place-items:center;color:var(--brand);font-size:13px}.theme-option-check{color:var(--brand);font-weight:900;text-align:center}.auth-language .language-control select{border-color:var(--line);color:var(--ink);background:#172033}.organization-control select,.organization-pill,.user-pill{height:34px;border:1px solid #3a496e;border-radius:9px;color:#e8edff;background:#19294d;font-size:10px}.organization-control select{max-width:170px;padding:0 28px 0 10px;cursor:pointer}.organization-pill{display:inline-flex;align-items:center;max-width:170px;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-pill{display:inline-flex;align-items:center;gap:7px;max-width:180px;padding:0 9px 0 5px}.user-pill i{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;color:var(--brand-ink);background:var(--brand);font-style:normal;font-size:9px;font-weight:800}.user-pill>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu{position:relative}.account-trigger{cursor:pointer;font:inherit}.account-trigger:hover,.account-trigger[aria-expanded=true]{border-color:var(--brand);background:#26395f}.account-trigger b{color:#9eacc8;font-size:11px}.account-popover{position:absolute;z-index:50;top:calc(100% + 8px);right:0;min-width:190px;padding:7px;border:1px solid #3a496e;border-radius:10px;background:#111d35;box-shadow:0 18px 42px #00000059}.account-popover[hidden]{display:none}.account-popover>strong{display:block;overflow:hidden;padding:7px 9px 9px;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.account-popover>button{width:100%;padding:9px;border:0;border-radius:7px;color:#dbe4f8;background:transparent;text-align:left;cursor:pointer;font:inherit;font-size:11px;font-weight:700}.account-popover>button:hover{color:#fff;background:#26395f}.sign-out-button{width:34px;height:34px;border:1px solid #3a496e;border-radius:9px;color:#dbe4f8;background:#19294d;cursor:pointer;font-weight:800}.sign-out-button:hover{color:#fff;border-color:#5c6f98;background:#26395f}.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}.button,.icon-button{border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer;transition:.16s ease}.button{min-height:38px;padding:8px 14px;font-weight:700;font-size:13px}.button:hover,.icon-button:hover{transform:translateY(-1px);border-color:#b8c3d8;box-shadow:0 4px 12px #142b571a}.button.primary{color:var(--brand-ink);border-color:var(--brand);background:var(--brand)}.button.primary:hover{background:var(--brand-hover)}.button.large{padding:12px 18px;min-height:46px}.button:disabled,input:disabled,select:disabled,textarea:disabled{opacity:.55;cursor:wait}.icon-button{width:34px;height:34px;padding:0;display:grid;place-items:center;font-weight:800}.notification-button{position:relative;width:36px;padding:0}.notification-button svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.notification-button>span{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;border:2px solid #0d1627;border-radius:99px;color:#111827;background:var(--brand);font-size:8px;font-weight:900;line-height:13px}.notification-button.has-unread{color:var(--brand)}.icon-button.close{font-size:25px;color:var(--muted)}.workspace{min-height:calc(100vh - 68px)}.loading-card{display:grid;min-height:220px;place-items:center;color:var(--muted)}.board-workspace{height:calc(100dvh - 68px);min-height:480px;display:flex;flex-direction:column;padding:14px 0 8px;overflow:hidden;background:linear-gradient(120deg,#eef3fb,#e5ecf7)}.board-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:0 22px 15px}.toolbar-actions,.customer-filterbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px}.ticket-filters{display:flex;align-items:flex-end;flex-wrap:wrap;gap:7px}.ticket-view-toggle{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;background:#101827}.ticket-view-toggle .button{border:0;background:transparent;box-shadow:none}.ticket-view-toggle .button.active{color:var(--brand-ink);background:var(--brand)}.ticket-filters label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.ticket-filters select,.ticket-filters input{min-width:128px;max-width:190px;padding:8px 28px 8px 9px;border:1px solid #c8d1e0;border-radius:8px;color:var(--ink);background:#fff;font-size:11px;text-transform:none;letter-spacing:0}.ticket-filters input[type=search]{min-width:210px;padding-right:9px}.board-toolbar h1,.customer-head h1{margin:0;font-size:25px;letter-spacing:-.025em}.board-toolbar p,.customer-head p{margin:5px 0 0;color:var(--muted)}.board{display:flex;flex:1 1 auto;align-items:stretch;gap:12px;width:100%;min-height:0;padding:0 22px 10px;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable}.board-column{position:relative;width:286px;height:100%;min-height:0;max-height:none;flex:0 0 286px;display:flex;flex-direction:column;padding:9px;border:1px solid rgba(18,41,82,.09);border-top:3px solid #8590a8;border-radius:13px;background:#e8ebf1;box-shadow:0 5px 18px #0e254d12}.board-column.is-drop-target{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 3px #f8bf0029,0 8px 24px #0e254d24}.board.is-ticket-dragging .board-column{min-height:0;max-height:none}.board.is-ticket-dragging .board-column:not(.is-drop-target){background:#e3e7ef}.board.is-ticket-dragging:not(.is-ticket-reordering) .board-column.is-drop-target:after{content:"Ticket hier plaatsen";position:absolute;inset:50px 8px 44px;display:grid;place-items:center;border:2px dashed var(--brand);border-radius:10px;color:var(--brand-strong);background:#f8bf0014;font-size:12px;font-weight:800;pointer-events:none}.board.is-saving-order{cursor:progress}.board-column.is-dragging{opacity:.48;transform:rotate(.5deg)}.board-column.drop-before:before,.board-column.drop-after:after{content:"";position:absolute;inset-block:4px;width:4px;border-radius:4px;background:var(--brand);box-shadow:0 0 0 3px #f8bf002e}.board-column.drop-before:before{left:-9px}.board-column.drop-after:after{right:-9px}.board-column.color-blue{border-top-color:var(--blue)}.board-column.color-amber{border-top-color:var(--amber)}.board-column.color-violet{border-top-color:var(--violet)}.board-column.color-green{border-top-color:var(--green)}.board-column.color-red{border-top-color:var(--red)}.board-column>header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:1px 2px 9px 5px}.board-column>header div{display:flex;align-items:center;gap:8px}.board-column>header .column-actions{gap:1px}.board-column>header strong{font-size:13px}.board-column>header span{min-width:22px;padding:2px 6px;border-radius:99px;color:var(--muted);background:#dce1ea;font-size:11px;text-align:center}.board-column>header .icon-button{border:0;background:transparent;box-shadow:none}.column-content{display:flex;flex:1;flex-direction:column;min-height:0}.column-content[hidden]{display:none}.board-column.is-collapsed{height:max-content;min-height:0;align-self:flex-start}.board-column.is-collapsed>header{padding-bottom:1px}.column-collapse svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(180deg);transition:transform .16s ease}.board-column.is-collapsed .column-collapse svg{transform:rotate(0)}.column-drag-handle{width:20px;padding:0;border:0;color:var(--muted);background:transparent;cursor:grab;font-size:17px;line-height:1}.column-drag-handle:active{cursor:grabbing}.card-list{display:flex;flex:1;flex-direction:column;gap:8px;overflow-y:auto;min-height:12px;padding:1px 1px 5px}.ticket-drop-zone{display:none;flex:1;min-height:120px;place-items:center;margin:2px 0 5px;border:2px dashed var(--brand);border-radius:9px;color:var(--brand-strong);background:#f8bf0014;font-size:12px;font-weight:800;text-align:center}.board.is-ticket-dragging .ticket-drop-zone{display:none}.ticket-card{position:relative;flex:0 0 auto;overflow:hidden;border:1px solid #dce1e9;border-radius:10px;background:var(--surface);box-shadow:0 2px 4px #0d1f4114;cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto 220px}.ticket-card:hover{border-color:#b9c5d9;box-shadow:0 6px 16px #0d1f411f}.ticket-card:active{cursor:grabbing}.ticket-card.is-dragging{opacity:.48;transform:rotate(1deg)}.ticket-card.is-saving{opacity:.72}.ticket-card.drop-before:before,.ticket-card.drop-after:after{content:"";position:absolute;z-index:4;left:4px;right:4px;height:4px;border-radius:4px;background:var(--brand);box-shadow:0 0 0 3px #f8bf002e;pointer-events:none}.ticket-card.drop-before:before{top:0}.ticket-card.drop-after:after{bottom:0}.ticket-card.is-archived{opacity:.82;border-style:dashed}.ticket-card img{display:block;width:100%;max-height:150px;object-fit:cover;background:#d9dee8}.ticket-card .ticket-cover{min-height:72px;transition:opacity .16s ease}.ticket-card .ticket-cover.is-loading{opacity:.55;background:linear-gradient(100deg,#d9dee8 30%,#eef1f6,#d9dee8 70%);background-size:240% 100%;animation:ticket-cover-loading 1.1s linear infinite}.ticket-card .ticket-cover.load-failed{min-height:0;opacity:0}@keyframes ticket-cover-loading{to{background-position-x:-240%}}.card-copy{display:flex;flex-direction:column;gap:6px;padding:11px}.card-copy>strong{font-size:14px;line-height:1.35;font-weight:720}.card-copy small{color:var(--muted)}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#53617b;font-size:10px;font-weight:760;text-transform:uppercase;letter-spacing:.03em}.priority{padding:3px 6px;border-radius:5px;background:#eef1f6}.priority.high{color:#924f06;background:#fff1d8}.priority.urgent{color:#a32337;background:#ffe8eb}.priority.low{color:#506078;background:#eef1f6}.card-counts{min-height:13px;display:flex;gap:10px;color:var(--muted);font-size:11px}.column-empty-copy{padding:20px 8px;color:var(--muted);font-size:11px;text-align:center}.archive-board .board-column{min-height:150px}.add-card{width:100%;padding:9px;margin-top:4px;border:0;border-radius:8px;color:#536079;background:transparent;cursor:pointer;text-align:left;font-size:12px}.add-card:hover{color:var(--ink);background:#dce1ea}.add-column-lane{width:286px;min-height:56px;flex:0 0 286px;display:flex;align-items:center;gap:9px;padding:16px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);background:#172033b8;cursor:pointer;text-align:left}.add-column-lane:hover{border-color:var(--brand);color:var(--brand-strong);background:var(--brand-soft)}.add-column-lane span{font-size:20px}.column-create-lane{max-height:none}.column-editor{display:flex;flex-direction:column;gap:11px;padding:11px;margin-bottom:8px;border:1px solid var(--line);border-radius:9px;background:#111827}.column-editor>label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px;font-weight:800}.column-editor input[name=name]{width:100%}.column-editor fieldset{padding:0;border:0}.column-editor legend{margin-bottom:7px;color:var(--muted);font-size:10px;font-weight:800}.column-color-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.column-color-option{display:flex;align-items:center;gap:5px;cursor:pointer}.column-color-option input{position:absolute;opacity:0;pointer-events:none}.column-color-option span{width:20px;height:20px;border:2px solid transparent;border-radius:50%;background:#8590a8}.column-color-option.color-blue span{background:var(--blue)}.column-color-option.color-amber span{background:var(--amber)}.column-color-option.color-violet span{background:var(--violet)}.column-color-option.color-green span{background:var(--green)}.column-color-option.color-red span{background:var(--red)}.column-color-option input:checked+span{border-color:#fff;box-shadow:0 0 0 2px var(--brand)}.column-color-option em{color:var(--muted);font-size:9px;font-style:normal}.column-editor-actions{display:flex;justify-content:flex-end;gap:6px}.column-delete-link{align-self:flex-start;padding:0;border:0;color:#fda4af;background:transparent;cursor:pointer;font-size:10px;text-decoration:underline}.column-delete-confirm{padding-top:8px;border-top:1px solid #4c1d29}.column-delete-confirm p{margin:0 0 8px;color:#fecdd3;font-size:10px}.button.danger{border-color:#9f263c;color:#fecdd3;background:#3a111b}.customer-workspace{padding:46px max(24px,calc((100vw - 1080px)/2)) 72px}.customer-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:26px 30px;border-radius:19px;color:#fff;background:linear-gradient(130deg,#0b1120,#332800);box-shadow:var(--shadow)}.customer-head h1{margin-top:7px;font-size:30px}.customer-head p{color:#c9d5f4;max-width:600px}.customer-actions{display:flex;flex-wrap:wrap;gap:9px}.customer-actions .button:not(.primary){color:#fff;border-color:#ffffff40;background:#ffffff1a}.eyebrow{color:#5d75a5;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.customer-filterbar{margin-top:18px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.customer-filterbar>span{margin-left:auto;color:var(--muted);font-size:11px}.ticket-section{margin-top:34px}.ticket-section.muted{margin-top:44px;opacity:.84}.section-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.section-head h2,.section-head h3{margin:0;font-size:16px}.section-head span{min-width:22px;padding:3px 7px;border-radius:99px;color:var(--muted);background:#e6eaf1;font-size:11px;text-align:center}.customer-ticket-list{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--surface)}.customer-ticket{width:100%;display:grid;grid-template-columns:12px minmax(0,1fr) auto 20px;align-items:center;gap:13px;padding:17px 18px;border:0;border-bottom:1px solid var(--line);background:#fff;cursor:pointer;text-align:left}.customer-ticket:last-child{border-bottom:0}.customer-ticket:hover{background:#f8faff}.ticket-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.ticket-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-copy small{color:var(--muted)}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--blue)}.status-dot.status-done{background:var(--green)}.status-badge{padding:5px 9px;border-radius:7px;color:var(--brand-strong);background:var(--brand-soft);font-size:11px;font-weight:760}.chevron{color:#8b96a9;font-size:24px}.empty-state{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--muted)}.empty-state div{width:34px;height:34px;display:grid;place-items:center;margin-bottom:4px;border-radius:50%;color:var(--green);background:#e8f6f0}.empty-state strong{color:var(--ink)}.empty-state span{font-size:12px}dialog{width:min(760px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:0;border:0;border-radius:17px;background:#fff;box-shadow:0 30px 100px #040f2757}dialog::backdrop{background:#050e23ad;backdrop-filter:blur(3px)}.detail-dialog{width:min(1180px,calc(100vw - 28px))}.attachment-preview-dialog{width:min(1120px,calc(100vw - 28px));max-height:calc(100dvh - 28px);padding:0;overflow:hidden}.attachment-preview-dialog.is-expanded{width:calc(100vw - 14px);max-width:none;height:calc(100dvh - 14px);max-height:calc(100dvh - 14px)}.attachment-preview-head{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px 11px 18px;border-bottom:1px solid var(--line);background:#101827}.attachment-preview-heading{min-width:0;display:flex;align-items:baseline;gap:10px}.attachment-preview-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-preview-heading span{flex:0 0 auto;color:var(--muted);font-size:11px}.attachment-preview-actions{flex:0 0 auto;display:flex;align-items:center;gap:7px}.attachment-preview-size-button{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--brand);border-radius:9px;color:var(--brand-ink);background:var(--brand);box-shadow:0 6px 18px #f8bf0033;cursor:pointer;font-weight:800;transition:.16s ease}.attachment-preview-size-button:hover{background:var(--brand-hover);box-shadow:0 8px 24px #f8bf0047;transform:translateY(-1px)}.attachment-preview-size-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.attachment-preview-body{position:relative;height:calc(100dvh - 112px);display:grid;place-items:center;overflow:auto;padding:16px 76px;background:#080d18}.attachment-preview-dialog.is-expanded .attachment-preview-body{height:calc(100dvh - 70px);padding-block:10px}.attachment-preview-body img{display:block;max-width:100%;max-height:100%;object-fit:contain;transition:opacity .14s ease}.attachment-preview-dialog.is-expanded .attachment-preview-body img{width:100%;height:100%;max-width:none;max-height:none}.attachment-preview-body img.is-loading{opacity:.35}.attachment-preview-nav{position:absolute;z-index:2;top:50%;width:52px;height:72px;display:grid;place-items:center;padding:0;border:1px solid #40516b;border-radius:12px;color:#fff;background:#101827e0;box-shadow:0 8px 26px #00000047;cursor:pointer;font-size:42px;line-height:1;transform:translateY(-50%)}.attachment-preview-nav:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:#101827}.attachment-preview-nav:disabled{opacity:.28;cursor:default}.attachment-preview-nav.previous{left:14px}.attachment-preview-nav.next{right:14px}.ticket-context-menu{position:fixed;z-index:1200;width:min(270px,calc(100vw - 16px));padding:7px;border:1px solid var(--line);border-radius:11px;color:var(--ink);background:var(--surface);box-shadow:0 18px 54px #0000006b}.ticket-context-menu[hidden]{display:none}.ticket-context-menu>strong{display:block;overflow:hidden;padding:7px 9px 9px;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.ticket-context-menu>button{width:100%;display:flex;align-items:center;gap:9px;padding:10px 11px;border:0;border-radius:8px;color:var(--ink);background:transparent;cursor:pointer;text-align:left;font-weight:750}.ticket-context-menu>button:hover,.ticket-context-menu>button:focus-visible{color:var(--brand-strong);background:var(--brand-soft)}.ticket-context-menu>button span{color:var(--brand);font-size:18px;line-height:1}.ticket-move-destination-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,.35fr);gap:12px}@media(max-width:680px){.attachment-preview-size-button{width:38px;justify-content:center;padding-inline:0}.attachment-preview-size-button span{display:none}}.team-dialog,.account-dialog{width:min(760px,calc(100vw - 28px))}.account-body{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-form{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff}.account-form .section-head{padding:0 0 9px}.account-form .button{align-self:flex-start}.account-form>small{color:var(--muted);line-height:1.5}.account-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-checkbox{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:11px;line-height:1.4}.account-checkbox input{margin-top:1px}.team-language{display:grid;grid-template-columns:minmax(0,260px) 1fr;align-items:end;gap:10px 18px;margin-bottom:18px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#101827}.team-language label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:800}.team-language select{min-height:38px;padding:0 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#111827}.team-language small{align-self:center;color:var(--muted);line-height:1.45}.notification-dialog{width:min(520px,calc(100vw - 28px))}.release-overview-dialog{width:min(1080px,calc(100vw - 28px))}.operations-dialog{width:min(760px,calc(100vw - 28px))}.dialog-footer{display:flex;justify-content:center;padding:12px 18px;border-top:1px solid var(--line);background:#101827}.notification-actions{min-height:48px;display:flex;align-items:center;justify-content:flex-end;padding:9px 18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}.notification-list{max-height:min(620px,70vh);overflow-y:auto}.notification-item{width:100%;display:grid;grid-template-columns:9px minmax(0,1fr);gap:11px;padding:14px 18px;border:0;border-bottom:1px solid var(--line);color:var(--ink);background:#111827;cursor:pointer;text-align:left}.notification-item:hover{background:#172033}.notification-item>span{width:7px;height:7px;margin-top:5px;border-radius:50%;background:#42516d}.notification-item.unread>span{background:var(--brand);box-shadow:0 0 0 3px #f8bf0021}.notification-item strong{font-size:12px}.notification-item p{margin:3px 0;color:#c8d3e3;font-size:11px}.notification-item small{color:var(--muted);font-size:9px}.queue-toolbar{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;padding:14px 18px;border-bottom:1px solid var(--line)}.queue-toolbar label{min-width:180px;display:flex;flex:1;flex-direction:column;gap:5px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.queue-toolbar input,.queue-toolbar select{width:100%;min-height:38px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#111827}.queue-list{max-height:min(640px,70vh);overflow-y:auto}.queue-ticket{width:100%;display:grid;grid-template-columns:70px minmax(0,1fr) minmax(180px,.45fr);align-items:center;gap:13px;padding:14px 18px;border:0;border-bottom:1px solid var(--line);color:var(--ink);background:#111827;cursor:pointer;text-align:left}.queue-ticket:hover{background:#172033}.queue-ticket>div:last-child{text-align:right}.queue-ticket strong{display:block;font-size:11px}.queue-ticket p{margin:4px 0 0;color:var(--muted);font-size:10px}.queue-ticket small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.operations-body{display:grid;gap:22px}.operations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.operation-metric{min-height:82px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:14px;border:1px solid var(--line);border-radius:9px;background:#101827}.operation-metric span{color:var(--muted);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.operation-metric strong{font-size:14px}.operation-metric.healthy{border-left:3px solid var(--green)}.operation-metric.attention{border-left:3px solid #f59e0b}.operations-jobs{border:1px solid var(--line);border-radius:9px;overflow:hidden}.operations-jobs h3{margin:0;padding:14px 16px;border-bottom:1px solid var(--line);font-size:12px}.operation-job{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--line)}.operation-job:last-child{border-bottom:0}.operation-job strong,.operation-job small{display:block}.operation-job small,.operation-job>span:last-child{margin-top:3px;color:var(--muted);font-size:9px}.status-dot{width:8px;height:8px;border-radius:50%;background:#64748b}.status-dot.succeeded{background:var(--green)}.status-dot.failed{background:#ef4444}.status-dot.running{background:#f8bf00}.release-overview-body{display:grid;gap:16px}.release-overview-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.release-overview-metric{display:grid;gap:6px;padding:13px 14px;border:1px solid var(--line);border-left:3px solid #64748b;border-radius:9px;background:#101827}.release-overview-metric span{color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.release-overview-metric strong{font-size:20px}.release-overview-metric.live{border-left-color:var(--green)}.release-overview-metric.attention{border-left-color:var(--brand)}.release-overview-metric.danger{border-left-color:var(--red)}.release-overview-metric.building{border-left-color:var(--blue)}.release-overview-list{overflow:hidden;border:1px solid var(--line);border-radius:10px}.release-overview-board{display:grid;grid-template-columns:minmax(180px,1.35fr) minmax(135px,.8fr) minmax(130px,.72fr) minmax(135px,.8fr) auto;align-items:center;gap:14px;padding:13px 14px;border-bottom:1px solid var(--line);background:#101827}.release-overview-board-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.release-overview-board:last-child{border-bottom:0}.release-overview-board:hover{background:#131e31}.release-overview-board.needs-attention{box-shadow:inset 3px 0 0 var(--brand)}.release-overview-board-channels{grid-template-columns:minmax(180px,.8fr) minmax(340px,2fr) auto;align-items:start}.release-overview-channel-list{display:grid;gap:7px}.release-overview-channel{display:grid;grid-template-columns:90px 70px minmax(120px,1fr) auto auto;align-items:center;gap:8px;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:#ffffff06}.release-overview-channel>small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-overview-channel-actions{display:flex;gap:6px}.release-overview-board-title{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.release-overview-board-title>div,.release-overview-cell{min-width:0;display:grid;gap:3px}.release-overview-board-title strong,.release-overview-board-title small,.release-overview-cell strong,.release-overview-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-overview-board-title small,.release-overview-cell small,.release-overview-state small{color:var(--muted);font-size:9px}.release-overview-cell>span{color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.release-overview-state{width:max-content;max-width:100%;display:grid;gap:3px;padding:6px 9px;border-radius:8px;color:#cbd5e1;background:#25324a;font-size:9px;font-weight:800}.release-overview-state.ready{color:#bbf7d0;background:#22c55e21}.release-overview-state.building{color:#bfdbfe;background:#3b82f624}.release-overview-state.draft_ready,.release-overview-state.not_published,.release-overview-state.source_missing{color:#fde68a;background:#f8bf001f}.release-overview-state.build_failed{color:#fecaca;background:#ef444424}.release-overview-error{max-width:160px;overflow:hidden;color:#fecaca!important;text-overflow:ellipsis;white-space:nowrap}.board-color{width:9px;height:32px;border-radius:99px;background:#64748b}.board-color.blue{background:var(--blue)}.board-color.green{background:var(--green)}.board-color.amber{background:var(--amber)}.board-color.violet{background:var(--violet)}.board-color.red{background:var(--red)}.dialog-head,.detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.dialog-head h2,.detail-head h2{margin:4px 0 0;font-size:22px}.detail-head p{margin:5px 0 0;color:var(--muted)}.dialog-body{padding:22px 24px}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;padding:15px 24px;border-top:1px solid var(--line);background:#fafbfc}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{color:#35425d;font-size:12px;font-weight:760}.field input,.field textarea,.field select,.invite-form input,.invite-form select,.comment-form textarea,.person select{width:100%;padding:10px 11px;border:1px solid #cfd6e3;border-radius:8px;color:var(--ink);background:#fff}.field textarea{resize:vertical;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.advanced{margin:0 0 18px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fafbfc}.advanced summary{cursor:pointer;color:#42516d;font-weight:760;font-size:12px}.advanced[open] summary{margin-bottom:15px}.upload-zone{position:relative;min-height:100px;display:grid;place-items:center;padding:18px;border:2px dashed #bdc8db;border-radius:11px;color:var(--muted);background:#f8faff;text-align:center}.upload-zone:hover{border-color:var(--blue);background:#f2f6ff}.upload-zone.is-drop-target,.upload-zone.paste-received{border-color:var(--blue);color:var(--blue);background:#eaf1ff;box-shadow:0 0 0 4px #2a67de1f}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-zone div{display:flex;flex-direction:column;gap:4px;pointer-events:none}.upload-zone strong{color:#344567}.upload-zone span{font-size:11px}.queued-files{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.queued-file{min-width:0;display:grid;grid-template-columns:46px minmax(0,1fr) 30px;align-items:center;gap:9px;padding:7px;border:1px solid var(--line);border-radius:9px}.queued-file img,.file-icon{width:46px;height:38px;display:grid;place-items:center;border-radius:6px;object-fit:cover;background:#eef1f6}.queued-file>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.queued-file strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.queued-file small{color:var(--muted);font-size:10px}.progress-copy{min-height:20px;margin-top:9px;color:var(--blue);font-size:12px;font-weight:700}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;min-height:520px}.detail-title-line{display:flex;align-items:center;gap:9px}.detail-title-line h2{margin-right:2px}.ticket-detail-summary{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.ticket-detail-summary>span{min-width:104px;display:grid;gap:2px;padding:6px 9px;border:1px solid var(--line);border-radius:8px;background:#0f172a}.ticket-detail-summary small{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ticket-detail-summary strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.detail-head-actions{display:flex;align-items:center;gap:10px}.ticket-analysis-copy-button{color:var(--brand-strong)}.private-hours-head-button{color:#99f6e4}.ticket-analysis-copy-button svg,.private-hours-head-button svg,.ticket-detail-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ticket-detail-close{line-height:0}.edit-pencil{width:29px;height:29px;display:inline-grid;flex:0 0 29px;place-items:center;padding:0;border:1px solid var(--line);border-radius:7px;color:var(--brand);background:#101827;cursor:pointer}.edit-pencil:hover{border-color:var(--brand);background:var(--brand-soft)}.detail-main{padding:24px;border-right:1px solid var(--line)}.detail-side{display:flex;flex-direction:column;gap:18px;padding:20px;background:#0d1524}.detail-section{margin-bottom:28px}.collapsible-section{border-bottom:1px solid var(--line);padding-bottom:16px}.collapsible-section>summary{list-style:none;cursor:pointer;user-select:none}.collapsible-section>summary::-webkit-details-marker{display:none}.collapsible-section>summary:before{content:"\203a";margin-right:7px;color:var(--brand);font-size:18px;line-height:1;transform:rotate(0);transition:transform .14s ease}.collapsible-section[open]>summary:before{transform:rotate(90deg)}.collapsible-section>summary h3{margin:0}.collapsible-content{padding-top:10px}.detail-section>h3,.detail-section-head h3,.metadata h3{margin:0 0 9px;color:#3f4e69;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.detail-section-head{align-items:center;justify-content:flex-start;gap:9px;margin-bottom:9px}.detail-section-head h3{margin:0}.detail-section p{margin:0;line-height:1.6}.preserve{white-space:pre-wrap}.info-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.info-row span{color:var(--muted)}.side-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.side-section-head h3{margin:0;color:#c8d3e3;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.side-section-head span{min-width:22px;padding:3px 7px;border-radius:99px;color:var(--muted);background:#17233a;font-size:10px;text-align:center}.ticket-image-panel{min-width:0}.ticket-image-gallery{display:grid;gap:10px}.ticket-image-thumbnails{display:grid;grid-auto-flow:column;grid-auto-columns:68px;gap:7px;overflow-x:auto;padding:8px 1px 2px;scrollbar-width:thin}.ticket-image-thumbnail{display:block;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:7px;background:#080d18;cursor:pointer;opacity:.72}.ticket-image-thumbnail:hover,.ticket-image-thumbnail.active{border-color:var(--brand);opacity:1}.ticket-image-thumbnail.active{box-shadow:0 0 0 1px var(--brand)}.ticket-image-thumbnail img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover}.ticket-image-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#111827}.ticket-image-card:hover{border-color:#3d516e}.ticket-image-preview{width:100%;display:block;padding:0;border:0;background:#080d18;cursor:pointer}.ticket-image-preview img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover;background:#0f172a}.ticket-image-caption{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px 7px 10px;border-top:1px solid var(--line)}.ticket-image-caption>span{color:var(--muted);font-size:10px;font-weight:800}.side-collapsible{border:1px solid var(--line);border-radius:9px;background:#111827}.side-collapsible>summary{padding:10px 12px;list-style:none;color:#c8d3e3;cursor:pointer;font-size:11px;font-weight:800}.side-collapsible>summary::-webkit-details-marker{display:none}.side-collapsible>summary:after{content:"\203a";float:right;color:var(--brand);font-size:17px;line-height:.8;transition:transform .14s ease}.side-collapsible[open]>summary:after{transform:rotate(90deg)}.side-collapsible>div{padding:0 12px 12px;border-top:1px solid var(--line)}.ticket-treatment{padding-top:0}.detail-side .field{margin-top:12px}.detail-side .field label{display:block;margin-bottom:6px}.ticket-move-board-button{width:100%;margin-top:12px}.ticket-move-dialog{width:min(520px,calc(100vw - 28px))}.ticket-move-dialog .dialog-intro{margin:0 0 20px;color:var(--muted);line-height:1.55}.attachment-list{display:flex;flex-direction:column;gap:7px}.detail-upload-control{position:relative;display:flex;align-items:center;gap:10px;margin:6px 0 10px;color:var(--muted);cursor:pointer}.detail-upload-control input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.detail-upload-control small{font-size:10px}.detail-upload-control.is-drop-target{padding:7px;border:1px dashed var(--brand);border-radius:8px;color:var(--brand);background:var(--brand-soft)}.attachment-head{flex-wrap:wrap}.attachment-head .button{margin-left:auto}.attachment-head input{display:none}.button.compact{min-height:30px;padding:5px 9px;font-size:11px}.attachment-hint{min-height:0;margin:-4px 0 8px!important;color:var(--muted);font-size:10px}.attachment-hint.paste-received{color:var(--blue);font-weight:800}.attachment-row{min-width:0;display:flex;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#111827}.attachment{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:9px;overflow:hidden;padding:7px 9px;border:0;border-radius:0;background:transparent;cursor:pointer;text-align:left}.attachment:hover{border-color:#aab9d1;background:#f8faff}.attachment .file-icon{width:30px;height:28px;flex:0 0 30px;font-size:16px}.attachment strong{min-width:0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.attachment-actions{flex:0 0 auto;display:flex;align-items:center;gap:4px}.attachment-row>.attachment-actions{padding-right:7px}.attachment-download,.attachment-delete{width:28px;height:28px;min-height:28px;margin:0;padding:0;border-radius:7px;font-size:13px}.attachment-download{color:var(--brand-strong);background:#0f172a}.attachment-delete{color:#fda4af;background:#2b1118}.comment-composer{margin-top:12px}.comment-composer>summary{width:max-content;list-style:none}.comment-composer>summary::-webkit-details-marker{display:none}.comment-composer[open]>summary{margin-bottom:10px;color:var(--brand-strong)}.archive-badge{padding:4px 7px;border:1px solid #9a7410;border-radius:99px;color:var(--brand-strong);background:var(--brand-soft);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ticket-archive-action{display:flex;flex-direction:column;gap:7px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.ticket-archive-action small{color:var(--muted);font-size:10px;line-height:1.4}.confirm-dialog{width:min(480px,calc(100vw - 28px))}.confirm-dialog .dialog-body p{line-height:1.55}.confirm-note{padding:10px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#0d1524;font-size:11px}.structure-delete-dialog{width:min(520px,calc(100vw - 28px))}.structure-delete-dialog .dialog-head{border-top:3px solid var(--red)}.structure-delete-dialog .dialog-head .eyebrow{color:#fda4af}.action-confirm-dialog .dialog-head{border-top:3px solid var(--brand)}.action-confirm-dialog .dialog-head .eyebrow{color:var(--brand)}.action-confirm-dialog.is-danger .dialog-head{border-top-color:var(--red)}.action-confirm-dialog.is-danger .dialog-head .eyebrow{color:#fda4af}.action-confirm-dialog:not(.is-danger) .destructive-confirm-icon{border-color:#8b6a08;color:#fde68a;background:#382c0a}.release-error-dialog .dialog-head{border-top:3px solid var(--brand)}.release-error-dialog .dialog-head .eyebrow{color:var(--brand)}.release-error-dialog .dialog-body small{display:block;margin-top:10px;color:var(--muted);overflow-wrap:anywhere}.destructive-confirm-copy{display:grid;grid-template-columns:38px 1fr;align-items:start;gap:13px}.destructive-confirm-copy p{margin:2px 0 0;color:var(--ink)}.destructive-confirm-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid #9f263c;border-radius:10px;color:#fecdd3;background:#3a111b;font-size:20px;font-weight:900}.empty-copy{color:var(--muted);font-size:12px}.comment-list{display:flex;flex-direction:column;gap:9px}.comment{padding:12px 14px;border:1px solid var(--line);border-radius:9px;background:#fff}.comment.internal{border-color:#ebd6a7;background:#fffaf0}.comment>div{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.comment p{margin:8px 0 0;white-space:pre-wrap}.comment-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.comment-form textarea{grid-column:1 / -1;min-height:76px;resize:vertical}.comment-form label{align-self:center;color:var(--muted);font-size:11px}.activity-list{display:flex;flex-direction:column}.activity-item{display:grid;grid-template-columns:12px 1fr;gap:9px;padding:8px 0;border-bottom:1px solid var(--line)}.activity-item:last-child{border-bottom:0}.activity-item>span{width:8px;height:8px;margin-top:4px;border:2px solid #fff;border-radius:50%;background:var(--brand);box-shadow:0 0 0 2px #f8bf0057}.activity-item>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.activity-item strong{font-size:11px}.activity-item strong{display:flex;flex-direction:column;gap:2px}.activity-item strong small{color:var(--muted);font-size:9px;font-weight:600}.activity-item strong em{color:var(--ink);font-size:9px;font-style:normal;font-weight:500;line-height:1.45}.activity-item time{color:var(--muted);font-size:10px}.card-actor{min-width:0;max-width:110px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.identifier{max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metadata-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.metadata-list dl{display:grid;grid-template-columns:minmax(90px,140px) minmax(0,1fr);gap:7px 12px;margin:0;padding:14px;border:1px solid var(--line);border-radius:8px;background:#0d1524;font-size:11px}.metadata-list dt{color:var(--muted)}.metadata-list dd{margin:0;overflow-wrap:anywhere}.invite-form{display:grid;grid-template-columns:1fr 140px auto;gap:8px;margin-bottom:18px}.people{display:flex;flex-direction:column;margin-bottom:22px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.person{display:grid;grid-template-columns:38px minmax(0,1fr) 130px 34px;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line)}.person:last-child{border-bottom:0}.person>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.person small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person select{padding:7px;font-size:11px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--navy-2);font-size:11px;font-weight:800}.device-banner{display:flex;align-items:center;justify-content:center;gap:28px;padding:11px 18px;color:#1e4f3c;background:#e5f6ee;border-bottom:1px solid #bfe5d4}.device-banner>div{display:flex;flex-direction:column}.device-banner span{font-size:11px;opacity:.78}.device-banner.warning{display:flex;flex-direction:column;gap:2px;color:#714207;background:#fff3d8;border-color:#efd79d}.device-banner.success{color:#1e4f3c}.toast-region{position:fixed;z-index:100;right:18px;bottom:18px;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{max-width:430px;display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:10px;color:#fff;background:#1a7655;box-shadow:var(--shadow);font-size:12px;font-weight:700}.toast.error{background:#a92b40}.toast-action{flex:0 0 auto;padding:5px 8px;border:1px solid rgba(255,255,255,.55);border-radius:6px;color:#fff;background:transparent;cursor:pointer;font:inherit;pointer-events:auto}.toast-action:hover{background:#ffffff24}@media(max-width:820px){.release-overview-summary{grid-template-columns:1fr 1fr}.release-overview-board,.release-overview-board-channels{grid-template-columns:1fr}.release-overview-channel{grid-template-columns:1fr auto}.release-overview-channel>small{grid-column:1 / -1}.release-overview-board-actions{width:100%}.release-overview-board-actions .button{flex:1 1 0}.release-overview-state{width:100%}.account-body,.account-name-grid{grid-template-columns:1fr}.topbar{height:64px;gap:9px;padding:7px 12px}.brand,.topbar-actions{gap:7px}.brand{min-width:0}.brand-mark{width:38px;height:38px;border-radius:10px}.brand strong{font-size:13px;line-height:1.1}.topbar-actions{min-width:0;margin-left:auto}.brand span,.topbar-actions .button:not(.primary){display:none}.product-nav{display:none}.organization-pill,.organization-control,.user-pill>span{display:none}.identity-controls{padding-left:0;border-left:0}.topbar-actions .language-control select{width:58px;max-width:none;height:38px;padding:0 22px 0 9px;overflow:visible;font-size:11px;line-height:normal;text-overflow:clip}.user-pill{width:38px;height:38px;padding:0;justify-content:center}.user-pill i{width:27px;height:27px}.account-trigger b{display:none}.topbar-new-ticket{min-height:38px;gap:3px;padding:7px 10px;white-space:nowrap;font-size:12px}.workspace{min-height:calc(100dvh - 64px)}.board-workspace{height:auto;min-height:calc(100dvh - 64px);padding:18px 0 calc(24px + env(safe-area-inset-bottom));overflow:visible}.board-toolbar{align-items:stretch;flex-direction:column;gap:20px;padding:0 14px 18px}.board-title{gap:4px}.board-title .button{margin-bottom:5px}.board-toolbar h1{overflow-wrap:anywhere;font-size:clamp(24px,7vw,29px);line-height:1.14}.board-toolbar p{margin-top:4px}.toolbar-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:10px}.customer-filterbar{align-items:stretch;flex-direction:column}.ticket-view-toggle{grid-column:1 / -1}.ticket-view-toggle .button{flex:1;min-width:0}.ticket-filters{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.ticket-filters label,.ticket-filters select,.ticket-filters input{width:100%;min-width:0;max-width:none}.ticket-filters label:first-child{grid-column:1 / -1}.ticket-filters label:last-child:nth-child(2n){grid-column:1 / -1}.ticket-filters select,.ticket-filters input{min-height:44px;padding:9px 32px 9px 11px;font-size:12px}.ticket-filters input[type=search]{min-width:0;padding-right:11px}.toolbar-actions>.button{grid-column:1 / -1;width:100%;min-width:0}.customer-filterbar>span{margin-left:0}.customer-workspace{padding:20px 12px 50px}.customer-head{align-items:stretch;flex-direction:column;padding:22px}.customer-actions .button{flex:1}.detail-layout{grid-template-columns:1fr}.detail-main{border-right:0}.detail-side{border-top:1px solid var(--line)}.form-row,.queued-files{grid-template-columns:1fr}.customer-ticket{grid-template-columns:12px minmax(0,1fr) 20px}.customer-ticket .status-badge{display:none}.invite-form{grid-template-columns:1fr}.team-language{grid-template-columns:1fr;align-items:stretch}.operations-grid{grid-template-columns:1fr}.person{grid-template-columns:38px minmax(0,1fr) 34px}.person select{grid-column:2}.board{flex:0 0 auto;flex-direction:column;align-items:stretch;gap:14px;min-height:0;padding:0 14px 16px;overflow:visible;scrollbar-gutter:auto}.board-column{width:100%;height:auto;min-height:112px;flex:0 0 auto;padding:12px;scroll-snap-align:none}.board-column.is-collapsed{min-height:0}.board-column.is-collapsed>header{padding-block:3px}.column-content{flex:none}.column-collapse{width:38px;height:38px;margin-left:2px}.board-column>header{min-height:38px;padding:0 0 10px 2px}.board-column>header strong{font-size:14px}.board-column .card-list{flex:0 0 auto;overflow:visible;gap:10px}.board-column .ticket-card img{max-height:220px}.board-column .card-copy{padding:13px}.board-column .add-card{min-height:40px;margin-top:6px;text-align:center}.archive-board .board-column{min-height:112px}.add-column-lane{width:100%;min-height:62px;flex:0 0 auto;justify-content:center}.column-create-lane{width:100%}.board-column.drop-before:before,.board-column.drop-after:after{inset-inline:4px;width:auto;height:4px}.board-column.drop-before:before{top:-9px;left:4px}.board-column.drop-after:after{right:4px;bottom:-9px}.column-actions [data-direction=left],.column-actions [data-direction=right]{font-size:0}.column-actions [data-direction=left]:before{content:"\2191";font-size:14px}.column-actions [data-direction=right]:before{content:"\2193";font-size:14px}.dialog-head,.detail-head,.dialog-body,.detail-main,.detail-side{padding-left:16px;padding-right:16px}.detail-head{align-items:center}.detail-head-actions{align-self:flex-start}.dialog-actions{position:sticky;bottom:0;padding-inline:16px}}@media(max-width:480px){.detail-upload-control small{display:none}.topbar{height:60px;gap:6px;padding:6px 10px}.brand,.topbar-actions{gap:5px}.brand-mark{width:36px;height:36px}.brand strong{max-width:58px;font-size:12px}.topbar-new-ticket{min-height:36px;padding-inline:8px;font-size:11px}.topbar-actions .language-control select{width:56px;height:36px;padding:0 21px 0 8px;font-size:11px}.topbar-actions .theme-control,.topbar-actions .theme-trigger{height:36px}.user-pill{width:36px;height:36px}.workspace{min-height:calc(100dvh - 60px)}.board-workspace{min-height:calc(100dvh - 60px);padding-top:15px}.board-toolbar,.board{padding-inline:12px}.boot-screen,.auth-screen{padding:14px}.boot-card,.auth-card{padding:22px 20px}.auth-brand{align-items:flex-start;gap:12px}.auth-brand h1{font-size:23px;white-space:nowrap}.auth-brand .brand-mark{width:38px;height:38px;border-radius:9px}.auth-password-guidance ul{grid-template-columns:1fr}}.boot-screen,.auth-screen{background:radial-gradient(circle at 78% 12%,rgba(248,191,0,.12),transparent 30%),linear-gradient(145deg,#090f1d,#111b2e)}.boot-card,.auth-card{border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827;box-shadow:0 22px 64px #0000006b}.auth-brand{border-bottom:1px solid var(--line)}.auth-brand .eyebrow,.auth-kicker,.attachment-hint.paste-received,.progress-copy{color:var(--brand)}.auth-field{color:#c8d3e3}.auth-field input,.field input,.field textarea,.field select,.invite-form input,.invite-form select,.comment-form textarea,.person select,.ticket-filters select,.ticket-filters input{border-color:var(--line);color:var(--ink);background:#111827}.auth-field input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #f8bf0024}.auth-submit,.button.primary{border-color:var(--brand);color:var(--brand-ink);background:var(--brand);box-shadow:0 8px 20px #f8bf002e}.auth-submit:hover,.button.primary:hover{background:var(--brand-hover)}.auth-link{color:var(--brand)}.auth-error{border-color:#7f1d1d;color:#fecaca;background:#2b1118}.auth-password-guidance{border-color:var(--line);color:#9fb0c8;background:#0c1422}.auth-password-guidance strong{color:var(--ink)}.invitation-conflict-copy{border-color:#6f5500;color:#ffe082;background:#241d08}.invitation-conflict-copy p{color:#dccb94}.auth-security span{color:#6ee7b7;background:#12372d}.organization-choice,.button,.icon-button,.customer-filterbar,.customer-ticket-list,.customer-ticket,.ticket-card,.attachment,.comment,.queued-file,.people{border-color:var(--line);color:var(--ink);background:#111827}.account-form{background:#111827}.organization-choice:hover,.button:hover,.icon-button:hover,.customer-ticket:hover,.attachment:hover,.add-card:hover{border-color:#3d516e;color:var(--brand-strong);background:var(--brand-soft)}.topbar{border-bottom:1px solid #27364d;background:#101827;box-shadow:none}.topbar .button:not(.primary),.organization-control select,.organization-pill,.user-pill,.sign-out-button{border-color:var(--line);color:var(--ink);background:#172033}.topbar .button.workspace-active{border-color:var(--brand);color:var(--brand-strong);background:var(--brand-soft);box-shadow:inset 0 -2px var(--brand)}.product-nav a.active{color:var(--brand-strong);background:var(--brand-soft);box-shadow:inset 0 -2px var(--brand)}.board-workspace{background:linear-gradient(#142033f0,#0b1120fa),repeating-linear-gradient(135deg,transparent 0 48px,rgba(51,65,85,.18) 49px 51px)}.board-column{border-color:var(--line);background:#172033;box-shadow:0 8px 24px #00000038}.board-column>header span,.priority,.section-head span{color:var(--muted);background:#202b42}.priority.high{color:#fbbf24;background:#211b11}.priority.urgent{color:#fecaca;background:#2b1118}.priority.low{color:#9aa8ba;background:#202b42}.board-column.is-drop-target,.upload-zone.is-drop-target,.upload-zone.paste-received{border-color:var(--brand);color:var(--brand-strong);background:var(--brand-soft);box-shadow:0 0 0 3px #f8bf0029}.customer-head{border:1px solid var(--line);border-radius:8px;background:#101827;box-shadow:none}.customer-head .eyebrow{color:var(--brand)}.customer-head p{color:var(--muted)}dialog{border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#111827}dialog::backdrop{background:#030712c7}.dialog-actions,.detail-side,.advanced{border-color:var(--line);background:#101827}.upload-zone{border-color:#40516b;color:var(--muted);background:#0f172a}.upload-zone:hover{border-color:var(--brand);background:var(--brand-soft)}.upload-zone strong,.field label,.detail-section>h3,.detail-section-head h3,.metadata h3{color:#c8d3e3}.empty-state div,.queued-file img,.file-icon,.attachment img{color:var(--brand-strong);background:var(--brand-soft)}.attachment-delete{border-color:#7f1d1d;color:#fecaca;background:#2b1118}.comment.internal{border-color:#5b4a1f;background:#211b11}.device-banner{border-color:#235d4a;color:#bcf7df;background:#12372d}.device-banner.warning{border-color:#5b4a1f;color:#fbbf24;background:#211b11}.toast{border:1px solid #24a77a;background:#12372d}.boards-workspace{padding:44px max(24px,calc((100vw - 1180px)/2)) 72px;background:radial-gradient(circle at 82% 0,rgba(248,191,0,.09),transparent 30%),#0b1120}.boards-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:28px;border-bottom:1px solid var(--line)}.boards-head h1{margin:7px 0 5px;font-size:30px;letter-spacing:-.03em}.boards-head p{margin:0;color:var(--muted)}.boards-head-actions{display:flex;align-items:flex-end;flex-wrap:wrap;gap:9px}.board-release-summary-warning{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:12px 14px;border:1px solid rgba(248,191,0,.45);border-radius:9px;color:#fde68a;background:#f8bf0014}.board-release-summary-warning>div{display:grid;gap:3px}.board-release-summary-warning span{color:var(--muted);font-size:11px}.tenant-board-picker{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.tenant-board-picker select{min-width:220px;height:38px;padding:0 34px 0 11px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#111827;font-size:12px;text-transform:none}.boards-section{margin-top:30px}.board-group-list{display:grid;gap:18px}.board-group{position:relative;min-height:98px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#0f172a94;transition:border-color .15s ease,background .15s ease,transform .15s ease}.board-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.board-group-head>div{min-width:0;display:flex;align-items:center;gap:8px}.board-group-actions{justify-content:flex-end;flex-wrap:wrap}.board-group-head h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.board-group-head h3+span{min-width:23px;height:23px;display:inline-grid;place-items:center;border-radius:999px;color:#cbd5e1;background:#1e293b;font-size:10px;font-weight:850}.board-group-drag-handle,.board-card-drag-handle{display:inline-grid;place-items:center;border:0;color:var(--muted);background:transparent;cursor:grab;touch-action:none}.board-group-drag-handle{width:28px;height:28px;font-size:17px}.board-card-drag-handle{width:26px;height:28px;flex:0 0 auto;font-size:15px}.board-group-drag-handle:active,.board-card-drag-handle:active{cursor:grabbing}.board-group-empty{grid-column:1 / -1;min-height:76px;display:grid;place-items:center;margin:0;border:1px dashed #40516b;border-radius:9px;color:var(--muted);font-size:11px}.board-group.is-board-drop-target{border-color:var(--brand);background:#f8bf000f}.board-group.group-drop-before:before,.board-group.group-drop-after:after{content:"";position:absolute;z-index:4;left:8px;right:8px;height:4px;border-radius:4px;background:var(--brand);box-shadow:0 0 0 3px #f8bf002e}.board-group.group-drop-before:before{top:-11px}.board-group.group-drop-after:after{bottom:-11px}.board-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:14px}.board-card{position:relative;overflow:hidden;border:1px solid var(--line);border-top:3px solid #64748b;border-radius:10px;background:#111827;box-shadow:0 10px 28px #0000002e}.board-card.is-dragging{opacity:.4}.board-card.board-drop-before:before,.board-card.board-drop-after:after{content:"";position:absolute;z-index:5;top:5px;bottom:5px;width:4px;border-radius:4px;background:var(--brand);box-shadow:0 0 0 3px #f8bf002e}.board-card.board-drop-before:before{left:-1px}.board-card.board-drop-after:after{right:-1px}.board-card.color-blue{border-top-color:var(--brand)}.board-card.color-green{border-top-color:#24a77a}.board-card.color-amber{border-top-color:#f59e0b}.board-card.color-violet{border-top-color:#a78bfa}.board-card.color-red{border-top-color:#f87171}.board-card-open{width:100%;display:grid;grid-template-columns:58px minmax(0,1fr);gap:13px;padding:17px;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.board-card-open:hover{background:#172033}.board-card-cover{width:58px;height:58px;display:grid;place-items:center;border-radius:10px;color:var(--brand-ink);background:linear-gradient(145deg,var(--brand-hover),var(--brand))}.board-card.color-green .board-card-cover{background:linear-gradient(145deg,#24a77a,#116149)}.board-card.color-amber .board-card-cover{background:linear-gradient(145deg,#f59e0b,#9a5b05)}.board-card.color-violet .board-card-cover{background:linear-gradient(145deg,#a78bfa,#6442a6)}.board-card.color-red .board-card-cover{background:linear-gradient(145deg,#f87171,#a12f3d)}.board-card-cover i{font-style:normal;font-size:17px;font-weight:850}.board-card-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.board-card-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.board-card-copy small{color:#b7c4d8}.board-card-version{display:flex;align-items:center;gap:6px;margin-top:3px}.board-card-version small{color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase}.board-card-version b{padding:2px 6px;border-radius:99px;color:#fde68a;background:#f8bf001f;font-size:10px}.board-card-copy em{margin-top:5px;color:var(--muted);font-size:10px;font-style:normal}.board-card-actions{min-height:39px;display:flex;align-items:center;gap:4px;padding:5px 7px 5px 12px;border-top:1px solid var(--line);background:#0f172a}.board-card-actions code,.board-card-actions>span{min-width:0;margin-right:auto;overflow:hidden;color:var(--brand-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.board-card-actions .icon-button{width:28px;height:28px;border:0;background:transparent}.board-card-release-actions{display:flex;align-items:center;gap:2px;padding-right:4px;border-right:1px solid var(--line)}.board-card-release-action svg{width:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.board-card-release-action.download{color:#bfdbfe}.board-card-release-action.with-version{width:35px;gap:1px;font-size:8px;font-weight:850}.board-card-release-action.with-version svg{width:12px}.board-card-release-action.deploy{color:var(--brand)}.board-create-card{min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-style:dashed;border-top-width:1px;color:var(--ink);cursor:pointer}.board-create-card:hover{border-color:var(--brand);background:#172033;transform:translateY(-1px)}.board-create-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:var(--brand-ink);background:var(--brand);font-size:20px}.board-create-card strong{font-size:14px}.board-create-card small{color:var(--muted)}.boards-empty{min-height:180px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:28px;border:1px dashed #40516b;border-radius:10px;color:var(--muted);background:#0f172a}.boards-empty strong{color:var(--ink)}.board-title{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.board-title .button,.customer-head .button.compact{margin-bottom:7px}.readonly-field{min-height:41px;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#0f172a}.readonly-field small,.field>small{color:var(--muted);font-size:10px}.board-create-dialog{width:min(600px,calc(100vw - 28px))}.board-integration{display:flex;flex-direction:column;gap:14px}.board-integration-toggle{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;cursor:pointer}.board-integration-toggle input{width:18px;height:18px;margin-top:1px;accent-color:var(--brand)}.board-integration-toggle span{display:flex;flex-direction:column;gap:3px}.board-integration-toggle small{color:var(--muted);font-size:10px;font-weight:500}#board-integration-fields{display:flex;flex-direction:column;gap:13px;padding-top:13px;border-top:1px solid var(--line)}.board-integration[hidden],#board-integration-fields[hidden]{display:none}@media(max-width:800px){.boards-head{align-items:stretch;flex-direction:column}.boards-head-actions,.tenant-board-picker,.tenant-board-picker select{width:100%}.boards-head-actions .button{flex:1}.board-release-summary-warning{align-items:stretch;flex-direction:column}.board-card-grid{grid-template-columns:1fr}.board-group{padding:11px}.board-group-head{align-items:flex-start}.board-group-head>div:last-child{justify-content:flex-end;flex-wrap:wrap}.board-card.board-drop-before:before,.board-card.board-drop-after:after{left:4px;right:4px;width:auto;height:4px}.board-card.board-drop-before:before{top:-1px}.board-card.board-drop-after:after{top:auto;bottom:-1px}}.private-hours-dialog{width:min(760px,calc(100vw - 28px))}.private-hours-dialog .dialog-head p{margin:6px 0 0;color:var(--muted)}.private-hours-section{padding:15px;border:1px solid rgba(45,212,191,.42);border-radius:10px;background:linear-gradient(145deg,#2dd4bf0e,#111827f5)}.private-hours-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.private-hours-total strong{color:#99f6e4;font-size:13px}.private-hours-warning{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(45,212,191,.28);border-radius:8px;color:#99f6e4;background:#134e4a47;font-size:11px;line-height:1.5}.private-hours-target{margin:0 0 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--muted);font-size:11px}.private-hours-target strong{color:var(--ink);text-align:right}.private-hours-error{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(248,113,113,.3);border-radius:8px;color:#fecaca;background:#7f1d1d40;font-size:11px}.private-hours-error-action{margin:0 0 14px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(248,113,113,.3);border-radius:8px;color:#fecaca;background:#7f1d1d40;font-size:11px}.private-hours-error-action .button{flex:0 0 auto}.private-hours-form{display:grid;grid-template-columns:145px 72px minmax(0,1fr) 41px;gap:8px;align-items:end}.private-hours-form .field{margin:0}.private-hours-activity{grid-column:3 / -1}.private-hours-description{grid-column:1 / -2}.private-hours-form .button{width:41px;min-width:41px;height:41px;min-height:41px;padding:0;display:grid;place-items:center}.private-hours-submit svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.private-hours-list{display:grid;gap:8px;margin-top:16px}.private-hours-list article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#0f172a9e}.private-hours-list article div{display:grid;gap:3px}.private-hours-list article small{color:var(--muted)}.private-hours-list article>span{flex:0 0 auto;color:#99f6e4;font-weight:800}.private-hours-loading{margin:0;color:var(--muted)}@media(max-width:650px){.private-hours-form{grid-template-columns:1fr 72px 41px}.private-hours-form .field:first-of-type,.private-hours-activity{grid-column:1 / -1}.private-hours-description{grid-column:1 / 3}}.automation-control-dialog{width:min(760px,calc(100vw - 24px))}.automation-control-body,.machine-list{display:grid;gap:12px}.automation-section-heading{display:flex;align-items:start;justify-content:space-between;gap:12px}.automation-section-heading h3,.automation-section-heading p{margin:0}.automation-section-heading h3{font-size:13px}.automation-section-heading p{margin-top:4px;color:var(--muted);font-size:10px}.automation-toolbar{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(200px,1.3fr) auto;align-items:end;gap:8px}.automation-toolbar label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:750}.automation-toolbar input,.automation-toolbar select{width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827}.machine-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px}.machine-row strong,.machine-row small{display:block}.machine-row small{margin-top:4px;color:var(--muted)}.machine-token{display:grid;gap:8px;padding:13px;border:1px solid rgba(248,191,0,.45);border-radius:8px;background:var(--brand-soft)}.machine-token code{padding:10px;overflow-wrap:anywhere;color:var(--brand-strong);background:#080d18}.machine-token .button{justify-self:start}.release-machine-control{display:grid;gap:12px;padding-top:16px;border-top:1px solid var(--line)}.release-machine-form{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(280px,1.3fr) auto;align-items:end;gap:10px}.release-machine-form>label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:750}.release-machine-form input[type=text],.release-machine-form input:not([type]){width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827}.release-machine-form fieldset{min-width:0;margin:0;padding:8px 10px;border:1px solid var(--line);border-radius:8px}.release-machine-form legend{color:var(--muted);font-size:10px;font-weight:750}.release-machine-tenants{display:flex;flex-wrap:wrap;gap:8px 14px;max-height:110px;overflow:auto}.release-machine-tenants label{display:flex;align-items:center;gap:6px;font-size:12px}.solution-case-section{border-color:#38bdf86b;background:linear-gradient(145deg,#0e749014,#111827f7)}.solution-handoff{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:12px;border:1px solid rgba(56,189,248,.35);border-radius:9px;background:#0e749014}.solution-handoff>div{display:grid;gap:4px}.solution-handoff small{color:var(--muted);line-height:1.45}.solution-handoff label{flex:0 0 auto;cursor:pointer}.solution-handoff input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.solution-import-status{margin:0 0 12px;padding:0;color:var(--muted);font-size:10px}.solution-import-status:empty{display:none}.solution-import-status.ready{padding:9px 11px;border:1px solid rgba(34,197,94,.4);border-radius:8px;color:#bbf7d0;background:#22c55e14}.solution-case-form{display:grid;gap:12px}.solution-case-form>label,.solution-grid label,.solution-review-form label,.customer-response-draft{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:750}.solution-case-form input,.solution-case-form select,.solution-case-form textarea,.solution-review-form textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827;resize:vertical}.solution-case-form textarea{min-height:78px;line-height:1.45}.solution-case-form>label textarea{min-height:105px}.solution-case-form .form-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.solution-grid textarea{min-height:72px}.customer-response-draft{padding:13px;border:1px solid rgba(34,197,94,.35);border-radius:9px;background:#22c55e0a}.customer-response-draft strong{color:var(--ink);font-size:12px}.customer-response-draft small{color:var(--muted);font-weight:500;line-height:1.5}.solution-save-actions,.solution-workflow-actions,.solution-review-form>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.solution-stale-warning{display:grid;gap:4px;margin-bottom:12px;padding:11px 12px;border:1px solid rgba(239,68,68,.55);border-radius:8px;color:#fecaca;background:#7f1d1d40}.solution-stale-warning span{font-size:10px;line-height:1.5}.solution-locked{margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#0d1525;line-height:1.5}.solution-workflow{display:grid;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.solution-review-form{display:grid;gap:8px;padding:12px;border:1px solid rgba(248,191,0,.3);border-radius:9px;background:#f8bf0009}.solution-review-form textarea{min-height:72px}.solution-history{margin-top:14px;border-top:1px solid var(--line)}.solution-history>summary{padding:12px 0;color:var(--brand);font-size:11px;font-weight:800;cursor:pointer}.solution-history>div{display:grid;gap:7px}.solution-history article{display:grid;gap:6px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.solution-history article>div{display:flex;justify-content:space-between;gap:10px}.solution-history article span,.solution-history article p{margin:0;color:var(--muted);font-size:9px}.solution-review-history{border-left:3px solid var(--brand)!important}.solution-knowledge-search{display:grid;gap:10px;padding:13px;border:1px solid rgba(34,197,94,.28);border-radius:10px;background:#22c55e06}.solution-knowledge-results{display:grid;gap:7px}.solution-knowledge-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.solution-knowledge-item button{min-width:0;padding:0;border:0;color:inherit;text-align:left;background:transparent;cursor:pointer}.solution-knowledge-item strong,.solution-knowledge-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.solution-knowledge-item small{margin-top:4px;color:var(--muted);font-size:9px}@media(max-width:820px){.machine-row,.release-machine-form{grid-template-columns:1fr}.solution-handoff{align-items:stretch;flex-direction:column}.solution-handoff .button,.machine-row .button{width:100%}.solution-case-form .form-row.three,.solution-grid{grid-template-columns:1fr}.solution-save-actions,.solution-workflow-actions,.solution-review-form>div{align-items:stretch;flex-direction:column}.solution-save-actions .button,.solution-workflow-actions .button,.solution-review-form .button{width:100%}.solution-knowledge-item{grid-template-columns:1fr}}@media(min-width:821px){.board-workspace{padding-top:7px}.board-toolbar{align-items:center;gap:12px;padding-bottom:8px}.board-title{min-width:0;flex:1 1 auto;flex-direction:row;align-items:center;gap:9px}.board-title .button{order:0;flex:0 0 auto;margin:0}.board-title h1{order:1;max-width:min(28vw,360px);overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.board-title .eyebrow{order:2;flex:0 0 auto;white-space:nowrap}.board-title p{order:3;flex:0 0 auto;margin:0;white-space:nowrap}.toolbar-actions{justify-content:flex-end}}.release-card{min-width:220px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 10px;padding:9px 11px;border:1px solid #3a496e;border-left:3px solid var(--brand);border-radius:10px;color:#e8edff;background:#111d35;box-shadow:0 6px 18px #040f2729}.release-card>span{color:#9eacc8;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.release-card>strong{grid-column:1;font-size:14px}.release-card>small{grid-column:1;color:#9eacc8;font-size:9px}.release-card>div,.release-card>.button{grid-column:2;grid-row:1 / span 3}.release-card>div{display:flex;gap:6px}.release-card .button{min-height:30px;padding:5px 9px;font-size:10px}.release-card>.release-card-actions{display:grid;grid-template-columns:auto minmax(62px,auto);align-self:stretch;gap:6px}.release-card-transfer{display:grid;align-content:stretch;gap:4px}.release-card-transfer .button{min-height:0}.release-card-manage{min-width:62px;align-self:stretch;justify-content:center}.release-card.is-customer{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:8px}.release-card.is-customer>.release-card-customer-meta{grid-column:1;grid-row:1;display:grid;gap:3px}.release-card-customer-meta>div{display:flex;align-items:baseline;gap:7px}.release-card-customer-meta span{color:#b4c0da;font-size:10px;font-weight:850;letter-spacing:.045em;text-transform:uppercase}.release-card-customer-meta strong{font-size:16px;line-height:1}.release-card-customer-meta small{color:#9eacc8;font-size:10px}.release-card.is-customer>.release-card-actions{grid-column:1;grid-row:2;display:block;align-self:end}.release-card.is-customer .release-card-transfer{grid-template-columns:repeat(2,minmax(82px,1fr));gap:6px}.release-card.is-customer .release-card-transfer .button{min-height:34px}.release-card.release-card-channels{min-width:0}.release-card.release-card-channels>.release-channel-head{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:space-between;gap:10px}.release-channel-head>span{color:#9eacc8;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.release-channel-head>.release-card-manage{min-height:26px;align-self:center}.release-card.release-card-channels>.release-channel-list{grid-column:1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.release-channel-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.release-channel-row>div:first-child{display:grid;gap:2px}.release-channel-row strong{font-size:14px;white-space:nowrap}.release-channel-row small{color:#9eacc8;font-size:9px}.release-card.is-customer .release-channel-row .release-card-transfer{width:178px;grid-template-columns:repeat(2,minmax(0,1fr))}.release-card.is-customer .release-channel-row .release-card-transfer .button{padding-inline:6px;font-size:9px;white-space:nowrap}.release-card.is-building{border-left-color:var(--blue)}.release-card.is-empty{border-left-color:#64748b}.release-dialog{width:min(1120px,calc(100vw - 28px))}.tekla-root-dialog{width:min(570px,calc(100vw - 28px))}.tekla-root-dialog .dialog-body{display:grid;gap:14px}.tekla-root-dialog .dialog-body>p{margin:0;color:var(--muted);line-height:1.6}.tekla-root-path{display:grid;gap:5px;padding:14px 15px;border:1px solid rgba(248,191,0,.42);border-radius:9px;background:#f8bf0014}.tekla-root-path strong{color:#fde68a;font-family:Consolas,Courier New,monospace;font-size:14px}.tekla-root-path small,.tekla-root-note{color:var(--muted);line-height:1.5}.tekla-version-dialog{width:min(760px,calc(100vw - 28px))}.tekla-version-dialog .dialog-head p{max-width:470px;margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.tekla-version-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px 12px;border-bottom:1px solid var(--line)}.tekla-version-toolbar .release-checkbox{flex:0 0 auto}.tekla-version-toolbar>small{color:var(--muted);font-size:9px;text-align:right}.tekla-version-options{max-height:min(60vh,620px);display:grid;gap:9px;overflow-y:auto}.tekla-version-option{width:100%;min-height:68px;display:grid;grid-template-columns:auto 42px minmax(0,1fr);align-items:start;gap:13px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:#0d1525;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.tekla-version-option:hover,.tekla-version-option:focus-within{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-1px);outline:none}.tekla-version-option>input{width:17px;height:17px;margin-top:12px;accent-color:var(--brand)}.tekla-version-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;color:#0b1426;background:var(--brand);font-size:13px;font-weight:900}.tekla-version-copy{min-width:0;display:grid;gap:4px}.tekla-version-option strong{font-size:13px}.tekla-version-option small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.tekla-installed-list{display:grid;gap:4px;margin:7px 0 0;padding:0;list-style:none}.tekla-installed-list li{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:4px;border-top:1px solid rgba(148,163,184,.13)}.tekla-installed-list li>span{overflow:hidden;font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.tekla-installed-list li>small{flex:0 0 auto}.tekla-installed-list li.current>small{color:#6ee7b7}.tekla-installed-list li.outdated>small{color:#fde68a}.tekla-installed-list li.newer>small{color:#93c5fd}.tekla-installed-list li.missing>small{color:#fca5a5}.deploy-unsupported-dialog{width:min(520px,calc(100vw - 28px))}.deploy-unsupported-dialog .dialog-body{display:grid;gap:16px}.deploy-unsupported-dialog .dialog-body>p{margin:0;color:var(--muted);line-height:1.6}.deploy-browser-hint{display:grid;gap:4px;padding:13px 14px;border:1px solid rgba(248,191,0,.38);border-radius:9px;background:#f8bf0014}.deploy-browser-hint strong{color:#fde68a}.deploy-browser-hint small{color:var(--muted);line-height:1.5}.release-manager{display:grid;gap:16px}.release-manager-section{display:grid;gap:12px;padding:15px;border:1px solid var(--line);border-radius:11px;background:#101827}.release-manager-section h3,.release-manager-section p{margin:0}.release-manager-section .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.release-manager-section .section-head>div{display:grid;gap:5px}.release-manager-section .section-head p,.release-source-current span{color:var(--muted);font-size:10px;line-height:1.45}.release-source-form{display:grid;gap:11px}.release-source-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.release-source-form label{grid-column:1 / -1}.release-file-summary,.release-source-current{min-height:42px;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.release-file-summary span{color:var(--muted);font-size:10px}.release-source-form label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:750}.release-source-form select{width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#0d1525}.release-progress{padding:9px 11px;border-radius:8px;color:#fde68a;background:#f8bf0014;font-size:10px;font-weight:750}.release-progress[hidden]{display:none}.release-history{display:grid;gap:7px}.release-history article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.release-history-meta{min-width:0;display:grid;gap:3px}.release-history-meta span,.release-history article>small{color:var(--muted);font-size:9px}.release-history-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.release-history article>small{grid-column:1 / -1;color:#fda4af}.release-status{padding:4px 7px;border-radius:99px;color:#cbd5e1;background:#25324a;font-size:8px;font-weight:850;text-transform:uppercase}.release-status.published{color:#bbf7d0;background:#22c55e24}.release-status.failed{color:#fecaca;background:#ef444426}.release-source-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.release-source-current{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.release-source-current>div{min-width:0;display:grid;gap:3px}.release-source-current strong,.release-source-current>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-source-current>span{text-align:right;white-space:nowrap}.release-source-dropzone{min-height:78px;display:flex;align-items:center;justify-content:center;gap:13px;padding:14px;border:1px dashed #52617d;border-radius:10px;color:#dbe5ff;background:#0d1525b8;text-align:left;transition:border-color .15s ease,background .15s ease,transform .15s ease}.release-source-dropzone>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#0b1426;background:var(--accent);font-size:20px;font-weight:900}.release-source-dropzone>div{display:grid;gap:4px}.release-source-dropzone small{max-width:620px;color:var(--muted);font-size:9px;line-height:1.45}.release-source-dropzone.is-drop-target{border-color:var(--accent);background:#f8bf001c;transform:translateY(-1px)}.release-source-dropzone.is-disabled{opacity:.5}.release-source-workflow{display:grid;gap:16px}.release-advanced{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#0d1525}.release-advanced>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;color:#dbe5ff;cursor:pointer;list-style:none}.release-advanced>summary::-webkit-details-marker{display:none}.release-advanced>summary>span:first-child{display:grid;gap:3px}.release-advanced>summary small{color:var(--muted);font-size:9px;font-weight:500}.release-advanced>summary>span:last-child{transition:transform .15s ease}.release-advanced[open]>summary>span:last-child{transform:rotate(180deg)}.release-advanced-content{display:grid;gap:14px;padding:0 12px 12px;border-top:1px solid var(--line)}.release-advanced-content>.release-manager-section:first-child{margin-top:12px}.release-source-savebar{position:sticky;bottom:-1px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 15px;border:1px solid #3a496e;border-radius:10px;color:var(--muted);background:#142039;box-shadow:0 -8px 24px #040f2733;font-size:10px}.release-pending-files,.release-file-list,.release-variable-list,.release-rule-list{display:grid;gap:7px}.release-pending-row{display:grid;grid-template-columns:auto minmax(130px,.55fr) minmax(260px,1.45fr) auto;align-items:end;gap:9px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.release-pending-row.is-unchanged{opacity:.62}.release-file-change.unchanged{color:#9fb0ca;background:#94a3b81a}.release-pending-row>div{min-width:0;display:grid;gap:3px}.release-pending-row>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-file-change{width:max-content;padding:3px 6px;border-radius:99px;font-size:8px;font-weight:850}.release-file-change.overwrite{color:#fde68a;background:#f8bf0021}.release-file-change.new{color:#bbf7d0;background:#22c55e24}.release-pending-row small,.release-file-row small,.release-component-head small{color:var(--muted);font-size:9px}.release-pending-row label,.release-field,.release-variable-row label,.release-rule-row label{display:grid;gap:5px;color:var(--muted);font-size:9px;font-weight:750}.release-pending-row input,.release-field select,.release-variable-row input,.release-rule-row input,.release-rule-row select{width:100%;min-height:36px;padding:7px 9px;border:1px solid var(--line);border-radius:7px;color:var(--ink);background:#111b2e}.release-count{min-width:28px;padding:5px 8px;border-radius:99px;color:#dbe5ff;background:#25324a;text-align:center;font-size:9px;font-weight:850}.release-file-list{max-height:310px;overflow:auto;padding-right:3px}.release-file-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--line);border-radius:7px;background:#0d1525}.release-file-row.is-removed{opacity:.58;border-color:#f43f5e73;text-decoration:line-through}.release-file-row>div{min-width:0;display:grid;gap:3px}.release-file-row strong,.release-file-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-file-row>span:nth-last-child(2){color:var(--muted);font-size:9px;white-space:nowrap}.release-file-state{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-size:10px;font-weight:900}.release-file-state.included{color:#bbf7d0;background:#22c55e29}.release-file-state.unused{color:#94a3b8;background:#94a3b81f}.release-manifest-editor{gap:16px}.release-manifest-block{display:grid;gap:9px;padding-top:12px;border-top:1px solid var(--line)}.release-manifest-block:first-of-type{padding-top:0;border-top:0}.release-subhead,.release-component-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.release-subhead h4{margin:0;color:#dbe5ff;font-size:11px}.release-variable-row{display:grid;grid-template-columns:minmax(140px,.55fr) minmax(280px,1.45fr) auto;align-items:end;gap:8px}.release-variable-row.is-readonly{align-items:center;padding:9px 10px;border:1px solid rgba(86,102,135,.45);border-radius:8px;background:#050c195c}.release-variable-row.is-readonly>div{min-width:0;display:grid;gap:4px}.release-variable-row.is-readonly span{color:var(--muted);font-size:8px;font-weight:800;text-transform:uppercase}.release-variable-row.is-readonly strong,.release-variable-row.is-readonly code{overflow:hidden;color:var(--ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.release-variable-lock{color:var(--muted)!important;font-size:12px!important}.release-subhead small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.release-component{display:grid;gap:8px;padding:11px;border:1px solid var(--line);border-radius:9px;background:#0d1525}.release-component-head>div{min-width:0;display:grid;gap:3px}.release-rule-row{display:grid;grid-template-columns:minmax(105px,.45fr) minmax(220px,1.2fr) minmax(180px,1fr) auto auto;align-items:end;gap:8px;padding-top:8px;border-top:1px solid rgba(86,102,135,.45)}.release-rule-row:first-child{padding-top:0;border-top:0}.release-checkbox{grid-template-columns:1fr!important;grid-template-rows:auto 36px;align-content:end;align-items:start}.release-checkbox input{width:16px;min-height:16px;align-self:center;justify-self:start;margin:0;padding:0}.release-quick{border-color:#f8bf0073;background:linear-gradient(145deg,#f8bf0012,#0d1525f5 45%)}.release-change-summary{display:grid;grid-template-columns:repeat(5,minmax(90px,1fr));gap:8px}.release-change-summary>div{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#0d1525}.release-change-summary>div.changed{border-color:#f8bf0080;background:#f8bf0014}.release-change-summary strong{color:#f8bf00;font-size:18px}.release-change-summary span{color:var(--muted);font-size:9px;font-weight:750}.release-change-summary.is-current{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:11px 13px;border:1px solid rgba(34,197,94,.28);border-radius:8px;background:#22c55e12}.release-change-summary.is-current>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;color:#bbf7d0;background:#22c55e29;font-size:12px}.release-change-summary.is-current>div{padding:0;border:0;background:transparent}.release-change-summary.is-current>div strong{color:#dbe5ff;font-size:11px}.release-quick-form{display:grid;grid-template-columns:minmax(160px,.42fr) minmax(280px,1fr) auto;align-items:end;gap:11px}.release-quick-form label{min-width:0;display:grid;gap:7px;color:#c7d2e6;font-size:12px;font-weight:800}.release-quick-form label>span{display:flex;justify-content:space-between;gap:8px}.release-quick-form label small{color:#aebcd3;font-size:10px;font-weight:600}.release-quick-form input,.release-quick-form textarea{width:100%;min-height:40px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#0d1525}.release-quick-form textarea{min-height:66px;resize:vertical}.release-ticket-selection .section-head>label{display:grid;gap:6px;min-width:220px;color:var(--muted);font-size:12px;font-weight:800}.release-ticket-selection select{min-height:40px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#0d1525}.release-ticket-list{display:grid;gap:8px;margin-top:12px}.release-ticket-list label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#0d15258c;cursor:pointer}.release-ticket-list label span{display:flex;gap:8px;min-width:0}.release-ticket-list label strong{flex:0 0 auto;color:var(--accent)}.release-history-tickets{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:6px}.release-history-tickets span{display:inline-flex;gap:5px;padding:5px 7px;border-radius:6px;background:#3b82f61a;color:var(--muted);font-size:10px}.tsep-shell .product-nav,.tsep-shell .topbar-feedback,.tsep-shell #notification-button,.tsep-shell #topbar-new-ticket,.tsep-shell [data-action=back-release-support],.tsep-shell [data-action=deploy-all-releases]{display:none!important}.release-quick-submit{min-height:42px;white-space:nowrap}.release-quick-actions{display:flex;align-items:stretch;gap:8px}.release-preflight{border:1px solid var(--line);border-radius:9px;background:#050c196b}.release-preflight.is-pending{border-color:#3b82f673}.release-preflight.is-pending p{margin:0;padding:10px 12px;color:var(--muted)}.release-preflight>summary{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;cursor:pointer}.release-preflight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0 10px 10px}.release-preflight-grid>div{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:8px;border:1px solid var(--line);border-radius:7px}.release-preflight-grid>div>div{display:grid;gap:2px}.release-preflight-grid>div>span{color:#86efac;font-weight:900}.release-preflight-grid>div.warning>span{color:#f8bf00}.release-preflight-grid small{color:var(--muted);font-size:8px}.release-package-preview{margin:0 10px 10px}.release-package-preview>summary{color:var(--muted);cursor:pointer;font-size:9px}.release-package-preview>div{display:grid;gap:5px;padding-top:8px}.release-package-preview span{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;color:var(--muted);font-size:8px}.release-package-preview code{overflow:hidden;text-overflow:ellipsis}.release-source-history>div:last-child{display:grid;gap:7px}.release-source-history article{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:8px;padding:9px;border:1px solid var(--line);border-radius:8px}.release-source-history article>div{display:grid;gap:3px}.release-source-history article small,.release-source-comparison span{color:var(--muted);font-size:8px}.release-source-comparison{display:flex;justify-content:space-between;gap:12px;padding:9px;border-radius:7px;background:#f8bf0014}.release-bulk{border-color:#3b82f666}.release-bulk-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.release-bulk-list label{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:9px;border:1px solid var(--line);border-radius:8px}.release-bulk-list label span{display:grid;gap:3px}.release-bulk-list small{color:var(--muted);font-size:8px}.release-latest-label{grid-column:1 / -1;color:#86efac!important}.release-workspace{min-height:calc(100dvh - 68px);padding:22px;overflow:auto;background:radial-gradient(circle at 90% 0,rgba(248,191,0,.06),transparent 28%),#0b1120}.todo-workspace{min-height:calc(100dvh - 68px);padding:18px 22px 30px;overflow:auto;background:radial-gradient(circle at 88% 0,rgba(248,191,0,.055),transparent 27%),#0b1120}.todo-overview-page{width:100%;max-width:2200px;margin:0 auto}.todo-overview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:4px 2px 15px}.todo-overview-head>div{min-width:0;display:grid;gap:3px}.todo-overview-head h1{margin:0;color:#fff;font-size:clamp(25px,2.2vw,36px);letter-spacing:-.035em}.todo-overview-head p{margin:0;color:var(--muted);font-size:11px}.todo-overview-controls{position:sticky;z-index:7;top:68px;display:grid;grid-template-columns:minmax(260px,1fr) 170px 170px auto;align-items:end;gap:9px;padding:11px;border:1px solid var(--line);border-radius:11px;background:#0d1525f5;box-shadow:0 12px 28px #0000002e;backdrop-filter:blur(10px)}.todo-overview-controls label{min-width:0;display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.045em;text-transform:uppercase}.todo-overview-controls input,.todo-overview-controls select{width:100%;min-height:36px;padding:7px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827}.todo-overview-controls input::placeholder{color:#74839a}.todo-overview-summary{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:9px;margin:11px 0}.todo-overview-metric{min-height:65px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 13px;border:1px solid var(--line);border-left:3px solid #64748b;border-radius:9px;background:#101827}.todo-overview-metric.attention{border-left-color:var(--brand)}.todo-overview-metric.danger{border-left-color:var(--red)}.todo-overview-metric.healthy{border-left-color:var(--green)}.todo-overview-metric span{color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.todo-overview-metric strong{color:#fff;font-size:21px}.todo-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));align-items:start;gap:13px}.todo-tenant-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#0d1525;box-shadow:0 12px 32px #00000029}.todo-tenant-card>header{min-height:53px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);background:#111c30}.todo-tenant-card>header>div{min-width:0;display:flex;align-items:center;gap:9px}.todo-tenant-card h2{margin:0;overflow:hidden;color:#fff;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.todo-tenant-card>header>strong,.todo-board-head span{min-width:25px;height:25px;display:grid;place-items:center;border-radius:99px;color:var(--brand-ink);background:var(--brand);font-size:9px;font-weight:900}.todo-tenant-mark{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(248,191,0,.42);border-radius:8px;color:var(--brand);background:#0b1120;font-size:8px;font-weight:900}.todo-board-list{display:grid}.todo-board-group+.todo-board-group{border-top:1px solid var(--line)}.todo-board-head{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:8px 11px 6px}.todo-board-head strong{overflow:hidden;color:#cbd5e1;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.todo-board-head span{min-width:20px;height:20px;color:#dbe5f6;background:#26334b;font-size:8px}.todo-ticket-list{display:grid;gap:5px;padding:0 7px 8px}.todo-ticket{width:100%;min-width:0;display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 9px;border:1px solid #293850;border-radius:8px;color:var(--ink);background:#101827;text-align:left;cursor:pointer}.todo-ticket:hover{border-color:#f8bf00b8;background:#142039;transform:translateY(-1px)}.todo-ticket>span:last-child{color:#71819a;font-size:18px}.todo-priority{width:7px;height:7px;border-radius:50%;background:#64748b}.todo-ticket.priority-urgent .todo-priority{background:var(--red);box-shadow:0 0 0 3px #f871711f}.todo-ticket.priority-high .todo-priority{background:var(--amber)}.todo-ticket.priority-normal .todo-priority{background:var(--blue)}.todo-ticket.priority-low .todo-priority{background:#64748b}.todo-ticket-copy{min-width:0;display:grid;gap:3px}.todo-ticket-copy strong{overflow:hidden;color:#edf2fa;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.todo-ticket-copy small{overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.todo-overview-empty,.todo-overview-state{grid-column:1 / -1;min-height:250px;display:grid;place-content:center;justify-items:center;gap:7px;padding:28px;border:1px dashed var(--line);border-radius:11px;color:var(--muted);background:#0d1525b3;text-align:center}.todo-overview-empty strong,.todo-overview-state strong{color:#fff;font-size:17px}.todo-overview-empty p,.todo-overview-state p{max-width:540px;margin:0;font-size:11px}.todo-overview-state{min-height:calc(100dvh - 120px);border:0;background:transparent}.release-page,.release-overview-page{width:min(1380px,100%);margin:0 auto;border:1px solid var(--line);border-radius:14px;background:#0d1525;box-shadow:0 18px 50px #0003}.release-page-head{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;border-bottom:1px solid var(--line)}.release-page-heading{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 13px}.release-page-heading .button{grid-row:1 / span 3;align-self:center}.release-page-heading .eyebrow,.release-page-heading h1,.release-page-heading p{grid-column:2}.release-page-heading h1{margin:0;overflow:hidden;font-size:27px;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.release-page-heading p{margin:0;color:var(--muted);font-size:11px}.release-page-current{display:grid;grid-template-columns:minmax(130px,1fr) auto auto;align-items:center;gap:4px 8px;padding:11px 12px;border:1px solid var(--line);border-radius:10px;background:#101827}.release-page-current>label{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:9px;color:#c7d2e6;font-size:11px;font-weight:850;text-transform:uppercase}.release-page-current>label select{min-height:30px;padding:4px 8px}.release-page-current>span{grid-column:1;color:#aebcd3;font-size:10px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.release-page-current>strong{grid-column:1;font-size:15px}.release-page-current>.button{grid-row:2 / span 2}.release-tabs{position:sticky;z-index:5;top:68px;display:flex;gap:4px;padding:10px 26px 0;border-bottom:1px solid var(--line);background:#0d1525f5;backdrop-filter:blur(10px)}.release-tabs button{position:relative;min-height:43px;display:inline-flex;align-items:center;gap:7px;padding:0 15px;border:0;border-bottom:2px solid transparent;color:var(--muted);background:transparent;font-size:11px;font-weight:800;cursor:pointer}.release-tabs button:hover{color:#fff}.release-tabs button.active{color:var(--brand-strong);border-bottom-color:var(--brand)}.release-tabs button span{min-width:19px;padding:2px 5px;border-radius:99px;color:var(--brand-ink);background:var(--brand);font-size:8px;text-align:center}.release-page-content{padding:22px 26px 30px}.release-page-grid{display:grid;gap:16px}.release-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.release-summary-card{display:grid;gap:5px;min-height:105px;padding:16px;border:1px solid var(--line);border-left:3px solid #64748b;border-radius:10px;background:#101827}.release-summary-card.healthy{border-left-color:var(--green)}.release-summary-card.attention{border-left-color:var(--brand)}.release-summary-card>span{color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.release-summary-card>strong{overflow:hidden;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.release-summary-card>small{align-self:end;color:var(--muted);font-size:9px}.release-home-history .release-history article:nth-child(n+4){display:none}.release-page .release-file-list{max-height:none}.release-page-empty{min-height:260px;place-content:center;justify-items:center;text-align:center}.release-page-empty p{color:var(--muted)}.release-page-notice{padding:11px 13px;border:1px solid rgba(248,191,0,.4);border-radius:9px;color:#fde68a;background:#f8bf0014;font-size:10px}.release-overview-page .release-overview-body{padding:22px 26px 30px}.release-overview-actions{display:flex;align-items:flex-end;gap:9px}.release-overview-actions label{display:grid;gap:5px;color:var(--muted);font-size:8px;font-weight:850;text-transform:uppercase}.release-overview-actions select{min-width:210px;min-height:38px;padding:7px 28px 7px 10px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#101827}@media(max-width:1100px){.release-card{min-width:0}.release-overview-board{grid-template-columns:minmax(180px,1.2fr) minmax(130px,.8fr) minmax(120px,.7fr) auto}.release-overview-board .release-overview-cell:nth-of-type(3){display:none}}@media(max-width:1350px){.release-card>small{display:none}}@media(min-width:821px){.release-page>.release-page-head{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:10px}.release-page>.release-page-head .release-page-heading{grid-column:1}.release-page>.release-page-head .release-page-heading .button{align-self:stretch}.release-page>.release-page-head .release-page-current{grid-column:3;width:100%}.release-overview-page>.release-page-head{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:9px}.release-overview-page>.release-page-head .release-page-heading{grid-column:1 / 3}.release-overview-page>.release-page-head .release-page-heading .button{align-self:stretch}.release-overview-page>.release-page-head .release-overview-actions{grid-column:3 / 5;width:100%}}@media(max-width:820px){.todo-workspace{min-height:calc(100dvh - 64px);padding:10px}.todo-overview-head{align-items:stretch;flex-direction:column}.todo-overview-controls{top:64px;grid-template-columns:1fr 1fr}.todo-search{grid-column:1 / -1}.todo-overview-controls .button{align-self:stretch}.todo-overview-summary{grid-template-columns:1fr 1fr}.release-workspace{padding:10px}.release-page-head{align-items:stretch;flex-direction:column;padding:16px}.release-page-heading{grid-template-columns:1fr}.release-page-heading .button,.release-page-heading .eyebrow,.release-page-heading h1,.release-page-heading p{grid-column:1;grid-row:auto}.release-page-heading .button{justify-self:start}.release-page-current{grid-template-columns:1fr 1fr}.release-page-current>.button{grid-row:auto}.release-tabs{top:64px;overflow-x:auto;padding:8px 12px 0}.release-tabs button{flex:0 0 auto}.release-page-content,.release-overview-page .release-overview-body{padding:14px}.release-summary-grid{grid-template-columns:1fr}.release-overview-actions{align-items:stretch;flex-direction:column}.release-overview-actions select,.release-card{width:100%}.release-source-form{grid-template-columns:1fr}.release-source-form .button{width:100%;justify-self:stretch}.release-manager-section .section-head{align-items:stretch;flex-direction:column}.release-history article{grid-template-columns:minmax(0,1fr) auto}.release-history-actions{justify-content:flex-start}.release-history-actions .button{flex:1 1 auto}.release-source-actions,.release-source-savebar,.release-subhead,.release-component-head{align-items:stretch;flex-direction:column}.release-source-actions .button,.release-source-savebar .button{width:100%}.release-source-current,.release-pending-row,.release-file-row,.release-variable-row,.release-rule-row,.release-quick-form,.release-change-summary,.release-preflight-grid,.release-bulk-list,.release-source-history article{grid-template-columns:1fr}.release-quick-actions{flex-direction:column}.release-source-current>span{text-align:left}.release-pending-row>.file-icon{display:none}.release-rule-row .icon-button,.release-variable-row .icon-button,.release-pending-row .icon-button{justify-self:end}}@media(max-width:520px){.todo-overview-controls{position:static;grid-template-columns:1fr}.todo-search{grid-column:auto}.todo-overview-summary{grid-template-columns:1fr}}@media(min-width:821px){.board-toolbar{display:grid;grid-template-columns:286px 286px minmax(0,1fr);align-items:start;gap:12px}.board-title{grid-column:1;min-height:81px}.board-title{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto auto}.board-title .button{grid-column:1;grid-row:1 / span 3;align-self:stretch}.board-title h1{grid-column:2;grid-row:1;max-width:100%}.board-title .eyebrow{grid-column:2;grid-row:2}.board-title p{grid-column:2;grid-row:3;margin:0}.release-card{grid-column:2;width:100%;min-height:81px}.board-toolbar:has(.release-card-channels){grid-template-columns:286px 584px minmax(0,1fr)}.toolbar-actions{grid-column:3;min-width:0;align-self:center}}@media(min-width:821px)and (max-width:1080px){.board-toolbar{grid-template-columns:minmax(230px,1fr) minmax(190px,auto)}.board-toolbar:has(.release-card-channels){grid-template-columns:minmax(230px,286px) minmax(0,584px)}.release-card{grid-column:2}.toolbar-actions{grid-column:1 / -1}}@media(max-width:820px){.release-card.release-card-channels>.release-channel-list{grid-template-columns:1fr;gap:8px}}:root[data-theme=light]{color-scheme:light;--ink: #172033;--muted: #64748b;--line: #cbd5e1;--surface: #ffffff;--soft: #f4f7fb;--brand-soft: #fff4c2;--brand-strong: #6d5200;--blue-soft: #fff4c2;--red: #dc3545;--shadow: 0 18px 54px rgba(35, 50, 78, .16)}:root[data-theme=light] body,:root[data-theme=light] .workspace{background:var(--soft)}:root[data-theme=light] .boot-screen,:root[data-theme=light] .auth-screen{background:radial-gradient(circle at 78% 12%,rgba(248,191,0,.18),transparent 30%),linear-gradient(145deg,#edf2f9,#f8fafc)}:root[data-theme=light] .boot-card,:root[data-theme=light] .auth-card,:root[data-theme=light] dialog,:root[data-theme=light] .account-form,:root[data-theme=light] .organization-choice,:root[data-theme=light] .button,:root[data-theme=light] .icon-button,:root[data-theme=light] .customer-filterbar,:root[data-theme=light] .customer-ticket-list,:root[data-theme=light] .customer-ticket,:root[data-theme=light] .ticket-card,:root[data-theme=light] .attachment,:root[data-theme=light] .comment,:root[data-theme=light] .queued-file,:root[data-theme=light] .people{color:var(--ink);background:#fff}:root[data-theme=light] .auth-field input,:root[data-theme=light] .field input,:root[data-theme=light] .field textarea,:root[data-theme=light] .field select,:root[data-theme=light] .invite-form input,:root[data-theme=light] .invite-form select,:root[data-theme=light] .comment-form textarea,:root[data-theme=light] .person select,:root[data-theme=light] .team-language select,:root[data-theme=light] .ticket-filters select,:root[data-theme=light] .ticket-filters input,:root[data-theme=light] .tenant-board-picker select,:root[data-theme=light] .release-overview-actions select,:root[data-theme=light] .release-source-form select,:root[data-theme=light] .release-source-form input,:root[data-theme=light] .release-quick-form input,:root[data-theme=light] .release-quick-form textarea,:root[data-theme=light] .release-ticket-selection select,:root[data-theme=light] .release-variable-row input,:root[data-theme=light] .release-pending-row input,:root[data-theme=light] .release-field select,:root[data-theme=light] .release-rule-row select,:root[data-theme=light] .release-machine-form input,:root[data-theme=light] .solution-case-form input,:root[data-theme=light] .solution-case-form select,:root[data-theme=light] .solution-case-form textarea,:root[data-theme=light] .solution-review-form textarea{border-color:var(--line);color:var(--ink);background:#fff}:root[data-theme=light] .auth-password-guidance,:root[data-theme=light] .readonly-field,:root[data-theme=light] .upload-zone,:root[data-theme=light] .boards-empty,:root[data-theme=light] .release-dropzone,:root[data-theme=light] .release-preflight{background:#f8fafc}:root[data-theme=light] .customer-head,:root[data-theme=light] .ticket-view-toggle,:root[data-theme=light] .column-editor,:root[data-theme=light] .team-language,:root[data-theme=light] .dialog-footer,:root[data-theme=light] .notification-item,:root[data-theme=light] .queue-ticket,:root[data-theme=light] .operation-metric,:root[data-theme=light] .confirm-note,:root[data-theme=light] .metadata-list dl,:root[data-theme=light] .tekla-version-option,:root[data-theme=light] .release-manager-section,:root[data-theme=light] .release-file-summary,:root[data-theme=light] .release-advanced,:root[data-theme=light] .release-history article{background:#fff}:root[data-theme=light] .add-column-lane,:root[data-theme=light] .notification-item:hover,:root[data-theme=light] .queue-ticket:hover{background:#f8fafc}:root[data-theme=light] .queue-toolbar input,:root[data-theme=light] .queue-toolbar select{border-color:var(--line);color:var(--ink);background:#fff}:root[data-theme=light] .ticket-view-toggle .button{background:transparent}:root[data-theme=light] .ticket-view-toggle .button.active{color:var(--brand-ink);background:var(--brand)}:root[data-theme=light] .auth-field,:root[data-theme=light] .upload-zone strong,:root[data-theme=light] .field label,:root[data-theme=light] .detail-section>h3,:root[data-theme=light] .detail-section-head h3,:root[data-theme=light] .metadata h3{color:#334155}:root[data-theme=light] .topbar{border-bottom-color:var(--line);color:var(--ink);background:#fff;box-shadow:0 2px 12px #23324e14}:root[data-theme=light] .brand span,:root[data-theme=light] .account-trigger b{color:var(--muted)}:root[data-theme=light] .product-nav a{color:#526078}:root[data-theme=light] .product-nav a:hover{color:var(--ink);background:#f1f5f9}:root[data-theme=light] .product-nav a.active{border-color:#e6bb25;color:#6d5200;background:#fff4c2;box-shadow:0 0 0 1px #f8bf001f}:root[data-theme=light] .identity-controls{border-left-color:var(--line)}:root[data-theme=light] .topbar .button:not(.primary),:root[data-theme=light] .topbar .icon-button,:root[data-theme=light] .theme-trigger,:root[data-theme=light] .language-control select,:root[data-theme=light] .organization-control select,:root[data-theme=light] .organization-pill,:root[data-theme=light] .user-pill,:root[data-theme=light] .sign-out-button{border-color:var(--line);color:var(--ink);background:#f8fafc}:root[data-theme=light] .topbar .button:not(.primary):hover,:root[data-theme=light] .topbar .icon-button:hover,:root[data-theme=light] .theme-trigger:hover,:root[data-theme=light] .language-control select:hover,:root[data-theme=light] .organization-control select:hover,:root[data-theme=light] .organization-pill:hover,:root[data-theme=light] .user-pill:hover,:root[data-theme=light] .sign-out-button:hover{border-color:#b8c3d8;color:var(--ink);background:#fff}:root[data-theme=light] .topbar .button.workspace-active{border-color:var(--brand);color:#6d5200;background:#fff4c2}:root[data-theme=light] .notification-button>span{border-color:#fff}:root[data-theme=light] .account-popover,:root[data-theme=light] .theme-popover{border-color:var(--line);background:#fff;box-shadow:0 18px 42px #23324e2e}:root[data-theme=light] .account-popover>strong,:root[data-theme=light] .account-popover>button,:root[data-theme=light] .theme-popover>button{color:var(--ink)}:root[data-theme=light] .account-popover>button:hover,:root[data-theme=light] .theme-popover>button:hover{color:var(--ink);background:#f1f5f9}:root[data-theme=light] .theme-popover>button.selected{color:#6d5200;background:#fff4c2}:root[data-theme=light] .board-workspace{background:linear-gradient(120deg,#eef3fb,#e5ecf7)}:root[data-theme=light] .board-column{border-color:#cbd5e1;background:#e8ebf1;box-shadow:0 5px 18px #0e254d14}:root[data-theme=light] .board-column>header span,:root[data-theme=light] .priority,:root[data-theme=light] .section-head span{color:#53617b;background:#dce1ea}:root[data-theme=light] .priority.high{color:#924f06;background:#fff1d8}:root[data-theme=light] .priority.urgent{color:#a32337;background:#ffe8eb}:root[data-theme=light] .priority.low{color:#506078;background:#eef1f6}:root[data-theme=light] .ticket-card:hover,:root[data-theme=light] .customer-ticket:hover,:root[data-theme=light] .attachment:hover,:root[data-theme=light] .organization-choice:hover,:root[data-theme=light] .button:hover,:root[data-theme=light] .icon-button:hover,:root[data-theme=light] .add-card:hover{border-color:#b8c3d8;color:var(--ink);background:#f8faff}:root[data-theme=light] .card-meta,:root[data-theme=light] .add-card{color:#53617b}:root[data-theme=light] .button.primary,:root[data-theme=light] .auth-submit{border-color:var(--brand);color:var(--brand-ink);background:var(--brand)}:root[data-theme=light] .button.primary:hover,:root[data-theme=light] .auth-submit:hover{border-color:var(--brand-hover);color:var(--brand-ink);background:var(--brand-hover)}:root[data-theme=light] .boards-workspace{background:radial-gradient(circle at 82% 0,rgba(248,191,0,.12),transparent 30%),#f4f7fb}:root[data-theme=light] .board-group{background:#ffffffc7}:root[data-theme=light] .board-card{background:#fff;box-shadow:0 10px 28px #23324e1a}:root[data-theme=light] .board-card-open:hover,:root[data-theme=light] .board-create-card:hover{background:#f8fafc}:root[data-theme=light] .board-card-copy small{color:#53617b}:root[data-theme=light] .board-card-actions{background:#f8fafc}:root[data-theme=light] .board-group-head h3+span{color:#475569;background:#e2e8f0}:root[data-theme=light] dialog::backdrop{background:#1e293b85}:root[data-theme=light] .dialog-actions,:root[data-theme=light] .detail-side,:root[data-theme=light] .advanced{background:#f8fafc}:root[data-theme=light] .ticket-detail-summary>span,:root[data-theme=light] .side-collapsible,:root[data-theme=light] .attachment-row{background:#fff}:root[data-theme=light] .side-collapsible>summary,:root[data-theme=light] .side-section-head h3{color:#334155}:root[data-theme=light] .side-section-head span{color:#475569;background:#e2e8f0}:root[data-theme=light] .empty-state div,:root[data-theme=light] .queued-file img,:root[data-theme=light] .file-icon,:root[data-theme=light] .attachment img{color:#6d5200;background:#fff4c2}:root[data-theme=light] .comment.internal{border-color:#e5c76b;background:#fff9df}:root[data-theme=light] .private-hours-section,:root[data-theme=light] .solution-case-section{background:linear-gradient(145deg,#f8bf000f,#fff)}:root[data-theme=light] .private-hours-list article{background:#f8fafc}:root[data-theme=light] .private-hours-warning{border-color:#99f6e4;color:#0f766e;background:#f0fdfa}:root[data-theme=light] .private-hours-total strong,:root[data-theme=light] .private-hours-list article>span{color:#0f766e}:root[data-theme=light] .solution-locked,:root[data-theme=light] .solution-history article,:root[data-theme=light] .solution-knowledge-item{background:#f8fafc}:root[data-theme=light] .machine-token code{color:#e5e7eb;background:#172033}:root[data-theme=light] .todo-workspace{background:radial-gradient(circle at 88% 0,rgba(248,191,0,.12),transparent 28%),#f4f7fb}:root[data-theme=light] .todo-overview-head h1,:root[data-theme=light] .todo-overview-metric strong,:root[data-theme=light] .todo-tenant-card h2,:root[data-theme=light] .todo-ticket-copy strong,:root[data-theme=light] .todo-overview-empty strong,:root[data-theme=light] .todo-overview-state strong{color:#172033}:root[data-theme=light] .todo-overview-controls,:root[data-theme=light] .todo-overview-metric,:root[data-theme=light] .todo-tenant-card,:root[data-theme=light] .todo-ticket{background:#fff;box-shadow:0 10px 28px #23324e14}:root[data-theme=light] .todo-overview-controls input,:root[data-theme=light] .todo-overview-controls select,:root[data-theme=light] .todo-tenant-card>header{color:var(--ink);background:#f8fafc}:root[data-theme=light] .todo-ticket:hover{border-color:#d6ad1c;background:#fffaf0}:root[data-theme=light] .todo-board-head strong{color:#475569}:root[data-theme=light] .todo-overview-empty{background:#ffffffb8}:root[data-theme=light] .release-workspace{background:radial-gradient(circle at 90% 0,rgba(248,191,0,.12),transparent 28%),#f4f7fb}:root[data-theme=light] .release-card{border-color:var(--line);border-left-color:var(--brand);color:var(--ink);background:#fff;box-shadow:0 6px 18px #23324e1a}:root[data-theme=light] .release-card.is-building{border-left-color:var(--blue)}:root[data-theme=light] .release-card.is-empty{border-left-color:#94a3b8}:root[data-theme=light] .release-card>span,:root[data-theme=light] .release-card>small,:root[data-theme=light] .release-card-customer-meta span,:root[data-theme=light] .release-card-customer-meta small{color:var(--muted)}:root[data-theme=light] .release-page,:root[data-theme=light] .release-overview-page{background:#fff;box-shadow:0 18px 50px #23324e1f}:root[data-theme=light] .release-tabs{background:#fffffff5}:root[data-theme=light] .release-tabs button:hover{color:var(--ink)}:root[data-theme=light] .release-page-current,:root[data-theme=light] .release-overview-metric,:root[data-theme=light] .release-summary-card,:root[data-theme=light] .release-component,:root[data-theme=light] .release-change-summary>div,:root[data-theme=light] .release-file-row,:root[data-theme=light] .release-pending-row,:root[data-theme=light] .release-variable-row,:root[data-theme=light] .release-rule-row,:root[data-theme=light] .release-source-current,:root[data-theme=light] .release-source-history article,:root[data-theme=light] .release-bulk-list label,:root[data-theme=light] .release-overview-board{background:#f8fafc}:root[data-theme=light] .release-preflight{background:#f8fafce6}:root[data-theme=light] .release-source-savebar{border-color:var(--line);color:var(--muted);background:#fff;box-shadow:0 -8px 24px #23324e1a}:root[data-theme=light] .release-overview-state{color:#475569;background:#e2e8f0}:root[data-theme=light] .release-overview-state.ready{color:#166534;background:#dcfce7}:root[data-theme=light] .release-overview-state.building{color:#1d4ed8;background:#dbeafe}:root[data-theme=light] .release-overview-state.draft_ready,:root[data-theme=light] .release-overview-state.not_published,:root[data-theme=light] .release-overview-state.source_missing{color:#755b00;background:#fff4c2}:root[data-theme=light] .release-overview-state.build_failed{color:#9f2638;background:#fff0f2}:root[data-theme=light] .auth-error,:root[data-theme=light] .private-hours-error,:root[data-theme=light] .private-hours-error-action,:root[data-theme=light] .solution-stale-warning{border-color:#f2cbd1;color:#9f2638;background:#fff0f2}:root[data-theme=light] .invitation-conflict-copy,:root[data-theme=light] .release-page-notice{border-color:#ead58c;color:#755b00;background:#fff9df}.topbar-feedback{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-color:#f8bf00b8!important;color:#fff7cf!important;background:#f8bf0024!important;line-height:1}.topbar-feedback:hover{border-color:var(--brand)!important;color:#071122!important;background:var(--brand)!important}.topbar-feedback svg{flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar-feedback span{display:inline-flex;align-items:center;line-height:1}body.feedback-panel-open{overflow:hidden}.feedback-backdrop[hidden],.feedback-panel[hidden],.feedback-panel [hidden]{display:none!important}.feedback-backdrop{position:fixed;z-index:1000;inset:0;background:#010712ad;backdrop-filter:blur(3px)}.feedback-panel{position:fixed;z-index:1001;top:0;right:0;width:min(610px,100vw);height:100dvh;overflow:auto;border-left:1px solid #33425d;color:var(--ink);background:var(--surface);box-shadow:-22px 0 70px #0000006b}.feedback-panel>header{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:104px;padding:20px 26px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(12px)}.feedback-panel>header>div:last-child{display:flex;gap:8px}.feedback-panel h2{margin:4px 0 0;font-size:clamp(28px,4vw,42px)}.feedback-panel h3,.feedback-panel p{margin-top:0}.feedback-panel .eyebrow{margin:0;color:#f8bf00}.feedback-save-state{min-height:24px;margin:14px 26px 0!important;color:var(--muted)}.feedback-home,.feedback-editor,.feedback-success{padding:16px 26px 28px}.feedback-start{display:grid;grid-template-columns:36px 1fr;gap:12px 14px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}.feedback-start>.button,.feedback-start>.feedback-file-button,.feedback-start>.feedback-fallback-copy{grid-column:1 / -1}.feedback-start h3,.feedback-editor-help h3{margin:2px 0 3px}.feedback-start p,.feedback-editor-help p{margin:0;color:var(--muted)}.feedback-step-number{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:#071122;background:#56b7ff;font-weight:900}.feedback-start>.button,.feedback-file-button{justify-content:center;min-height:48px}.feedback-file-button{position:relative;overflow:hidden}.feedback-file-button input{position:absolute;width:1px;height:1px;opacity:0}.feedback-fallback-copy{text-align:center;font-size:12px}.feedback-share-state{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;border:1px solid rgba(64,214,163,.35);border-radius:12px;background:#40d6a314}.feedback-share-state span{display:flex;align-items:center;gap:7px;margin-right:auto}.feedback-share-state i{width:9px;height:9px;border-radius:50%;background:#40d6a3;box-shadow:0 0 0 5px #40d6a31f}.feedback-empty{margin-top:26px;padding:42px 20px;border:1px dashed #35506f;border-radius:16px;text-align:center}.feedback-empty p{margin:7px auto 0;max-width:390px;color:var(--muted)}.feedback-items{display:grid;gap:12px;margin-top:20px}.feedback-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-2)}.feedback-item img{width:150px;height:94px;object-fit:cover;border-radius:9px;background:#050b16}.feedback-item p{margin:5px 0 10px;color:var(--muted);white-space:pre-wrap}.feedback-item>div>div{display:flex;gap:7px}.feedback-home>footer,.feedback-editor>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.feedback-editor-help{display:grid;grid-template-columns:36px 1fr;gap:12px;margin-bottom:14px}.feedback-tools{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.feedback-tools button{display:grid;place-items:center;width:40px;height:40px;border:1px solid transparent;border-radius:9px;color:var(--muted);background:transparent;cursor:pointer}.feedback-tools button:hover,.feedback-tools button.is-active{border-color:var(--brand);color:var(--ink);background:#f8bf001f}.feedback-tools button:disabled{opacity:.35;cursor:default}.feedback-tools svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feedback-color-control{--feedback-annotation-color: #ff355d}.feedback-color-swatch{width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:var(--feedback-annotation-color);box-shadow:0 0 0 1px #64748b}.feedback-canvas-wrap{display:grid;place-items:center;min-height:250px;max-height:52vh;overflow:auto;padding:10px;border:1px solid var(--line);border-radius:13px;background:#050b16}.feedback-canvas-wrap canvas{max-width:100%;max-height:48vh;touch-action:none;cursor:crosshair}.feedback-comment{display:grid;gap:7px;margin-top:14px;font-weight:800}.feedback-comment textarea{resize:vertical}.feedback-color-dialog{width:min(330px,calc(100vw - 30px));padding:0;border:1px solid var(--line);border-radius:14px;color:var(--ink);background:var(--surface)}.feedback-color-dialog::backdrop{background:#010712a8}.feedback-color-dialog header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line)}.feedback-color-dialog h3{margin:0}.feedback-color-options{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;padding:18px}.feedback-color-options button{aspect-ratio:1;border:3px solid var(--surface);border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #64748b;cursor:pointer}.feedback-success{display:grid;place-items:center;min-height:calc(100dvh - 130px);align-content:center;text-align:center}.feedback-success>span{display:grid;place-items:center;width:72px;height:72px;margin-bottom:18px;border-radius:50%;color:#071122;background:#40d6a3;font-size:34px;font-weight:900}.feedback-success p{max-width:390px;color:var(--muted)}.feedback-success .button{margin-top:16px}:root[data-theme=light] .feedback-panel{border-color:#cbd5e1;box-shadow:-22px 0 70px #23324e38}:root[data-theme=light] .feedback-start,:root[data-theme=light] .feedback-item,:root[data-theme=light] .feedback-tools{background:#f8fafc}@media(max-width:760px){.topbar-actions .button.topbar-feedback{display:grid;place-items:center;width:38px;min-width:38px;height:38px;padding:0}.feedback-panel{width:100vw;border-left:0}.feedback-panel>header{min-height:82px;padding:14px 16px}.feedback-panel h2{font-size:28px}.feedback-save-state{margin-inline:16px!important}.feedback-home,.feedback-editor,.feedback-success{padding:12px 16px 22px}.feedback-start [data-feedback-capture],.feedback-tools{display:none}.feedback-item{grid-template-columns:100px minmax(0,1fr)}.feedback-item img{width:100px;height:74px}.feedback-share-state{display:none}}.ticket-subscription-card{padding:16px;border:1px solid var(--line);border-radius:10px}.ticket-subscription-card h3{margin-top:0}.ticket-subscription-card p{font-size:13px;line-height:1.5}.subscription-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.ticket-email-choice{display:flex;align-items:center;gap:8px;margin-top:12px}.ticket-email-choice input{width:auto}#notification-settings-form select{display:block;width:100%;margin-top:8px}
/*# sourceMappingURL=styles-6RUBYODD.css.map */
