.ribbon-track { position: relative; display: block; }
.ribbon-track i { position: absolute; top: 0; }
.getting-started { margin: 26px 0 24px; padding: 24px; background: #fffdf8; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.guide-title { display: flex; align-items: flex-start; justify-content: space-between; }
.guide-title h2 { margin: 5px 0 0; font: 400 23px Georgia, "Songti SC", serif; }
.guide-title > span { color: var(--muted); font-size: 11px; }
.getting-started ol { list-style: none; padding: 0; margin: 22px 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; counter-reset: guide; }
.getting-started li { counter-increment: guide; min-height: 118px; padding: 16px; border-radius: 11px; background: #f2eee6; }
.getting-started li::before { content: "0" counter(guide); display: block; margin-bottom: 14px; color: var(--blue); font: 11px ui-monospace, monospace; }
.getting-started li strong { font-size: 14px; }
.getting-started li p, .guide-note { color: var(--muted); font-size: 12px; line-height: 1.65; }
.getting-started code { font-size: 10px; word-break: break-all; }
.guide-note { margin: 0; padding-top: 15px; border-top: 1px solid var(--line); }
.page-view { max-width: 980px; }
.page-header { margin-bottom: 26px; }
.page-header h1 { margin: 5px 0 10px; font: 400 38px Georgia, "Songti SC", serif; }
.page-header p:last-child { color: var(--muted); line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feature-card { min-height: 168px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.feature-card h2 { margin: 7px 0 10px; font: 400 21px Georgia, "Songti SC", serif; }
.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-card .state { display: inline-block; padding: 4px 8px; border-radius: 12px; background: #ebe6dc; color: var(--muted); font-size: 10px; }
.feature-card.available .state { background: var(--blue-soft); color: var(--blue); }
.full-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 18px; }
.full-calendar span { min-height: 72px; padding: 9px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); font-size: 12px; }
.full-calendar .today { border-color: var(--blue); background: var(--blue-soft); }
.settings-list { display: grid; gap: 12px; }
.setting-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.setting-row p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
@media (max-width: 720px) { .getting-started ol, .feature-grid { grid-template-columns: 1fr; } .guide-title { gap: 15px; } }
