:root{
  --bg:#f4f6f9;
  --surface:#ffffff;
  --surface-soft:#f8fafc;
  --text:#172033;
  --muted:#667085;
  --line:#e4e7ec;
  --brand:#12355b;
  --brand-deep:#0b2440;
  --accent:#ff8a3d;
  --accent-soft:#fff2e8;
  --shadow-sm:0 4px 16px rgba(16,24,40,.06);
  --shadow-md:0 18px 50px rgba(16,24,40,.09);
  --radius:20px;
}

*{box-sizing:border-box}
html{font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--text);background:var(--bg);scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fff 0,#f7f9fc 260px,var(--bg) 620px);line-height:1.65}
a{color:inherit}
img{display:block}
.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(228,231,236,.88);box-shadow:0 1px 0 rgba(16,24,40,.02)}
.site-header .shell{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px}
.brand{position:relative;display:inline-flex;align-items:center;font-size:25px;font-weight:900;letter-spacing:-.6px;color:var(--brand-deep);text-decoration:none;white-space:nowrap}
.brand::before{content:"M";display:grid;place-items:center;width:38px;height:38px;margin-right:11px;border-radius:12px;color:#fff;font-size:19px;font-weight:900;background:linear-gradient(135deg,var(--brand) 0,#245d8f 72%);box-shadow:0 8px 18px rgba(18,53,91,.22)}
.site-header p{margin:0;color:var(--muted);font-size:14px;font-weight:500;text-align:right}

.hero{position:relative;margin:34px 0 32px;padding:54px clamp(26px,5vw,66px);overflow:hidden;border-radius:28px;color:#fff;background:linear-gradient(135deg,#0d2949 0%,#174b79 58%,#23679c 100%);box-shadow:var(--shadow-md)}
.hero::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-80px;top:-170px;background:rgba(255,255,255,.10)}
.hero::after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:120px;bottom:-190px;background:rgba(255,138,61,.20)}
.hero h1{position:relative;z-index:1;margin:0 0 14px;font-size:clamp(34px,5vw,56px);line-height:1.12;letter-spacing:-1.8px;font-weight:900}
.hero p{position:relative;z-index:1;max-width:700px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(16px,2vw,20px);line-height:1.75}

.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:8px 0 76px}
.post-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--surface);border:1px solid rgba(228,231,236,.95);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.post-card:hover{transform:translateY(-5px);box-shadow:0 20px 46px rgba(16,24,40,.12);border-color:#d0d5dd}
.post-card-image{display:block;position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#e9eef5}
.post-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}
.post-card:hover img{transform:scale(1.035)}
.post-card>div{display:flex;flex:1;flex-direction:column;padding:24px 24px 25px}
.post-card time,.article-header time{display:inline-flex;align-items:center;gap:7px;color:#7b8798;font-size:13px;font-weight:700;letter-spacing:.02em}
.post-card time::before,.article-header time::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}
.post-card h2{margin:11px 0 11px;font-size:22px;line-height:1.42;letter-spacing:-.45px;font-weight:850}
.post-card h2 a{text-decoration:none;color:var(--text)}
.post-card h2 a:hover{color:var(--brand)}
.post-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;color:var(--muted);font-size:15px;line-height:1.75}
.card-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:18px}
.card-tags span{font-size:12px;font-weight:700;color:#395f83;background:#eef5fb;border:1px solid #deebf5;border-radius:999px;padding:6px 10px}

.published-post{max-width:none;margin:24px auto 70px;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}
.article-content{width:100%;max-width:none;overflow:visible;color:inherit;font-size:inherit;line-height:inherit}
.article-content img{max-width:100%;height:auto}
.article-content a{text-underline-offset:3px}
/* 에디터 원본의 제목·표·문단·카드 CSS를 우선 사용한다. Cloudflare는 본문 요소를 재디자인하지 않는다. */

.tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:42px;padding-top:28px;border-top:1px solid var(--line)}
.tags span{background:#f0f4f8;color:#3f5f7b;border:1px solid #e2e8ef;padding:8px 13px;border-radius:999px;font-size:13px;font-weight:700}
.related-posts{margin-top:52px;padding-top:34px;border-top:1px solid var(--line)}
.related-posts h2{margin:0 0 20px;font-size:27px;letter-spacing:-.5px}
.related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.related-grid a{display:flex;flex-direction:column;gap:9px;min-height:142px;padding:20px;border:1px solid #e1e7ee;border-radius:16px;text-decoration:none;background:linear-gradient(180deg,#fff,#f8fafc);color:#18314a;transition:.2s ease}
.related-grid a:hover{transform:translateY(-2px);border-color:#b8c9d8;box-shadow:0 10px 24px rgba(16,24,40,.07)}
.related-grid strong{font-size:16px;line-height:1.5}
.related-grid span{font-size:14px;line-height:1.65;color:var(--muted)}

.site-footer{margin-top:20px;border-top:1px solid #e0e5eb;padding:34px 0;color:#7a8697;background:#fff;font-size:14px}
.site-footer .shell{display:flex;justify-content:center}

@media(max-width:960px){
  .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .related-grid{grid-template-columns:1fr}
}

@media(max-width:680px){
  .shell{width:min(100% - 22px,1180px)}
  .site-header .shell{min-height:68px}
  .brand{font-size:21px}
  .brand::before{width:34px;height:34px;border-radius:10px}
  .site-header p{display:none}
  .hero{margin-top:20px;padding:37px 24px;border-radius:22px}
  .hero h1{font-size:36px}
  .post-grid{grid-template-columns:1fr;gap:18px;padding-bottom:48px}
  .post-card-image{aspect-ratio:16/9}
}


/* ORION Cloudflare Blog V2 */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.header-row{min-height:76px}.header-search{display:flex;width:min(430px,48vw);border:1px solid #d6dee8;background:#f8fafc;border-radius:999px;overflow:hidden}.header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:12px 8px 12px 18px;font:inherit}.header-search button{border:0;background:var(--brand);color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.category-nav{border-top:1px solid var(--line);background:#fff}.category-nav .shell{display:flex;gap:24px;overflow:auto;min-height:43px;align-items:center;scrollbar-width:none}.category-nav a{flex:0 0 auto;text-decoration:none;color:#526174;font-size:14px;font-weight:750}.category-nav a:hover{color:var(--brand)}
.blog-intro{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(270px,.7fr);gap:26px;margin:34px 0 26px;padding:50px clamp(26px,5vw,60px);border-radius:28px;background:linear-gradient(135deg,#0d2949,#174b79 62%,#2470a8);color:#fff;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.blog-intro:after{content:"";position:absolute;right:-100px;top:-160px;width:380px;height:380px;border-radius:50%;background:rgba(255,255,255,.08)}.blog-intro>div,.intro-note{position:relative;z-index:1}.eyebrow{display:block;color:#e66d24;font-size:12px;letter-spacing:.16em;font-weight:900;margin-bottom:12px}.blog-intro .eyebrow{color:#ffb47f}.blog-intro h1{margin:0;font-size:clamp(38px,5vw,58px);line-height:1.15}.blog-intro>div>p{max-width:670px;margin:17px 0 0;color:rgba(255,255,255,.84);font-size:19px}.intro-actions{display:flex;gap:10px;margin-top:28px;flex-wrap:wrap}.primary-link,.secondary-link,.outline-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:11px 17px;font-weight:850}.primary-link{background:#fff;color:var(--brand-deep)}.secondary-link{border:1px solid rgba(255,255,255,.35);color:#fff}.outline-link{border:1px solid #bbc7d3;background:#fff;color:var(--brand)}.intro-note{align-self:center;padding:22px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.09)}.intro-note p{margin:8px 0 0;color:rgba(255,255,255,.78);font-size:14px}
.home-section,.search-results{padding:24px 0 34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.section-heading span{display:block;font-size:12px;font-weight:900;letter-spacing:.15em;color:#d76a24}.section-heading h1,.section-heading h2{margin:3px 0 0;font-size:31px;line-height:1.25}.section-heading p{margin:0;color:var(--muted);font-size:14px}.popular-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.popular-card{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;box-shadow:var(--shadow-sm)}.popular-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.popular-card span{display:flex;flex:1;flex-direction:column;padding:14px}.popular-card strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;line-height:1.5}.popular-card small{margin-top:auto;padding-top:9px;color:#7a8697;font-size:11px}
.pagination{display:flex;justify-content:center;align-items:center;gap:7px;padding:9px 0 30px;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border:1px solid #dce3eb;border-radius:11px;background:#fff;text-decoration:none;font-size:14px;font-weight:800}.pagination .active{border-color:var(--brand);background:var(--brand);color:#fff}.pagination .page-arrow{padding:0 14px}
.search-hero{max-width:850px;margin:44px auto 70px;text-align:center;padding:52px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md)}.search-hero h1{margin:0;font-size:40px}.search-hero p{color:var(--muted)}.search-page-form{display:flex;max-width:680px;margin:28px auto 0;border:1px solid #cfd8e3;border-radius:14px;overflow:hidden;background:#fff}.search-page-form.compact{margin:0 0 28px}.search-page-form input{min-width:0;flex:1;border:0;outline:0;padding:15px 17px;font:inherit}.search-page-form button{border:0;background:var(--brand);color:#fff;padding:0 22px;font-weight:850}.empty-state{grid-column:1/-1;padding:55px 20px;text-align:center;background:#fff;border:1px dashed #cfd8e3;border-radius:18px;color:var(--muted)}
.ad-slot{display:grid;place-items:center;min-height:90px;margin:22px 0 30px;overflow:hidden;border:1px solid #e2e7ed;border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.ad-slot img{max-width:100%;height:auto}
.footer-grid{display:grid!important;grid-template-columns:1.4fr .7fr .8fr;gap:34px;justify-content:stretch!important}.footer-grid section{display:flex;flex-direction:column;align-items:flex-start;gap:7px}.footer-grid p{margin:0;max-width:440px}.footer-grid a{text-decoration:none}.footer-brand{font-size:19px;font-weight:900;color:var(--brand-deep)}
.breadcrumb{display:flex;align-items:center;gap:8px;margin:24px 0 14px;color:#6f7d8e;font-size:13px}.breadcrumb a{text-decoration:none;color:var(--brand)}.article-meta{display:flex;gap:16px;flex-wrap:wrap;margin:0 0 22px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#667085;font-size:13px}
.static-page{max-width:880px;margin:34px auto 72px}.static-page>header{padding:42px;border-radius:24px;background:linear-gradient(135deg,#fff,#f4f8fc);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.static-page h1{margin:0 0 10px;font-size:42px;line-height:1.2}.static-page header p{margin:0;color:var(--muted);font-size:17px}.static-page header time{display:block;margin-top:14px;color:#7a8697;font-size:13px}.static-content{margin-top:22px;padding:38px 42px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-sm)}.static-content h2{margin:34px 0 12px;font-size:25px}.static-content h2:first-child{margin-top:0}.static-content p,.static-content li{color:#3d4b5c;line-height:1.9}.contact-box,.notice-box{display:flex;gap:16px;align-items:center;padding:18px;border-radius:14px;background:#f4f8fc;border:1px solid #dce6ef}.contact-box a{font-weight:800;color:var(--brand)}.notice-box{display:block}.static-content code{padding:2px 6px;border-radius:5px;background:#eef2f6}
.not-found{max-width:720px;margin:80px auto 110px;padding:60px 30px;text-align:center;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-md)}.error-code{display:block;font-size:88px;line-height:1;font-weight:950;color:#dbe5ee}.not-found h1{font-size:34px}.not-found p{color:var(--muted)}.not-found div{display:flex;justify-content:center;gap:10px;margin-top:25px}
@media(max-width:1000px){.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-intro{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.header-row{display:grid!important;grid-template-columns:1fr;gap:10px;padding:11px 0}.header-search{width:100%}.blog-intro{margin-top:18px;padding:34px 23px;border-radius:21px}.blog-intro>div>p{font-size:16px}.popular-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:flex-start;flex-direction:column;gap:6px}.search-hero{margin-top:24px;padding:34px 20px}.footer-grid{grid-template-columns:1fr}.static-page>header,.static-content{padding:28px 22px}.static-page h1{font-size:34px}.not-found div{flex-direction:column}.article-meta{gap:8px;flex-direction:column}}
@media(max-width:420px){.popular-grid{grid-template-columns:1fr}}

.build-version{font-size:11px;color:#98a2b3;margin-top:4px}
