:root {
  --ink: #233531;
  --muted: #6f7d78;
  --paper: #edf5f5;
  --line: rgba(35, 53, 49, .38);
  --cream: #fcfbf7;
  --pink: #f7dddd;
  --blue: #e7f5f6;
  --accent: #3e675f;
  font-family: Pretendard, Arial, sans-serif;
  color: var(--ink);
  background: #f4f0e9;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 50% 0%, #fffefa, #f2eee6 70%); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #234f46; outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 99; background: #fff; color: #123; padding: 8px; }
.skip-link:focus { top: 12px; }
.topbar { min-height: 70px; padding: 0 5vw; display: flex; align-items: center; gap: 16px; border-bottom: 1px solid rgba(36,53,48,.12); }
.brand { border: 0; background: transparent; letter-spacing: .18em; color: var(--ink); font-family: "DM Mono", monospace; font-size: .85rem; font-weight: 500; }
.sync-state { margin: 0 auto; color: var(--muted); font-size: .78rem; }
.text-button, .back-button { border: 0; background: transparent; color: var(--muted); font-size: .8rem; padding: 8px 0; }
.screen { width: min(1180px, 92vw); margin: 0 auto; padding: clamp(44px, 8vw, 94px) 0; }
.eyebrow { margin: 0 0 12px; font-family: "DM Mono", monospace; letter-spacing: .14em; color: #65736e; font-size: .68rem; }
h1, h2, .paper-name { font-family: "Nanum Myeongjo", serif; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.1vw, 4.25rem); line-height: 1.23; margin: 0; letter-spacing: -.055em; }
h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.home-intro { text-align: center; margin: 0 auto clamp(44px, 7vw, 78px); }
.home-intro > p:last-child { color: var(--muted); margin: 22px 0 0; font-size: .95rem; }
.layout-picker { display: flex; flex-direction: column; align-items: center; gap: 13px; margin: -35px auto 34px; }.layout-picker-buttons, .focus-chooser { display: flex; padding: 3px; border: 1px solid rgba(49, 78, 73, .28); border-radius: 999px; background: rgba(255,255,255,.33); }.layout-picker button { border: 0; border-radius: 999px; background: transparent; color: #62736d; padding: 7px 13px; font-size: .72rem; }.layout-picker button[aria-pressed="true"] { background: #3e675f; color: #fff; }.focus-chooser { max-width: min(100%, 450px); overflow-x: auto; }.focus-chooser button { white-space: nowrap; }
.tool-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 42px); align-items: center; max-width: 960px; margin: 0 auto; }
.tool-grid[data-layout="single"] { grid-template-columns: minmax(0, 310px); justify-content: center; }.tool-grid[data-layout="single"] > .tool-card { display: none; }.tool-grid[data-layout="single"][data-preview="bullet-point"] > .tool-card.bullet, .tool-grid[data-layout="single"][data-preview="check-list"] > .tool-card.check, .tool-grid[data-layout="single"][data-preview="habit"] > .tool-card.habit { display: block; }
.source-sheet-reference { max-width: 960px; margin: 42px auto 0; color: var(--muted); font-size: .74rem; }.source-sheet-reference summary { width: max-content; margin: 0 auto; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }.source-sheet-reference img { display: block; width: min(100%, 720px); margin: 18px auto 0; border: 1px solid rgba(35,53,49,.12); background: #fff; }
.tool-card { --source-image: url("https://oroda.co.kr/web/product/small/202512/3a1f60bc8245cfb98f7db1765c9d1916.png"); position: relative; width: 100%; aspect-ratio: 355 / 763; min-height: 0; overflow: hidden; padding: 0; border: 0; background-color: var(--cream); background-image: var(--source-image); background-repeat: no-repeat; background-size: 422.54% auto; box-shadow: none; transition: opacity .18s ease; }
.tool-card:hover { transform: none; filter: none; opacity: .94; }
.tool-card.bullet { background-position: 11.62% 49.77%; }.tool-card.check { background-position: 49.87% 49.77%; }.tool-card.habit { background-position: 88.21% 49.77%; }
.tool-card > * { visibility: hidden; }
.pin { width: 20px; height: 20px; border-radius: 50%; background: #9a7041; position: absolute; top: 25px; left: calc(50% - 10px); box-shadow: inset 2px 2px 3px rgba(255,255,255,.36), 1px 1px 1px rgba(0,0,0,.25); }
.check .pin { background: #83463c; }.habit .pin { background: #213936; }
.paper-name { display: block; width: max-content; max-width: 100%; margin: 0 auto 25px; padding: 7px 24px; border: 1px solid currentColor; border-radius: 50%; font-size: 1.2rem; }
.paper-date { display: block; margin: 0 0 21px; font-family: "Nanum Myeongjo", serif; font-size: .72rem; letter-spacing: .08em; }
.paper-lines, .check-lines, .preview-check-rows, .preview-bullet-rows { display: block; height: 292px; background: repeating-linear-gradient(to bottom, transparent 0 38px, rgba(73,78,75,.26) 39px 40px); }
.bullet-lines { background-image: linear-gradient(to right, transparent 24%, rgba(73,78,75,.19) 24% 24.5%, transparent 24.5%), repeating-linear-gradient(to bottom, transparent 0 38px, rgba(73,78,75,.26) 39px 40px); }
.check-band { display: block; height: 32px; background: rgba(234,185,186,.35); margin-bottom: 12px; }
.check-lines { height: 274px; background-image: repeating-linear-gradient(to bottom, transparent 0 40px, rgba(123,76,75,.31) 41px 42px); }
.paper-memo { position: absolute; bottom: 58px; font-weight: 700; font-size: .85rem; }.card-caption { position: absolute; bottom: 24px; left: 30px; right: 20px; font-size: .72rem; color: #67736f; }
.mini-table { display: block; height: 236px; margin: 26px 0; border: 1px solid rgba(32,63,63,.5); background: repeating-linear-gradient(to bottom, transparent 0 22px, rgba(32,63,63,.44) 23px 24px), repeating-linear-gradient(to right, transparent 0 30px, rgba(32,63,63,.38) 31px 32px); }
.mini-feedback, .mini-mood { display: block; margin-top: 20px; font-weight: 700; font-size: .78rem; }.mini-mood { margin-top: 48px; }
.screen-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 24px; margin-bottom: 30px; }.screen-heading > .back-button { align-self: start; justify-self: start; }.screen-heading > div:nth-child(2) { text-align: center; }.week-control { justify-self: end; display: flex; border-bottom: 1px solid var(--line); }.week-control button { border: 0; background: transparent; padding: 9px 10px; color: var(--ink); font-size: .8rem; }
.habit-sheet { width: min(100%, 690px); margin: 0 auto; background: var(--blue); padding: clamp(23px, 4vw, 42px); box-shadow: 0 4px 9px rgba(60,76,75,.13); }.sheet-topline { display: flex; align-items: baseline; gap: 15px; padding-bottom: 19px; font-family: "DM Mono", monospace; font-size: .65rem; }.sheet-topline input[type="date"] { width: 126px; padding: 0 0 2px; border: 0; border-bottom: 1px solid rgba(35,53,49,.42); background: transparent; color: var(--ink); font-family: "Nanum Myeongjo", serif; font-size: .8rem; }.sheet-topline strong { font-family: "Nanum Myeongjo", serif; font-size: .76rem; font-weight: 400; }.sheet-topline span:last-child { margin-left: auto; }.sheet-hint { display: none; }
.habit-table-wrap, .mood-table-wrap { overflow-x: auto; }.habit-table, .mood-table { width: 100%; min-width: 560px; border-collapse: collapse; table-layout: fixed; }.habit-table th, .habit-table td, .mood-table th, .mood-table td { border-bottom: 1px solid rgba(35,53,49,.43); border-right: 1px solid rgba(35,53,49,.43); }.habit-table th:last-child, .habit-table td:last-child, .mood-table th:last-child, .mood-table td:last-child { border-right: 0; }.habit-table thead th { height: 23px; background: transparent; color: var(--ink); font-size: .56rem; font-weight: 500; letter-spacing: .08em; }.habit-table thead th:first-child { width: 42%; padding-left: 10px; background: rgba(32,51,49,.86); color: #fff; text-align: left; }.habit-table tbody th { height: 30px; padding: 2px 7px; background: rgba(214,236,237,.98); text-align: left; }.total-head, .total-cell { background: rgba(62,103,95,.13); color: #345b54; font-weight: 700; text-align: center; }.habit-name { width: calc(100% - 55px); border: 0; background: transparent; color: var(--ink); font-size: .69rem; }.habit-unit { width: 52px; border: 0; background: transparent; text-align: right; color: #71817b; font-size: .61rem; }.check-cell { text-align: center; }.check-cell button { width: 15px; height: 15px; padding: 0; border: 1px solid #77908d; background: transparent; border-radius: 1px; color: transparent; font-size: .65rem; }.check-cell button[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
.feedback-section { margin-top: 31px; }.feedback-section label { display: block; padding-bottom: 9px; border-bottom: 1px solid rgba(35,53,49,.43); font-family: Pretendard, Arial, sans-serif; font-weight: 700; font-size: .72rem; }.feedback-section textarea { display: block; width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(35,53,49,.43); resize: vertical; min-height: 74px; background: transparent; color: var(--ink); font-size: .73rem; line-height: 1.6; }.feedback-section textarea::placeholder { color: #87938e; }
.mood-section { margin-top: 31px; }.section-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 11px; }.section-title-row h2 { font-family: Pretendard, Arial, sans-serif; font-size: .72rem; }.section-title-row p { display: none; }.month-summary { font-size: .66rem; color: #506964; white-space: nowrap; }.mood-table { min-width: 560px; }.mood-table thead th { height: 21px; background: transparent; color: var(--ink); font-size: .53rem; font-weight: 500; }.mood-table thead th:first-child { width: 16%; padding-left: 1em; text-align: left; background: rgba(32,51,49,.86); color: #fff; }.mood-table tbody th { text-align: left; padding: 7px 0 7px 1em; background: rgba(214,236,237,.98); font-size: .61rem; font-weight: 500; }.mood-table td { height: 27px; text-align: center; }.mood-table button { width: 13px; height: 13px; border: 1px solid #77908d; border-radius: 50%; padding: 0; background: transparent; }.mood-table button[data-score="3"][aria-pressed="true"] { background: #517d68; }.mood-table button[data-score="2"][aria-pressed="true"] { background: #b89958; }.mood-table button[data-score="1"][aria-pressed="true"] { background: #b56c68; }
.canvas-details { margin-top: 18px; border-top: 1px solid rgba(35,53,49,.35); padding-top: 9px; }.canvas-details summary { color: #506964; cursor: pointer; font-size: .65rem; }.mood-canvas-toolbar { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }.mood-canvas-toolbar button, .mood-canvas-toolbar label { min-height: 27px; border: 1px solid rgba(50,84,78,.43); background: rgba(255,255,255,.2); color: var(--ink); padding: 4px 7px; font-size: .64rem; }.mood-canvas-toolbar button.active { background: var(--accent); color: #fff; }.pen-size-picker { display: inline-flex; }.pen-size-picker button + button { margin-left: -1px; }.pen-size-picker button:first-child { border-radius: 3px 0 0 3px; }.pen-size-picker button:last-child { border-radius: 0 3px 3px 0; }.mood-canvas-toolbar label { display: flex; align-items: center; gap: 5px; }.mood-canvas-toolbar input[type="color"] { width: 20px; height: 17px; border: 0; padding: 0; background: none; }.mood-canvas-toolbar input[type="text"] { width: 150px; border: 0; border-bottom: 1px solid #82938e; background: transparent; padding: 2px; font-size: .64rem; }.mood-canvas-frame { position: relative; height: 180px; margin-top: 9px; border-top: 1px solid rgba(35,53,49,.43); border-bottom: 1px solid rgba(35,53,49,.43); background: repeating-linear-gradient(to bottom, transparent 0 35px, rgba(58,85,80,.12) 36px 37px); touch-action: none; }.mood-canvas-frame canvas { width: 100%; height: 100%; display: block; cursor: crosshair; }.canvas-help { position: absolute; right: 10px; bottom: 7px; margin: 0; color: rgba(49,78,73,.62); font-size: .6rem; pointer-events: none; }
.monthly-section { display: grid; grid-template-columns: 1fr 1.7fr; gap: clamp(28px, 6vw, 70px); align-items: center; padding: clamp(38px, 7vw, 76px) 4vw; }.chart-mode-picker { display: inline-flex; margin-top: 16px; padding: 2px; border: 1px solid rgba(49,78,73,.28); border-radius: 999px; }.chart-mode-picker button { border: 0; border-radius: 999px; padding: 5px 11px; background: transparent; color: #62736d; font-size: .68rem; }.chart-mode-picker button[aria-pressed="true"] { background: var(--accent); color: #fff; }.mood-chart { min-height: 145px; padding: 10px 0; }.chart-empty { color: var(--muted); font-size: .84rem; }.chart-svg { width: 100%; height: 170px; overflow: visible; }.chart-line { fill: none; stroke: #3f7065; stroke-width: 2.3; }.chart-grid { stroke: rgba(57,86,80,.18); stroke-width: 1; }.chart-dot { fill: #3f7065; }.chart-label { fill: #62736d; font-family: "DM Mono", monospace; font-size: 9px; }
.coming-screen { text-align: center; }.coming-screen .back-button { display: block; margin-bottom: 20px; }.preview-sheet { position: relative; width: min(390px, 92vw); height: 585px; margin: 0 auto; text-align: left; padding: 75px 35px 35px; box-shadow: 6px 9px 14px rgba(48,40,31,.16); }.preview-check { background: var(--pink); }.preview-bullet { background: var(--cream); }.preview-sheet .paper-memo { bottom: 35px; }.preview-band { height: 35px; background: rgba(234,185,186,.36); margin-top: 20px; }.preview-check-rows { height: 330px; background-image: repeating-linear-gradient(to bottom, transparent 0 41px, rgba(123,76,75,.31) 42px 43px); }.preview-bullet-rows { margin-top: 22px; height: 336px; background-image: linear-gradient(to right, transparent 24%, rgba(73,78,75,.19) 24% 24.5%, transparent 24.5%), repeating-linear-gradient(to bottom, transparent 0 41px, rgba(73,78,75,.26) 42px 43px); }.coming-copy { color: var(--muted); font-size: .85rem; margin-top: 27px; }
@media (max-width: 760px) { .topbar { padding: 0 5vw; }.sync-state { display: none; }.text-button { margin-left: auto; }.layout-picker { margin-top: -26px; }.tool-grid { grid-template-columns: 1fr; max-width: 315px; }.tool-grid[data-layout="single"] { grid-template-columns: minmax(0, 315px); }.tool-grid[data-layout="all"][data-preview="bullet-point"] > .tool-card.bullet, .tool-grid[data-layout="all"][data-preview="check-list"] > .tool-card.check, .tool-grid[data-layout="all"][data-preview="habit"] > .tool-card.habit { order: -1; }.screen-heading { grid-template-columns: 1fr auto; align-items: start; }.screen-heading > div:nth-child(2) { grid-column: 1 / -1; grid-row: 1; text-align: left; }.screen-heading > .back-button { grid-row: 2; }.week-control { grid-row: 2; }.habit-sheet { width: calc(100% + 8vw); margin-left: -4vw; margin-right: -4vw; }.sheet-topline { gap: 10px; flex-wrap: wrap; }.sheet-topline span:last-child { margin-left: 0; }.habit-table-wrap, .mood-table-wrap { overflow-x: auto; overscroll-behavior-x: contain; }.habit-table, .mood-table { --fixed-column: 142px; --day-column: 56px; width: var(--mobile-table-width, 534px); min-width: var(--mobile-table-width, 534px); }.habit-table thead th:first-child, .habit-table tbody th, .mood-table thead th:first-child, .mood-table tbody th { position: sticky; left: 0; z-index: 2; background: rgba(214,236,237,.98); box-shadow: 5px 0 7px rgba(35,53,49,.12); }.habit-table thead th:first-child, .mood-table thead th:first-child { width: var(--fixed-column); z-index: 4; background: rgba(32,51,49,.86); color: #fff; }.habit-table tbody th, .mood-table tbody th { width: var(--fixed-column); }.habit-table thead th:not(:first-child):not(.total-head), .habit-table td:not(.total-cell), .mood-table thead th:not(:first-child):not(.total-head), .mood-table td:not(.total-cell) { width: var(--day-column); min-width: var(--day-column); }.total-head, .total-cell { width: 46px; min-width: 46px; }.habit-table tbody th { padding-left: 5px; padding-right: 5px; }.habit-name { width: calc(100% - 40px); font-size: .63rem; }.habit-unit { width: 38px; font-size: .55rem; }.section-title-row, .monthly-section { display: block; }.month-summary { display: block; margin-top: 12px; }.monthly-section { padding-left: 0; padding-right: 0; }.mood-chart { margin-top: 20px; }.mood-canvas-toolbar input[type="text"] { width: 130px; }.canvas-help { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }
