:root{color:#26352d;font-synthesis:none;background:#f6f5f1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,select{cursor:pointer}button:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #92b9a0}button{transition:background .15s}button:hover{filter:brightness(.96)}.layout{grid-template-columns:245px 1fr;min-height:100vh;display:grid}aside{background:#eeeee7;border-right:1px solid #dddfd5;flex-direction:column;padding:35px 22px;display:flex}.brand{letter-spacing:-1.8px;font-size:29px;font-weight:850}.brand span{letter-spacing:1.7px;color:#758074;margin-top:7px;font-size:9px;font-weight:600;display:block}.workspace-label{letter-spacing:1.5px;color:#7a8378;margin-top:45px;margin-bottom:11px;font-size:10px;font-weight:700}select{color:#26352d;background:#f8f8f3;border:1px solid #d9ddd3;border-radius:7px;padding:12px}nav{gap:7px;margin-top:32px;display:grid}nav button{text-align:left;color:#677064;background:0 0;border:0;border-radius:7px;align-items:center;gap:13px;padding:13px 12px;display:flex}nav button.selected{color:#263e31;text-underline-offset:8px;background:0 0;font-weight:600;-webkit-text-decoration:underline #92a58a;text-decoration:underline #92a58a;text-decoration-thickness:2px}nav small{margin-left:auto}nav button>span{width:17px}.sidebar-note{color:#61715f;margin-top:auto;padding-top:50px;font-size:12px;line-height:2}.sidebar-note small{color:#7c8579;font-size:11px}.dot{background:#8d9a7b;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}main{flex-direction:column;min-width:0;display:flex}header{color:#65705e;border-bottom:1px solid #e1e3da;justify-content:space-between;align-items:center;height:84px;padding:0 45px;font-size:12px;display:flex}.slash{color:#a8afa0;margin:0 15px}.avatar{background:#e5e8dc;border-radius:50%;padding:10px;font-size:11px;font-weight:600}.content{width:100%;max-width:1090px;margin:0 auto;padding:32px 48px 65px}.demo-note{color:#7a7052;background:#f0ecde;border:1px solid #e5e0cd;border-radius:6px;padding:10px 14px;font-size:11px}.page-heading{justify-content:space-between;align-items:center;margin:42px 0 30px;display:flex}.eyebrow{letter-spacing:1.8px;color:#7c8775;margin:0 0 12px;font-size:10px;font-weight:600}h1{letter-spacing:-1.8px;margin:0;font-size:39px;font-weight:550}.count{color:#77816e;border:1px solid #dfe2d7;border-radius:20px;padding:8px 12px;font-size:12px}.capture{background:#fffefa;border:1px solid #dddfd4;border-radius:12px;padding:23px 25px}.capture>label{margin-bottom:19px;font-size:13px;font-weight:600;display:block}.capture-input{gap:12px;display:flex}.capture-input textarea{color:#273b2d;background:0 0;border:0;flex:1;min-width:0;padding:8px 0;font-size:14px}.capture-input textarea::placeholder{color:#92998a}.primary{color:#fafaf3;white-space:nowrap;background:#2b4836;border:0;border-radius:6px;padding:11px 16px;font-size:12px}.primary span{margin-left:10px}.capture-options{color:#84907b;align-items:center;gap:13px;margin-top:19px;font-size:11px;display:flex}.capture-options select{background:#f3f4ed;padding:6px 10px;font-size:11px}.feedback{color:#527248;margin:10px 0 0;font-size:12px}.feedback:empty{display:none}.section-heading{justify-content:space-between;align-items:center;margin:35px 0 15px;display:flex}.section-heading h2{font-size:14px;font-weight:600}.section-heading span{color:#8b9382;font-size:11px}.empty{text-align:center;border:1px dashed #d8ddce;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:35px;display:flex}.empty-icon{color:#748266;background:#e9eddf;border-radius:12px;padding:12px 16px;font-size:24px}.empty h2{margin:20px 0 0;font-size:17px;font-weight:500}.empty p,.description{color:#818a76;font-size:13px;line-height:1.8}.items{gap:9px;display:grid}.items article{background:#fdfdf8;border:1px solid #e0e3d6;border-radius:8px;align-items:center;gap:16px;padding:20px;display:flex}.items h3{overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:500}.items p{color:#839078;margin:6px 0 0;font-size:11px}.check{color:#2b4836;background:0 0;border:1px solid #bac8b2;border-radius:50%;flex-shrink:0;width:22px;height:22px}.pill{white-space:nowrap;color:#7e8973;background:#ebeee4;border-radius:5px;margin-left:auto;padding:6px 9px;font-size:10px}footer{color:#939b8a;letter-spacing:1px;border-top:1px solid #e1e3da;justify-content:space-between;margin:auto 48px 0;padding:20px 0;font-size:10px;display:flex}.connections{gap:10px;margin:25px 0;display:grid}.connections>div{border:1px solid #dfe2d5;border-radius:8px;align-items:center;padding:20px;display:flex}.connections h2{font-size:14px;font-weight:500}.setup{max-width:650px;margin:12vh auto;padding:30px}.setup .brand{margin-bottom:70px}.setup>p:not(.eyebrow){color:#76836e;line-height:1.8}@media (width<=750px){.layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}aside{border-bottom:1px solid #dfe2d5;border-right:0;grid-template-columns:1fr 1fr;gap:15px;padding:18px 20px;display:grid}.brand{font-size:24px}.workspace-label,.sidebar-note{display:none}nav{grid-column:1/-1;gap:2px;margin:0;display:flex}nav button{flex:1;justify-content:center;gap:5px;padding:10px;font-size:12px}nav small{margin-left:0}header{height:55px;padding:0 22px}.content{padding:23px 20px 40px}.page-heading{margin:32px 0 25px}h1{font-size:30px}.capture{padding:20px}.capture-input{flex-direction:column}.capture-input textarea{font-size:16px}.primary{align-self:flex-end}.section-heading span{display:none}footer{margin:0 20px}.empty{min-height:220px}nav button>span{display:none}}#workspace{background:0 0;border-color:#0000;align-self:flex-start;max-width:100%;min-height:36px;padding:6px 4px;font-size:13px}@media (width<=750px){aside{align-items:center}#workspace{place-self:center end;width:auto;max-width:100%}}.capture-input{align-items:flex-start}.capture-input textarea{resize:vertical;width:100%;min-height:88px;line-height:1.6}.auth-form{gap:18px;margin:26px 0;display:grid}.auth-form label{gap:9px;font-size:13px;display:grid}.auth-form input,.auth-form textarea{color:#26352d;background:#fffefa;border:1px solid #d9ddd3;border-radius:6px;width:100%;padding:12px}.auth-form textarea{resize:vertical;line-height:1.6}.auth-form button{justify-self:start}.account{width:min(100%,650px)}.account .workspace-label{display:block}.secret{overflow-wrap:anywhere;background:#eeeee7;padding:15px;display:block}.signout{color:#52644c;background:0 0;border:0;align-self:flex-start;margin-top:25px;text-decoration:underline}button:disabled{opacity:.6;cursor:wait}.account-shell{min-height:100vh}.account-header{background:#f0f0e9;gap:20px;height:88px;padding:0 clamp(20px,5vw,72px)}.account-identity,.account-actions{align-items:center;gap:14px;min-width:0;display:flex}.account-identity{gap:30px}.account-header .brand{flex-shrink:0;font-size:25px}.account-header .brand span{margin-top:5px;font-size:8px}.account-workspace{background:0 0;border-color:#0000 #0000 #0000 #d8ddd2;border-left-style:solid;border-left-width:1px;border-radius:0;max-width:220px;padding:8px 24px 8px 12px;font-size:13px}.account-workspace:hover{background:#e8ebe1;border-radius:6px}.account-actions{gap:5px}.icon-button{color:#697662;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.icon-button:hover,.icon-button[aria-expanded=true]{color:#2b4836;background:#e1e7da}.account-body{gap:0;width:min(100%,840px);margin:0 auto;padding:52px 30px 80px}.account-auth{max-width:520px;padding-top:80px}.account-auth>p{color:#76836e;line-height:1.7}.inbox-heading{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.inbox-heading h1{font-size:36px}.inbox-heading .eyebrow{margin-bottom:10px}.inbox-capture{background:#fffefa;border:1px solid #dddfd4;border-radius:12px;padding:22px 24px;box-shadow:0 3px 12px #26352d03}.inbox-capture>label{font-size:13px;font-weight:600}.inbox-capture textarea{resize:vertical;color:#26352d;background:0 0;border:0;width:100%;min-height:95px;padding:18px 0 8px;font-size:15px;line-height:1.6;display:block}.inbox-capture textarea::placeholder{color:#959d90}.inbox-capture-actions{border-top:1px solid #eff0e9;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.inbox-capture-actions select{background:#f1f3eb;border-color:#0000;padding:7px 10px;font-size:12px}.inbox-capture-actions .primary{min-height:38px;font-size:12px}.inbox-toolbar{justify-content:space-between;align-items:center;gap:16px;margin:30px 0 14px;display:flex}.inbox-toolbar h2{margin:0;font-size:14px;font-weight:600}.checkbox-label,.auth-form .checkbox-label{color:#75816e;align-items:center;gap:8px;font-size:12px;display:flex}.checkbox-label input,.auth-form .checkbox-label input{accent-color:#2b4836;flex-shrink:0;width:15px;height:15px;margin:0}.inbox-items article{justify-content:space-between;padding:20px 22px}.item-copy{min-width:0}.inbox-items h3{white-space:pre-wrap;line-height:1.5}.inbox-items .completed h3{color:#7e8977;-webkit-text-decoration:line-through #b7c1b0;text-decoration:line-through #b7c1b0}.task-action,.secondary-button,.danger-button{color:#4d6245;background:#f1f4ec;border:1px solid #d9dfd1;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:8px 12px;font-size:12px;font-weight:500;line-height:1.4;display:inline-flex}.task-action{flex-shrink:0}.task-action svg{width:15px;height:15px}.task-action:hover,.secondary-button:hover{background:#e5ebde;border-color:#b8c6ae}.inbox-empty{text-align:center;color:#7e8b73;border:1px dashed #dce1d4;border-radius:10px;padding:42px 20px}.inbox-empty>svg{width:26px;height:26px}.inbox-empty h2{color:#52664a;margin:12px 0 8px;font-size:16px;font-weight:500}.inbox-empty p,.sync-note,.list-limit{color:#7e8b73;font-size:12px;line-height:1.6}.list-limit{margin-top:18px}.workspace-settings{background:#fffefa;border:1px solid #dce1d4;border-radius:12px;margin-bottom:32px;padding:24px}.settings-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-heading h2{margin:0;font-size:19px;font-weight:550}.settings-heading .eyebrow{margin-bottom:6px}.receipt-setting{justify-content:space-between;align-items:center;gap:18px;padding:24px 0;display:flex}.receipt-setting h3{margin:0 0 7px;font-size:13px;font-weight:600}.receipt-setting p,.delete-setting>p{color:#7c8576;margin:0;font-size:12px;line-height:1.7}.delete-setting{border-top:1px solid #e7e4dc;padding-top:18px}.delete-setting summary{color:#985047;cursor:pointer;font-size:13px}.delete-setting>p{margin-top:16px}.danger-button{color:#963e32;background:#f9eae5;border-color:#e6c8be}.danger-button:hover{background:#f1d8cf}.secondary-button{white-space:nowrap}.account-error,.account-notice{border-radius:8px;margin-top:20px;padding:14px 16px;font-size:13px;line-height:1.7}.account-error{color:#963e32;background:#f9eae5}.account-notice{color:#4d6245;background:#eaf0e3}@media (width<=600px){.account-header{gap:6px;height:78px;padding:0 16px}.account-identity{flex:1;gap:12px}.account-header .brand{font-size:22px}.account-header .brand span{letter-spacing:1px;font-size:7px}.account-workspace{min-width:0;max-width:155px;padding:8px 2px 8px 8px;font-size:12px}.account-actions{gap:0}.icon-button{width:36px;height:40px}.account-body{padding:32px 18px 60px}.inbox-heading h1{font-size:30px}.inbox-capture{padding:18px}.inbox-capture textarea{font-size:16px}.inbox-items article{align-items:flex-start;gap:12px;padding:16px}.task-action{padding:7px 9px}.task-action svg{display:none}.workspace-settings{padding:18px}.receipt-setting{flex-direction:column;align-items:flex-start}.inbox-toolbar{gap:8px}.account-auth{padding-top:55px}}.account-board-body{width:100%;max-width:1680px;padding:0 30px 60px}.account-board-body>.workspace-settings{width:min(100%,780px);margin:28px auto}.project-layout{grid-template-columns:220px minmax(0,1fr);gap:36px;min-height:calc(100vh - 88px);display:grid}.project-sidebar{background:0 0;border-right:1px solid #e0e3d9;min-width:0;padding:36px 20px 30px 0;display:block}.project-sidebar>.eyebrow{overflow-wrap:anywhere;margin:4px 10px 22px}.project-link{text-align:left;color:#6d7b63;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;padding:10px;font-size:13px;line-height:1.4;display:flex}.project-link span:last-of-type{overflow-wrap:anywhere}.project-link small{margin-left:auto}.project-link.active{color:#2b4836;background:#e7ebdf;font-weight:600}.project-link:hover{background:#ecefe5}.project-sidebar-heading{justify-content:space-between;align-items:center;margin:24px 0 8px 10px;display:flex}.project-sidebar-heading h2{letter-spacing:.7px;color:#89927f;text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.project-sidebar-heading .icon-button{width:28px;height:28px;font-size:20px}.project-tree,.project-tree ul{margin:0;padding:0;list-style:none}.project-tree ul{border-left:1px solid #dfe4d6;margin-left:13px;padding-left:4px}.project-tree ul:empty{display:none}.project-tree-empty{color:#87927d;padding:0 10px;font-size:12px;line-height:1.7}.archive-toggle{color:#7b876f;text-align:left;background:0 0;border:0;margin:28px 10px 0;padding:6px 0;font-size:12px}.project-main{min-width:0;padding:36px 0}.board-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.board-heading h1{overflow-wrap:anywhere;font-size:32px}.board-heading .count{white-space:nowrap;flex-shrink:0}.board-heading .eyebrow{overflow-wrap:anywhere;margin-bottom:9px}.board-description{color:#7d8873;margin:10px 0 0;font-size:12px;line-height:1.6}.board-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.board-toolbar .count{margin-left:auto}.quiet-button{color:#738267;background:0 0;border:0;border-radius:6px;padding:10px;font-size:12px}.quiet-button:hover{background:#e8eddf}.board-form{background:#fffefa;border:1px solid #dce2d3;border-radius:10px;gap:16px;max-width:800px;margin:22px 0;padding:22px;display:grid}.board-form h2{margin:0;font-size:17px;font-weight:500}.board-form label{color:#617454;gap:8px;font-size:12px;display:grid}.board-form input,.board-form textarea{color:#26352d;background:#fffefa;border:1px solid #d9dfd1;border-radius:6px;width:100%;padding:10px}.board-form textarea{resize:vertical;line-height:1.6}.board-form select{max-width:100%;padding:9px;font-size:12px}.board-form-options{grid-template-columns:2fr 1fr;gap:16px;display:grid}.form-actions{align-items:center;gap:10px;display:flex}.board-feedback{color:#6f815f;min-height:18px;margin:16px 0 10px;font-size:12px}.board-scroll{outline-offset:3px;padding-bottom:16px;overflow-x:auto}.board-swimlane{min-width:780px;margin-bottom:28px}.swimlane-heading{align-items:center;gap:12px;margin-bottom:14px;padding:0 2px;display:flex}.swimlane-heading h2{overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:600}.swimlane-heading>span{color:#8a947d;font-size:11px}.kanban-lanes{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.kanban-lane{background:#eceee6;border:1px solid #e3e7da;border-radius:9px;min-height:170px;padding:12px}.lane-heading{justify-content:space-between;align-items:center;gap:8px;margin:2px 2px 16px;display:flex}.lane-heading h3{color:#66785a;align-items:center;gap:7px;margin:0;font-size:12px;font-weight:600;display:flex}.lane-heading>span{color:#8d9782;font-size:11px}.lane-dot{background:#b6aa7b;border-radius:50%;width:6px;height:6px}.lane-todo .lane-dot{background:#96a18c}.lane-doing .lane-dot{background:#7799ac}.lane-done .lane-dot{background:#70976e}.board-card{background:#fffefa;border:1px solid #dde3d3;border-radius:7px;min-width:0;margin-bottom:10px;padding:14px 12px;position:relative;box-shadow:0 2px 3px #28372c04}.board-card[draggable=true]{cursor:grab}.board-card[draggable=true]:active{cursor:grabbing}.board-card>p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.6}.lane-done .board-card>p{color:#819077}.card-controls{justify-content:space-between;align-items:center;gap:6px;margin-top:16px;display:flex}.card-controls>select{color:#6d7e61;background:#f0f3e9;border:0;border-radius:4px;max-width:calc(100% - 30px);padding:5px 3px;font-size:10px}.card-controls details{position:relative}.card-controls summary{cursor:pointer;letter-spacing:1px;color:#8a9680;padding:4px;font-size:11px;list-style:none}.card-controls summary::-webkit-details-marker{display:none}.card-controls details label{z-index:2;background:#fffefa;border:1px solid #d6decb;border-radius:7px;gap:8px;width:190px;padding:12px;font-size:11px;display:grid;position:absolute;top:26px;right:0;box-shadow:0 5px 20px #28372c17}.card-controls details select{width:100%;padding:8px;font-size:12px}.lane-add{text-align:left;color:#8b9780;background:0 0;border:0;border-radius:5px;width:100%;padding:8px 2px;font-size:11px;display:block}.lane-add:hover{color:#557045;background:#e2e7d8}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.account-board-body{padding:0 20px 40px}.project-layout{grid-template-columns:180px minmax(0,1fr);gap:24px}.project-sidebar{padding-right:12px}.board-heading h1{font-size:28px}}@media (width<=600px){.account-board-body{padding:0 16px 40px}.project-layout{display:block}.project-sidebar{border-bottom:1px solid #dfe4d6;border-right:0;padding:20px 0 16px;display:block}.project-sidebar>.eyebrow{display:none}.project-sidebar-heading{margin:12px 0 6px 10px}.project-sidebar .project-link{padding:8px 10px}.project-tree{max-height:180px;overflow:auto}.project-sidebar .archive-toggle{margin:12px 10px 0}.project-main{padding-top:26px}.board-heading{align-items:flex-start}.board-heading h1{font-size:29px}.board-toolbar .primary{align-self:auto}.board-swimlane{min-width:940px}.board-scroll{margin-right:-16px;padding-right:16px}.board-form{padding:18px}.board-form textarea,.board-form input{font-size:16px}.board-form-options{grid-template-columns:1fr}.card-controls details label{width:180px}}.account-shell{--workspace-width:1680px;--workspace-gutter:30px}.account-header{padding-inline:0}.account-header-inner{width:100%;max-width:var(--workspace-width);padding-inline:var(--workspace-gutter);justify-content:space-between;align-items:center;gap:20px;min-width:0;height:100%;margin-inline:auto;display:flex}.account-board-body{max-width:var(--workspace-width);padding-inline:var(--workspace-gutter)}@media (width<=900px){.account-shell{--workspace-gutter:20px}}@media (width<=600px){.account-shell{--workspace-gutter:16px}.account-header-inner{gap:6px}}.source-tabs{border-bottom:1px solid var(--line,#dce1d5);gap:8px;padding:20px 0 0;display:flex}.source-tabs button{color:var(--muted,#73816a);cursor:pointer;font:inherit;background:0 0;border:0;border-bottom:2px solid #0000;padding:12px 16px}.source-tabs button.active{color:var(--ink,#26372d);border-bottom-color:#314f3c}.linear-settings{max-width:800px}.linear-settings form{gap:14px;display:grid}.linear-settings form .primary{justify-self:start}.linear-settings p{line-height:1.6}.linear-project-options{gap:12px;max-height:340px;padding:10px 0;display:grid;overflow-y:auto}.linear-project-options small{color:#75816f;margin-top:3px;display:block}.linear-disconnect{border-top:1px solid #dce1d5;margin-top:24px;padding-top:16px}.linear-disconnect summary{cursor:pointer}.linear-lanes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));min-width:560px}.linear-card-title{font:inherit;text-align:left;color:inherit;cursor:pointer;overflow-wrap:anywhere;background:0 0;border:0;width:100%;padding:8px 0;line-height:1.5;display:block}.linear-card-title:hover{text-decoration:underline}.linear-identifier{color:#687760;font-size:11px}.linear-card-meta{color:#687760;flex-wrap:wrap;gap:7px;margin-top:9px;font-size:11px;display:flex}.linear-card-meta span{background:#f0f2e9;border-radius:4px;padding:4px 6px}.linear-card-meta .linear-urgent{color:#8b482f;background:#f7e6da}.linear-detail{max-width:100%;margin-block:20px}.linear-detail h2{overflow-wrap:anywhere;font-size:20px}.linear-detail a{color:#345e43}.linear-description{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;max-height:480px;font-size:14px;line-height:1.6;overflow-y:auto}.linear-detail .settings-heading{align-items:flex-start}.issue-dialog{color:#28372c;background:#fffefa;border:1px solid #d6decb;border-radius:14px;width:min(1120px,100vw - 64px);max-width:none;height:calc(100dvh - 64px);max-height:none;margin:auto;padding:0;overflow:hidden;box-shadow:0 24px 90px #14261d40}.issue-dialog[open]{flex-direction:column;display:flex}.issue-dialog::backdrop{background:#17291fb3}.issue-dialog-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:24px;height:auto;max-height:40dvh;padding:28px 32px 18px;display:flex;overflow-y:auto}.issue-dialog-header .eyebrow{margin:0 0 10px}.issue-dialog-header h2{overflow-wrap:anywhere;margin:0;font-size:clamp(20px,2.5vw,28px);line-height:1.3}.issue-dialog-header .icon-button{flex-shrink:0;font-size:26px}.issue-dialog-actions{border-bottom:1px solid #dce1d5;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:16px;padding:0 32px 20px;display:flex}.issue-dialog-actions a{text-decoration:none}.issue-dialog-actions span{color:#687760;font-size:12px}.issue-dialog-content{overscroll-behavior:contain;min-height:0;padding:24px 32px 40px;line-height:1.6;overflow-y:auto}.issue-dialog-content h3{margin-top:24px;font-size:15px}.issue-dialog-content a{color:#345e43}.issue-dialog-content .linear-description{max-height:none;margin-bottom:0;overflow:visible}.issue-dialog-meta{color:#687760;margin-top:0;font-size:13px}@media (width<=600px){.issue-dialog{border:0;border-radius:0;width:100%;height:100dvh}.issue-dialog-header{gap:12px;padding:20px 18px 14px}.issue-dialog-actions{gap:10px;padding:0 18px 16px}.issue-dialog-content{padding:18px 18px 32px}}
