:root { color-scheme: light; --ink: #20211f; --muted: #676a63; --line: #dedfd9; --paper: #f8f8f5; --panel: #fff; --accent: #3f635f; --night: #20211f; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }.topbar { position: fixed; z-index: 10; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 52px; padding: 0 4vw; background: var(--night); color: #f7f7f4; font-size: .88rem; font-weight: 700; letter-spacing: .01em; }.topbar a { text-decoration: none; }.topbar a:hover { text-decoration: underline; text-underline-offset: 4px; }
main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 132px 0 80px; }.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; } h1, h2, h3, p { margin-top: 0; } h1 { margin-bottom: 22px; font-size: clamp(1.9rem, 3.2vw, 2.75rem); line-height: 1.04; letter-spacing: -.055em; } h2 { margin-bottom: 20px; font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.045em; line-height: 1.18; }
.lead { margin-bottom: 30px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); }.lead p { margin: 0 0 1rem; }.lead p:last-child { margin-bottom: 0; }.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 72px; }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 2px 18px 0; border: 1px solid var(--ink); font-weight: 800; line-height: 1; text-decoration: none; }.button.primary { background: var(--ink); color: white; }.button:hover { transform: translateY(-2px); } section { padding: 62px 0; border-top: 1px solid var(--line); }
.steps { display: grid; gap: 18px; grid-template-columns: 1fr; }.card { padding: 26px; border: 1px solid var(--line); background: var(--panel); }.card h3 { margin-bottom: 8px; font-size: 1.08rem; }.card p { margin-bottom: 0; color: var(--muted); }
.screenshot-carousel { position: relative; overflow: hidden; background: #20211f; }.screenshot-slide { display: none; position: relative; aspect-ratio: 16 / 10; color: white; text-decoration: none; }.screenshot-slide.is-active { display: block; }.screenshot-slide img { display: block; width: 100%; height: 100%; object-fit: contain; }.carousel-control { position: absolute; z-index: 1; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(0,0,0,.32); color: white; cursor: pointer; font-size: 1.25rem; transform: translateY(-50%); }.carousel-control:hover { background: rgba(0,0,0,.68); }.carousel-control.previous { left: 14px; }.carousel-control.next { right: 14px; }.carousel-dots { position: absolute; z-index: 1; right: 0; bottom: 16px; left: 0; display: flex; justify-content: center; gap: 8px; }.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.5); cursor: pointer; }.carousel-dot.is-active { background: white; transform: scale(1.25); }
.step-number { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-bottom: 16px; border-radius: 50%; background: #e5ece8; color: var(--accent); font-size: .82rem; font-weight: 800; }.step-screenshot { display: grid; min-height: 120px; margin: -26px -26px 26px; place-items: center; overflow: hidden; background: #efefea; }.step-screenshot::before { content: "설치 스크린샷 준비 중"; color: #858780; font-size: .82rem; }.step-screenshot:has(img) { min-height: 0; }.step-screenshot:has(img)::before { content: none; }.step-screenshot img { display: block; max-width: 100%; height: auto; margin: 0 auto; }.step-screenshot-pair { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: 16px; }.step-screenshot-pair::before { content: none; }.step-screenshot-item { display: grid; min-height: 100px; place-items: center; background: #e7e7e1; }.step-screenshot-item::before { content: "스크린샷 준비 중"; color: #858780; font-size: .82rem; }.step-screenshot-item:has(img)::before { content: none; }.step-screenshot-item img { max-width: 100%; height: auto; }
code { padding: .12em .34em; background: #ecece7; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; } table { width: 100%; table-layout: fixed; border-collapse: collapse; background: var(--panel); } th, td { padding: 14px 16px 11px; border: 1px solid var(--line); text-align: left; } th:first-child, td:first-child { white-space: nowrap; } th { background: #efefea; font-size: .85rem; }
.feedback { background: #e8eeea; padding: clamp(24px,5vw,52px); }.feedback p { color: var(--muted); }.feedback-form { display: grid; width: 100%; gap: 16px; margin-top: 28px; }.feedback-form > label { display: grid; gap: 7px; color: #36534a; font-size: .86rem; font-weight: 800; }.feedback-form input[type="text"],.feedback-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #b9c8be; border-radius: 0; background: rgba(255,255,255,.82); color: var(--ink); font: inherit; }.feedback-form textarea { min-height: 150px; resize: vertical; }.feedback-form input:focus,.feedback-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 2px; }.feedback-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; border: 0; }.feedback-tags legend { width: 100%; margin-bottom: 2px; color: #36534a; font-size: .86rem; font-weight: 800; }.feedback-tags label { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 72px; min-height: 40px; padding: 0 14px; border: 1px solid #b9c8be; background: rgba(255,255,255,.55); color: #36534a; cursor: pointer; font-size: .9rem; font-weight: 700; }.feedback-tags label:has(input:checked) { border-color: var(--accent); background: var(--accent); color: white; }.feedback-tags label:has(input:focus-visible) { outline: 2px solid var(--accent); outline-offset: 2px; }.feedback-tags input { position: absolute; opacity: 0; }.feedback-form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }.feedback-form-actions .button { border: 0; cursor: pointer; }.feedback-form-actions .button:disabled { cursor: not-allowed; opacity: .45; }.feedback-form-actions .button:disabled:hover { transform: none; }.feedback-form-actions a.button { border: 1px solid var(--ink); }.feedback-status { margin: 0; color: var(--muted); font-size: .88rem; }.feedback-status.is-error { color: #a13b32; }.feedback-status.is-success { color: #285c49; } footer { padding: 28px 0 0; color: var(--muted); font-size: .82rem; }
@media (max-width: 700px) { main { width: min(100% - 28px,1120px); padding-top: 106px; }.step-screenshot-pair { grid-template-columns: 1fr; } }
