.uc-site{--uc-blue:#174db3;--uc-radius:8px;--uc-space:16px;--uc-text:#16213e;--uc-muted:#52617c;--uc-line:#dce4f1;--uc-bg:#f3f6fb;color:var(--uc-text);background:var(--uc-bg);font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;line-height:1.7}
.uc-site *{box-sizing:border-box}
.uc-site{font-size:16px}
.uc-site table,.uc-site th,.uc-site td{font:inherit}
.uc-site th{font-weight:700}
.uc-site a{color:#174db3;text-decoration:none}
.uc-site a:hover{text-decoration:underline}
.uc-site :focus-visible{outline:3px solid #174db3;outline-offset:4px}
.uc-header,.uc-footer,#uc-main{max-width:1060px;margin:auto;padding:16px 24px}
.uc-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--uc-line);gap:16px}
.uc-brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:800;color:var(--uc-text)!important}
.uc-brand small{display:block;font-size:11px;font-weight:500;color:var(--uc-muted)}
.uc-logo{display:grid;place-items:center;background:var(--uc-blue);color:white;width:32px;height:32px;border-radius:8px;font-size:22px}
.uc-header nav{display:flex;gap:20px;font-size:14px}
.uc-header nav a{display:flex;align-items:center;min-height:44px}
.uc-skip{position:absolute;top:-100px;padding:10px;background:white;z-index:100}
.uc-skip:focus{top:10px}
.uc-crumb{display:flex;gap:10px;font-size:12px;flex-wrap:wrap;color:var(--uc-muted)}
.uc-intro{padding:16px 0}
.uc-eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;color:#174db3}
.uc-intro h1{font-size:clamp(24px,3vw,30px);line-height:1.3;letter-spacing:-.8px;margin:4px 0 8px}
.uc-intro p{margin:0;color:var(--uc-muted)}
.uc-calculator{padding:20px;background:white;border:1px solid #b7c9e8;border-top:3px solid var(--uc-blue);border-radius:var(--uc-radius)}
.uc-grid{display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);gap:16px;align-items:center}
.uc-field{min-width:0;display:grid;gap:8px}
.uc-field label{font-size:13px;font-weight:700}
.uc-field input,.uc-field output,.uc-field select{width:100%;min-width:0;border:1px solid var(--uc-line);border-radius:var(--uc-radius);background:white;color:var(--uc-text);padding:12px 16px;font:inherit}
.uc-field input,.uc-field output{font-size:clamp(24px,3vw,32px);font-weight:750;min-height:60px;line-height:1.4}
.uc-field output{overflow-wrap:anywhere;background:#edf3ff;border-color:#c3d5ff;color:#164ba8}
.uc-field select{min-height:48px;font-size:16px}
#uc-swap{background:#edf3ff;border:1px solid #c3d5ff;border-radius:50%;width:48px;height:48px;cursor:pointer;color:#174db3;font-size:24px}
.uc-site button:hover{filter:brightness(.94)}
.uc-muted{color:var(--uc-muted);font-size:13px}
.uc-summary{border-top:1px solid var(--uc-line);padding-top:12px;margin:12px 0;font-size:18px;font-weight:750;overflow-wrap:anywhere}
.uc-presets{display:flex;gap:10px;flex-wrap:wrap}
.uc-presets button{min-width:56px;min-height:44px;border:1px solid var(--uc-line);border-radius:8px;background:white;font:inherit;color:#174db3;cursor:pointer}
#uc-error{color:#a12020;font-weight:600}
.uc-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:16px;margin:24px 0}
.uc-card{background:white;border:1px solid var(--uc-line);border-radius:var(--uc-radius);padding:20px;min-width:0}
.uc-site h2{font-size:19px;margin:0 0 12px}
.uc-site h3{font-size:16px;margin:22px 0 8px}
.uc-card p{margin:8px 0 14px}
.uc-card table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}
.uc-card caption{text-align:left;font-size:12px;color:var(--uc-muted);padding-bottom:12px}
.uc-card th,.uc-card td{text-align:right;border-bottom:1px solid #edf0f5;padding:10px 8px;overflow-wrap:anywhere}
.uc-card th:first-child,.uc-card td:first-child{text-align:left}
.uc-formula{background:#edf3ff;padding:14px;border-radius:8px;font-weight:700;overflow-wrap:anywhere}
.uc-guide{margin-bottom:28px}
.uc-guide p{max-width:75ch}
.uc-related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 20px}
.uc-related a{border-bottom:1px solid var(--uc-line);padding:10px 0;min-height:44px;display:flex;align-items:center;gap:8px}
.uc-footer{border-top:1px solid var(--uc-line);margin-top:32px;display:flex;flex-wrap:wrap;gap:12px 24px;font-size:12px;color:var(--uc-muted)}
.uc-footer strong{color:var(--uc-text)}

.uc-types{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}
.uc-types a{padding:10px 16px;border:1px solid var(--uc-line);border-radius:24px;background:white}
.uc-types a[aria-current]{background:#174db3;color:white}

@media(max-width:700px){.uc-header{align-items:flex-start;flex-direction:column;gap:4px}
.uc-header,#uc-main,.uc-footer{padding:12px 16px}
.uc-calculator{padding:16px}
.uc-grid{grid-template-columns:minmax(0,1fr);gap:8px}
#uc-swap{justify-self:center;transform:rotate(90deg)}
.uc-details,.uc-related>div{grid-template-columns:minmax(0,1fr)}
.uc-card{padding:16px}
.uc-intro h1{letter-spacing:-.8px}
.uc-header nav{gap:24px}
.uc-site{overflow-wrap:break-word}
}


.uc-home-intro{padding-top:8px}
.uc-quick-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.uc-quick-heading h2{margin:0}
.uc-quick-heading .uc-field{width:220px}
.uc-home-section{margin-top:24px}
.uc-detail-link{display:inline-block;margin-top:12px;font-weight:700}
.uc-search-input{display:block;width:100%;min-height:48px;padding:12px 16px;margin-top:8px;border:1px solid var(--uc-line);border-radius:var(--uc-radius);background:white;color:var(--uc-text);font:inherit}
.uc-search-results{list-style:none;margin:12px 0 0;padding:0;max-height:380px;overflow:auto}
.uc-search-results a{display:flex;align-items:baseline;gap:12px;padding:12px 4px;border-top:1px solid var(--uc-line);overflow-wrap:anywhere}
.uc-result-kind{flex-shrink:0;font-size:12px;color:var(--uc-muted);min-width:48px}
.uc-popular{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 24px}
.uc-popular a{display:grid;gap:0;border-bottom:1px solid var(--uc-line);padding:10px 0;overflow-wrap:anywhere}
.uc-popular span{font-size:13px;color:var(--uc-muted)}
.uc-directory h3{margin:0}
.uc-unit-tag{display:inline-block;margin-right:10px}
.uc-site button:active{filter:brightness(.88)}
.uc-site [hidden]{display:none!important}
#uc-search-status:empty{display:none}

@media(max-width:900px){.uc-popular{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){.uc-quick-heading{align-items:center;gap:12px}
.uc-quick-heading h2{font-size:16px}
.uc-quick-heading .uc-field{width:52%}
.uc-quick-heading select{font-size:14px;padding:8px}
.uc-popular span{font-size:12px}
}


.uc-document+.uc-document{border-top:1px solid var(--uc-line);padding-top:24px;margin-top:24px}
.uc-document-text{white-space:pre-line;overflow-wrap:anywhere;max-width:75ch}


.uc-type-directory{margin-bottom:20px}
.uc-type-directory summary{cursor:pointer;color:#174db3;padding:8px 0}
.uc-type-directory .uc-types{margin-top:12px}


.uc-field textarea{width:100%;min-width:0;resize:vertical;border:1px solid var(--uc-line);border-radius:10px;padding:14px;font:inherit;line-height:1.6;color:var(--uc-text);background:white;overflow-wrap:anywhere}
.uc-field textarea[readonly]{background:#edf3ff;color:#164ba8}
.uc-special-actions{margin-top:18px}
.uc-special-error{color:#a12020;font-weight:600}
.uc-special-fieldset{border:0;padding:0;margin:0;min-width:0}
.uc-special-fieldset legend{margin-bottom:12px}
.uc-site button:disabled{color:#52617c;background:#e8edf4;border-color:#bcc7d6;cursor:not-allowed}
#sp-swap{width:48px;height:48px;border:1px solid #c3d5ff;border-radius:50%;background:#edf3ff;color:#174db3;font-size:24px;cursor:pointer}
@media(max-width:700px){#sp-swap{justify-self:center;transform:rotate(90deg)}
}




/* Compact directory and shared controls; no additional UI dependency. */
.uc-site h2[id]{scroll-margin-top:16px}

.uc-intro .uc-eyebrow{display:none}

.uc-site p{max-width:75ch}

.uc-shortcuts{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;margin-bottom:16px}

.uc-shortcuts button{min-height:44px;padding:6px 4px;border:1px solid var(--uc-line);border-radius:var(--uc-radius);background:#fff;color:#174db3;font:inherit;font-size:14px;cursor:pointer}

.uc-shortcuts button[aria-pressed="true"]{background:#174db3;color:#fff;border-color:#174db3;font-weight:700}

.uc-field input[aria-invalid="true"]{border:2px solid #a12020}

.uc-field input,.uc-field select,.uc-search-input,.uc-field textarea{border-color:#7b8ba6}

.uc-field output{font-variant-numeric:tabular-nums}

.uc-calculation-note{font-size:13px;color:var(--uc-muted)}

.uc-calculation-note summary{cursor:pointer;padding:8px 0;min-height:36px}

#uc-help{margin:12px 0 4px;font-size:12px}

.uc-directory-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 28px}

.uc-category-group{min-width:0;border-top:1px solid var(--uc-line);padding-top:12px}

.uc-category-group h3{margin:0 0 6px}
.uc-category-group small{font-size:12px;font-weight:400;color:var(--uc-muted);white-space:nowrap}

.uc-category-group:first-child{grid-column:1/-1}

.uc-directory{display:grid;grid-template-columns:1fr;list-style:none;padding:0;margin:0}

.uc-category-group:first-child .uc-directory{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px}

.uc-directory a{display:flex;align-items:center;min-height:44px;padding:6px 0}

.uc-korean{border-top:1px solid var(--uc-line);padding-top:20px}

.uc-korean-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}

.uc-korean h3{margin:0}
.uc-korean p{font-size:13px;color:var(--uc-muted);margin:8px 0}

.uc-tools-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}

.uc-tools-list h3{margin:0}
.uc-tools-list .uc-card{padding:16px}

.uc-card tbody tr:nth-child(even){background:#f3f6fb}

.uc-card th{background:#edf3ff}

@media(max-width:900px){.uc-directory-groups{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
 .uc-brand{font-size:16px}
.uc-header nav{font-size:13px;gap:24px}

 .uc-intro{padding:8px 0 16px}
.uc-intro p{font-size:13px}

 .uc-crumb{font-size:11px;gap:6px}
.uc-field{gap:4px}

 .uc-field input,.uc-field output{min-height:52px;padding:8px 12px}

 .uc-field select{min-height:44px;padding:8px 10px}

 .uc-shortcuts{margin-bottom:12px}
.uc-shortcuts button{font-size:12px}

 .uc-directory-groups{gap:16px}
.uc-category-group:first-child .uc-directory{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}

 .uc-directory a{font-size:14px}
.uc-category-group h3{font-size:15px}

 .uc-korean-links,.uc-tools-list{grid-template-columns:1fr;gap:16px}

 .uc-search-results a{align-items:flex-start;gap:8px}

 .uc-footer{margin-top:24px}

}


.uc-calculator-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;margin-top:12px}
.uc-calculator-actions .uc-detail-link{display:flex;align-items:center;min-height:44px;margin:0;font-size:13px}
@media(min-width:701px){.uc-quick-heading .uc-field{display:flex;align-items:center;width:auto;gap:12px}.uc-quick-heading label{white-space:nowrap}.uc-quick-heading select{width:180px}}
.uc-info-article{max-width:850px;margin-bottom:28px}.uc-info-article h2{margin:28px 0 12px;font-size:21px}.uc-info-text{white-space:pre-line;overflow-wrap:anywhere;line-height:1.9}.uc-info-list{padding-left:22px}.uc-info-list a{display:inline-block;padding:10px 0;line-height:1.6}.uc-info-article a{overflow-wrap:anywhere}
/* Figma Make vu9z8qyq0eubkfXWJdjstB: adapted presentation tokens. */
.uc-site{--uc-blue:#6c3bf5;--uc-radius:12px;--uc-text:#171719;--uc-muted:#6b7280;--uc-line:#e5e7eb;--uc-bg:#f8f9fb;font-family:"Noto Sans KR",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--uc-bg)}
.uc-site a{color:var(--uc-blue)}
.uc-site :focus-visible{outline-color:var(--uc-blue)}
.uc-header{min-height:64px;background:#fff;max-width:none;padding:8px max(24px,calc((100% - 976px)/2));position:sticky;top:0;z-index:30}
.uc-brand{font-size:18px;letter-spacing:-.5px}.uc-logo{background:var(--uc-blue)}
#uc-main,.uc-footer{max-width:1024px}.uc-header nav a{color:var(--uc-muted)}
.uc-home-intro{text-align:center;padding:48px 0 24px}.uc-intro h1{font-size:clamp(28px,4vw,36px);font-weight:800}.uc-intro p{font-size:16px;line-height:1.75}.uc-eyebrow{color:var(--uc-blue);background:#f3f0ff;padding:6px 12px;border-radius:8px;letter-spacing:0;font-size:12px;display:inline-block;margin-bottom:12px}
.uc-site h2{font-size:20px}.uc-home-section{margin-top:32px}.uc-calculator{border:1px solid var(--uc-line);border-radius:16px;padding:24px;box-shadow:0 2px 5px #17171905}
.uc-field input,.uc-field select,.uc-search-input{min-height:48px;border-radius:12px}.uc-field input{background:#f8f9fb}.uc-field input,.uc-field output,.uc-formula,.uc-design-result{font-family:"JetBrains Mono",Consolas,monospace;font-variant-numeric:tabular-nums}.uc-field output{background:#f3f0ff;border-color:#6c3bf5;color:#6c3bf5}
#uc-swap{background:#f3f0ff;border-color:#e5ddff;color:#6c3bf5;border-radius:12px}.uc-shortcuts button,.uc-presets button{color:#6c3bf5;min-height:48px}.uc-shortcuts button[aria-pressed=true]{background:#6c3bf5;border-color:#6c3bf5;color:white}
.uc-summary{background:#f8f9fb;border:1px solid var(--uc-line);border-radius:12px;padding:16px;font-size:16px}.uc-copy{background:#f3f0ff;color:#6c3bf5;border:1px solid #e5ddff;border-radius:8px;min-height:48px;padding:8px 16px;font:inherit;cursor:pointer}
.uc-card{border-radius:12px}.uc-search-input{border-color:var(--uc-line);background:#fff;font-size:16px}.uc-home-search{max-width:640px;margin:0 auto 32px;background:transparent;border:0;padding:0}.uc-home-search h2,.uc-home-search label{font-size:14px}.uc-popular{gap:12px}.uc-popular a{border:1px solid var(--uc-line);border-radius:12px;background:white;padding:16px}.uc-popular a:hover,.uc-directory a:hover{border-color:#b5a0fa;background:#faf8ff;text-decoration:none}
.uc-directory-groups{gap:16px}.uc-category-group{background:white;border:1px solid var(--uc-line);border-radius:12px;padding:16px}.uc-category-group h3{border:0}.uc-directory a{border:1px solid transparent;border-radius:8px;min-height:48px;padding:8px;color:var(--uc-text)}.uc-category-group:first-child .uc-directory{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.uc-formula{background:#f3f0ff;color:#6c3bf5;border-color:#e5ddff}.uc-card th{background:#f3f0ff}.uc-card tbody tr:nth-child(even){background:#f8f9fb}.uc-korean{background:#f3f0ff;border:1px solid #e5ddff;border-radius:12px;padding:24px}.uc-footer{border-top:1px solid var(--uc-line);font-size:13px;margin-top:48px}
.uc-design-details{display:block;border:1px solid var(--uc-line);border-radius:16px;overflow:hidden;background:white}.uc-design-details>.uc-card{border:0;border-radius:0}.uc-design-details>[hidden]{display:none}.uc-design-tabs{display:flex;border-bottom:1px solid var(--uc-line)}.uc-design-tabs button{flex:1;min-width:0;min-height:48px;background:white;border:0;border-bottom:2px solid transparent;color:var(--uc-muted);font:inherit;font-size:14px;cursor:pointer}.uc-design-tabs button[aria-selected=true]{border-bottom-color:#6c3bf5;color:#6c3bf5}.uc-design-result{font-size:clamp(20px,3vw,28px);background:#f3f0ff;border-radius:12px;padding:24px;overflow-wrap:anywhere}
@media(max-width:700px){.uc-header{padding:8px 16px}.uc-header nav{gap:12px;font-size:12px}#uc-main,.uc-footer{padding:16px}.uc-home-intro{padding:32px 0 24px}.uc-category-group:first-child .uc-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.uc-calculator{padding:16px}.uc-field select{min-height:48px}.uc-muted{font-size:14px}.uc-design-tabs button{font-size:13px}}
.uc-home-intro .uc-eyebrow{display:inline-block}

/* Reference home structure corrected to the supplied Figma screenshot. */
body:has(.uc-reference-home){margin:0;background:#fff}
.uc-reference-home{background:#fff}
.uc-reference-home .uc-header{height:60px;min-height:60px;padding:0 max(24px,calc((100% - 976px)/2));position:static}
.uc-home-domain{color:#6b7280!important;font-size:14px;letter-spacing:.3px}
.uc-reference-home #uc-main{max-width:1024px;padding:0 24px}
.uc-reference-home .uc-home-intro{padding:12px 0 0;text-align:center}
.uc-reference-home .uc-home-intro h1{font-size:36px;line-height:1.3;margin:0;font-weight:800;letter-spacing:-1px}
.uc-reference-home .uc-home-intro p{font-size:16px;color:#6b7280;margin:16px 0 0;line-height:24px}
.uc-reference-home .uc-home-search{max-width:512px;margin:32px auto 40px;padding:0}
.uc-search-wrap{position:relative}.uc-search-glyph{position:absolute;left:16px;top:5px;font:28px/36px sans-serif;color:#6b7280;pointer-events:none}
.uc-reference-home .uc-search-input{height:48px;min-height:48px;margin:0;padding:0 16px 0 44px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;font:inherit}
.uc-reference-home .uc-search-input::placeholder{color:#9ca3af}
.uc-reference-home #uc-search-status:empty{display:none}
.uc-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.uc-reference-home .uc-featured-types h2,.uc-reference-home .uc-featured-popular h2{font-size:20px;line-height:28px;margin:0 0 16px;font-weight:700}
.uc-type-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.uc-site .uc-type-card{display:flex;flex-direction:column;align-items:flex-start;height:128px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;color:#171719;background:#fff;line-height:1.5}
.uc-type-card strong{font-size:16px;font-weight:600;margin-top:10px}.uc-type-count{font-size:12px;color:#6b7280;margin-top:2px}.uc-type-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:20px}.uc-icon-purple{background:#f3f0ff}.uc-icon-blue{background:#edf8ff}.uc-icon-yellow{background:#fff7ed}.uc-icon-pink{background:#fff1f2}.uc-icon-green{background:#ecfdf5}
.uc-site .uc-type-card:hover{border-color:#6c3bf5;box-shadow:0 2px 8px #6c3bf50a;text-decoration:none}
.uc-featured-popular{margin-top:40px}
.uc-reference-home .uc-popular{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.uc-reference-home .uc-popular a{display:flex;align-items:center;gap:16px;height:76px;padding:16px;color:#171719;background:#fff;border:1px solid #e5e7eb;border-radius:12px}
.uc-reference-home .uc-popular strong{font-size:14px;font-weight:500;line-height:20px;display:block}.uc-reference-home .uc-popular small{display:block;font:12px/20px Consolas,monospace;color:#6b7280}.uc-popular-icon{font-size:18px;flex-shrink:0}.uc-card-chevron{margin-left:auto;color:#d1d5db;font-size:24px}
.uc-all-types,.uc-home-quick{margin-top:24px;border-top:1px solid #e5e7eb;padding-top:16px}.uc-all-types>summary,.uc-home-quick>summary{cursor:pointer;color:#6b7280;font-size:14px;padding:8px 0}.uc-home-quick .uc-calculator{margin-top:16px}
.uc-reference-home .uc-footer{margin-top:40px;background:#fff}
@media(max-width:700px){.uc-reference-home .uc-header{padding:0 20px;flex-direction:row;align-items:center}.uc-reference-home #uc-main{padding:0 20px}.uc-reference-home .uc-home-intro{padding-top:24px}.uc-reference-home .uc-home-intro h1{font-size:28px}.uc-reference-home .uc-home-intro p{font-size:14px}.uc-type-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.uc-reference-home .uc-popular{grid-template-columns:repeat(2,minmax(0,1fr))}.uc-reference-home .uc-popular a{gap:10px;padding:12px}.uc-card-chevron{display:none}}
@media(max-width:480px){.uc-reference-home .uc-popular{grid-template-columns:1fr}}

@font-face{font-family:DanwiNoto;src:url('./fonts/NotoSansKR.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:DanwiMono;src:url('./fonts/JetBrainsMono.woff2') format('woff2');font-weight:100 800;font-display:swap}
.uc-site{font-family:DanwiNoto,"Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}
.uc-field input,.uc-field output,.uc-formula,.uc-design-result,.uc-reference-home .uc-popular small{font-family:DanwiMono,monospace}
.uc-reference-home .uc-header{height:56px;min-height:56px}.uc-brand{gap:8px;font-size:16px;font-weight:700}.uc-logo{width:28px;height:28px}.uc-reference-home .uc-home-intro h1{font-weight:700;line-height:45px;letter-spacing:-.9px}.uc-reference-home .uc-home-intro p{margin-top:12px}
.uc-reference-home .uc-type-card strong{font-size:15px;font-weight:600}.uc-reference-home .uc-popular a>span{color:inherit}.uc-reference-home .uc-popular a .uc-popular-icon{font-size:18px}.uc-reference-home .uc-popular a .uc-card-chevron{font-size:24px;color:#d1d5db}.uc-search-glyph{top:15px;line-height:18px}
body:has(.uc-reference-converter){margin:0}
.uc-reference-converter #uc-main,.uc-reference-converter .uc-footer{max-width:768px}
.uc-reference-converter .uc-header{min-height:56px;height:56px;padding:0 max(24px,calc((100% - 720px)/2));gap:12px}
.uc-reference-converter .uc-header h1{font-size:16px;font-weight:700;line-height:24px;margin:0;flex:1}.uc-converter-back{font-size:28px;color:#6b7280!important;width:36px;text-align:center}.uc-reference-converter .uc-brand>span:last-child{display:none}
.uc-reference-converter .uc-crumb,.uc-reference-converter .uc-intro{display:none}
.uc-reference-converter #uc-main{padding-top:24px}
.uc-reference-converter .uc-grid{display:flex;flex-direction:column;gap:12px}
.uc-reference-converter .uc-field{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,200px);gap:6px 8px;width:100%}
.uc-reference-converter .uc-field label:first-child{grid-column:1/-1;font-size:14px;font-weight:500;color:#6b7280}
.uc-reference-converter .uc-field label:nth-of-type(2){position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}
.uc-reference-converter .uc-field input,.uc-reference-converter .uc-field output{font-size:16px;min-height:48px;height:48px;padding:10px 16px;line-height:26px}
.uc-reference-converter .uc-field select{font-size:14px;height:48px;margin:0;min-width:0}
.uc-reference-converter #uc-swap{align-self:center;width:112px;height:36px;min-height:36px;font-size:14px;margin:0}.uc-reference-converter #uc-swap:after{content:' 단위 교체'}
.uc-reference-converter .uc-summary{max-width:none;font-size:13px;font-weight:500;margin:16px 0 0;padding:12px}.uc-reference-converter .uc-copy{font-size:12px;min-height:32px;margin-top:8px}
.uc-extra-options{margin-top:12px;font-size:12px;color:#6b7280}.uc-extra-options>summary{cursor:pointer}.uc-reference-converter .uc-calculator{border-radius:16px 16px 0 0;box-shadow:none;margin-bottom:0}.uc-reference-converter .uc-design-details{margin-top:0;border-top:0;border-radius:0 0 16px 16px}.uc-reference-converter .uc-design-tabs button{font-size:13px;background:#fff}.uc-reference-converter .uc-design-result{font-size:24px;font-weight:500}
@media(max-width:639px){.uc-reference-home .uc-home-domain{display:none}.uc-reference-home .uc-home-intro h1{font-size:28px;line-height:36px}.uc-reference-converter .uc-header{padding:0 16px}.uc-reference-converter .uc-field{grid-template-columns:minmax(0,1fr) minmax(110px,42%)}.uc-reference-converter .uc-field select{font-size:12px;padding:8px}}
.uc-reference-home .uc-header{height:60px;min-height:60px}.uc-reference-home .uc-home-search{margin-bottom:42px}.uc-reference-home .uc-popular a{gap:12px}
