@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{color:#17231d;font-synthesis:none;--green:#176b4b;--ink:#17231d;--muted:#6d7972;--line:#dce4de;--surface:#fff;--shadow:0 16px 45px #18312521;background:#f3f6f3;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;padding-bottom:100px}header{border-bottom:1px solid var(--line);z-index:5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;justify-content:space-between;align-items:center;height:72px;padding:12px 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;display:flex}.brand>div:last-child{flex-direction:column;display:flex}.brand b,h1,h2{font-family:Manrope,sans-serif}.brand small{color:var(--muted);font-size:12px}.brand-mark{background:var(--green);color:#fff;border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 7px 16px #176b4b42}.brand-mark.large{border-radius:20px;width:66px;height:66px}.icon-button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:#fff;border-radius:13px;place-items:center;display:grid}main{max-width:760px;margin:auto;padding:18px}.toolbar{align-items:end;gap:10px;display:flex}.select-wrap{color:var(--muted);flex-direction:column;flex:1;gap:4px;font-size:12px;display:flex}select,input,textarea{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;outline:none;transition:all .15s}select:focus,input:focus,textarea:focus{border-color:#5b9b80;box-shadow:0 0 0 3px #176b4b18}.select-wrap select{height:44px;padding:0 12px;font-weight:600}.release-button{height:44px;color:var(--green);background:#e7f3ec;border:1px solid #cde0d5;border-radius:12px;align-items:center;gap:7px;padding:0 14px;font-weight:700;display:flex}.filters{scrollbar-width:none;gap:7px;padding:18px 0 13px;display:flex;overflow-x:auto}.filters button{white-space:nowrap;border:1px solid var(--line);color:#657168;background:#fff;border-radius:20px;align-items:center;gap:5px;padding:8px 13px;font-size:13px;display:flex}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.task-list{flex-direction:column;gap:9px;display:flex}.task-card{text-align:left;background:#fff;border:1px solid #e0e7e2;border-radius:16px;grid-template-columns:10px minmax(0,1fr) auto 18px;align-items:center;gap:10px;width:100%;padding:15px 12px;display:grid;box-shadow:0 3px 12px #14322309}.task-card>div{flex-direction:column;gap:4px;min-width:0;display:flex}.task-card b{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.task-card span:not(.badge):not(.status-dot){color:var(--muted);font-size:12px}.status-dot{background:#aab4ae;border-radius:50%;width:8px;height:8px}.status-dot.ready{background:#318965}.status-dot.running{background:#df9b32;box-shadow:0 0 0 4px #df9b3220}.status-dot.blocked{background:#ca4f4f}.status-dot.done{background:#73827a}.badge{text-transform:uppercase;letter-spacing:.04em;color:#5c6861;background:#eef1ef;border-radius:20px;padding:4px 8px;font-size:11px}.badge.ready{color:#17704d;background:#e2f2ea}.badge.running{color:#9a5d09;background:#fff0d8}.badge.blocked{color:#9e3636;background:#fae4e4}.empty{color:#89938d;flex-direction:column;align-items:center;gap:8px;padding:65px 20px;display:flex}.empty b{color:#58645d}.empty span{font-size:13px}.fab{z-index:6;background:var(--green);color:#fff;border:0;border-radius:17px;align-items:center;gap:8px;height:54px;padding:0 20px;font-weight:700;display:flex;position:fixed;bottom:22px;right:max(20px,50vw - 360px);box-shadow:0 12px 30px #176b4b4d}.sheet-backdrop{z-index:20;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#17231d77;justify-content:center;align-items:end;display:flex;position:fixed;inset:0}.sheet{width:100%;max-width:760px;max-height:94vh;box-shadow:var(--shadow);background:#f7f9f7;border-radius:24px 24px 0 0;animation:.2s ease-out up;overflow:hidden}.sheet-handle{background:#ccd4cf;border-radius:4px;width:42px;height:4px;margin:9px auto 3px}.sheet-title{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:42px 1fr 42px;align-items:center;height:55px;padding:5px 14px;display:grid}.sheet-title h2{text-align:center;font-size:16px}.sheet-title .icon-button{border:0}.sheet-content{max-height:calc(94vh - 68px);padding:18px;overflow:auto}.detail-heading{padding:4px 2px 17px}.detail-heading h1{margin:9px 0 5px;font-size:23px;line-height:1.25}.detail-heading small,.muted{color:var(--muted)}.block{border:1px solid var(--line);background:#fff;border-radius:16px;margin-bottom:12px;padding:15px}.block h3{text-transform:uppercase;letter-spacing:.07em;color:#647168;margin:0 0 11px;font-size:13px}.block p{margin:0;font-size:14px;line-height:1.55}.preserve{white-space:pre-wrap}.comment{border-bottom:1px solid #edf1ee;padding:10px 0}.comment b{font-size:13px}.comment p{margin-top:4px}.inline-form{padding-top:12px}.inline-form textarea,.action-block textarea{resize:vertical;width:100%;min-height:75px;padding:11px}.inline-form button{color:var(--green);background:#e7f3ec;border:0;border-radius:10px;align-items:center;gap:6px;margin-top:7px;padding:9px 13px;font-weight:700;display:flex}pre{color:#c8dbd0;white-space:pre-wrap;background:#16211c;border-radius:11px;max-height:260px;margin:0;padding:13px;font:11px/1.55 ui-monospace,SFMono-Regular,monospace;overflow:auto}.action-block{flex-direction:column;gap:9px;padding:4px 0 25px;display:flex}.primary,.success{border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-weight:700;display:flex}.primary{background:var(--green);color:#fff}.success{color:#fff;background:#17231d}.primary:disabled,.success:disabled{opacity:.5}.form{flex-direction:column;gap:15px;display:flex}.form label{flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.form label small{color:var(--muted);font-weight:400}.form input{height:46px;padding:0 12px}.form textarea{resize:vertical;min-height:110px;padding:12px}.two-col{grid-template-columns:1fr 1fr;gap:10px;display:grid}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:7px;font-size:13px;font-weight:700}.tier-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.tier-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:13px;flex-direction:column;gap:4px;padding:12px;display:flex}.tier-grid button small{color:var(--muted);font-size:11px}.tier-grid button.chosen{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green);background:#eef8f2}.tier-grid button.chosen.danger{background:#fcf0ef;border-color:#ad554f;box-shadow:inset 0 0 0 1px #ad554f}.submit{margin-top:5px}.release-state{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:11px;padding:14px;display:flex}.release-state>div{flex-direction:column;display:flex}.release-state small{color:var(--muted);font-size:12px}.release-state.running{color:#9a5d09;background:#fff7e9;border-color:#efd7b4}.notice{border-radius:12px;padding:12px;font-size:13px}.notice.error{color:#963f38;background:#fbe9e7}.auth-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:35px;display:flex}.auth-screen h1{margin:20px 0 6px}.auth-screen p{max-width:430px;color:var(--muted);line-height:1.55}.auth-screen button{background:var(--ink);color:#fff;border:0;border-radius:12px;padding:12px 18px;font-weight:700}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes up{0%{opacity:.7;transform:translateY(40px)}}@media (width>=700px){.sheet{border-radius:24px;margin-bottom:18px}.sheet-backdrop{align-items:center}.sheet-content{max-height:78vh}.sheet{max-height:90vh}main{padding-top:28px}}.auth-host{color:var(--muted);margin:-2px 0 18px;font-family:ui-monospace,SFMono-Regular,monospace}
