@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--bg: #0f1115;--bg-elev: #1a1d24;--bg-card: #22262f;--border: rgba(255,255,255,.08);--text: #e8eaed;--text-muted: #9aa0a6;--accent: #ff8a50;--accent-2: #ffb300;--accent-soft: rgba(255,138,80,.15);--radius: 12px;--font: "Noto Sans KR", system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-2);text-decoration:underline}img{max-width:100%;height:auto}.site-header{border-bottom:1px solid var(--border);background:#0f1115eb;backdrop-filter:blur(8px);position:sticky;top:0;z-index:50}.site-header-inner{max-width:1100px;margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.brand{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none}.brand:hover{color:var(--accent);text-decoration:none}.brand span{color:var(--accent)}nav a{color:var(--text-muted);margin-right:1rem;font-size:.95rem}nav a:hover,nav a[aria-current=page]{color:var(--accent)}main{max-width:1100px;margin:0 auto;padding:1.75rem 1.25rem 3rem}.hero{padding:1.5rem 0 .5rem}.hero h1{font-size:clamp(1.6rem,3vw,2.1rem);margin:0 0 .5rem;letter-spacing:-.02em}.hero .lead{color:var(--text-muted);font-size:1.05rem;max-width:42rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.home-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .2s,transform .2s}.home-card:hover{border-color:var(--accent);transform:translateY(-2px);text-decoration:none}.home-card h2{margin:0 0 .4rem;font-size:1.1rem;color:var(--text)}.home-card p{margin:0;color:var(--text-muted);font-size:.9rem}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);font-size:.85rem;text-align:center;padding:1.5rem}#seed-controls{margin:1.25rem 0 1rem}.seed-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.8em;margin-bottom:.5em}.seed-search-box{flex:1 1 260px;min-width:200px}.seed-search-box input{width:100%;padding:.65em 1em;border:1px solid var(--border);border-radius:8px;font-size:.95em;background:var(--bg-elev);color:var(--text);font-family:inherit}.seed-search-box input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.seed-view-buttons{display:flex;gap:.3em}.view-btn{padding:.45em .9em;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text);cursor:pointer;font-size:.85em;font-family:inherit}.view-btn:hover{border-color:var(--accent)}.view-btn.active{background:var(--accent);color:#111!important;border-color:var(--accent);font-weight:600}.seed-count-info{font-size:.85em;color:var(--text-muted)}.seed-view-card{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.1em;margin:1em 0}.seed-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg-card);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.seed-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000059}.seed-card-thumb{width:100%;height:140px;object-fit:cover;display:block;background:var(--bg-elev)}.seed-card-thumb-placeholder{width:100%;height:140px;display:flex;align-items:center;justify-content:center;font-size:2.6em;background:linear-gradient(135deg,#3a2418,#2a2210);color:var(--accent)}.seed-card-body{padding:1em 1.1em;flex:1;display:flex;flex-direction:column}.seed-card-date{font-size:.78em;color:var(--text-muted);margin-bottom:.3em}.seed-card-title{font-size:1.02em;font-weight:600;margin:0 0 .35em;line-height:1.35}.seed-card-title a{color:var(--text);text-decoration:none}.seed-card-title a:hover{color:var(--accent)}.seed-card-genre{display:inline-block;font-size:.75em;padding:.2em .55em;border-radius:999px;background:var(--accent-soft);color:var(--accent);margin-bottom:.5em;width:fit-content}.seed-card-synopsis{font-size:.88em;color:var(--text-muted);flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.seed-card-status{margin-top:.6em;font-size:.8em;color:var(--accent-2)}.seed-view-list{display:flex;flex-direction:column;gap:.6em;margin:1em 0}.seed-list-item{display:grid;grid-template-columns:6.5rem 1fr auto;gap:.75rem;align-items:start;padding:.85rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.seed-list-item .date{color:var(--text-muted);font-size:.85em}.seed-list-item .title a{color:var(--text);font-weight:600;text-decoration:none}.seed-list-item .title a:hover{color:var(--accent)}.seed-list-item .meta{color:var(--text-muted);font-size:.85em}.seed-view-table{width:100%;border-collapse:collapse;margin:1em 0;font-size:.92em}.seed-view-table th,.seed-view-table td{text-align:left;padding:.65em .75em;border-bottom:1px solid var(--border)}.seed-view-table th{color:var(--text-muted);font-weight:500}.seed-view-table a{color:var(--text)}.seed-view-table a:hover{color:var(--accent)}.pagination{display:flex;gap:.4em;justify-content:center;flex-wrap:wrap;margin:1.5em 0}.pagination button{min-width:2.2em;padding:.4em .65em;border:1px solid var(--border);border-radius:6px;background:var(--bg-elev);color:var(--text);cursor:pointer;font-family:inherit}.pagination button.active{background:var(--accent);color:#111;border-color:var(--accent);font-weight:600}.pagination button:disabled{opacity:.4;cursor:default}.detail-header{margin-bottom:1.5rem}.detail-header .meta-row{display:flex;flex-wrap:wrap;gap:.6rem 1rem;color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.badge{display:inline-block;padding:.15em .55em;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.8em}.section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.25rem;margin-bottom:1rem}.section h2{margin:0 0 .75rem;font-size:1.05rem;color:var(--accent-2);border-bottom:1px solid var(--border);padding-bottom:.4rem}.section h3{margin:.85rem 0 .4rem;font-size:.98rem}.section ul{margin:.3rem 0;padding-left:1.2rem}.section li{margin:.25rem 0}.being{border-left:3px solid var(--accent);padding-left:.9rem;margin:.85rem 0}.spark-full{font-size:1.05rem;line-height:1.7;white-space:pre-wrap}.note{color:var(--text-muted);font-size:.9rem;padding:.85rem 1rem;background:var(--bg-elev);border-radius:8px;border:1px dashed var(--border)}.back-link{display:inline-block;margin-bottom:1rem;font-size:.9rem}checklist,.checklist{list-style:none;padding-left:0}.checklist li:before{content:"☐ ";color:var(--accent)}.checklist li.done:before{content:"☑ ";color:var(--accent-2)}.detail-thumb-wrap{margin:1rem 0 0}.detail-thumb{max-width:220px;max-height:280px;border-radius:10px;object-fit:cover;border:1px solid var(--border, #333)}.places-list li,.pressures-list li{margin:.35rem 0}.legacy-prose{line-height:1.65}.legacy-prose img{max-width:160px;height:auto;margin:.25rem;border-radius:8px;vertical-align:top}.legacy-tabs{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.legacy-tab{border:1px solid var(--border, #333);border-radius:10px;padding:.5rem .85rem .85rem;background:var(--card, rgba(255,255,255,.03))}.legacy-tab summary{cursor:pointer;font-weight:600;padding:.35rem 0}.legacy-tab-body{margin-top:.5rem}.legacy-prose table{width:100%;border-collapse:collapse;margin:.75rem 0;font-size:.95em}.legacy-prose th,.legacy-prose td{border:1px solid var(--border, #333);padding:.35rem .5rem;text-align:left}.legacy-prose h2,.legacy-prose h3{margin-top:1.25rem}
