/* Devspace changelog v2 */
.log2-page{
  --log-ink:#171916;
  --log-muted:#687069;
  --log-faint:#929892;
  --log-line:#dde0db;
  --log-soft:#f1f2ee;
  --log-green:#1f7658;
  --log-green-dark:#173e2d;
  --log-green-soft:#e1f0e8;
  background:#f7f7f3;
  color:var(--log-ink);
  font-family:"Segoe UI Variable Text","Segoe UI","PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;
}
.log2-page .site-header{background:rgba(255,255,252,.96);border-bottom:1px solid rgba(26,33,28,.08)}
.log2-page .header-shell{max-width:1500px}
.log2-page .page-footer{margin-top:0;background:#eff0eb}

.log2-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:90px;align-items:end;padding:86px 0 58px}
.log2-kicker{display:block;margin-bottom:18px;color:var(--log-green);font-size:10px;font-weight:820;letter-spacing:.18em}
.log2-hero h1{max-width:830px;margin:0;font-size:clamp(54px,6vw,84px);line-height:.98;letter-spacing:-.068em;font-weight:650}
.log2-hero-copy>p{max-width:650px;margin:24px 0 0;color:var(--log-muted);font-size:16px;line-height:1.72}
.log2-hero-meta{display:grid;border-top:1px solid var(--log-line)}
.log2-hero-meta>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;align-items:center;min-height:68px;border-bottom:1px solid var(--log-line)}
.log2-hero-meta span{color:var(--log-faint);font-size:10px}.log2-hero-meta strong{font-size:12px;font-weight:650}

.log2-tools{position:sticky;top:64px;z-index:85;border-top:1px solid var(--log-line);border-bottom:1px solid var(--log-line);background:rgba(247,247,243,.94);backdrop-filter:blur(18px)}
.log2-tools-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.log2-search{width:min(470px,42vw);height:44px;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #d8dcd7;border-radius:11px;background:#fff}
.log2-search svg{width:17px;height:17px;flex:none;color:#727a74}.log2-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font:inherit;font-size:11px}.log2-search input::placeholder{color:#9ba19d}.log2-search kbd{padding:4px 7px;border:1px solid #dce0db;border-radius:6px;background:#f6f7f4;color:#8a918c;font:8px ui-monospace,SFMono-Regular,Consolas,monospace}
.log2-filters{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.log2-filters button{height:34px;padding:0 13px;border:1px solid transparent;border-radius:999px;background:transparent;color:#6d756f;font-size:10px}.log2-filters button:hover{background:#eceee9}.log2-filters button.active{border-color:#cfe2d8;background:#e1eee7;color:#184b37;font-weight:720}

.log2-featured{display:grid;grid-template-columns:minmax(390px,.85fr) minmax(580px,1.15fr);gap:72px;align-items:center;margin-top:72px;padding:56px;border:1px solid #dce0db;border-radius:24px;background:linear-gradient(135deg,#e7f2eb 0%,#f3efe3 48%,#e7eeee 100%);box-shadow:0 30px 75px rgba(27,42,33,.08)}
.log2-entry-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.log2-entry-meta time{margin-right:5px;color:#737a75;font-size:10px;font-variant-numeric:tabular-nums}
.log2-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:8px;font-weight:720}.log2-tag.desktop{background:#e1efe8;color:#1e7556}.log2-tag.workflow{background:#e7ecf9;color:#506995}.log2-tag.docs{background:#efe9df;color:#7a6747}.log2-tag.extensions{background:#ece7f8;color:#6b5796}
.log2-featured-label{display:block;margin-top:38px;color:#2a785c;font-size:9px;font-weight:820;letter-spacing:.16em}.log2-featured h2{max-width:610px;margin:14px 0 0;font-size:42px;line-height:1.08;letter-spacing:-.052em}.log2-featured-copy>p{max-width:620px;margin:19px 0 0;color:#626b65;font-size:12px;line-height:1.72}.log2-featured-copy ul{margin:22px 0 0;padding:0;list-style:none}.log2-featured-copy li{position:relative;margin-top:11px;padding-left:17px;color:#5d655f;font-size:10px;line-height:1.55}.log2-featured-copy li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#27825f}

.log2-featured-visual{border:1px solid rgba(30,45,36,.13);border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 24px 60px rgba(26,43,32,.14)}
.log2-window-top{height:42px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 14px;border-bottom:1px solid #e5e8e3;background:#f8f8f6;color:#7c837e;font-size:8px}.log2-window-top>span{display:flex;gap:5px}.log2-window-top i{width:7px;height:7px;border-radius:50%;background:#c8cbc7}.log2-window-top i:nth-child(1){background:#d8a39c}.log2-window-top i:nth-child(2){background:#d9c493}.log2-window-top i:nth-child(3){background:#94c1aa}.log2-window-top>b{font-weight:600}.log2-window-top>em{justify-self:end;color:#2a7b5b;font-style:normal;font-weight:700}
.log2-window-body{height:390px;display:grid;grid-template-columns:60px minmax(0,1fr)}
.log2-window-body>aside{display:flex;flex-direction:column;align-items:center;gap:7px;padding:15px 7px;border-right:1px solid #e6e8e4;background:#f4f5f1}.log2-window-body>aside strong{width:30px;height:30px;margin-bottom:12px;border-radius:9px;display:grid;place-items:center;background:#183e2d;color:#fff;font-size:10px}.log2-window-body>aside span{width:43px;height:28px;border-radius:7px;display:grid;place-items:center;color:#858c87;font-size:7px}.log2-window-body>aside span.active{background:#dcebe3;color:#194b37;font-weight:700}
.log2-board{padding:20px 18px;background:#fbfbf9}.log2-board>header{display:flex;justify-content:space-between;align-items:end}.log2-board header small{color:#909792;font-size:7px;letter-spacing:.1em}.log2-board header h3{margin:5px 0 0;font-size:17px}.log2-board header button{height:30px;padding:0 10px;border:0;border-radius:8px;background:#173e2d;color:#fff;font-size:7px}.log2-board-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.log2-board-columns>section{min-width:0}.log2-column-head{display:flex;justify-content:space-between;align-items:center;padding:0 3px 8px;color:#6f7771;font-size:8px}.log2-column-head b{width:19px;height:19px;border-radius:6px;display:grid;place-items:center;background:#eceeea;color:#858c87;font-size:7px}.log2-board article{min-height:205px;padding:13px;border:1px solid #e1e4df;border-radius:11px;background:#fff}.log2-board article.active{border-color:#94bca9;box-shadow:0 12px 30px rgba(28,62,45,.1)}.log2-board article>small{display:inline-flex;padding:4px 6px;border-radius:6px;background:#e5f1ea;color:#227557;font-size:6px}.log2-board article>strong{display:block;margin-top:13px;font-size:9px;line-height:1.4}.log2-board article>p{margin:8px 0 0;color:#858c87;font-size:7px;line-height:1.5}.log2-board article>footer{display:flex;justify-content:space-between;gap:7px;margin-top:28px;padding-top:10px;border-top:1px solid #eceeea;color:#868d88;font-size:6px}.log2-board article>footer b{color:#35785d;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.log2-layout{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:80px;padding:92px 0 120px;align-items:start}
.log2-stream{min-width:0}.log2-month{scroll-margin-top:154px}.log2-month+.log2-month{margin-top:86px}.log2-month-head{display:flex;align-items:baseline;gap:14px;padding-bottom:18px;border-bottom:1px solid #d9ddd8}.log2-month-head span{color:#8b928d;font-size:10px;font-weight:720;letter-spacing:.1em}.log2-month-head h2{margin:0;font-size:30px;letter-spacing:-.04em}
.log2-entry{display:grid;grid-template-columns:92px minmax(0,1fr);gap:26px;padding:38px 0;border-bottom:1px solid #dde0db}.log2-entry.hidden,.log2-featured.hidden{display:none}.log2-entry-date{position:relative;color:#858c87;font-size:10px;font-variant-numeric:tabular-nums}.log2-entry-date i{position:absolute;right:-17px;top:5px;width:7px;height:7px;border-radius:50%;background:#2b8462;box-shadow:0 0 0 4px #e1efe8}.log2-entry-date:after{content:"";position:absolute;right:-14px;top:12px;bottom:-44px;width:1px;background:#dce0db}.log2-entry:last-child .log2-entry-date:after{display:none}.log2-entry-body h3{max-width:840px;margin:15px 0 0;font-size:25px;line-height:1.2;letter-spacing:-.035em}.log2-entry-body>p{max-width:800px;margin:13px 0 0;color:#68716b;font-size:11px;line-height:1.75}.log2-entry-body code{padding:2px 5px;border:1px solid #dce0db;border-radius:5px;background:#f2f3ef;font:9px ui-monospace,SFMono-Regular,Consolas,monospace}.log2-entry details{margin-top:18px}.log2-entry summary{width:max-content;color:#1e7455;font-size:9px;font-weight:720;cursor:pointer;list-style:none}.log2-entry summary::-webkit-details-marker{display:none}.log2-entry summary:after{content:"＋";margin-left:7px}.log2-entry details[open] summary:after{content:"−"}.log2-entry details ul{margin:17px 0 0;padding:16px 18px 16px 34px;border-radius:11px;background:#f0f2ed;color:#626a64;font-size:10px;line-height:1.75}.log2-entry.planned .log2-entry-date i{background:#a2a8a3;box-shadow:0 0 0 4px #eceeeb}
.log2-empty{padding:28px;border:1px dashed #cfd3ce;border-radius:13px;text-align:center;color:#7e8580;font-size:11px;background:#fff}

.log2-aside{position:sticky;top:158px}.log2-aside-card{padding-left:20px;border-left:1px solid #d9ddd8}.log2-aside-card>span{display:block;margin-bottom:12px;color:#919792;font-size:9px;font-weight:720;letter-spacing:.1em}.log2-aside-card a{display:block;padding:8px 0;color:#858c87;font-size:10px}.log2-aside-card a.active{color:#171916;font-weight:700}.log2-aside-card a.active:before{content:"";display:inline-block;width:3px;height:16px;margin:0 11px -4px -22px;background:#173e2d}.log2-aside-note{display:grid;grid-template-columns:8px 1fr;gap:9px;margin-top:28px;padding:14px;border:1px solid #dde0db;border-radius:11px;background:#fff}.log2-aside-note i{width:7px;height:7px;margin-top:3px;border-radius:50%;background:#29a378;box-shadow:0 0 0 4px #e4f3ec}.log2-aside-note p{margin:0;color:#7a827c;font-size:8px;line-height:1.55}

@media(min-width:1320px){.log2-page .header-actions{padding-right:72px}}
@media(max-width:1180px){
  .log2-page .header-actions{padding-right:0}.log2-hero{grid-template-columns:1fr;gap:48px}.log2-hero-meta{grid-template-columns:repeat(3,1fr)}.log2-hero-meta>div{grid-template-columns:1fr;gap:6px;padding:15px;border-right:1px solid var(--log-line)}.log2-hero-meta>div:last-child{border-right:0}
  .log2-featured{grid-template-columns:1fr;gap:45px;padding:44px}.log2-featured-copy{max-width:760px}.log2-featured-visual{max-width:860px}
  .log2-layout{grid-template-columns:1fr}.log2-aside{display:none}
}
@media(max-width:820px){
  .log2-tools{top:60px}.log2-tools-inner{align-items:stretch;flex-direction:column;padding:14px 0}.log2-search{width:100%}.log2-filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.log2-filters button{white-space:nowrap}
  .log2-hero{padding-top:58px}.log2-hero h1{font-size:52px}.log2-hero-meta{grid-template-columns:1fr}.log2-hero-meta>div{grid-template-columns:110px 1fr;border-right:0}
  .log2-featured{margin-top:50px;padding:30px;border-radius:18px}.log2-featured h2{font-size:34px}.log2-window-body{height:360px}.log2-board-columns{gap:7px}.log2-board article{padding:10px}
  .log2-layout{padding-top:68px}.log2-entry{grid-template-columns:72px minmax(0,1fr);gap:20px}.log2-entry-date i{right:-14px}.log2-entry-date:after{right:-11px}
}
@media(max-width:620px){
  .log2-hero{padding:44px 0}.log2-kicker{font-size:9px}.log2-hero h1{font-size:42px}.log2-hero-copy>p{font-size:14px}.log2-hero-meta>div{grid-template-columns:90px 1fr}
  .log2-featured{width:calc(100% - 20px);padding:23px}.log2-featured-label{margin-top:28px}.log2-featured h2{font-size:30px}.log2-window-top{grid-template-columns:1fr auto}.log2-window-top>b{display:none}.log2-window-body{height:auto;grid-template-columns:48px minmax(0,1fr)}.log2-window-body>aside{padding-left:4px;padding-right:4px}.log2-window-body>aside span{width:37px}.log2-board{padding:16px 12px}.log2-board-columns{grid-template-columns:1fr}.log2-board-columns>section:nth-child(1),.log2-board-columns>section:nth-child(3){display:none}.log2-board article{min-height:190px}
  .log2-layout{width:calc(100% - 28px);padding-bottom:84px}.log2-month+.log2-month{margin-top:66px}.log2-month-head h2{font-size:26px}.log2-entry{grid-template-columns:1fr;padding:30px 0}.log2-entry-date{display:flex;align-items:center;gap:8px}.log2-entry-date i{position:static}.log2-entry-date:after{display:none}.log2-entry-body h3{font-size:22px}.log2-entry-body>p{font-size:10px}
}
