:root{color-scheme:light;--green:#00a862;--green-dark:#087442;--green-soft:#eaf8f1;--ink:#101514;--muted:#697471;--line:#e7ece9;--paper:#fbfcfa;--surface:#ffffff;--shadow:0 18px 50px rgba(27,43,36,0.08)}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Apple SD Gothic Neo,Noto Sans KR,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%}h1,h2,h3,p{overflow-wrap:anywhere}.admin-shell,.article-shell,.magazine-shell,.site-footer,.site-header{width:min(1120px,calc(100% - 48px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:54px 0 28px}.brand{display:inline-flex;flex:1 1 auto;align-items:center;max-width:calc(100% - 56px);min-width:0;gap:14px;color:var(--green);letter-spacing:0}.brand-copy{display:grid;max-width:calc(100% - 58px);min-width:0;grid-gap:2px;gap:2px}.brand-title{display:block;font-size:28px;font-weight:900;line-height:1.2;overflow-wrap:normal;word-break:keep-all}.brand-title span{display:inline}.brand-subtitle{overflow:hidden;max-width:min(58vw,440px);color:#69756f;font-size:12px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.brand-mark{position:relative;display:inline-grid;flex:0 0 44px;width:44px;height:44px;place-items:center}.brand-image-mark{overflow:hidden;border-radius:12px}.brand-icon{display:block;width:44px;height:44px;object-fit:contain}.sprout{position:absolute;top:-10px;color:var(--green);font-size:24px;font-weight:900;transform:rotate(16deg)}.car-shape{width:31px;height:24px;border-radius:8px 8px 6px 6px;background:var(--green);box-shadow:inset 8px 7px 0 rgba(255,255,255,.9),inset -8px 7px 0 rgba(255,255,255,.9)}.car-shape:after,.car-shape:before{position:absolute;bottom:2px;width:7px;height:7px;border-radius:50%;background:var(--green);content:""}.car-shape:before{left:7px}.car-shape:after{right:7px}.search-button{position:relative;display:inline-flex;flex:0 0 44px;width:44px;height:44px;border:0;background:transparent;cursor:pointer}.search-button span{position:absolute;inset:13px;border:3px solid #111;border-radius:50%}.search-button span:after{position:absolute;right:-7px;bottom:-6px;width:9px;height:3px;border-radius:4px;background:#111;content:"";transform:rotate(45deg)}.magazine-intro{margin:0 0 36px;color:var(--muted);font-size:17px}.featured{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);grid-gap:40px;gap:40px;align-items:center;margin-bottom:48px}.featured-image{overflow:hidden;border-radius:18px;background:#eef6f1;box-shadow:var(--shadow);aspect-ratio:1.45/1}.article-cover img,.card-image img,.editor-preview img,.featured-image img{display:block;width:100%;height:100%;object-fit:cover}.featured-copy{padding:16px 0}.article-category,.category-label{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:31px;border:1px solid #21c77c;border-radius:999px;color:var(--green-dark);padding:4px 13px;font-size:14px;font-weight:900}.featured h1{margin:20px 0 16px;font-size:clamp(24px,5vw,32px);line-height:1.18;letter-spacing:0}.featured p{margin:0;color:#606a67;font-size:clamp(16px,2vw,18px)}.meta{margin-top:22px;color:#7a8581;font-size:14px}.category-nav{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 34px}.category-nav a{display:inline-flex;min-height:40px;align-items:center;border:1px solid var(--line);border-radius:999px;background:white;color:#3b4642;padding:0 20px;font-weight:800}.category-nav a.active{border-color:var(--green);background:var(--green);color:white}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:26px;gap:26px;padding-bottom:70px}.post-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 10px 26px rgba(23,38,33,.04)}.card-image{overflow:hidden;aspect-ratio:1.34/1;background:#eef6f1}.card-body{min-height:165px;padding:18px 18px 20px}.post-card .category-label{border:0;min-height:auto;padding:0;color:var(--green);font-size:13px}.post-card h2{margin:8px 0 18px;font-size:22px;line-height:1.34;letter-spacing:0}.article-meta,.card-meta,.site-footer{color:#7a8581;font-size:14px}.article-shell{max-width:920px;padding:26px 0 70px}.article-shell article{padding-top:10px}.article-shell h1{margin:16px 0 14px;max-width:860px;font-size:clamp(36px,6vw,54px);line-height:1.18;letter-spacing:0}.article-lead{margin:0 0 16px;max-width:780px;color:#4f5c58;font-size:18px}.article-cover{overflow:hidden;margin:30px 0 26px;border-radius:18px;background:#eef6f1;aspect-ratio:1.75/1}.article-body{font-size:18px}.article-body h2,.article-body h3{margin:34px 0 10px;line-height:1.35}.article-body p{margin:13px 0}.article-body figure{margin:28px 0}.article-body img{display:block;width:100%;border-radius:14px}.article-body figcaption{margin-top:8px;color:#7a8581;text-align:center;font-size:14px}.article-body ul{margin:14px 0 22px;padding-left:22px}.article-body .article-sources{color:#596660;font-size:15px}.article-body .article-sources a{color:var(--green-dark);text-decoration:underline;text-underline-offset:3px}.article-body .article-bridge{margin:34px 0 18px;border-left:4px solid var(--green);background:#f6fbf8;padding:16px 18px;font-weight:700}.article-cta-box{margin:30px 0;padding:22px;border:1px solid #d9e7df;border-radius:8px;background:#f6fbf8}.article-cta-box p{margin-top:0;font-weight:800}.article-cta-box small{display:block;margin-top:10px;color:#6f7d77}.article-cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:8px;background:#00a862;color:#fff;font-weight:900;text-decoration:none}.article-check-table{width:100%;margin:18px 0 28px;border-collapse:collapse;border-top:2px solid #14231d}.article-check-table td,.article-check-table th{padding:14px 12px;border-bottom:1px solid #d9e2dd;text-align:left;vertical-align:top}.article-check-table th{width:32%;color:#153227;font-weight:900}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.tag-list span{border:1px solid #2bd083;border-radius:999px;color:var(--green-dark);padding:5px 12px;font-size:14px;font-weight:800}.back-link{display:inline-flex;align-items:center;margin-top:18px;border:1px solid var(--line);border-radius:999px;background:white;padding:9px 16px;font-weight:800}.admin-shell{max-width:1080px;padding:34px 0 70px}.admin-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.admin-card,.panel{border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 10px 28px rgba(23,38,33,.04)}.panel{padding:26px}.login-panel{width:min(100%,440px);margin:42px auto 0}.status-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:20px}.status-row div{border-left:4px solid var(--green);border-radius:10px;background:var(--green-soft);padding:16px}.status-row strong{display:block;font-size:30px;line-height:1}.status-row p{margin:8px 0 0;color:var(--muted)}.admin-actions,.section-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.admin-nav-link{transition:border-color .15s ease,color .15s ease,background .15s ease}.admin-nav-link:hover{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.admin-nav-active{border:1px solid var(--green);background:var(--green);color:white}.section-title-row{justify-content:space-between;margin-bottom:18px}.field{display:grid;grid-gap:7px;gap:7px;margin-bottom:14px;color:#273530;font-weight:800}.field small{color:#7a8581;font-weight:500}input,select,textarea{width:100%;border:1px solid #d6e0dc;border-radius:10px;background:#fff;padding:11px 12px;font:inherit}textarea{min-height:110px}.button,button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--green);color:white;padding:0 16px;font:inherit;font-weight:900;cursor:pointer}.button-light{border:1px solid var(--line);background:white;color:var(--ink)}.button-danger{background:#aa3541}.post-delete-form{margin-top:8px}.admin-help{max-width:760px;margin:-4px 0 20px;color:#65736d;font-size:14px;font-weight:500;line-height:1.65}.editor-preview{overflow:hidden;width:min(100%,320px);margin-top:10px;border:1px solid var(--line);border-radius:12px;background:#f6faf7;aspect-ratio:16/9}.rich-editor-shell{display:grid;grid-gap:0;gap:0}.editor-cover-row,.editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.editor-cover-row{margin-bottom:14px}.editor-cover-row strong{color:#1b2924;font-size:16px}.editor-toast{position:fixed;top:18px;right:18px;z-index:1000;max-width:min(420px,calc(100vw - 36px));border-radius:8px;box-shadow:0 16px 45px rgba(22,31,27,.18);padding:13px 15px;color:white;font-size:14px;font-weight:800;line-height:1.45}.editor-toast-error{background:#a73842}.editor-toast-success{background:#23724f}.editor-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;border:1px solid #d6e0dc;border-radius:10px 10px 0 0;background:#fbfdfb;padding:6px}.editor-toolbar button{display:inline-flex;width:34px;min-width:34px;min-height:32px;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:#25342f;padding:0;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.editor-toolbar button:hover{background:var(--green-soft);color:var(--green-dark)}.editor-toolbar button.is-active{background:var(--green-dark);color:white;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}.editor-cover-row button:disabled,.editor-toolbar button:disabled{cursor:wait;opacity:.55}.rich-editor{min-height:420px;max-height:70vh;overflow-y:auto;border:1px solid #d6e0dc;border-top:0;border-radius:0 0 10px 10px;background:white;padding:18px;font-size:17px;font-weight:400;line-height:1.75;outline:none}.rich-editor:empty:before{color:#9ca8a4;font-weight:400;content:attr(data-placeholder)}.rich-editor blockquote,.rich-editor li,.rich-editor p{font-weight:400}.rich-editor h2,.rich-editor h3{margin:24px 0 10px;font-weight:900;line-height:1.35}.article-body b,.article-body strong,.rich-editor b,.rich-editor strong{font-weight:900!important}.rich-editor blockquote{margin:16px 0;border-left:4px solid #cfe1d7;color:#45514d;padding:8px 0 8px 14px}.rich-editor p{margin:12px 0}.rich-editor ol,.rich-editor ul{margin:12px 0;padding-left:24px}.rich-editor img{display:block;max-width:100%;height:auto;margin:18px 0;border-radius:12px}.post-table{width:100%;border-collapse:collapse;font-size:14px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin:16px 0 70px}.pagination a,.pagination span,.pagination strong{display:inline-flex;min-height:38px;align-items:center;border:1px solid var(--line);border-radius:999px;background:white;padding:0 14px;font-weight:900}.pagination span{color:#a5afab}.seo-details{margin:18px 0;border:1px solid var(--line);border-radius:12px;background:#fbfdfb;padding:12px}.seo-details summary{cursor:pointer;font-weight:900}.seo-details .field:first-of-type{margin-top:14px}.category-form{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(160px,.8fr) minmax(220px,1.2fr) auto;grid-gap:10px;gap:10px;align-items:end;margin:20px 0}.category-form .field{margin-bottom:0}.category-row{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(140px,.8fr) minmax(220px,1.2fr) auto;grid-gap:8px;gap:8px;align-items:center}.search-page{padding:22px 0 34px}.search-page h1{margin:18px 0;font-size:clamp(36px,5vw,54px);line-height:1.18}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;max-width:720px}.post-table td,.post-table th{border-bottom:1px solid var(--line);padding:12px 8px;text-align:left;vertical-align:top}.post-table th{color:#67736f;font-size:13px}.status{display:inline-flex;border-radius:999px;padding:3px 9px;font-weight:900}.status.published{background:var(--green-soft);color:var(--green-dark)}.status.draft{background:#fff4d7;color:#926a00}.status.archived{background:#f0f1f1;color:#66706c}.analytics-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.analytics-card h2,.analytics-hero h2{margin:10px 0 6px}.analytics-hero p,.analytics-muted,.empty-note{margin:0;color:var(--muted)}.analytics-updated{border-radius:999px;background:var(--green-soft);color:var(--green-dark);padding:8px 13px;font-weight:900;white-space:nowrap}.analytics-grid,.analytics-status{margin-bottom:18px}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);grid-gap:18px;gap:18px}.analytics-card{min-width:0}.analytics-table-wrap{overflow-x:auto;margin-top:14px}.analytics-table{width:100%;min-width:540px;border-collapse:collapse;font-size:15px}.analytics-table td,.analytics-table th{border-bottom:1px solid var(--line);padding:13px 10px;text-align:left;vertical-align:middle}.analytics-table th{color:#61706b;font-size:13px}.analytics-table td:nth-child(2),.analytics-table td:nth-child(3),.analytics-table th:nth-child(2),.analytics-table th:nth-child(3){width:82px;text-align:right;font-weight:900}.analytics-table a{font-weight:900}.recent-list,.source-list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.source-item{display:grid;grid-gap:8px;gap:8px}.source-item div{display:flex;justify-content:space-between;gap:10px}.recent-item strong,.source-item strong{color:#1b2924}.recent-item span,.source-item span{color:var(--muted);font-size:13px}.source-item i{display:block;height:9px;border-radius:999px;background:linear-gradient(90deg,var(--green),#48d996)}.daily-chart{min-height:210px;grid-template-columns:repeat(7,minmax(34px,1fr));grid-gap:12px;gap:12px;margin-top:20px}.daily-bar,.daily-chart{display:grid;align-items:end}.daily-bar{min-height:188px;text-align:center}.daily-bar strong{color:var(--green-dark);font-size:14px}.daily-bar span{display:block;min-height:12px;border-radius:999px 999px 8px 8px;background:var(--green)}.daily-bar em{margin-top:8px;color:var(--muted);font-style:normal;font-size:12px}.recent-item{border-bottom:1px solid var(--line);padding-bottom:12px}.recent-item:last-child{border-bottom:0;padding-bottom:0}.recent-item span,.recent-item strong{display:block}.site-footer{display:flex;flex-direction:column;gap:24px;border-top:1px solid var(--line);padding:28px 0 36px;color:#7a8581;font-size:14px}.footer-top{display:flex;justify-content:space-between;width:100%}.footer-disclaimer{text-align:center;font-size:12px;color:#a5afab;margin:0;line-height:1.5}@media (max-width:900px){.analytics-grid,.category-form,.category-row,.featured,.status-row{grid-template-columns:1fr}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.admin-shell,.article-shell,.magazine-shell,.site-footer,.site-header{width:min(100% - 28px,1120px)}.featured{gap:20px}.brand{gap:10px}.brand-title{font-size:18px}.brand-title span{display:block}.brand-subtitle{max-width:calc(100vw - 118px);font-size:10px}.post-grid{grid-template-columns:1fr}.admin-top,.analytics-hero,.site-footer,.source-item div{flex-direction:column;align-items:flex-start}.site-footer{gap:16px}.editor-cover-row{gap:8px;margin-bottom:10px}.editor-cover-row strong{font-size:14px}.editor-toolbar{gap:4px;padding:5px}.editor-toolbar button{width:30px;min-width:30px;min-height:30px;font-size:12px}.rich-editor{min-height:360px;max-height:65vh;padding:14px;font-size:16px}.footer-top{flex-direction:column;align-items:flex-start}.footer-disclaimer{text-align:left}}