:root {
  --paper:#f8f9fb;
  --white:#fff;
  --ink:#202a3d;
  --green:#263b73;
  --muted:#687386;
  --border:#e3e7ef;
  --lime:#e8f3b2;
  --orange:#ae4f2b;
  font-family:-apple-system,BlinkMacSystemFont,'Apple SD Gothic Neo','Noto Sans KR',sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  line-height:1.5}
* {
  box-sizing:border-box}
body {
  margin:0}
button,input,textarea,select {
  font:inherit}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent}
button,a {
  touch-action:manipulation}
button {
  cursor:pointer}
button:disabled {
  cursor:not-allowed;
  opacity:.45}
a {
  color:inherit}
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #597bce;
  outline-offset:4px}
button {
  transition:background .15s,transform .15s}
button:active:not(:disabled) {
  transform:translateY(1px)}
svg {
  width:24px;
  height:24px;
  vertical-align:middle;
  flex-shrink:0}
[hidden] {
  display:none!important}

.service-header {
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 max(32px,calc((100vw - 1200px)/2));
  height:86px;
  border-bottom:1px solid var(--border);
  background:white}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:25px;
  letter-spacing:-1px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap}
.brand-mark {
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  background:var(--ink);
  border-radius:13px;
  color:white;
  font-size:27px;
  letter-spacing:-2px;
  padding-right:2px;
  font-family:Georgia,serif}
.brand-mark {
  position:relative}
.brand-mark::after {
  content:"";
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--lime);
  right:4px;
  top:5px}
.beta {
  font-size:9px;
  letter-spacing:1px;
  color:var(--muted);
  align-self:flex-start;
  margin-top:7px}
.brand-divider,.current-service {
  display:none}
.service-header nav {
  display:flex;
  gap:8px;
  margin:0 auto}
.nav-item {
  display:flex;
  align-items:center;
  gap:8px;
  padding:12px 18px;
  border-radius:12px;
  color:var(--muted);
  text-decoration:none;
  font-size:14px;
  font-weight:600}
.nav-item svg {
  width:18px;
  height:18px}
.nav-item:hover {
  background:#f4f6fa}
.nav-item.active {
  background:#edf1fa;
  color:var(--green)}
.engine {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  color:var(--muted)}
.dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#5c8370}
main {
  max-width:1200px;
  margin:auto;
  padding:52px 32px 0}
header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:30px}
.eyebrow {
  display:flex;
  align-items:center;
  gap:8px;
  color:#65704b;
  font-size:12px;
  font-weight:650;
  letter-spacing:.3px;
  margin-bottom:15px}
.eyebrow>span {
  width:7px;
  height:7px;
  background:#a5bc58;
  border-radius:50%}
h1 {
  font-size:40px;
  line-height:1.3;
  letter-spacing:-1.9px;
  margin:0 0 14px;
  font-weight:750}
header p {
  font-size:14px;
  color:var(--muted);
  margin:0;
  line-height:1.8}
h2 {
  font-size:19px;
  letter-spacing:-.6px;
  margin:0;
  font-weight:700}
h3 {
  font-size:17px;
  letter-spacing:-.4px}
h4 {
  font-size:14px;
  margin:0 0 14px;
  line-height:1.7}
.primary,.secondary {
  min-height:46px;
  border:1px solid var(--green);
  border-radius:11px;
  padding:12px 19px;
  font-size:13px;
  font-weight:650;
  white-space:nowrap}
.primary {
  background:var(--green);
  color:white}
.primary:hover:not(:disabled) {
  background:#1c2e59}
.primary span {
  margin-left:18px}
.secondary {
  background:white;
  color:var(--green);
  border-color:#cbd3e2}
.secondary:hover {
  background:#f0f3f9}
header>.primary {
  background:white;
  border-color:#cdd5e4;
  color:var(--ink)}
.hint {
  font-size:12px;
  color:var(--muted);
  line-height:1.8}
.tiny {
  font-size:10px;
  letter-spacing:1.4px;
  font-weight:700;
  color:var(--muted)}
.flow-steps {
  display:flex;
  align-items:center;
  gap:24px;
  padding:17px 0 22px;
  font-size:12px;
  color:var(--muted)}
.flow-steps b {
  font-size:10px;
  background:#e9edf4;
  color:#495976;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  margin-right:8px}
.flow-steps>span:first-child {
  color:var(--ink);
  font-weight:650}
.flow-steps>span:first-child b {
  background:var(--ink);
  color:white}
.flow-steps i {
  font-style:normal;
  color:#adb6c5}
.compare-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:24px;
  align-items:stretch}
.workspace {
  background:white;
  border:1px solid var(--border);
  border-radius:20px;
  padding:30px;
  box-shadow:0 4px 20px #20304a03}
.section-head {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px}
.step-number {
  font-size:11px;
  color:#74809a;
  margin-right:9px;
  font-weight:600}
.conditions {
  display:grid;
  gap:10px;
  margin-top:22px}
.conditions label {
  display:flex;
  align-items:center;
  gap:15px;
  border:1px solid var(--border);
  border-radius:11px;
  background:#f9fafc;
  padding:0 16px}
.conditions label>span {
  font-size:11px;
  color:#7b88a0}
.conditions input {
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  padding:15px 0;
  font-size:14px}
.conditions label:focus-within {
  border-color:#7c94c6;
  box-shadow:0 0 0 3px #edf1fa}
.candidates-head {
  margin:30px 0 18px}
.candidate-picker {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px}
.pick {
  display:flex;
  gap:10px;
  align-items:center;
  position:relative;
  border:1px solid var(--border);
  border-radius:13px;
  padding:18px 13px;
  cursor:pointer;
  min-width:0}
.pick:hover {
  border-color:#a1b1cf}
.pick.picked,.pick:has(input:checked) {
  background:#f3f6fc;
  border-color:#899dc5}
.pick input {
  width:17px;
  height:17px;
  accent-color:var(--green);
  flex-shrink:0}
.pick strong {
  display:block;
  font-size:13px;
  line-height:1.6;
  overflow-wrap:anywhere}
.pick small {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:5px}
.object-icon {
  display:grid;
  place-items:center;
  color:#697995}
.object-icon svg {
  width:28px;
  height:34px}
.run-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid var(--border)}
.compare-layout .run-row {
  flex-wrap:wrap}
.compare-layout .run-row>.hint {
  font-size:11px}
.compare-layout .run-row>.primary {
  width:100%;
  display:flex;
  justify-content:space-between}
.decision-guide {
  background:#edf0e7;
  border-radius:20px;
  padding:28px 25px;
  overflow:hidden}
.decision-guide>.tiny {
  color:#6a7259}
.decision-guide h2 {
  font-size:25px;
  line-height:1.5;
  margin-top:12px;
  letter-spacing:-1px}
.note-stack {
  height:175px;
  position:relative;
  margin:16px 10px 24px}
.note-back,.note-front {
  position:absolute;
  inset:9px 8px 0;
  border-radius:9px}
.note-back {
  background:#cbd69b;
  transform:rotate(-9deg)}
.note-front {
  background:#fffef7;
  transform:rotate(5deg);
  padding:20px;
  box-shadow:0 8px 20px #43512d12}
.note-front>span {
  font-size:10px;
  color:var(--muted)}
.note-front>strong {
  display:block;
  font-size:20px;
  line-height:1.5;
  letter-spacing:-.6px;
  margin:8px 0}
.note-front>div {
  border-top:1px solid #e8eadb;
  padding-top:10px;
  color:#667143;
  font-size:10px}
.evidence-key {
  list-style:none;
  padding:0;
  margin:28px 0 0}
.evidence-key li {
  padding:11px 0;
  border-top:1px solid #dce2d2}
.evidence-key b {
  font-size:12px}
.evidence-key span {
  display:block;
  color:#697360;
  font-size:11px;
  margin:4px 0 0}
.decision-guide>p {
  font-size:11px;
  color:#727b66;
  line-height:1.8;
  margin-bottom:0}
.match {
  color:#37775a}
.concern {
  color:#ad502f}
.unknown {
  color:#697487}

.results {
  margin:38px 0;
  scroll-margin-top:24px}
.comparison-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
  margin-top:20px}
.result-card {
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:white}
.result-top {
  padding:24px;
  background:#edf1f8}
.result-top h3 {
  margin:0 0 12px}
.result-condition {
  padding:24px;
  border-top:1px solid var(--border)}
.evidence-label {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  font-weight:650}
.evidence-label>span {
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#f0f3f5}
.quote-type {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-bottom:5px}
blockquote {
  border-left:2px solid #d6deeb;
  margin:16px 0 0;
  padding-left:12px;
  font-size:13px;
  line-height:1.9;
  overflow-wrap:anywhere;
  color:#465269}
.unknown-copy {
  font-size:12px;
  line-height:1.8;
  color:var(--muted)}
.sample {
  display:inline-block;
  background:#f4eedf;
  color:#7b6942;
  padding:4px 8px;
  border-radius:5px;
  font-size:10px;
  margin-right:6px}
.source-link {
  font-size:11px;
  text-underline-offset:3px}
.source-method {
  display:block;
  font-size:11px;
  color:var(--muted);
  margin-bottom:8px}

.search-box {
  display:flex;
  align-items:center;
  gap:12px;
  background:white;
  border:1px solid #c4cfe2;
  border-radius:16px;
  padding:12px 12px 12px 22px;
  box-shadow:0 4px 12px #20304a04}
.search-box>span {
  font-size:30px;
  color:#8290ac}
.search-box input {
  min-width:0;
  flex:1;
  padding:10px;
  border:0;
  background:transparent;
  font-size:15px;
  color:var(--ink)}
.library-toolbar {
  margin:32px 0 16px}
.filters {
  display:flex;
  flex-wrap:wrap;
  gap:6px}
.filters button {
  border:0;
  background:transparent;
  border-radius:30px;
  min-height:42px;
  padding:10px 17px;
  font-size:13px;
  color:var(--muted)}
.filters button.active {
  background:var(--ink);
  color:white}
.filters small {
  margin-left:5px;
  opacity:.7}
.library-actions {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:23px}
.text-button {
  background:transparent;
  border:0;
  color:var(--green);
  font-size:12px;
  min-height:36px;
  padding:8px 0;
  text-underline-offset:4px}
.text-button:hover {
  text-decoration:underline}
.library-actions .text-button {
  color:var(--muted);
  font-size:11px}
.library-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px}
.saved-card {
  background:white;
  border:1px solid var(--border);
  border-radius:17px;
  overflow:hidden;
  transition:border-color .2s,box-shadow .2s}
.saved-card:hover {
  border-color:#c0cadb;
  box-shadow:0 8px 24px #20304a08}
.card-art {
  height:145px;
  background:#e8edf7;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  color:#7084aa}
.card-art.place {
  background:#e9eee1;
  color:#7a8964}
.card-art.article {
  background:#f2e9df;
  color:#a0866b}
.card-art>span {
  display:grid;
  place-items:center;
  width:78px;
  height:89px;
  background:#ffffff99;
  border-radius:16px;
  transform:rotate(-7deg);
  box-shadow:8px 9px 0 #ffffff50}
.card-art svg {
  width:40px;
  height:40px}
.card-art small {
  position:absolute;
  bottom:12px;
  left:18px;
  font-size:9px;
  letter-spacing:1.5px}
.saved-body {
  padding:22px}
.saved-body h3 {
  margin:10px 0}
.excerpt {
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:48px}
.icon {
  display:grid;
  place-items:center;
  background:transparent;
  border:0;
  color:var(--muted);
  font-size:22px;
  min-width:36px;
  min-height:36px;
  border-radius:8px}
.icon:hover {
  background:#f0f2f6}
.item-actions {
  display:flex;
  flex-wrap:wrap;
  gap:4px 18px;
  margin-top:14px}
.item-destination {
  flex-basis:100%;
  font-weight:650;
  text-decoration:none}
.saved-body summary,.search-result summary {
  cursor:pointer;
  color:var(--muted);
  font-size:12px;
  padding:12px 0;
  min-height:40px}
.full-text {
  font-size:13px;
  line-height:1.9;
  white-space:pre-wrap;
  overflow-wrap:anywhere}
.search-result {
  border-bottom:1px solid var(--border);
  padding:24px 0}
.search-result h3 {
  margin:0 0 10px}
.search-result .evidence {
  margin-top:16px}
.empty-result {
  padding:32px;
  text-align:center;
  color:var(--muted)}

.group-intro {
  display:flex;
  align-items:center;
  gap:48px;
  background:#f0eee9;
  border-radius:20px;
  padding:32px 45px;
  margin-bottom:24px}
.group-intro h2 {
  font-size:26px;
  line-height:1.5;
  margin:9px 0}
.group-intro p {
  font-size:13px;
  line-height:1.8;
  color:var(--muted)}
.gather-art {
  position:relative;
  width:156px;
  height:156px;
  border:1px dashed #b8b7ab;
  border-radius:50%;
  flex-shrink:0;
  margin:15px}
.gather-art>span {
  position:absolute;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:#dfe8bd;
  color:#56653e;
  font-size:11px;
  border:4px solid #f0eee9}
.gather-art>span:nth-child(1) {
  top:-18px;
  left:55px}
.gather-art>span:nth-child(2) {
  bottom:6px;
  left:-12px;
  background:#e7d3c0;
  color:#75593d}
.gather-art>span:nth-child(3) {
  bottom:6px;
  right:-12px;
  background:#d4ddef;
  color:#486184}
.gather-art>div {
  display:grid;
  place-items:center;
  height:100%;
  color:#667452}
.gather-art svg {
  width:52px;
  height:52px}
.room-candidates {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:20px}
.pill {
  padding:10px 15px;
  border-radius:20px;
  background:#edf1f8;
  font-size:12px}
.room-actions {
  display:flex;
  gap:18px;
  align-items:center}
.divider {
  height:1px;
  background:var(--border);
  margin:25px 0}
.member-fields {
  display:grid;
  grid-template-columns:1fr 2fr auto;
  gap:12px;
  align-items:end}
.members {
  margin:20px 0}
.members>div {
  display:flex;
  gap:12px;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid var(--border);
  font-size:13px}
.members>div>span:last-child {
  color:var(--muted)}
.avatar {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e9eddb;
  flex-shrink:0}
.group-summary {
  font-size:12px;
  line-height:1.8}

form>label,dialog label {
  display:block;
  font-size:13px;
  color:#4b5870;
  margin:16px 0}
form>label input,dialog input,dialog textarea,dialog select,.member-fields input {
  display:block;
  width:100%;
  margin-top:8px;
  border:1px solid #d6dce6;
  border-radius:9px;
  padding:12px;
  background:white;
  color:var(--ink);
  font-size:14px}
.member-fields label {
  font-size:13px}
textarea {
  resize:vertical}
dialog {
  width:min(570px,calc(100% - 32px));
  max-height:90dvh;
  overflow:auto;
  background:white;
  color:var(--ink);
  border:1px solid var(--border);
  border-radius:22px;
  padding:28px;
  box-shadow:0 25px 100px #1b294c26}
dialog::backdrop {
  background:#17223766;
  backdrop-filter:blur(4px)}
dialog .primary {
  width:100%;
  margin-top:10px}
.url-input-row {
  display:flex;
  gap:8px;
  align-items:stretch;
  margin-top:8px}
.url-input-row input {
  margin:0;
  min-width:0}
.url-input-row button {
  font-size:12px;
  padding:10px}
.import-tools {
  background:#f4f6fa;
  border-radius:13px;
  padding:1px 16px 10px;
  margin:18px 0}
.upload-zone {
  padding:16px;
  border:1px dashed #abb9d0;
  border-radius:9px;
  cursor:pointer}
.upload-zone>span {
  display:block;
  margin-top:5px}
.upload-zone input {
  font-size:12px;
  background:transparent;
  border:0;
  padding:8px 0 0;
  max-width:100%}
.save-meta {
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px}
#import-preview {
  padding:16px;
  border:1px solid #abb9d0;
  border-radius:12px;
  margin:18px 0}
#import-preview strong {
  font-size:13px}
#capture-preview {
  display:block;
  max-width:100%;
  max-height:220px;
  margin:14px auto;
  object-fit:contain}
.preview-actions {
  display:flex;
  gap:8px}
.preview-actions button {
  flex:1;
  font-size:12px}
.preview-actions .primary {
  width:auto;
  margin:0}
#notice {
  position:fixed;
  bottom:28px;
  left:50%;
  transform:translateX(-50%);
  background:var(--ink);
  color:white;
  border-radius:12px;
  padding:16px 24px;
  max-width:90vw;
  font-size:13px;
  z-index:20;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s;
  box-shadow:0 8px 24px #1b294c20}
#notice.visible {
  opacity:1}

.connected-tools {
  display:flex;
  gap:24px;
  align-items:center;
  flex-wrap:wrap;
  padding:25px 0;
  margin-top:24px;
  font-size:12px;
  border-bottom:1px solid var(--border)}
.connected-tools>span {
  color:var(--muted);
  font-size:11px}
.connected-tools a {
  text-decoration:none;
  color:var(--green)}
.connected-tools a:hover {
  text-decoration:underline}
footer {
  display:flex;
  align-items:center;
  gap:16px;
  padding:25px 0;
  color:var(--muted);
  font-size:11px}
footer strong {
  font-size:17px;
  color:var(--ink)}
footer span:last-child {
  margin-left:auto;
  font-size:10px}
.stats-scroll {
  overflow:auto;
  margin:25px 0 35px}
.stats-table {
  border-collapse:collapse;
  width:100%;
  font-size:12px;
  background:white}
.stats-table td,.stats-table th {
  padding:17px 12px;
  border-bottom:1px solid var(--border);
  text-align:left;
  white-space:nowrap}
.stats-table thead {
  background:#edf1f8}
.stats-days {
  max-width:600px;
  margin:20px 0}
.stats-days p {
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--border);
  padding:12px 0;
  font-size:13px}

@media(min-width:1100px) {
  .page-library header,.page-group header {
  padding-bottom:12px}
.page-group>.workspace {
  padding:32px 40px}
}

@media(max-width:1000px) {
  .service-header {
  padding:0 24px}
.engine {
  display:none}
.service-header nav {
  margin-left:auto;
  margin-right:0}
.compare-layout {
  grid-template-columns:minmax(0,1fr) 255px;
  gap:18px}
.workspace {
  padding:24px}
.decision-guide {
  padding:25px 20px}
.candidate-picker {
  grid-template-columns:1fr}
.library-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.member-fields {
  grid-template-columns:1fr 2fr}
.member-fields button {
  grid-column:1/-1}
.nav-item {
  padding:12px}
}

@media(max-width:720px) {
  main {
  padding:32px 20px 0}
.service-header {
  height:auto;
  min-height:74px;
  padding:17px 20px;
  flex-wrap:wrap;
  gap:15px}
.service-header nav {
  width:100%;
  margin:0;
  gap:5px}
.nav-item {
  flex:1;
  justify-content:center;
  gap:6px;
  padding:12px 6px;
  font-size:12px}
.brand {
  font-size:23px}
.brand-mark {
  height:34px;
  width:34px}
.nav-item svg {
  width:16px;
  height:16px}
h1 {
  font-size:33px;
  letter-spacing:-1.4px}
header {
  align-items:flex-start;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:18px}
header p {
  font-size:13px}
header>.primary {
  font-size:12px;
  min-height:42px;
  padding:10px 14px}
h2 {
  font-size:17px}
.eyebrow {
  font-size:11px}
.flow-steps {
  gap:10px;
  font-size:10px;
  padding-top:8px}
.flow-steps b {
  margin-right:4px;
  width:21px;
  height:21px;
  font-size:9px}
.compare-layout {
  grid-template-columns:1fr}
.decision-guide {
  display:none}
.workspace {
  border-radius:16px;
  padding:23px 20px}
.conditions input {
  font-size:14px}
.candidate-picker {
  grid-template-columns:repeat(2,minmax(0,1fr))}
.pick {
  flex-wrap:wrap;
  padding:14px;
  gap:8px}
.pick>span:last-child {
  width:100%}
.object-icon {
  margin-left:auto}
.pick strong {
  font-size:13px}
.run-row {
  flex-direction:column;
  align-items:stretch}
.library-toolbar {
  align-items:flex-start;
  gap:12px;
  flex-direction:column}
.filters button {
  padding:10px 14px;
  font-size:12px}
.library-grid {
  gap:14px}
.saved-body {
  padding:17px}
.card-art {
  height:125px}
.saved-body h3 {
  font-size:15px}
.library-actions {
  gap:5px 18px}
.search-box {
  padding:8px;
  gap:2px}
.search-box>span {
  padding-left:7px}
.search-box input {
  font-size:13px;
  padding:10px 6px}
.search-box .primary {
  font-size:12px;
  padding:11px}
.group-intro {
  padding:25px 20px;
  gap:24px}
.gather-art {
  width:100px;
  height:100px;
  margin:10px}
.gather-art>span {
  width:36px;
  height:36px;
  font-size:9px}
.gather-art>span:nth-child(1) {
  left:32px}
.gather-art svg {
  width:35px;
  height:35px}
.group-intro h2 {
  font-size:22px}
.group-intro p {
  font-size:12px}
.group-intro .tiny {
  font-size:9px}
.comparison-grid {
  grid-template-columns:1fr}
.member-fields {
  grid-template-columns:1fr}
.members>div {
  flex-wrap:wrap}
.members>div>span:last-child {
  width:100%}
.room-actions {
  flex-wrap:wrap;
  gap:4px}
.room-actions .secondary {
  font-size:11px}
.section-head:has(.room-actions) {
  align-items:flex-start}
.connected-tools {
  gap:14px;
  margin-top:12px}
.connected-tools>span {
  width:100%}
footer {
  font-size:10px}
footer span:last-child {
  display:none}
dialog {
  padding:22px}
#notice {
  bottom:18px;
  width:max-content;
  max-width:calc(100vw - 32px)}
}

@media(max-width:420px) {
  .library-grid {
  grid-template-columns:1fr}
.card-art {
  height:150px}
.group-intro {
  gap:12px;
  padding:22px 14px}
.group-intro h2 {
  font-size:20px}
.group-intro p br {
  display:none}
.save-meta {
  grid-template-columns:1fr;
  gap:0}
.url-input-row,.preview-actions {
  flex-direction:column}
.section-head>.hint {
  font-size:10px}
.flow-steps {
  gap:7px}
.flow-steps i {
  font-size:9px}
.flow-steps b {
  width:18px;
  height:18px}
.search-box>span {
  display:none}
.nav-item {
  font-size:11px}
.nav-item svg {
  width:15px}
}

@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {
  scroll-behavior:auto!important;
  transition:none!important}
}

/* Editorial lifestyle edition: warm materials, generous type, a useful first screen. */
:root{--paper:#f6f3ed;--white:#fffcf7;--ink:#302e27;--green:#984e38;--muted:#777269;--border:#e0dad0;--lime:#e5e7d6;--orange:#ac5035}
.service-header{height:83px;background:var(--paper);border-color:#ded8cc;padding-inline:max(32px,calc((100vw - 1200px)/2))}
.brand{gap:13px}.wordmark{font-family:Georgia,'Times New Roman',serif;font-size:43px;line-height:1;letter-spacing:-3px;font-weight:600}.wordmark>span{color:#ad583c}.brand-korean{font-size:12px;letter-spacing:-.3px;font-weight:500;border-left:1px solid #d7cfc3;padding-left:13px;color:#777269}
.service-header nav{gap:25px}.nav-item{border-radius:0;padding:29px 0 26px;font-size:13px;border-bottom:2px solid transparent;color:#777269}.nav-item.active{background:none;color:var(--ink);border-bottom-color:#a75a42}.nav-item:hover{background:none;color:#a75a42}.nav-item svg{width:17px}.engine{font-size:10px}.dot{background:#7d895e}
main{max-width:1264px;padding-top:34px}.editorial-hero{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;margin:0 0 34px;padding:0!important;min-height:320px}.hero-copy{padding:20px 0}.eyebrow{color:#7c6f60;font-size:10px;letter-spacing:1.4px;gap:12px;margin-bottom:22px}.eyebrow-rule{width:25px!important;height:1px!important;background:#b8ab97!important;border-radius:0!important}h1{font-size:clamp(34px,3.4vw,48px);letter-spacing:-2.4px;line-height:1.35;font-weight:650;margin-bottom:18px}h1 em{font-style:normal;color:#a25740}.hero-copy>p{font-size:13px;line-height:1.9;color:#7a7367;max-width:400px}.hero-copy>.primary{margin-top:24px;border-radius:0;padding:12px 23px;background:#984e38;color:#fff9f1;border-color:#984e38;min-width:142px}.hero-copy>.primary:hover{background:#7d3d2b}.hero-photo{position:relative;margin:0;overflow:hidden;height:320px;background:#dfcbb2}.hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:70% 55%}.hero-photo figcaption{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;padding:9px 14px;background:#fff9ede8;color:#6a5948}.hero-photo figcaption>span{font-size:9px;letter-spacing:1.5px}.hero-photo small{font-size:9px}.page-library .hero-photo img{object-position:45% 80%}.page-group .hero-photo img{object-position:center}
.flow-steps{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 0;margin-bottom:26px;gap:28px}.flow-steps b{background:none;color:#8e8475;font-family:Georgia,serif;font-size:14px;border-radius:0;margin-right:6px}.flow-steps>span:first-child b{background:none;color:#984e38}.flow-steps>span:first-child{color:#984e38}.flow-steps i{color:#b7ab9a}.compare-layout{grid-template-columns:minmax(0,1fr) 280px;gap:28px}.workspace{border-radius:2px;background:#fffcf7;box-shadow:none;border-color:#e1d9cd;padding:29px}.section-head h2{font-weight:600;font-size:18px}.step-number{color:#a55a42;font-family:Georgia,serif;font-size:16px}.conditions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.conditions label{border:0;border-bottom:1px solid #cfc4b4;background:#f4efe7;border-radius:0;padding-inline:12px;gap:8px}.conditions label>span{color:#9e8d76;font-size:10px}.conditions input{font-size:12px;padding-block:17px}.conditions label:focus-within{box-shadow:none;border-color:#984e38;outline:2px solid #c79b80;outline-offset:2px}.candidate-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.pick{border-radius:2px;padding:20px 15px;gap:12px;min-height:96px}.pick.picked,.pick:has(input:checked){background:#f3eee3;border-color:#afa184}.object-icon{color:#9b896e;background:#e9e1d3;padding:10px}.object-icon svg{width:25px;height:30px}.pick:hover{border-color:#a55a42}.run-row{border-top-color:#e1d9cd}.compare-layout .run-row{flex-wrap:nowrap}.compare-layout .run-row>.hint{max-width:340px}.compare-layout .run-row>.primary{width:auto;min-width:205px}.primary,.secondary{border-radius:3px}.primary:hover:not(:disabled){background:#7d3d2b}.secondary{background:#fffcf7;border-color:#cdbba8;color:#79533e}.decision-guide{background:#eae8dc;border-radius:2px;padding:27px 25px}.decision-guide>.tiny{font-size:9px;color:#766b51}.decision-guide h2{font-size:27px;font-weight:550;line-height:1.4;color:#565b40}.editorial-quote{font-size:12px;line-height:1.9;color:#7d8069;margin-top:20px;padding-bottom:10px}.evidence-key{margin-top:13px}.evidence-key li{border-top-color:#d5d5c4}.evidence-key b{font-weight:600}.evidence-key span{color:#757762}.decision-guide>p{font-size:10px}.match{color:#5c714c}.unknown{color:#7b7568}.concern{color:#a04d32}.result-card{border-radius:3px}.result-top{background:#eee8dc}.result-condition{padding:26px}.evidence-label>span{background:#eee9df}blockquote{border-color:#c9b99e;color:#655c4c}.sample{background:#eae1ce;color:#7a674a}.search-box{background:#fffcf7;border-color:#cfc4b3;border-radius:3px;box-shadow:none}.search-box>span{color:#998970}.search-box .primary{background:#565e43;border-color:#565e43}.filters button{border-radius:0;border-bottom:1px solid transparent}.filters button.active{background:transparent;border-bottom-color:#984e38;color:#984e38;font-weight:700}.library-toolbar{margin-top:26px}.library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.saved-card{border-radius:2px;background:#fffcf7;border-color:#ded5c6}.saved-card:hover{box-shadow:none;border-color:#b6a587}.card-art{height:120px;background:#e7dece;color:#8b775a}.card-art.place{background:#e2e3d2;color:#77805e}.card-art.article{background:#edddd1;color:#a67959}.card-art>span{border-radius:0;width:57px;height:66px;box-shadow:6px 6px 0 #ffffff50}.card-art svg{width:32px;height:32px}.card-art small{color:#857258;font-size:8px}.saved-body{padding:23px}.saved-body h3{font-size:17px;font-weight:600}.group-intro{background:transparent;border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;padding:20px 26px;margin-bottom:27px;gap:38px}.group-intro h2{font-size:24px}.gather-art{width:116px;height:116px}.gather-art>span{border-color:var(--paper);width:37px;height:37px}.gather-art>span:nth-child(1){left:39px}.gather-art svg{width:38px;height:38px}.pill{background:#eee7db;border-radius:3px}.avatar{background:#e2e3ce}.connected-tools{font-size:12px;padding-block:24px}.connected-tools a{color:#91543d}footer{padding-block:24px;color:#8c8271}.import-tools{background:#f3eee6;border-radius:4px}.upload-zone{border-color:#bdac94;border-radius:3px}dialog{background:#fffcf7;border-radius:8px}dialog input,dialog textarea,dialog select,form>label input,.member-fields input{border-radius:3px;border-color:#d7cbb9;background:#fffdf8}.search-box input{color:#4c4335}.icon:hover{background:#eee7dc}
@media(max-width:1050px){.editorial-hero{gap:28px}.hero-photo{height:300px}.compare-layout{grid-template-columns:minmax(0,1fr) 245px;gap:20px}.conditions{grid-template-columns:1fr}.compare-layout .run-row{flex-direction:column;align-items:stretch}.compare-layout .run-row>.primary{width:100%}.decision-guide{padding:25px 22px}.pick{flex-wrap:wrap}.pick>span:last-child{width:100%}.object-icon{margin-left:auto}.service-header nav{gap:18px}}
@media(max-width:720px){.service-header{height:auto;padding:16px 20px 0;gap:5px}.wordmark{font-size:37px}.brand-korean{font-size:11px}.service-header nav{gap:12px;margin-top:6px}.nav-item{padding:14px 0 13px;font-size:11px;white-space:nowrap}.nav-item svg{width:15px}.editorial-hero{grid-template-columns:1fr;gap:21px;margin-bottom:24px;min-height:0}.hero-copy{padding:0}.eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:15px}h1{font-size:35px;line-height:1.3;letter-spacing:-1.7px;margin-bottom:13px}.hero-copy>p{font-size:12px}.hero-copy>.primary{margin-top:18px;padding:10px 19px;min-height:43px;font-size:12px}.hero-photo{height:180px}.hero-photo img{object-position:center 60%}.hero-photo figcaption{padding:7px 11px}.hero-photo figcaption>span,.hero-photo small{font-size:8px}.flow-steps{gap:10px;font-size:10px;margin-bottom:19px;padding:11px 0}.flow-steps b{font-size:12px;margin-right:3px}.compare-layout{grid-template-columns:1fr}.workspace{padding:22px 18px}.section-head h2{font-size:16px}.step-number{font-size:14px}.conditions input{font-size:13px}.pick{padding:14px;min-height:110px;gap:9px}.pick strong{font-size:12px}.object-icon{padding:6px}.object-icon svg{width:22px;height:27px}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.saved-body{padding:16px}.saved-body h3{font-size:15px}.card-art{height:102px}.group-intro{padding:20px 0;gap:18px}.group-intro h2{font-size:20px}.gather-art{width:90px;height:90px;margin:12px}.gather-art>span{width:32px;height:32px}.gather-art>span:nth-child(1){left:28px}.group-intro p{font-size:11px}.connected-tools{font-size:11px}.search-box input{font-size:12px}.filters button{padding-inline:12px}.brand-korean{display:inline}.library-toolbar>.hint{font-size:10px}}
@media(max-width:420px){.library-grid{grid-template-columns:1fr}.card-art{height:110px}.card-art>span{width:50px;height:58px}.flow-steps{gap:7px;font-size:9px}.flow-steps b{width:18px}.hero-photo{height:170px}.nav-item{font-size:10px}.nav-item svg{width:14px}}

/* Concrete, always-visible first-use guidance. */
.usage-guide{margin:0 0 30px;border-block:1px solid var(--border);padding:24px 0 0}
.usage-heading h2{font-size:20px;line-height:1.5;margin:7px 0 20px;letter-spacing:-.6px}
.usage-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;list-style:none;padding:0;margin:0 0 22px}
.usage-steps li{display:flex;align-items:flex-start;gap:12px}.usage-number{font:24px Georgia,serif;color:#984e38;line-height:1.3}.usage-steps h3{font-size:14px;margin:2px 0 8px;font-weight:650}.usage-steps p,.usage-faq p{font-size:13px;line-height:1.85;color:#655e53;margin:0}
.usage-faq{border-top:1px solid var(--border);padding:14px 0}.usage-faq summary{font-size:13px;cursor:pointer;color:#775340;line-height:1.6}.usage-faq p{margin-top:12px;max-width:860px}.usage-faq summary:focus-visible{outline:2px solid #984e38;outline-offset:4px}
.sample-explainer{font-size:12px;line-height:1.8;color:#73624c;background:#f3eee3;padding:12px 15px;margin:18px 0 0}.example-evidence{padding-block:18px}.example-evidence>span{font-size:11px;color:#66684e}.example-evidence blockquote{font-size:15px;line-height:1.9;margin:12px 0;padding-left:12px}.example-evidence strong{font-size:12px}.decision-guide>.tiny{line-height:1.8}
@media(max-width:720px){.usage-guide{padding-top:20px;margin-bottom:22px}.usage-heading h2{font-size:18px}.usage-steps{grid-template-columns:1fr;gap:18px}.usage-number{font-size:21px}.usage-steps h3{margin-bottom:4px}.usage-steps p{font-size:12px}.usage-faq summary{font-size:12px}.page-compare .decision-guide{display:block}.example-evidence{padding-block:10px}.page-compare .decision-guide h2{font-size:23px}}

/* The comparison task comes before the editorial guidance. */
.compare-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:12px 0 28px}.compare-heading h1{font-size:38px}.compare-heading p{font-size:14px;line-height:1.8;color:#686254}.compare-heading .eyebrow{margin-bottom:12px}.compare-workspace{margin-bottom:32px}.product-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.product-slot{min-width:0;border:1px solid var(--border);padding:20px;background:var(--paper)}.product-slot h3{font-size:19px;margin:0}.product-slot label{display:block;font-size:12px;color:#686254}.product-slot select{display:block;width:100%;min-height:44px;margin-top:8px;background:#fffdf8;border:1px solid #bcaf9b;padding:8px;font:inherit;color:var(--ink)}.product-slot>.secondary{display:block;width:100%;margin-top:15px}.slot-source{font-size:12px;line-height:1.7}.product-slot summary{font-size:12px;cursor:pointer}.product-slot .full-text{font-size:12px;line-height:1.8;max-height:180px;overflow:auto}.product-slot>.text-button{margin-top:10px}.add-third{margin-top:16px}.comparison-scroll{overflow-x:auto;margin-top:20px;border:1px solid var(--border);border-radius:3px}.comparison-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:700px;background:var(--white)}.comparison-table th,.comparison-table td{padding:20px;text-align:left;vertical-align:top;border-right:1px solid var(--border);border-bottom:1px solid var(--border);overflow-wrap:anywhere}.comparison-table thead th{background:#eee8dc}.comparison-table th:first-child{width:170px}.comparison-table tbody th{font-size:14px;line-height:1.8;background:#f5f0e7}.comparison-table h3{font-size:17px;line-height:1.6;margin:8px 0}.comparison-table .evidence{padding:0;background:none}.comparison-table blockquote{margin:14px 0 0;font-size:13px;line-height:1.8}.comparison-table .source-method,.comparison-table .source-link{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.form-error,#task-feedback{color:#8f3020;font-size:14px;line-height:1.7}.form-error:empty{display:none}#task-feedback:not([hidden]){background:#fff0e9;border:1px solid #c3866b;padding:16px;margin:18px 0}button:focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible,.comparison-scroll:focus-visible{outline:2px solid #984e38;outline-offset:4px}.results:focus{outline:none}
@media(max-width:720px){.compare-heading{align-items:flex-start;flex-direction:column;gap:8px}.compare-heading h1{font-size:30px;letter-spacing:-1px}.compare-heading p{font-size:13px}.product-slots{grid-template-columns:1fr}.product-slot{padding:16px}.comparison-table th,.comparison-table td{padding:14px}.comparison-table th:first-child{width:135px}.comparison-table{min-width:620px}.compare-workspace .run-row{align-items:stretch;flex-direction:column}.compare-workspace .run-row>.primary{width:100%}}

/* Product photos are fetched through the same-origin, public-image proxy. */
.product-image{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ede8df;border:1px solid #e0d7c9;color:#777064}
.product-image img{display:block;width:100%;height:100%;object-fit:contain;background:#fffdf8}
.product-image .image-fallback{padding:14px;text-align:center;font-size:12px;line-height:1.5}
.product-image.has-image .image-fallback{display:none}
.product-image.image-error img{display:none}
.product-image.image-error .image-fallback{display:block}
.product-image.slot{height:180px;margin-top:15px}
.product-image.table{height:140px;margin:9px 0}
.product-image.search{width:112px;height:112px;float:right;margin:0 0 10px 15px}
.product-image.library{width:100%;height:100%;border:0;background:#fffdf8}
.card-art.with-image{padding:0;display:block}
.card-art.with-image small{position:absolute;right:10px;bottom:9px;background:#fffdf8d9;padding:4px 6px}
.product-facts{font-size:12px;line-height:1.6;color:#60523e;margin:10px 0 4px;font-weight:650}
.product-description{font-size:12px;line-height:1.65;color:#6c655b;margin:5px 0 8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.saved-body .product-description{-webkit-line-clamp:2}
.product-slot .product-facts,.comparison-table .product-facts{margin-top:10px}
.import-product-preview{display:grid;grid-template-columns:125px minmax(0,1fr);gap:15px;align-items:start;background:#f7f3ec;border:1px solid #ded5c8;padding:12px;margin:12px 0}
.import-product-preview[hidden]{display:none}
.import-product-preview img{width:125px;height:125px;object-fit:contain;background:#fffdf8}
.import-product-preview strong{font-size:14px;line-height:1.5}
.import-product-preview p{font-size:12px;line-height:1.6;color:#62584b;max-height:90px;overflow:auto}
@media(max-width:420px){.import-product-preview{grid-template-columns:90px minmax(0,1fr)}.import-product-preview img{width:90px;height:90px}.product-image.slot{height:150px}}
