:root {
    --vr-ink: #171717;
    --vr-muted: #77736f;
    --vr-line: #ebe8e3;
    --vr-surface: #ffffff;
    --vr-soft: #f7f5f2;
    --vr-accent: #ff4e45;
    --vr-accent-deep: #dd332d;
    --vr-warm: #fff0e7;
    --vr-radius: 22px;
}

html { scroll-behavior: smooth; }
body { background: #faf9f7; color: var(--vr-ink); padding-top: 68px; }
button, a { -webkit-tap-highlight-color: transparent; }

.vr-site-header { position: fixed; inset: 0 0 auto; z-index: 1040; height: 68px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--vr-line); backdrop-filter: blur(14px); }
.vr-header-inner { width: min(100% - 32px, 1040px); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vr-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--vr-ink); font-size: 1.05rem; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.vr-brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 11px; background: var(--vr-accent); color: #fff; font-size: .92rem; }
.vr-desktop-nav { display: flex; gap: 6px; }
.vr-desktop-nav a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 12px; color: #65615d; font-size: .93rem; font-weight: 700; text-decoration: none; }
.vr-desktop-nav a:hover, .vr-desktop-nav a.is-active { color: var(--vr-ink); background: var(--vr-soft); }
.vr-header-write, .vr-primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 0 17px; border-radius: 13px; background: var(--vr-ink); color: #fff; font-weight: 800; text-decoration: none; }

.vr-feed-page { width: min(100% - 28px, 680px); margin: 0 auto; padding: 42px 0 84px; }
.vr-feed-intro { padding: 0 6px 25px; }
.vr-eyebrow { margin: 0 0 8px; color: var(--vr-accent-deep); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vr-feed-intro h1 { margin: 0; font-size: clamp(1.8rem, 5vw, 2.7rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.18; }
.vr-feed-intro > p:last-child { margin: 12px 0 0; color: var(--vr-muted); line-height: 1.65; }
.vr-category-nav { position: sticky; top: 68px; z-index: 20; display: flex; gap: 8px; margin: 0 -14px 18px; padding: 12px 14px; overflow-x: auto; scrollbar-width: none; background: rgba(250,249,247,.95); backdrop-filter: blur(10px); }
.vr-category-nav::-webkit-scrollbar { display: none; }
.vr-category-nav a { flex: 0 0 auto; min-height: 40px; padding: 9px 15px; border: 1px solid var(--vr-line); border-radius: 999px; background: #fff; color: #6e6964; font-size: .9rem; font-weight: 800; text-decoration: none; }
.vr-category-nav a.is-active { border-color: var(--vr-ink); background: var(--vr-ink); color: #fff; }
.vr-feed { display: grid; gap: 18px; }
.vr-story { scroll-margin-top: 132px; overflow: hidden; border: 1px solid var(--vr-line); border-radius: var(--vr-radius); background: var(--vr-surface); box-shadow: 0 8px 28px rgba(46,38,32,.045); }
.vr-story-meta { display: flex; align-items: center; gap: 8px; padding: 20px 22px 0; color: var(--vr-muted); font-size: .78rem; }
.vr-story-meta span:not(:first-child)::before { content: "·"; margin-right: 8px; }
.vr-category-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 10px; border-radius: 999px; background: var(--vr-warm); color: #b84927; font-weight: 900; }
.vr-story-link { display: block; padding: 16px 22px 20px; color: inherit; text-decoration: none; }
.vr-story-link h2 { margin: 0 0 12px; font-size: clamp(1.25rem, 4vw, 1.55rem); font-weight: 900; letter-spacing: -.035em; line-height: 1.35; }
.vr-story-link p { display: -webkit-box; overflow: hidden; margin: 0; color: #4b4845; font-size: 1rem; line-height: 1.72; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.vr-verdict { padding: 18px 22px; border-top: 1px solid var(--vr-line); background: #fcfbfa; }
.vr-verdict-question { margin: 0 0 11px; font-size: .92rem; font-weight: 900; }
.vr-verdict-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.vr-verdict-btn { position: relative; min-height: 64px; padding: 12px 10px; border: 1px solid #dfdcd7; border-radius: 15px; background: #fff; color: var(--vr-ink); font-size: .88rem; font-weight: 800; line-height: 1.35; transition: border-color .15s, transform .15s, background .15s; }
.vr-verdict-btn:not(:disabled):hover { border-color: var(--vr-accent); transform: translateY(-1px); }
.vr-verdict-btn:focus-visible, .vr-share-btn:focus-visible, .vr-category-nav a:focus-visible { outline: 3px solid rgba(255,78,69,.25); outline-offset: 2px; }
.vr-verdict-btn:disabled { opacity: 1; cursor: default; }
.vr-verdict-actions.is-complete .vr-verdict-btn { min-height: 76px; padding-bottom: 30px; background: #f4f2ef; color: #67625e; }
.vr-verdict-actions.is-complete .vr-verdict-btn.is-selected { border-color: var(--vr-accent); background: var(--vr-warm); color: var(--vr-accent-deep); }
.vr-result-value { display: none; position: absolute; inset: auto 10px 8px; font-size: 1rem; }
.vr-verdict-actions.is-complete .vr-result-value { display: block; }
.vr-verdict-hint { margin: 10px 0 0; color: var(--vr-muted); font-size: .78rem; text-align: center; }
.vr-story-footer { display: flex; align-items: center; justify-content: space-between; padding: 13px 22px; border-top: 1px solid var(--vr-line); }
.vr-story-footer a, .vr-share-btn { border: 0; background: transparent; color: #68635e; font-size: .85rem; font-weight: 800; text-decoration: none; }
.vr-story-footer a { color: var(--vr-accent-deep); }
.vr-feed-sentinel { height: 1px; }
.vr-feed-status { min-height: 24px; margin: 24px 0 0; color: var(--vr-muted); font-size: .85rem; text-align: center; }
.vr-empty-state { padding: 56px 24px; border: 1px dashed #d7d1ca; border-radius: var(--vr-radius); text-align: center; }
.vr-empty-state strong { display: block; font-size: 1.15rem; }
.vr-empty-state p { margin: 8px 0 20px; color: var(--vr-muted); }

.vr-form-page { width: min(100% - 28px, 760px); margin: 0 auto; padding: 38px 0 90px; }
.vr-form-header { display: flex; align-items: flex-start; gap: 17px; margin-bottom: 22px; padding: 3px 4px; }
.vr-form-icon { flex: 0 0 48px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: var(--vr-warm); color: var(--vr-accent-deep); font-size: 1.25rem; }
.vr-form-header .vr-eyebrow { margin-bottom: 5px; }
.vr-form-header h1 { margin: 0; font-size: clamp(1.55rem, 5vw, 2.15rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.3; }
.vr-form-header > div > p:last-child { margin: 9px 0 0; color: var(--vr-muted); line-height: 1.65; }
.vr-question-form { overflow: hidden; border: 1px solid var(--vr-line); border-radius: var(--vr-radius); background: #fff; }
.vr-form-section { padding: 25px 26px; border-bottom: 1px solid var(--vr-line); }
.vr-form-section-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.vr-form-section-head > span { flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: var(--vr-ink); color: #fff; font-size: .78rem; font-weight: 900; }
.vr-form-section-head h2 { margin: 0; font-size: 1.02rem; font-weight: 900; }
.vr-form-section-head p { margin: 4px 0 0; color: var(--vr-muted); font-size: .83rem; line-height: 1.45; }
.vr-choice-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.vr-choice-input { position: absolute; opacity: 0; pointer-events: none; }
.vr-choice { display: flex; min-height: 66px; flex-direction: column; align-items: center; justify-content: center; gap: 7px; margin: 0; border: 1px solid #ddd9d4; border-radius: 14px; color: #625e5a; font-size: .82rem; font-weight: 800; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.vr-choice i { font-size: 1.05rem; }
.vr-choice-input:checked + .vr-choice { border-color: var(--vr-ink); background: var(--vr-ink); color: #fff; }
.vr-choice-input:focus-visible + .vr-choice { outline: 3px solid rgba(255,78,69,.25); outline-offset: 2px; }
.vr-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vr-field + .vr-field { margin-top: 17px; }
.vr-form-row .vr-field + .vr-field { margin-top: 0; }
.vr-field { position: relative; }
.vr-field > label { display: block; margin-bottom: 7px; color: #484440; font-size: .84rem; font-weight: 850; }
.vr-field input, .vr-field textarea, .vr-field select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #dcd7d1; border-radius: 13px; background: #fff; color: var(--vr-ink); font-size: .95rem; outline: 0; transition: border-color .15s, box-shadow .15s; }
.vr-field textarea { min-height: 150px; line-height: 1.7; resize: vertical; }
.vr-field select { appearance: auto; }
.vr-field input:focus, .vr-field textarea:focus, .vr-field select:focus { border-color: var(--vr-ink); box-shadow: 0 0 0 3px rgba(23,23,23,.07); }
.vr-field input::placeholder, .vr-field textarea::placeholder { color: #aaa49e; }
.vr-field > small { display: block; margin-top: 7px; color: var(--vr-muted); font-size: .76rem; text-align: right; }
.vr-password-field { position: relative; }
.vr-password-field input { padding-right: 50px; }
.vr-password-field button { position: absolute; inset: 5px 5px 5px auto; display: grid; place-items: center; width: 40px; border: 0; border-radius: 10px; background: transparent; color: #77716c; }
.vr-agreement { display: flex; align-items: flex-start; gap: 11px; margin: 20px 26px 0; padding: 16px; border: 1px solid var(--vr-line); border-radius: 15px; background: var(--vr-soft); cursor: pointer; }
.vr-agreement input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--vr-ink); }
.vr-agreement strong, .vr-agreement small { display: block; }
.vr-agreement strong { font-size: .88rem; }
.vr-agreement small { margin-top: 4px; color: var(--vr-muted); font-size: .76rem; line-height: 1.5; }
.vr-form-submit { display: flex; align-items: center; justify-content: center; gap: 8px; width: calc(100% - 52px); min-height: 52px; margin: 14px 26px 0; border: 0; border-radius: 15px; background: var(--vr-ink); color: #fff; font-weight: 900; }
.vr-form-submit:disabled { cursor: wait; opacity: .65; }
.vr-form-footnote { margin: 11px 26px 24px; color: var(--vr-muted); font-size: .75rem; text-align: center; }

.vr-mobile-nav { position: fixed; z-index: 1050; inset: auto 0 0; display: grid !important; grid-template-columns: repeat(3, 1fr); height: calc(68px + env(safe-area-inset-bottom)); padding: 7px 16px env(safe-area-inset-bottom); border-top: 1px solid var(--vr-line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.vr-mobile-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #928d88; font-size: .68rem; font-weight: 800; text-decoration: none; }
.vr-mobile-nav i { font-size: 1.15rem; }
.vr-mobile-nav a.is-active { color: var(--vr-ink); }
.vr-mobile-nav .vr-mobile-create i { display: grid; place-items: center; width: 36px; height: 30px; border-radius: 11px; background: var(--vr-ink); color: #fff; font-size: .9rem; }
.vr-site-footer { margin: 0; padding: 48px 20px 112px; border-top: 1px solid var(--vr-line); background: #f3f1ee; }
.vr-footer-inner { width: min(100%, 680px); margin: 0 auto; color: #69645f; }
.vr-footer-inner strong { color: var(--vr-ink); letter-spacing: -.02em; }
.vr-footer-inner p { margin: 8px 0 16px; }
.vr-footer-inner nav { display: flex; gap: 14px; margin-bottom: 22px; }
.vr-footer-inner a { color: #4c4844; font-size: .85rem; font-weight: 800; text-decoration: none; }
.vr-footer-inner small { line-height: 1.6; }

.vr-detail-page { width: min(100% - 28px, 760px); margin: 0 auto; padding: 38px 0 90px; }
.vr-detail-back { display: inline-block; margin-bottom: 18px; color: var(--vr-muted); font-weight: 800; text-decoration: none; }
.vr-detail-card { overflow: hidden; border: 1px solid var(--vr-line); border-radius: var(--vr-radius); background: #fff; }
.vr-detail-body { padding: 26px; }
.vr-detail-title { margin: 14px 0 16px; font-size: clamp(1.55rem, 5vw, 2.15rem); font-weight: 900; letter-spacing: -.045em; line-height: 1.3; }
.vr-detail-copy { color: #45413e; font-size: 1.05rem; line-height: 1.85; }
.vr-runvice { margin-top: 22px; }
.vr-runvice-head h2 { margin: 0; font-size: 1.25rem; font-weight: 900; }
.vr-runvice-head p { margin: 7px 0 18px; color: var(--vr-muted); }
.vr-runvice-form, .vr-runvice-item { margin-bottom: 12px; padding: 18px; border: 1px solid var(--vr-line); border-radius: 17px; background: #fff; }
.vr-runvice-form textarea { width: 100%; min-height: 112px; padding: 14px; border: 1px solid #ddd8d2; border-radius: 13px; resize: vertical; }
.vr-runvice-form footer { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.vr-runvice-form button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 12px; background: var(--vr-ink); color: #fff; font-weight: 800; }
.vr-runvice-item small { color: var(--vr-muted); }
.vr-runvice-item p { margin: 10px 0 0; line-height: 1.7; }
.vr-helpful-btn { margin-top: 12px; border-color: var(--vr-line); border-radius: 10px; color: #5e5954; font-weight: 800; }

@media (min-width: 768px) {
    .vr-site-footer { padding-bottom: 52px; }
}

@media (max-width: 767.98px) {
    body { padding-top: 60px; padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .vr-site-header { height: 60px; }
    .vr-header-inner { width: calc(100% - 28px); }
    .vr-desktop-nav, .vr-header-write { display: none; }
    .vr-feed-page { width: 100%; padding-top: 28px; }
    .vr-feed-intro { padding: 0 20px 20px; }
    .vr-category-nav { top: 60px; margin: 0 0 13px; padding-inline: 14px; }
    .vr-feed { gap: 10px; }
    .vr-story { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
    .vr-story-meta { padding: 18px 18px 0; }
    .vr-story-link { padding: 14px 18px 18px; }
    .vr-verdict { padding: 17px 18px; }
    .vr-story-footer { padding: 13px 18px; }
    .vr-detail-page { width: 100%; padding-top: 18px; }
    .vr-form-page { width: 100%; padding-top: 18px; }
    .vr-detail-back { margin-left: 18px; }
    .vr-detail-card { border-right: 0; border-left: 0; border-radius: 0; }
    .vr-detail-body { padding: 22px 18px; }
    .vr-runvice { padding: 0 14px; }
    .vr-form-header { padding: 0 18px; }
    .vr-form-icon { flex-basis: 42px; width: 42px; height: 42px; border-radius: 14px; }
    .vr-question-form { border-right: 0; border-left: 0; border-radius: 0; }
    .vr-form-section { padding: 22px 18px; }
    .vr-choice-grid { grid-template-columns: repeat(5, minmax(58px, 1fr)); gap: 6px; overflow-x: auto; padding-bottom: 2px; }
    .vr-choice { min-height: 62px; }
    .vr-form-row { grid-template-columns: 1fr; }
    .vr-form-row .vr-field + .vr-field { margin-top: 12px; }
    .vr-agreement { margin-right: 18px; margin-left: 18px; }
    .vr-form-submit { width: calc(100% - 36px); margin-right: 18px; margin-left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
