:root{--col-w:450px;--col-gap:24px;--rail-pad:32px;--header-h:88px;--bg:#0c0e16;--panel:#141826;--line:#262c40;--text:#e7e9f5;--muted:#8a90a8;--accent:#1b1f3a}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif}.page{scrollbar-width:thin;scrollbar-color:var(--line) transparent;min-height:100vh;overflow:visible}.page::-webkit-scrollbar{width:10px;height:10px}.page::-webkit-scrollbar-track{background:0 0}.page::-webkit-scrollbar-thumb{background:var(--line);border-radius:8px}.page__header{z-index:5;height:var(--header-h);background:linear-gradient(180deg, var(--bg) 60%, #0c0e1600 100%);border-bottom:1px solid var(--line);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.page__ham{cursor:pointer;color:#fff;background:#141824d9;border:1px solid #ffffff2e;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:background .1s,border-color .1s,transform .1s;display:inline-flex;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.page__ham:hover{background:#282e40eb;border-color:#ffffff52}.page__ham:active{transform:translateY(-50%)scale(.96)}.page__ham .ham__bar{opacity:.92;background:#fff;border-radius:2px;width:22px;height:2.5px;display:block}.page__logo{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:auto;height:64px;display:block}.page__error{margin:16px var(--rail-pad);color:#ffb8c5;background:#2a1418;border:1px solid #5a2230;border-radius:8px;padding:12px 16px;font-size:14px}.rail{align-items:flex-start;gap:var(--col-gap);padding:calc(var(--header-h) + 24px) var(--rail-pad) 32px;flex-flow:row;min-height:100vh;display:flex}.col{flex:0 0 var(--col-w);min-height:calc(100vh - var(--header-h) - 56px);background:var(--panel);border:1px solid var(--line);background-image:linear-gradient(180deg, var(--accent) 0%, transparent 220px);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.col__cover{border-bottom:1px solid var(--line);background-color:#0a0c14;background-position:50% 35%;background-repeat:no-repeat;background-size:cover;flex:none;height:35vh;min-height:180px;position:relative}.col__cover--empty{background-image:linear-gradient(135deg,#1a1f30 0%,#141826 100%)}.col--empty{color:var(--muted);text-align:center;justify-content:center;align-items:center}.col__head{border-bottom:1px solid var(--line);flex:none;align-items:baseline;gap:10px;padding:18px 20px 12px;display:flex}.col__title{letter-spacing:.2px;margin:0;font-size:17px;font-weight:600}.col__body{color:var(--muted);flex:auto;padding:16px 20px 22px;font-size:14px;line-height:1.5}.col__hint{margin:0}.col__repo{color:var(--muted);word-break:break-all;border-bottom:1px dotted var(--line);margin:0 0 14px;padding-bottom:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-decoration:none;display:inline-block}.col__repo:hover{color:var(--fg,#fff)}.col__h3{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);margin:14px 0 6px;padding-bottom:4px;font-size:11px;font-weight:600}.col__task{color:var(--fg,#fff);margin:0 0 4px}.col__task--idle{color:var(--muted);opacity:.65;font-style:italic}.col__task-title{font-size:14px;line-height:1.45}.col__ts{color:var(--muted);letter-spacing:.02em;margin-top:2px;font-size:11px}.col__artifacts{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.col__artifact{border:1px solid var(--line);background:#ffffff08;border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.col__artifact-link{color:var(--fg,#fff);border-bottom:1px dotted #0000;font-size:13px;text-decoration:none}.col__artifact-link:hover{border-bottom-color:var(--muted)}.col__artifact--bundle{border-left:3px solid #f0c050}.col__artifact--html{border-left:3px solid #6aa9ff}.col__artifact--image{border-left:3px solid #7be0a3}.col__artifact--audio{border-left:3px solid #d089ff}.col__artifact--json{border-left:3px solid #ffd66a}.col__artifact--file{border-left:3px solid var(--muted)}.col__artifact--note{border-left:3px solid #555}.col__artifact--url{border-left:3px solid #82c4ff}.repo{border:1px solid var(--line);color:var(--text);background:#ffffff05;border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:12px}.repo__row{justify-content:space-between;align-items:center;gap:8px;display:flex}.repo__name{color:var(--text);font-weight:600;text-decoration:none}.repo__name:hover{text-decoration:underline}.repo__branch{border:1px solid var(--line);color:var(--muted);border-radius:4px;padding:1px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.repo__desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 8px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.repo__meta{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.repo__pill{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:999px;padding:1px 7px;font-size:11px}.repo__commit{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:6px;font-size:12px;display:flex}.repo__commit code{background:#ffffff0d;border-radius:4px;padding:1px 5px;font-size:11px}.repo--loading,.repo--err{color:var(--muted);padding:8px 12px;font-style:italic}.repo--err{color:#ffb8c5}.gatescreen{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:28px;display:flex;position:fixed;inset:0}.gatescreen__logo{width:auto;height:84px}.gatescreen__logo--small{opacity:.85;height:56px}.gatescreen__hint{color:var(--muted);font-size:14px}.gatescreen__title{margin:0;font-size:18px;font-weight:600}.gatescreen__btn{border:1px solid var(--line);background:var(--panel);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:11px 18px;font-size:15px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.gatescreen__btn:hover{background:var(--panel-2,#1a1f30);border-color:#3b425e}.gatescreen__btn:focus-visible{outline-offset:2px;outline:2px solid #5a87ff}.chip{z-index:10;border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);background:#141826eb;border-radius:999px;align-items:center;gap:10px;padding:6px 6px 6px 10px;font-size:12px;display:flex;position:fixed;top:12px;right:12px}.chip__avatar{object-fit:cover;width:32px;height:32px;color:var(--text);background:#2a2f45;border-radius:50%;justify-content:center;align-items:center;font-weight:600;display:flex}.chip__avatar--initial{background:linear-gradient(135deg,#5a87ff,#c45a87)}.chip__meta{line-height:1.2}.chip__name{color:var(--text);font-weight:500}.chip__email{color:var(--muted);font-size:11px}.chip__signout{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:4px 10px;font-size:11px}.chip__signout:hover{color:var(--text);border-color:#3b425e}.drawer{z-index:50;pointer-events:none;visibility:hidden;position:fixed;inset:0}.drawer--open{pointer-events:auto;visibility:visible}.drawer__overlay{cursor:pointer;opacity:0;background:#06080c99;border:0;padding:0;transition:opacity .16s ease-out;position:absolute;inset:0}.drawer--open .drawer__overlay{opacity:1}.drawer__panel{background:var(--panel);border-right:1px solid var(--line);flex-direction:column;width:320px;max-width:88vw;transition:transform .2s ease-out;display:flex;position:absolute;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:8px 0 24px #00000073}.drawer--open .drawer__panel{transform:translate(0)}.drawer__head{height:var(--header-h);border-bottom:1px solid var(--line);align-items:center;padding:0 22px;display:flex}.drawer__brand{letter-spacing:.04em;color:var(--text);font-size:15px;font-weight:600}.drawer__list{flex-direction:column;flex:auto;gap:4px;margin:0;padding:16px 12px;list-style:none;display:flex}.drawer__item{color:var(--muted);border:1px solid #0000;border-radius:8px;flex-direction:column;gap:2px;padding:10px 14px;text-decoration:none;transition:background .1s,border-color .1s,color .1s;display:flex}.drawer__item:hover{color:var(--text);background:#ffffff0a}.drawer__item--active{color:var(--text);background:#f0c05014;border-color:#f0c05059}.drawer__label{font-size:14px;font-weight:500}.drawer__hint{color:var(--muted);letter-spacing:.02em;font-size:11px}.drawer__foot{border-top:1px solid var(--line);padding:14px 18px}.drawer__signout{color:var(--muted);font-size:12px;text-decoration:none}.drawer__signout:hover{color:var(--text)}.page{padding-bottom:32px}.subs{max-width:720px;padding:calc(var(--header-h) + 24px) var(--rail-pad) 32px;margin:0 auto}.subs__head{margin-bottom:18px}.subs__title{color:var(--text);margin:0 0 4px;font-size:22px;font-weight:600}.subs__hint{color:var(--muted);margin:0;font-size:13px}.subs__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.subs__row{border:1px solid var(--line);color:var(--text);background:#ffffff08;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 16px;font-size:15px;text-decoration:none;transition:background .1s,border-color .1s;display:grid}.subs__row:hover{background:#ffffff0f;border-color:#3b425e}.subs__chip{color:#fff;letter-spacing:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:600;display:flex}.subs__name{font-weight:500}.subs__arrow{color:var(--muted);display:inline-flex}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{margin:0}button{font:inherit}
