@font-face{font-family:"Bake Guide Numbers";src:url("/assets/fonts/bake-guide-numbers.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+24EB-24F4,U+24FF,U+2776-277F}
:root{--ink:#191919;--body:#515151;--muted:#777;--line:#e9e9e9;--surface:#f7f7f7;--primary:#111;--sidebar:232px;--header:72px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:white;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Pretendard","Noto Sans KR","Malgun Gothic",sans-serif;font-size:1rem;font-weight:400;line-height:1.75;letter-spacing:-.015em;word-break:keep-all;overflow-wrap:break-word}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--primary);outline-offset:5px}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.4;letter-spacing:-.035em}
.icon{width:21px;height:21px;flex-shrink:0;vertical-align:middle}
[hidden]{display:none!important}
.topbar{height:var(--header);position:fixed;z-index:30;inset:0 0 auto;background:#fffffff5;backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 32px 0 20px;gap:16px}
.brand{display:flex;align-items:center;gap:2px;flex-shrink:0}
.brand img{width:42px;height:42px;border-radius:8px}
.brand strong{font-size:2rem;letter-spacing:-.07em;line-height:1;font-weight:800}




.app-link{flex-shrink:0;white-space:nowrap;font-size:.875rem;background:var(--primary);color:white;border-radius:8px;padding:8px 14px;display:flex;gap:12px;align-items:center;font-weight:600}
.app-link:hover{background:#333}
.app-link .icon{width:16px}
.menu-button{display:none;background:none;border:0;padding:8px;color:var(--ink)}
.sidebar{position:fixed;z-index:25;left:0;top:var(--header);bottom:0;width:var(--sidebar);border-right:1px solid var(--line);padding:28px 16px;overflow:auto;background:white}
.nav-label{font-size:.75rem;font-weight:500;color:#888;margin:28px 14px 9px}
.all-nav,.nav-item{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:400;padding:10px 14px;border-radius:6px;color:#666;min-height:44px;white-space:nowrap}
.nav-item .icon,.all-nav .icon{width:22px;height:22px}
.all-nav{font-weight:500}
.nav-item:hover,.all-nav:hover{background:#f7f7f7;color:#191919}
.selected,.selected:hover{background:#f1f1f1;color:#111;font-weight:700}

.main{margin-left:var(--sidebar);padding:calc(var(--header) + 52px) 56px 64px;max-width:1512px}
.home-heading{margin-bottom:36px}
.home-heading h1,.article-heading h1{font-size:2.5rem;line-height:1.3;font-weight:750;letter-spacing:-.045em}
.starter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.starter-card{display:flex;flex-direction:column;gap:40px;min-height:174px;padding:26px;background:var(--surface);border:1px solid #f1f1f1;border-radius:10px;transition:border-color .15s,background .15s}
.starter-card:hover{border-color:#bcbcbc;background:#f3f3f3}
.starter-icon{display:flex;color:#292929}
.starter-icon .icon{width:32px;height:32px}
.starter-copy{display:flex;align-items:center;gap:12px;justify-content:space-between}
.starter-copy h2{font-size:1.375rem;font-weight:650}

.library{margin-top:56px}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:24px}
.section-heading h2{font-size:1.5rem;font-weight:700}
.search-box{border:1px solid #e5e5e5;border-radius:7px;height:42px;display:flex;align-items:center;gap:10px;padding:0 12px;color:#777;width:100%;background:white}
.search-box .icon{width:17px}
.search-box input{min-width:0;width:100%;border:0;outline:0;background:none;font-size:.875rem;color:var(--ink)}
.search-box input::placeholder{color:#858585}
.search-box:focus-within{border-color:#333}
.search-box kbd{border:1px solid #e5e5e5;line-height:19px;min-width:19px;text-align:center;border-radius:4px;font-size:.75rem;color:#888}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.category-card{display:block;border:1px solid var(--line);border-radius:9px;padding:25px 22px;transition:border-color .15s,background .15s}
.category-card:hover{border-color:#aaa;background:#fcfcfc}
.category-heading{display:flex;align-items:center;gap:10px}
.category-heading h3{font-size:1.0625rem;font-weight:650}
.category-heading>.icon:first-child{width:22px;height:22px;color:#444}
.category-heading>.icon:last-child{margin-left:auto;width:15px;height:15px;color:#999}
.category-summary{font-size:.875rem;color:#777;line-height:1.7;margin-top:14px;letter-spacing:-.02em}
.header-search{position:relative;margin-left:auto;width:clamp(180px,24vw,280px);min-width:0}
.search-panel{position:absolute;right:0;top:calc(100% + 12px);width:420px;max-width:calc(100vw - 32px);max-height:min(65dvh,520px);overflow-y:auto;overscroll-behavior:contain;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px #00000010;padding:6px}
.search-result{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:7px}
.search-result:hover,.search-result[aria-selected="true"]{background:#f3f3f3}
.search-result>.icon{width:20px;height:20px;color:#555}
.search-result>.icon:last-child{width:13px;height:13px;margin-left:auto;color:#999}
.search-result>span{min-width:0}
.search-result strong{display:block;font-size:.9375rem;font-weight:600;line-height:1.5}
.search-result small{display:block;font-size:.8125rem;color:#777;line-height:1.5;margin-top:2px}
.search-empty{padding:26px 16px;text-align:center;font-size:.9375rem;color:#777}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.breadcrumb{display:flex;align-items:center;gap:9px;font-size:.8125rem;color:#858585;margin-bottom:30px}
.breadcrumb .icon{width:12px;height:12px}
.breadcrumb a:hover{color:#111}
.breadcrumb span{color:#555}
.detail-layout{display:grid;grid-template-columns:minmax(0,720px) 184px;gap:56px}
.article{min-width:0}
.article-heading{padding-bottom:38px;border-bottom:1px solid var(--line)}
.inline-toc{display:none}
.right-toc{position:sticky;top:118px;align-self:start;border-left:1px solid var(--line);padding-left:20px;display:flex;flex-direction:column;gap:15px;font-size:.875rem;line-height:1.6}
.right-toc strong{font-size:.75rem;color:#888;font-weight:500;margin-bottom:4px}
.right-toc a{color:#777}
.right-toc a:hover{color:#111}
.right-toc a.current{color:#111;font-weight:650;position:relative}
.right-toc a.current:before{content:'';position:absolute;left:-21px;top:1px;bottom:1px;width:2px;background:#111}
.right-toc .backtop{margin-top:20px;font-size:.75rem}
.guide-section{padding-top:44px}
.guide-section+.guide-section{border-top:1px solid var(--line);margin-top:56px;padding-top:48px}
.section-title{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.section-title h2{font-size:1.75rem;font-weight:700;line-height:1.4}
.badge{font-size:.75rem;color:#fff;background:#222;padding:1px 7px;border-radius:4px;font-weight:600;letter-spacing:0}
.badge-upcoming{color:#666;background:#efefef;white-space:nowrap}
.faq-section .section-title h2{display:flex;align-items:baseline;gap:12px;font-size:1.25rem;line-height:1.6}
.faq-label{flex-shrink:0;font-weight:700}
.faq-answer{display:flex;align-items:baseline;gap:12px;font-size:1rem;line-height:1.85;color:var(--body)}
.faq-answer>.faq-label{color:#777}
.faq-answer p+p{margin-top:16px}
.faq-answer strong{font-weight:600;color:var(--ink)}
.faq-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;list-style:none;padding:0;margin:32px 0 0}
.faq-images li{min-width:0}
.faq-images figure{margin:0}
.faq-images figcaption{display:flex;align-items:baseline;gap:8px;margin-bottom:16px;font-size:1rem;line-height:1.6;font-weight:600}
.faq-images img{display:block;width:100%;max-width:300px;height:auto;margin:0 auto}
@media(max-width:600px){.faq-images{grid-template-columns:minmax(0,1fr);max-width:340px;margin-left:auto;margin-right:auto;gap:32px}.faq-images img{max-width:340px}}

.article-lead{font-size:1rem;line-height:1.8;color:var(--body);margin:0 0 16px}

.feature-list{display:flex;flex-direction:column;gap:28px;margin-top:28px}
.feature-row h3{display:flex;align-items:baseline;gap:8px;font-size:1.125rem;font-weight:600;line-height:1.5;margin-bottom:7px;color:#242424;letter-spacing:-.025em}
.feature-number{flex-shrink:0;font-family:"Bake Guide Numbers","Noto Sans KR","Segoe UI Symbol",sans-serif;font-weight:700;line-height:1;color:#191919}
.feature-row p{font-size:1rem;font-weight:400;line-height:1.85;color:var(--body)}
.note{margin-top:28px;padding:1px 0 1px 14px;border-left:2px solid #d8d8d8}
.note p{font-size:.875rem;font-weight:400;line-height:1.8;color:#777}
.screen-stage{margin:32px 0 0;border:1px solid #efefef;border-radius:10px;background:#f8f8f8;overflow:hidden}
.screen-slot{min-height:320px;padding:28px;display:flex;justify-content:center;align-items:center}
.phone-outline{width:154px;aspect-ratio:9/17.8;border:1px solid #dedede;border-radius:22px;background:#fff;position:relative}
.phone-island{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:40px;height:10px;border-radius:10px;background:#eee}
.phone-home{position:absolute;bottom:9px;left:50%;transform:translateX(-50%);height:3px;width:48px;background:#e5e5e5;border-radius:3px}
.phone-filled{aspect-ratio:auto;overflow:hidden;background:var(--screen-background,#ffffff)}
.phone-filled img{width:100%;height:auto;display:block}
.phone-filled::before,.phone-filled::after{content:"";position:absolute;left:0;right:0;z-index:1;background:var(--screen-background,#ffffff);pointer-events:none}
.phone-filled::before{top:0;height:6.5%}
.phone-filled::after{bottom:0;height:.5%;background:var(--screen-bottom-background,var(--screen-background,#ffffff))}
.screen-gallery{display:flex;justify-content:center;align-items:flex-start;gap:18px;padding:28px}
.screen-gallery .screen-slot{flex:1;min-width:0;max-width:154px;min-height:0;padding:0}
.screen-gallery .phone-outline{width:100%;border-radius:clamp(10px,2.6vw,22px)}
@media(max-width:700px){.screen-gallery{gap:10px;padding:24px 14px}.screen-gallery .screen-slot{max-width:132px}}
.page-turn{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:64px;padding-top:28px;gap:24px}
.page-turn a{flex:1}
.page-turn a:last-child{text-align:right}
.page-turn small{font-size:.75rem;color:#888;display:block;margin-bottom:6px}
.page-turn strong{font-size:1rem;font-weight:600}
.page-turn a:hover strong{text-decoration:underline;text-underline-offset:5px}
.page-turn .icon{width:16px;margin-left:8px}
.footer{border-top:1px solid var(--line);margin-left:var(--sidebar);padding:24px 56px;display:flex;justify-content:space-between;gap:16px;color:#929292;font-size:.75rem}
.skip{position:fixed;top:-100px;z-index:100;background:#111;color:white;padding:12px}
.skip:focus{top:0}
.scrim{display:none}
@media(min-width:1720px){.main{margin-left:calc(var(--sidebar) + (100vw - 1720px)/2);max-width:1420px}}
@media(max-width:1280px){:root{--sidebar:210px}.main{padding-left:36px;padding-right:36px}.detail-layout{grid-template-columns:minmax(0,1fr) 160px;gap:32px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.starter-card{padding:23px}.footer{padding-left:36px;padding-right:36px}}
@media(max-width:1080px){.detail-layout{grid-template-columns:minmax(0,720px)}.right-toc{display:none}.inline-toc{display:block;border-bottom:1px solid var(--line);padding:16px 0;font-size:.875rem}.inline-toc summary{cursor:pointer;font-weight:500;color:#555}.inline-toc nav{display:flex;flex-direction:column;gap:13px;padding:20px 0 4px;color:#666}.inline-toc a:hover{color:#111}.starter-grid{gap:12px}.starter-card{padding:20px;gap:28px;min-height:152px}.starter-copy{align-items:flex-start}.topbar{gap:16px}.section-title h2{font-size:1.625rem}}
@media(max-width:840px){:root{--sidebar:190px}.main{padding-left:28px;padding-right:28px}.sidebar{padding-left:10px;padding-right:10px}.nav-item,.all-nav{gap:9px;padding-left:12px;padding-right:12px}.starter-grid{grid-template-columns:1fr;gap:12px}.starter-card{min-height:88px;flex-direction:row;align-items:center;gap:20px;padding:20px 24px}.starter-copy{flex:1;align-items:center}.starter-icon .icon{width:24px;height:24px}.category-grid{grid-template-columns:1fr}.category-card{padding:22px 24px}.category-summary{margin-top:10px}.home-heading h1,.article-heading h1{font-size:2.25rem}.topbar{gap:16px;padding-left:13px}.library{margin-top:44px}}
@media(max-width:700px){:root{--sidebar:0px;--header:64px}.topbar{padding:0 16px 0 18px;gap:12px}.header-search{flex:1;width:auto;margin-left:auto;max-width:280px}.search-box{padding:0 10px;gap:7px}.search-box input{font-size:1rem}.search-box kbd{display:none}.search-panel{position:fixed;left:16px;right:16px;top:calc(var(--header) + 8px);width:auto;max-width:none}.brand strong{font-size:1.75rem}.brand img{width:36px;height:36px}.app-link{display:none}.menu-button{display:block;margin-left:0;padding:6px;flex-shrink:0}.sidebar{width:252px;transform:translateX(-100%);transition:transform .15s;padding:20px 15px}.menu-open .sidebar{transform:none}.menu-open .scrim{display:block;position:fixed;inset:var(--header) 0 0;background:#00000026;z-index:20}.menu-open{overflow:hidden}.nav-item,.all-nav{font-size:.9375rem}.main{padding:100px 24px 48px}.home-heading{margin-bottom:28px}.home-heading h1,.article-heading h1{font-size:2rem}.section-heading h2{font-size:1.375rem}.section-heading{gap:16px}.search-box{height:40px}.library{margin-top:40px}.starter-card{padding:20px;min-height:86px}.category-card{padding:23px 21px}.category-heading h3{font-size:1.125rem}.category-summary{font-size:.875rem}.breadcrumb{margin-bottom:25px;font-size:.75rem}.article-heading{padding-bottom:30px}.guide-section{padding-top:36px}.guide-section+.guide-section{margin-top:40px;padding-top:40px}.section-title h2{font-size:1.5rem}.feature-list{gap:25px;margin-top:25px}.feature-row h3{font-size:1.0625rem}.feature-row p{font-size:1rem;line-height:1.85}.screen-slot{padding:24px;min-height:290px}.phone-outline{width:132px;border-radius:19px}.screen-stage{margin-top:26px}.note{padding-left:12px}.footer{padding:23px 24px;flex-direction:column;gap:6px}.page-turn{gap:24px;margin-top:44px}.page-turn strong{font-size:.9375rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
