/* Homepage examples: self-contained, translated HTML; behavior in usecase_stage.js. */
/* Concrete data topics invite the visitor's next use case in a compact, wrapping list. */
#ucStage .uc-other-data{display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px 32px;margin-top:48px;padding-top:25px;border-top:1px solid #dce4db}
#ucStage .uc-other-data>p{margin:0;font-size:18px;line-height:1.65;font-weight:600;letter-spacing:-.025em;color:#55705c;text-wrap:pretty;word-break:keep-all}
#ucStage .uc-data-kinds{display:flex;flex-wrap:wrap;gap:8px;list-style:none;min-width:0;margin:0;padding:0}
#ucStage .uc-data-kinds li{padding:8px 12px;border:1px solid #dde5d9;border-radius:5px;background:#f5f7f1;color:#61765f;font-size:13px;line-height:1.5}
#ucStage .uc-data-kinds .uc-data-more{background:transparent;border-style:dashed;padding-inline:15px}
#ucStage .uc-admin-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px}
#ucStage .uc-admin-heading .ucp-admin-title{margin:0}
#ucStage .uc-admin-access{flex:none;padding:3px 6px;border-radius:3px;background:#edf1eb;color:#657661;font-size:10px;line-height:1.4}
@container(max-width:991px){#ucStage .uc-other-data{grid-template-columns:minmax(0,1fr);gap:14px}}
@container(max-width:600px){#ucStage .uc-other-data{margin-top:32px;padding-top:22px}#ucStage .uc-other-data>p{font-size:17px}#ucStage .uc-data-kinds{gap:6px}#ucStage .uc-data-kinds li{font-size:12px;padding:7px 10px}#ucStage .uc-admin-heading{margin-bottom:6px}#ucStage .uc-admin-access{font-size:9px}}
#ucStage{--uc-bg:#f5f3ec;--uc-paper:#fffdf7;--uc-ink:#193b2c;--uc-muted:#697364;--uc-line:#d2d8c9;--uc-green:#00633e;--uc-soft:#e9edde;--uc-slot:#eeece4;--uc-on-green:#fffdf0;--uc-sand:#d7b982;background:var(--uc-paper);color:var(--uc-ink);font:400 14px/1.65 Pretendard,"Malgun Gothic",sans-serif;container-type:inline-size;isolation:isolate;padding:0}
#ucStage *{box-sizing:border-box}
#ucStage table{margin:0}
#ucStage :is(h2,h3,h4,h5,p,figure){margin:0;font-family:inherit;color:inherit}
#ucStage button{font:inherit;cursor:pointer}
#ucStage [hidden]{display:none!important}
#ucStage .uc-main{min-width:0}

#ucStage .uc-browser{display:flex;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--uc-line);font-size:11px;color:var(--uc-muted);background:var(--uc-bg)}
#ucStage .uc-browser-dots{display:flex;gap:3px;flex:none}
#ucStage .uc-browser-dots i{height:4px;width:4px;border-radius:50%;background:var(--uc-muted);opacity:.5}
#ucStage .uc-source-title{margin-inline:auto}
#ucStage .uc-result-top{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--uc-line);color:var(--uc-green);font-size:12px}
#ucStage .uc-result-top strong{font-weight:600}
#ucStage .uc-result-top small{font-size:11px}
#ucStage .uc-result-table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:left;font-size:11px;line-height:1.6}
#ucStage .uc-result-table th{background:var(--uc-bg);color:var(--uc-muted);font-weight:400}
#ucStage .uc-result-table :is(td,th){border-bottom:1px solid var(--uc-line);vertical-align:middle}
#ucStage .uc-result-foot{padding:11px 12px;color:var(--uc-muted);font-size:11px}
#ucStage .uc-flying{position:absolute;z-index:5;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid var(--uc-green);background:var(--uc-paper);color:var(--uc-green);font-size:11px;box-shadow:0 8px 23px #00000017;transform-origin:top left;overflow:hidden;white-space:nowrap}

#ucStage .uc-case{min-width:0}
#ucStage .uc-reader{font-size:11px;color:var(--uc-muted)}

#ucStage .uc-case-count{color:var(--uc-muted);font-size:11px}

#ucStage .uc-assembly{position:relative;display:grid;grid-template-columns:minmax(0,1.17fr) minmax(0,1fr);gap:21px;align-items:end;padding:21px 0;border-top:1px solid var(--uc-line);border-bottom:1px solid var(--uc-line)}
#ucStage .uc-source,#ucStage .uc-result{min-width:0;background:var(--uc-paper);border:1px solid var(--uc-line);box-shadow:4px 4px 0 var(--uc-soft)}
#ucStage .uc-browser{display:flex;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--uc-line);font-size:11px;color:var(--uc-muted);background:var(--uc-bg)}
#ucStage .uc-browser-dots{display:flex;gap:3px;flex:none}
#ucStage .uc-browser-dots i{height:4px;width:4px;border-radius:50%;background:var(--uc-muted);opacity:.5}
#ucStage .uc-source-title{margin-inline:auto}
#ucStage .uc-source-body{padding:12px}
#ucStage .uc-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}
#ucStage .uc-source-item{min-width:0}
#ucStage .uc-source-item b{font-size:11px;font-weight:500;display:block;margin-top:6px;line-height:1.5}
#ucStage .uc-source-item small{font-size:11px;display:block;line-height:1.6;color:var(--uc-muted);margin-top:2px}
#ucStage .uc-result-top{padding:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--uc-line);color:var(--uc-green);font-size:12px}
#ucStage .uc-result-top strong{font-weight:600}
#ucStage .uc-result-top small{font-size:11px}
#ucStage .uc-result-table{width:100%;border-collapse:collapse;table-layout:fixed;text-align:left;font-size:11px;line-height:1.6}
#ucStage .uc-result-table th{background:var(--uc-bg);color:var(--uc-muted);font-weight:400}
#ucStage .uc-result-table :is(td,th){padding:13px 7px;border-bottom:1px solid var(--uc-line);overflow-wrap:anywhere;vertical-align:middle}
#ucStage .uc-result-table th:first-child{width:46%}
#ucStage .uc-result-table th:nth-child(2){width:28%}
#ucStage .uc-result-table th:nth-child(3){width:26%}
#ucStage .uc-result-name{display:flex;gap:5px;align-items:center}
#ucStage .uc-result-slot{width:23px;height:23px;aspect-ratio:auto;flex:0 0 23px;font-size:11px}
#ucStage .uc-result-foot{padding:11px 12px;color:var(--uc-muted);font-size:11px}

#ucStage .uc-scope{display:flex;gap:8px 17px;flex-wrap:wrap;margin-top:20px;color:var(--uc-muted);font-size:12px}
#ucStage .uc-scope span{padding-left:10px;border-left:1px solid var(--uc-line)}
#ucStage .uc-selected-source{outline:2px solid var(--uc-green);outline-offset:3px}
#ucStage .uc-flying{position:absolute;z-index:5;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid var(--uc-green);background:var(--uc-paper);color:var(--uc-green);font-size:11px;box-shadow:0 8px 23px #00000017;transform-origin:top left}

#ucStage .uc-assembly{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:22px;align-items:start;padding-top:20px}
#ucStage .uc-assembly[data-flow="detail"],#ucStage .uc-assembly[data-flow="wide"]{grid-template-columns:minmax(0,1fr);gap:24px}
#ucStage .uc-result{align-self:end}
#ucStage .uc-result-scroll{max-width:100%;overflow-x:auto}
#ucStage .uc-result-table{font-size:11px}
#ucStage .uc-result-table th:first-child,#ucStage .uc-result-table th:nth-child(2),#ucStage .uc-result-table th:nth-child(3){width:auto}
#ucStage .uc-result-table :is(th,td){padding:11px 9px;word-break:keep-all;overflow-wrap:anywhere}
#ucStage .uc-result-table tbody tr:last-child td{border-bottom:0}
#ucStage .uc-result-foot{border-top:1px solid var(--uc-line)}
#ucStage .uc-result-table [data-dest]{display:block}
#ucStage .uc-source-body{padding:0;line-height:1.6}
#ucStage .ucp-page{padding:18px}
#ucStage .ucp-breadcrumb{font-size:11px;color:var(--uc-muted);margin-bottom:17px}
#ucStage .ucp-detail-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:25px}
#ucStage .ucp-media{background:var(--uc-slot);border:1px solid var(--uc-line);display:grid;place-items:center;color:var(--uc-muted);font-size:11px;text-align:center;aspect-ratio:1;min-width:0;position:relative;overflow:hidden}
#ucStage .ucp-media img{width:100%;height:100%;object-fit:cover;display:block}
#ucStage .ucp-angle-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:8px}
#ucStage .ucp-angle-strip .ucp-media{aspect-ratio:1;font-size:11px}
#ucStage .ucp-detail-brand{font-size:11px;letter-spacing:.08em;color:var(--uc-muted);margin-bottom:7px}
#ucStage .ucp-detail-title{font-size:21px;font-weight:600;letter-spacing:-.04em;line-height:1.5;word-break:keep-all}
#ucStage .ucp-stars{color:var(--uc-green);font-size:12px;letter-spacing:1px}
#ucStage .ucp-rating-line{display:flex;gap:9px;align-items:center;margin-top:10px;color:var(--uc-muted);font-size:11px}
#ucStage .ucp-price{font-size:26px;letter-spacing:-.04em;line-height:1.4;margin-top:17px;font-weight:600;color:var(--uc-green)}
#ucStage .ucp-price small{font-size:13px;font-weight:400;margin-left:3px}
#ucStage .ucp-price-was{font-size:11px;color:var(--uc-muted);text-decoration:line-through;margin-top:4px}
#ucStage .ucp-specs{margin:18px 0 0;display:grid;grid-template-columns:70px minmax(0,1fr);gap:9px;font-size:11px;padding-top:15px;border-top:1px solid var(--uc-line)}
#ucStage .ucp-specs dt{color:var(--uc-muted)}
#ucStage .ucp-specs dd{margin:0;color:var(--uc-ink)}
#ucStage .ucp-option{border:1px solid var(--uc-line);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;margin-top:16px;font-size:11px;background:var(--uc-bg)}
#ucStage .ucp-buy{display:grid;place-items:center;color:var(--uc-on-green);background:var(--uc-green);padding:10px;margin-top:9px;font-size:12px}
#ucStage .ucp-inner-tabs{display:flex;justify-content:space-around;gap:10px;padding:12px 0;margin-top:20px;border-block:1px solid var(--uc-line);font-size:11px;color:var(--uc-muted)}
#ucStage .ucp-inner-tabs span[data-active="true"]{color:var(--uc-green)}
#ucStage .ucp-list-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:15px}
#ucStage .ucp-list-head small{color:var(--uc-muted);font-size:11px}
#ucStage .ucp-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 10px}
#ucStage .ucp-list-item{min-width:0}
#ucStage .ucp-list-item strong{font-size:12px;font-weight:500;display:block;line-height:1.5;margin-top:7px}
#ucStage .ucp-list-item small{font-size:11px;color:var(--uc-muted);display:block;margin-top:3px}
#ucStage .ucp-list-item .ucp-list-price{font-size:12px;color:var(--uc-green);margin-top:3px}
#ucStage .ucp-video{aspect-ratio:16/9;background:var(--uc-slot);border:1px solid var(--uc-line);position:relative;display:grid;place-items:center;color:var(--uc-muted);font-size:11px}
#ucStage .ucp-video .ucp-media{position:absolute;inset:0;aspect-ratio:auto;border:0}
#ucStage .ucp-video-controls{position:absolute;left:10px;right:10px;bottom:8px;display:flex;gap:9px;align-items:center;font-size:11px;background:var(--uc-paper);color:var(--uc-muted);padding:5px 8px}
#ucStage .ucp-video-track{height:2px;background:var(--uc-line);flex:1}
#ucStage .ucp-video-title{font-size:14px;font-weight:600;margin-top:10px;letter-spacing:-.03em}
#ucStage .ucp-channel{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--uc-muted);margin-top:9px}
#ucStage .ucp-avatar{width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:var(--uc-soft);color:var(--uc-green);font-size:11px}
#ucStage .ucp-comments-header{display:flex;justify-content:space-between;gap:10px;font-size:12px;padding-bottom:11px;border-bottom:1px solid var(--uc-line);margin-top:22px}
#ucStage .ucp-comments-header small{font-size:11px;color:var(--uc-muted)}
#ucStage .ucp-comment{display:flex;align-items:flex-start;gap:9px;margin-top:15px;padding-bottom:13px;border-bottom:1px solid var(--uc-line)}
#ucStage .ucp-comment:last-child{border-bottom:0;padding-bottom:0}
#ucStage .ucp-comment-reply{margin-left:29px;border-left:2px solid var(--uc-line);padding-left:11px}
#ucStage .ucp-comment-body{min-width:0;flex:1}
#ucStage .ucp-comment-top{display:flex;gap:9px;align-items:center;font-size:11px;color:var(--uc-muted);margin-bottom:5px}
#ucStage .ucp-comment-top strong{font-weight:500;color:var(--uc-ink)}
#ucStage .ucp-comment-text{font-size:12px;line-height:1.75;word-break:keep-all}
#ucStage .ucp-comment-bottom{font-size:11px;color:var(--uc-muted);margin-top:6px;display:flex;gap:12px}
#ucStage .ucp-review-product{display:flex;align-items:center;gap:11px;padding-bottom:13px;border-bottom:1px solid var(--uc-line);font-size:12px}
#ucStage .ucp-review-product .ucp-media{width:53px;height:53px;flex:0 0 53px;aspect-ratio:auto}
#ucStage .ucp-review-product small{display:block;color:var(--uc-muted);font-size:11px;margin-top:3px}
#ucStage .ucp-review-summary{display:grid;grid-template-columns:.65fr 1fr;gap:18px;padding:19px 0;border-bottom:1px solid var(--uc-line);align-items:center}
#ucStage .ucp-review-score{font-size:32px;font-weight:500;letter-spacing:-.06em;line-height:1.1}
#ucStage .ucp-review-score small{font-size:12px;color:var(--uc-muted);letter-spacing:0;margin-left:5px}
#ucStage .ucp-review-count{font-size:11px;color:var(--uc-muted);margin-top:5px}
#ucStage .ucp-rating-bar{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--uc-muted);margin:4px 0}
#ucStage .ucp-rating-track{height:5px;background:var(--uc-soft);flex:1}
#ucStage .ucp-rating-track i{display:block;height:100%;background:var(--uc-green);width:var(--ucp-rating-width)}
#ucStage .ucp-review{padding:15px 0;border-bottom:1px solid var(--uc-line);font-size:11px}
#ucStage .ucp-review:last-child{border-bottom:0;padding-bottom:0}
#ucStage .ucp-review .ucp-comment-text{margin-top:7px}
#ucStage .ucp-review .ucp-stars{font-size:11px;margin-top:6px}
#ucStage .ucp-review-photos{display:flex;gap:6px;margin-top:10px}
#ucStage .ucp-review-photos .ucp-media{width:48px;height:48px;aspect-ratio:auto;flex:none}
#ucStage .ucp-video-list .ucp-media{aspect-ratio:16/9}
#ucStage .ucp-admin{display:grid;grid-template-columns:100px minmax(0,1fr);font-size:11px}
#ucStage .ucp-admin-side{background:var(--uc-bg);border-right:1px solid var(--uc-line);padding:18px 11px;display:flex;flex-direction:column;gap:17px;color:var(--uc-muted)}
#ucStage .ucp-admin-brand{color:var(--uc-ink);font-size:13px;font-weight:600;margin-bottom:8px}
#ucStage .ucp-admin-side .ucp-admin-active{background:var(--uc-soft);color:var(--uc-green);padding:8px;margin-inline:-5px}
#ucStage .ucp-admin-main{padding:18px;min-width:0}
#ucStage .ucp-admin-title{font-size:19px;letter-spacing:-.03em;margin-bottom:17px;font-weight:600}
#ucStage .ucp-admin-search{display:flex;gap:8px;align-items:center;border:1px solid var(--uc-line);padding:10px;background:var(--uc-bg);color:var(--uc-muted);flex-wrap:wrap;margin-bottom:20px}
#ucStage .ucp-admin-chip{border:1px solid var(--uc-line);background:var(--uc-paper);padding:6px 9px;color:var(--uc-ink)}
#ucStage .ucp-admin-table{border-collapse:collapse;width:100%;table-layout:fixed;font-size:11px;line-height:1.7}
#ucStage .ucp-admin-table td,#ucStage .ucp-admin-table th{text-align:left;border-bottom:1px solid var(--uc-line);padding:13px 5px;overflow-wrap:anywhere}
#ucStage .ucp-admin-table th{background:var(--uc-bg);color:var(--uc-muted);font-weight:400}
#ucStage .ucp-admin-table th:first-child{width:17px}
#ucStage .ucp-admin-table th:nth-child(2){width:29%}
#ucStage .ucp-checkbox{display:block;width:10px;height:10px;border:1px solid var(--uc-line)}
#ucStage .ucp-order-state{display:inline-block;padding:2px 5px;background:var(--uc-soft);color:var(--uc-green);font-size:11px}
#ucStage .ucp-admin-foot{display:flex;justify-content:space-between;gap:10px;margin-top:18px;color:var(--uc-muted)}
#ucStage .ucp-map-search{padding:12px 15px;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--uc-line);font-size:12px;background:var(--uc-paper)}
#ucStage .ucp-map-search small{font-size:11px;color:var(--uc-muted)}
#ucStage .ucp-map-layout{display:grid;grid-template-columns:1.6fr 1fr;min-height:370px}
#ucStage .ucp-map{position:relative;min-width:0;min-height:370px;background:var(--uc-slot);border-right:1px solid var(--uc-line)}
#ucStage .ucp-map .ucp-media{position:absolute;inset:0;aspect-ratio:auto;border:0;color:var(--uc-muted)}
#ucStage .ucp-map-filter{position:absolute;top:12px;left:12px;background:var(--uc-paper);border:1px solid var(--uc-line);padding:6px 10px;font-size:11px;color:var(--uc-ink)}
#ucStage .ucp-map-zoom{position:absolute;right:11px;bottom:16px;background:var(--uc-paper);border:1px solid var(--uc-line);display:flex;flex-direction:column;color:var(--uc-muted);font-size:17px;text-align:center;width:29px;line-height:29px}
#ucStage .ucp-map-zoom span+span{border-top:1px solid var(--uc-line)}
#ucStage .ucp-pin{position:absolute;left:var(--ucp-x);top:var(--ucp-y);transform:translate(-50%,-50%);border:1px solid var(--uc-line);padding:8px 11px;min-height:38px;background:var(--uc-paper);color:var(--uc-green);font-size:12px;border-radius:5px;box-shadow:0 3px 8px #00000012;white-space:nowrap}
#ucStage .ucp-pin[aria-pressed="true"]{background:var(--uc-green);color:var(--uc-on-green);border-color:var(--uc-green)}
#ucStage .ucp-map-note{position:absolute;left:10px;bottom:11px;font-size:11px;color:var(--uc-muted)}
#ucStage .ucp-property-list{min-width:0}
#ucStage .ucp-property-list-header{padding:11px 12px;font-size:11px;border-bottom:1px solid var(--uc-line);color:var(--uc-muted)}
#ucStage .ucp-property-item{padding:12px;display:grid;grid-template-columns:47px minmax(0,1fr);gap:9px;border-bottom:1px solid var(--uc-line);font-size:11px;min-width:0}
#ucStage .ucp-property-item .ucp-media{width:47px;height:51px;aspect-ratio:auto;font-size:11px}
#ucStage .ucp-property-item b{font-size:12px;font-weight:500;display:block}
#ucStage .ucp-property-item strong{display:block;color:var(--uc-green);font-weight:600;font-size:13px;margin:2px 0}
#ucStage .ucp-property-item small{display:block;font-size:11px;color:var(--uc-muted)}
#ucStage .ucp-property-item[data-highlight="true"],#ucStage .uc-result-table tr[data-highlight="true"]{background:var(--uc-soft)}
#ucStage .ucp-property-gallery{display:grid;grid-template-columns:1.5fr 1fr;gap:7px;margin-bottom:18px}
#ucStage .ucp-property-gallery>.ucp-media{aspect-ratio:16/10}
#ucStage .ucp-property-gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:7px}
#ucStage .ucp-property-gallery-side .ucp-media{aspect-ratio:auto}
#ucStage .ucp-property-details{display:grid;grid-template-columns:1fr 1fr;gap:26px}
#ucStage .ucp-property-details .ucp-price{margin-top:8px}
#ucStage .ucp-property-details .ucp-specs{margin-top:0;padding-top:0;border:0}
#ucStage .ucp-document-head{padding:25px 26px 21px;border-bottom:1px solid var(--uc-line);background:var(--uc-bg)}
#ucStage .ucp-document-kind{font-size:11px;color:var(--uc-green);margin-bottom:9px}
#ucStage .ucp-document-title{font-family:Pretendard,"Malgun Gothic",sans-serif;font-size:27px;line-height:1.5;letter-spacing:-.04em;font-weight:500}
#ucStage .ucp-document-meta{display:flex;flex-wrap:wrap;gap:7px 18px;color:var(--uc-muted);font-size:11px;margin-top:14px}
#ucStage .ucp-document-body{padding:22px 26px;display:grid;grid-template-columns:1fr 135px;gap:30px}
#ucStage .ucp-document-section{font-size:13px;font-weight:600;margin-bottom:9px}
#ucStage .ucp-document-text{font-size:12px;color:var(--uc-muted);line-height:1.95;word-break:keep-all;margin-bottom:19px}
#ucStage .ucp-document-toc{font-size:11px;color:var(--uc-muted);border-left:1px solid var(--uc-line);padding-left:17px;display:flex;flex-direction:column;gap:12px}
#ucStage .ucp-document-toc strong{font-weight:500;color:var(--uc-ink)}
#ucStage .ucp-document-keywords{font-size:11px;color:var(--uc-green);border-top:1px solid var(--uc-line);padding-top:12px}
#ucStage .ucp-company-head{padding:22px;display:flex;gap:14px;align-items:center;border-bottom:1px solid var(--uc-line)}
#ucStage .ucp-company-logo{width:55px;height:55px;flex:none;background:var(--uc-soft);color:var(--uc-green);display:grid;place-items:center;font-size:24px}
#ucStage .ucp-company-name{font-size:24px;font-weight:600;line-height:1.4;letter-spacing:-.04em}
#ucStage .ucp-company-head small{display:block;color:var(--uc-muted);font-size:11px;margin-top:4px}
#ucStage .ucp-company-body{padding:20px 22px}
#ucStage .ucp-company-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;padding-bottom:20px;border-bottom:1px solid var(--uc-line)}
#ucStage .ucp-company-fact small{display:block;font-size:11px;color:var(--uc-muted);margin-bottom:5px}
#ucStage .ucp-company-fact strong{font-size:14px;font-weight:500}
#ucStage .ucp-company-body h4{font-size:13px;font-weight:500;margin:18px 0 8px}
#ucStage .ucp-company-body p{font-size:12px;line-height:1.9;color:var(--uc-muted)}
#ucStage .uc-selected-source{outline-offset:4px}
@container(max-width:850px){#ucStage .uc-assembly{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}#ucStage .ucp-detail-grid{gap:20px}#ucStage .ucp-map-layout{grid-template-columns:1.5fr 1fr}#ucStage .ucp-page{padding:15px}#ucStage .ucp-document-body{gap:20px;grid-template-columns:1fr 115px}}
@container(max-width:600px){
 #ucStage .uc-assembly,#ucStage .uc-assembly[data-flow="detail"],#ucStage .uc-assembly[data-flow="wide"]{grid-template-columns:minmax(0,1fr);gap:22px}#ucStage .uc-assembly[data-flow="detail"] .uc-result-table,#ucStage .uc-assembly[data-flow="wide"] .uc-result-table{min-width:440px}#ucStage .uc-result-scroll{overflow-x:auto}#ucStage .ucp-detail-grid{gap:17px;grid-template-columns:minmax(0,1fr)}#ucStage .ucp-gallery .ucp-media{max-height:270px;aspect-ratio:4/3}#ucStage .ucp-angle-strip .ucp-media{max-height:55px;aspect-ratio:1}#ucStage .ucp-detail-title{font-size:20px}#ucStage .ucp-price{font-size:25px;margin-top:12px}#ucStage .ucp-specs{margin-top:14px}#ucStage .ucp-page{padding:14px}#ucStage .ucp-list-item strong{font-size:12px}#ucStage .ucp-review-summary{grid-template-columns:.75fr 1fr}#ucStage .ucp-admin{grid-template-columns:1fr}#ucStage .ucp-admin-side{flex-direction:row;align-items:center;gap:12px;padding:10px;flex-wrap:wrap;border-right:0;border-bottom:1px solid var(--uc-line)}#ucStage .ucp-admin-brand{font-size:11px;margin:0}#ucStage .ucp-admin-side .ucp-admin-active{padding:4px 7px;margin:0}#ucStage .ucp-admin-side span:nth-last-child(-n+2){display:none}#ucStage .ucp-admin-main{padding:12px}#ucStage .ucp-admin-table :is(th,td){padding:11px 4px}#ucStage .ucp-admin-title{font-size:17px;margin-bottom:13px}#ucStage .ucp-admin-search{padding:8px;margin-bottom:14px}#ucStage .ucp-admin-chip{padding:4px 6px}#ucStage .ucp-map-layout{grid-template-columns:1fr}#ucStage .ucp-map{min-height:290px;border-right:0;border-bottom:1px solid var(--uc-line)}#ucStage .ucp-pin{font-size:12px;padding-inline:10px;min-height:44px}#ucStage .ucp-property-list{display:grid;grid-template-columns:1fr 1fr}#ucStage .ucp-property-list-header{grid-column:1/-1}#ucStage .ucp-property-item{grid-template-columns:1fr;gap:7px;padding:10px}#ucStage .ucp-property-item:nth-child(even){border-right:1px solid var(--uc-line)}#ucStage .ucp-property-item .ucp-media{height:66px;width:100%;aspect-ratio:auto}#ucStage .ucp-map-search{font-size:11px;padding:11px;gap:10px}#ucStage .ucp-property-gallery{grid-template-columns:1fr}#ucStage .ucp-property-gallery-side{grid-template-columns:repeat(2,minmax(0,1fr))}#ucStage .ucp-property-gallery-side .ucp-media{min-height:72px}#ucStage .ucp-property-details{grid-template-columns:1fr;gap:17px}#ucStage .ucp-document-head{padding:20px 16px}#ucStage .ucp-document-title{font-size:23px}#ucStage .ucp-document-body{padding:19px 16px;grid-template-columns:1fr;gap:20px}#ucStage .ucp-document-toc{border-left:0;border-top:1px solid var(--uc-line);padding:13px 0 0;flex-direction:row;gap:12px;flex-wrap:wrap}#ucStage .ucp-document-text{font-size:12px}#ucStage .ucp-company-head{padding:17px;gap:11px}#ucStage .ucp-company-body{padding:17px}#ucStage .ucp-company-facts{grid-template-columns:1fr;gap:10px}#ucStage .ucp-company-fact{display:flex;align-items:center;justify-content:space-between}#ucStage .ucp-company-fact small{margin:0}
}
@container(max-width:600px){#ucStage .uc-assembly[data-flow="detail"] .uc-result-table,#ucStage .uc-assembly[data-flow="wide"] .uc-result-table{min-width:0}#ucStage .uc-result-table :is(th,td){padding-inline:6px}}

#ucStage .ucp-document-title{font-family:Pretendard,"Malgun Gothic",sans-serif!important}
#ucStage :is(button,.uc-result-scroll):focus-visible{outline:2px solid var(--uc-green);outline-offset:4px}

@container(max-width:600px){#ucStage .uc-scope{font-size:11px;gap:9px 15px}}
@media(prefers-reduced-motion:reduce){#ucStage *{scroll-behavior:auto!important}}

/* Keep the source and its output together; retain familiar layouts without full-page height. */
#ucStage{--uc-paper:#fffefa;--uc-ink:#223b2d;--uc-muted:#5f6d60;scroll-margin-top:90px}

#ucStage .uc-assembly,#ucStage .uc-assembly[data-flow]{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:34px;padding:0;border:0;align-items:center}
#ucStage .uc-assembly::after{content:'→';position:absolute;left:calc(58.333% - 13px);top:calc(50% - 15px);color:#6c8d66;font-size:21px;line-height:30px;pointer-events:none}
#ucStage .uc-source,#ucStage .uc-result{border-radius:9px;box-shadow:3px 4px 0 #e5ebde;overflow:hidden}
#ucStage .uc-result{align-self:center}
#ucStage .uc-browser{padding:8px 11px;font-size:11px;line-height:1.4;min-height:33px}
#ucStage .uc-result-top{padding:10px 12px;font-size:13px;gap:8px;background:#f0f5e9;min-height:41px}
#ucStage .uc-result-top strong{font-weight:650}
#ucStage .uc-result-top small{font-size:11px;white-space:nowrap}
#ucStage .uc-result-table{font-size:12px;line-height:1.5}
#ucStage .uc-result-table :is(th,td){padding:9px 8px}

#ucStage .ucp-page{padding:13px}
#ucStage .ucp-breadcrumb{margin-bottom:10px;font-size:11px}
#ucStage .ucp-detail-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:17px}
#ucStage .ucp-gallery>.ucp-media{height:168px;aspect-ratio:auto}
#ucStage .ucp-angle-strip{gap:5px;margin-top:6px}
#ucStage .ucp-angle-strip .ucp-media{height:33px;aspect-ratio:auto;font-size:10px}
#ucStage .ucp-detail-brand{margin-bottom:3px}
#ucStage .ucp-detail-title{font-size:17px;line-height:1.35}
#ucStage .ucp-rating-line{margin-top:5px;font-size:11px;gap:7px}
#ucStage .ucp-price{font-size:23px;margin-top:8px;line-height:1.2}
#ucStage .ucp-price-was{margin-top:3px}
#ucStage .ucp-specs{margin-top:8px;padding-top:8px;gap:4px 9px;grid-template-columns:60px minmax(0,1fr);line-height:1.4}
#ucStage .ucp-option{padding:5px 8px;margin-top:8px}
#ucStage .ucp-buy{margin-top:6px;padding:6px;font-size:11px}
#ucStage .ucp-inner-tabs{margin-top:12px;padding:8px 0;font-size:10px;gap:7px}
#ucStage .ucp-list-head{margin-bottom:9px}
#ucStage .ucp-list-grid{gap:11px}
#ucStage .ucp-list-item .ucp-media{height:73px;aspect-ratio:auto}
#ucStage .ucp-list-item strong{font-size:12px;margin-top:5px}
#ucStage .ucp-list-item small{margin-top:2px}
#ucStage .ucp-video{height:88px;aspect-ratio:auto}
#ucStage .ucp-video-controls{padding:3px 6px;bottom:5px;font-size:10px}
#ucStage .ucp-video-title{font-size:13px;margin-top:7px}
#ucStage .ucp-channel{margin-top:5px}
#ucStage .ucp-avatar{width:21px;height:21px;flex-basis:21px}
#ucStage .ucp-comments-header{margin-top:10px;padding-bottom:7px}
#ucStage .ucp-comment{margin-top:8px;padding-bottom:8px;gap:7px}
#ucStage .ucp-comment-top{margin-bottom:2px;font-size:10px}
#ucStage .ucp-comment-text{font-size:12px;line-height:1.5}
#ucStage .ucp-comment-bottom{margin-top:3px;font-size:10px}
#ucStage .ucp-comment-reply{margin-left:24px;padding-left:8px}
#ucStage .ucp-review-product{padding-bottom:9px}
#ucStage .ucp-review-product .ucp-media{width:35px;height:35px;flex-basis:35px;font-size:9px}
#ucStage .ucp-review-summary{padding:10px 0;gap:12px;grid-template-columns:.65fr 1fr}
#ucStage .ucp-review-score{font-size:26px}
#ucStage .ucp-rating-bar{margin:2px 0;font-size:10px}
#ucStage .ucp-review{padding:9px 0}
#ucStage .ucp-review .ucp-comment-text{margin-top:4px}
#ucStage .ucp-review-photos{margin-top:6px}
#ucStage .ucp-review-photos .ucp-media{width:30px;height:30px;font-size:9px}
#ucStage .ucp-admin{grid-template-columns:80px minmax(0,1fr)}
#ucStage .ucp-admin-side{padding:12px 8px;gap:14px}
#ucStage .ucp-admin-main{padding:12px}
#ucStage .ucp-admin-title{font-size:17px;margin-bottom:11px}
#ucStage .ucp-admin-search{padding:7px;margin-bottom:10px;gap:6px}
#ucStage .ucp-admin-chip{padding:4px 6px}
#ucStage .ucp-admin-table{font-size:11px;line-height:1.4}
#ucStage .ucp-admin-table :is(th,td){padding:8px 4px}
#ucStage .ucp-admin-foot{margin-top:11px;font-size:10px}
#ucStage .ucp-map-layout{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);min-height:245px}
#ucStage .ucp-map{min-height:245px}
#ucStage .ucp-map-search{padding:9px 10px;font-size:11px;gap:8px}
#ucStage .ucp-map-filter{top:9px;left:9px;font-size:10px;padding:5px 7px}
#ucStage .ucp-pin{padding:6px 8px;font-size:11px;min-height:35px}
#ucStage .ucp-map-note{font-size:9px;max-width:75%;line-height:1.4}
#ucStage .ucp-property-list-header{padding:7px 9px;font-size:10px}
#ucStage .ucp-property-item{padding:8px;gap:7px;grid-template-columns:34px minmax(0,1fr)}
#ucStage .ucp-property-item .ucp-media{width:34px;height:37px;font-size:9px}
#ucStage .ucp-property-item b{font-size:11px}
#ucStage .ucp-property-item strong{font-size:12px;margin:1px 0}
#ucStage .ucp-property-item small{font-size:10px}
#ucStage .ucp-property-gallery{margin-bottom:12px;grid-template-columns:1.5fr 1fr}
#ucStage .ucp-property-gallery>.ucp-media{height:108px;aspect-ratio:auto}
#ucStage .ucp-property-gallery-side{grid-template-columns:1fr 1fr}
#ucStage .ucp-property-details{gap:16px;grid-template-columns:1fr 1fr}
#ucStage .ucp-property-details .ucp-price{font-size:21px;margin-top:5px}
#ucStage .ucp-document-head{padding:14px 16px 12px}
#ucStage .ucp-document-kind{margin-bottom:4px}
#ucStage .ucp-document-title{font-size:20px;font-weight:650;line-height:1.4}
#ucStage .ucp-document-meta{margin-top:9px;gap:4px 10px}
#ucStage .ucp-document-body{padding:13px 16px;grid-template-columns:1fr 105px;gap:15px}
#ucStage .ucp-document-section{font-size:12px;margin-bottom:5px}
#ucStage .ucp-document-text{font-size:11px;line-height:1.6;margin-bottom:9px}
#ucStage .ucp-document-toc{padding-left:11px;gap:8px;font-size:10px}
#ucStage .ucp-document-keywords{padding-top:8px;font-size:10px}
#ucStage .ucp-company-head{padding:14px 16px;gap:11px}
#ucStage .ucp-company-logo{width:40px;height:40px;font-size:20px}
#ucStage .ucp-company-name{font-size:20px}
#ucStage .ucp-company-body{padding:12px 16px}
#ucStage .ucp-company-facts{gap:10px;padding-bottom:12px;grid-template-columns:repeat(3,minmax(0,1fr))}
#ucStage .ucp-company-fact strong{font-size:12px}
#ucStage .ucp-company-body h4{margin:10px 0 5px;font-size:12px}
#ucStage .ucp-company-body p{font-size:11px;line-height:1.6}
#ucStage [data-scene-panel="reviews"] .ucp-inner-tabs{display:none}
#ucStage [data-scene-panel="reviews"] .ucp-review-product{padding-bottom:6px}
#ucStage [data-scene-panel="reviews"] .ucp-review-product .ucp-media{width:28px;height:28px;flex-basis:28px}
#ucStage [data-scene-panel="reviews"] .ucp-review-summary{padding:5px 0}
#ucStage [data-scene-panel="reviews"] .ucp-rating-bar{line-height:10px;margin:1px 0;font-size:9px}
#ucStage [data-scene-panel="reviews"] .ucp-review{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;padding:7px 0}
#ucStage [data-scene-panel="reviews"] .ucp-comment-top{grid-column:1;margin:0;flex-wrap:wrap;gap:2px 6px}
#ucStage [data-scene-panel="reviews"] .ucp-review .ucp-stars{grid-column:2;grid-row:1;margin:0;font-size:10px;line-height:14px}
#ucStage [data-scene-panel="reviews"] .ucp-review-count,#ucStage [data-scene-panel="reviews"] .ucp-comment-text,#ucStage [data-scene-panel="reviews"] .ucp-review-photos{grid-column:1/-1;margin-top:2px}
#ucStage [data-scene-panel="reviews"] .uc-result-table :is(th,td){padding-block:5px}

@container(max-width:850px){#ucStage .uc-assembly,#ucStage .uc-assembly[data-flow]{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:23px}#ucStage .uc-assembly::after{left:calc(55.56% - 11px);font-size:18px}#ucStage .ucp-detail-grid{gap:10px}#ucStage .ucp-gallery>.ucp-media{height:133px}#ucStage .ucp-angle-strip{grid-template-columns:repeat(2,1fr)}#ucStage .ucp-angle-strip .ucp-media{height:26px}#ucStage .ucp-rating-line{flex-wrap:wrap;gap:1px 6px}#ucStage .ucp-admin{grid-template-columns:1fr}#ucStage .ucp-admin-side{flex-direction:row;gap:9px;flex-wrap:wrap;border-bottom:1px solid var(--uc-line);border-right:0;padding:8px}#ucStage .ucp-admin-brand{font-size:11px;margin:0}#ucStage .ucp-admin-side .ucp-admin-active{padding:3px 5px;margin:0}#ucStage .ucp-admin-side span:nth-last-child(-n+2){display:none}#ucStage .ucp-map-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}#ucStage .ucp-property-item{grid-template-columns:1fr;padding:6px 8px}#ucStage .ucp-property-item .ucp-media{display:none}#ucStage .ucp-map-filter{font-size:9px;padding:4px;left:5px}#ucStage .ucp-document-body{grid-template-columns:1fr}#ucStage .ucp-document-toc{display:none}}
@container(max-width:600px){
 #ucStage .uc-assembly,#ucStage .uc-assembly[data-flow]{grid-template-columns:minmax(0,1fr);gap:21px}#ucStage .uc-assembly::after{content:none}#ucStage .uc-result{position:relative;overflow:visible}#ucStage .uc-result::before{content:'↓';position:absolute;top:-23px;left:calc(50% - 5px);font-size:16px;color:#779669;line-height:20px}#ucStage .uc-result-scroll{overflow:hidden;border-radius:0 0 9px 9px}#ucStage .uc-result-top{border-radius:9px 9px 0 0;font-size:12px;padding:7px 10px;min-height:33px}#ucStage .uc-result-top small{font-size:10px}#ucStage .uc-result-table{font-size:11px;line-height:1.4}#ucStage .uc-result-table :is(th,td){padding:7px 6px}#ucStage .uc-browser{padding:7px 10px;min-height:29px;font-size:10px}#ucStage .ucp-page{padding:10px}#ucStage .ucp-breadcrumb{font-size:10px;margin-bottom:8px}#ucStage .ucp-detail-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:11px}#ucStage .ucp-gallery>.ucp-media{height:121px;aspect-ratio:auto}#ucStage .ucp-angle-strip{grid-template-columns:repeat(2,1fr);gap:4px}#ucStage .ucp-angle-strip .ucp-media{height:24px;aspect-ratio:auto;font-size:9px}#ucStage .ucp-detail-brand{font-size:10px}#ucStage .ucp-detail-title{font-size:14px}#ucStage .ucp-price{font-size:20px;margin-top:6px}#ucStage .ucp-price small{font-size:10px}#ucStage .ucp-rating-line{font-size:9px}#ucStage .ucp-stars{font-size:10px}#ucStage .ucp-price-was{font-size:9px}#ucStage .ucp-specs{font-size:10px;grid-template-columns:43px minmax(0,1fr);gap:3px 5px;margin-top:6px;padding-top:6px}#ucStage .ucp-option{font-size:9px;margin-top:6px;padding:4px 6px}#ucStage .ucp-buy{padding:5px;margin-top:5px;font-size:10px}#ucStage .ucp-inner-tabs{font-size:9px;margin-top:8px;padding:6px 0;gap:5px}#ucStage .ucp-list-item .ucp-media{height:46px}#ucStage .ucp-list-grid{gap:8px 10px}#ucStage .ucp-list-item strong{font-size:11px;line-height:1.4}#ucStage .ucp-list-item small{font-size:10px}#ucStage .ucp-list-item .ucp-list-price{font-size:11px}#ucStage .ucp-video{height:62px}#ucStage .ucp-video-title{font-size:12px;margin-top:5px}#ucStage .ucp-channel{display:none}#ucStage .ucp-comments-header{margin-top:7px;padding-bottom:5px;font-size:11px}#ucStage .ucp-comment{margin-top:6px;padding-bottom:6px}#ucStage .ucp-comment-top{font-size:9px;gap:6px}#ucStage .ucp-comment-text{font-size:11px;line-height:1.4}#ucStage .ucp-comment-bottom{font-size:9px;margin-top:2px}#ucStage .ucp-review-product{font-size:11px;padding-bottom:6px}#ucStage .ucp-review-summary{padding:6px 0}#ucStage .ucp-review-product small{font-size:10px}#ucStage .ucp-review-score{font-size:24px}#ucStage .ucp-review{padding:6px 0}#ucStage .ucp-review-count{font-size:10px}#ucStage .ucp-review-photos .ucp-media{width:23px;height:23px;font-size:8px}#ucStage .ucp-admin-main{padding:9px}#ucStage .ucp-admin-title{font-size:15px;margin-bottom:8px}#ucStage .ucp-admin-search{margin-bottom:7px;font-size:10px;padding:5px}#ucStage .ucp-admin-table{font-size:10px}#ucStage .ucp-admin-table :is(th,td){padding:7px 3px}#ucStage .ucp-admin-foot{margin-top:8px}#ucStage .ucp-order-state{font-size:9px;padding:2px}#ucStage .ucp-map-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);min-height:229px}#ucStage .ucp-map{min-height:229px;border-right:1px solid var(--uc-line);border-bottom:0}#ucStage .ucp-map-search{font-size:10px;padding:7px 9px;flex-wrap:wrap;gap:2px 8px}#ucStage .ucp-map-search small{font-size:9px}#ucStage .ucp-pin{font-size:10px;padding:5px 6px;min-height:32px}#ucStage .ucp-map-note{font-size:8px;left:5px;bottom:5px}#ucStage .ucp-map-zoom{right:5px;bottom:8px;width:23px;line-height:23px;font-size:15px}#ucStage .ucp-property-list{display:block}#ucStage .ucp-property-list-header{font-size:9px;padding:6px}#ucStage .ucp-property-item{padding:6px;grid-template-columns:1fr;gap:0}#ucStage .ucp-property-item:nth-child(even){border-right:0}#ucStage .ucp-property-item b{font-size:10px}#ucStage .ucp-property-item strong{font-size:11px}#ucStage .ucp-property-item small{font-size:9px}#ucStage .ucp-property-gallery{grid-template-columns:1.5fr 1fr;gap:5px;margin-bottom:10px}#ucStage .ucp-property-gallery>.ucp-media{height:71px;aspect-ratio:auto}#ucStage .ucp-property-gallery-side{grid-template-columns:1fr 1fr;gap:4px}#ucStage .ucp-property-gallery-side .ucp-media{min-height:0;font-size:9px}#ucStage .ucp-property-details{grid-template-columns:1fr 1fr;gap:12px}#ucStage .ucp-property-details .ucp-price{font-size:18px}#ucStage .ucp-document-head{padding:11px 12px}#ucStage .ucp-document-title{font-size:17px}#ucStage .ucp-document-body{padding:10px 12px;gap:0}#ucStage .ucp-document-meta{font-size:10px;gap:3px 9px}#ucStage .ucp-document-text{font-size:10px;line-height:1.5}#ucStage .ucp-company-head{padding:11px 12px}#ucStage .ucp-company-name{font-size:17px}#ucStage .ucp-company-body{padding:10px 12px}#ucStage .ucp-company-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-bottom:9px}#ucStage .ucp-company-fact{display:block}#ucStage .ucp-company-fact small{font-size:10px}#ucStage .ucp-company-fact strong{font-size:11px}#ucStage .ucp-company-body p{font-size:10px;line-height:1.5}
}

@container(max-width:600px){

    #ucStage [data-scene-panel="reviews"] .ucp-review-product{display:none}
    #ucStage .ucp-admin-foot{display:none}
}

/* One navigation tray, then a case headline and an explicit page selector. */
#ucStage{--uc-paper:#fffefa;--uc-ink:#203b2d;--uc-space:88px;background:#fffefa}
#ucStage .uc-work{padding:var(--uc-space) 0}
#ucStage .uc-work-top{margin-bottom:36px}
#ucStage .uc-work-top h2{font:750 44px/1.35 Pretendard,"Malgun Gothic",sans-serif!important;letter-spacing:-.045em;word-break:keep-all}
#ucStage .uc-case-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:0}
#ucStage .uc-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0;background:transparent;border:0;border-bottom:1px solid #d7ddce;border-radius:0}
#ucStage .uc-tab{display:flex;align-items:center;justify-content:center;min-width:0;min-height:54px;padding:12px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;color:#6c7665;text-align:center;line-height:1.4;transition:color .15s,border-color .15s}
#ucStage .uc-tab strong{font-size:16px;font-weight:600}
#ucStage .uc-tab small{display:none}
#ucStage .uc-tab:hover{background:transparent;border-bottom-color:#bbc8a8;color:#00633e}
#ucStage .uc-tab[aria-pressed="true"]{background:transparent;border-bottom-color:#00633e;color:#00633e;box-shadow:none}
#ucStage .ucp-document-title{font-family:Pretendard,"Malgun Gothic",sans-serif!important}

#ucStage .uc-replay{display:inline-flex;align-items:center;justify-content:center;gap:9px;flex-shrink:0;white-space:nowrap;min-height:46px;padding:11px 18px;border:1px solid #00633e;border-radius:8px;background:#00633e;color:#fff;font-size:14px;font-weight:650;line-height:1.4;box-shadow:0 5px 13px #00633e20}
#ucStage .uc-replay:hover{background:#084c32;box-shadow:0 6px 16px #00633e30}
#ucStage .uc-replay:disabled{cursor:progress}
#ucStage .uc-replay-icon{display:grid;place-items:center;flex:none;width:15px;height:15px}
#ucStage .uc-replay-icon::before{content:"";display:block;box-sizing:border-box;width:0;height:0;margin-left:2px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid currentColor}
#ucStage .uc-replay[aria-busy="true"]{background:#f5e7c6;border-color:#d3b273;color:#74511e;box-shadow:none}
#ucStage .uc-replay[aria-busy="true"] .uc-replay-icon::before{width:14px;height:14px;margin:0;border:2px solid #c5a56b;border-top-color:#74511e;border-radius:50%;animation:uc-replay-spin .8s linear infinite}
@keyframes uc-replay-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){#ucStage .uc-replay[aria-busy="true"] .uc-replay-icon::before{animation:none}}

/* During replay no value is present in the result until its field or whole row arrives. */
#ucStage .uc-result-table .uc-pending>*{visibility:hidden}
#ucStage .uc-result-table .uc-pending{background:#f0f3eb}
#ucStage .uc-flying-row{display:grid;gap:0;padding:0;border-radius:5px;white-space:normal;align-items:stretch}
#ucStage .uc-flying-row>span{display:flex;align-items:center;padding:7px 6px;line-height:1.4;min-width:0;border-right:1px solid #b8d1ac;overflow-wrap:anywhere}
#ucStage .uc-flying-row>span:last-child{border:0}
#ucStage .uc-selected-source{background-color:#e7f0db;outline:2px solid #00633e;outline-offset:2px;transition:background-color .15s}
@container(max-width:991px){
 #ucStage .uc-work{--uc-space:64px}
 #ucStage .uc-work-top h2{font-size:38px!important}
 #ucStage .uc-tab{padding:12px 7px;min-height:58px}
 #ucStage .uc-tab strong{font-size:14px}
}
@container(max-width:600px){
 #ucStage .uc-work{--uc-space:64px}
 #ucStage .uc-work-top{margin-bottom:28px}
 #ucStage .uc-work-top h2{font-size:38px!important}
 #ucStage .uc-case-layout{gap:0}
 #ucStage .uc-tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:0 8px;padding:0;border-bottom:0}
 #ucStage .uc-tab{padding:9px 5px;min-height:40px;border-bottom-width:2px}
 #ucStage .uc-tab{grid-column:span 2}
 #ucStage .uc-tab:nth-last-child(-n+2){grid-column:span 3}
 #ucStage .uc-tab strong{font-size:14px}

 #ucStage .uc-replay{width:100%;min-height:43px;font-size:13px;padding:9px 12px;gap:7px}

 #ucStage .uc-flying-row{font-size:10px}
}
@container(max-width:575px){
 #ucStage .uc-work{--uc-space:56px}
 #ucStage .uc-work-top h2{font-size:30px!important}
}

/* Layout choices and replay share a compact control bar attached to the source. */
#ucStage .uc-roles{margin-top:12px;font-size:13px;line-height:1.6;color:#69736b;word-break:keep-all}
#ucStage .uc-case-toolbar{display:flex;align-items:center;gap:12px;width:calc((100% - 34px)*7/12);max-width:100%;padding:7px 10px;margin:0;border:1px solid #cdd4d1;border-bottom:0;border-radius:10px 10px 0 0;background:#ecefed}
#ucStage .uc-page-picker{min-width:0;flex:1}
#ucStage .uc-page-types{display:flex;max-width:100%;gap:3px;padding:0;border:0;border-radius:0;background:transparent}
#ucStage .uc-page-types:empty{visibility:hidden}
#ucStage .uc-page-type{flex:1;min-width:0;min-height:34px;padding:7px 9px;border:0;border-radius:5px;background:transparent;color:#657069;font-size:13px;line-height:1.4;font-weight:500;text-align:center;transition:background .15s,color .15s}
#ucStage .uc-page-type:hover{background:#e4eae3;color:#264b38}
#ucStage .uc-page-type[aria-pressed="true"]{background:#fff;color:#264b38;font-weight:650;box-shadow:0 1px 3px #203b2d14}
#ucStage .uc-case-toolbar .uc-replay{min-height:36px;padding:7px 11px;margin:0;border-radius:5px;font-size:13px;gap:6px;box-shadow:none}
/* Neutral source pages and a softly tinted spreadsheet have different visual jobs. */
#ucStage .uc-source{align-self:start;background:#fff;border-color:#cdd4d1;border-radius:0 0 10px 10px;box-shadow:0 8px 24px -18px #273d3150}
#ucStage .uc-browser{background:#ecefed;border-color:#d6dcd8;color:#69766f}
#ucStage .uc-result{background:#f3f8f5;border-color:#bdd4c5;box-shadow:none}
#ucStage .uc-result-top{background:#deece3;color:#205b3e;border-color:#c6dacd}
#ucStage .uc-result-table th{background:#eef5f0;color:#53725f}
#ucStage .uc-result-table td{background:#fff;border-color:#dce7df}
/* Multi-page examples keep one compact source frame and one accumulating result. */
#ucStage .uc-url-tabs{display:flex;gap:5px;padding:8px 10px 0;background:#f0f0ec;border-bottom:1px solid #dedfd8}
#ucStage .uc-url-tabs button{flex:1;min-width:0;min-height:30px;padding:6px;border:1px solid transparent;border-bottom:0;border-radius:6px 6px 0 0;background:#e6e8e2;color:#737c70;font-size:11px;line-height:1.4}
#ucStage .uc-url-tabs button[aria-pressed="true"]{background:#fff;border-color:#d7dcd2;color:#244f35}
#ucStage .uc-browser-count{margin-left:auto;white-space:nowrap;font-size:10px}
#ucStage .uc-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;border-top:1px solid #e4e5df;color:#707b6b;font-size:11px}
#ucStage .uc-pagination button{display:grid;place-items:center;min-width:28px;height:28px;padding:4px 8px;border:0;border-radius:4px;background:transparent;color:#687362;font-size:11px}
#ucStage .uc-pagination button[aria-pressed="true"]{background:#e7ebe1;color:#204c34;font-weight:700}
#ucStage .uc-pagination button:hover{background:#eef1e7}
#ucStage .uc-pagination button:disabled{opacity:.35;cursor:default}
#ucStage .uc-bulk-product{padding:16px}
#ucStage .uc-bulk-product .ucp-gallery>.ucp-media{height:192px}
#ucStage .uc-bulk-product .ucp-detail-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}
#ucStage .uc-feed-viewport{height:220px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#8c9f8a #edf0e8;position:relative}
#ucStage .uc-feed-viewport:focus-visible{outline:2px solid #00633e;outline-offset:-2px}
#ucStage .uc-feed-batch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:13px;min-height:196px}
#ucStage .uc-feed-batch .ucp-media{height:92px}
#ucStage .uc-scroll-hint{display:flex;align-items:center;justify-content:space-between;padding:9px 13px;border-top:1px solid #e4e5df;font-size:11px;color:#63755c}
#ucStage .uc-scroll-hint span:last-child{font-size:18px;line-height:1}
#ucStage [data-continuation] .uc-result-table :is(th,td){padding-block:8px}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:first-child{width:37%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(2){width:18%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(3){width:20%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(4){width:25%}
@container(max-width:850px){
 #ucStage .uc-case-toolbar{width:100%;gap:12px;border-bottom:1px solid #cdd4d1;border-radius:8px;margin-bottom:12px}
 #ucStage .uc-source{border-radius:8px}
 #ucStage .uc-page-type{font-size:13px;padding-inline:9px}
 #ucStage .uc-bulk-product{padding:12px}
 #ucStage .uc-bulk-product .ucp-gallery>.ucp-media{height:154px}
}

@container(max-width:600px){
 #ucStage .uc-case-toolbar{flex-wrap:wrap;gap:6px;padding:5px;border-bottom:0;border-radius:8px 8px 0 0;margin:0}
 #ucStage .uc-page-picker{flex-basis:100%}
 #ucStage .uc-case-toolbar .uc-replay{width:100%;min-height:40px;font-size:13px}
 #ucStage .uc-case-toolbar:has(.uc-page-types:empty){display:flex}
 #ucStage .uc-case-toolbar>.uc-page-types:empty{display:none}
 #ucStage .uc-page-type{font-size:13px;min-height:42px;padding:9px 7px}
 #ucStage .uc-url-tabs{padding:6px 8px 0;gap:4px}
 #ucStage .uc-url-tabs button{min-height:27px;font-size:9px;padding:5px 3px}
 #ucStage .uc-bulk-product{padding:10px}
 #ucStage .uc-bulk-product .ucp-gallery>.ucp-media{height:140px}
 #ucStage .uc-bulk-product .ucp-detail-title{font-size:13px;min-height:36px}
 #ucStage .uc-bulk-product .ucp-detail-grid{gap:11px}
 #ucStage .uc-bulk-product .ucp-buy{display:none}
 #ucStage .uc-bulk-product .ucp-specs{margin-top:6px;padding-top:6px}
 #ucStage .uc-bulk-product .ucp-option{margin-top:6px}
 #ucStage .uc-feed-viewport{height:141px}
 #ucStage .uc-feed-batch{padding:10px;gap:10px;min-height:127px}
 #ucStage .uc-feed-batch .ucp-media{height:49px}
 #ucStage .uc-scroll-hint{padding:6px 10px;font-size:10px}
 #ucStage .uc-pagination{padding:6px 10px;gap:6px}
 #ucStage .uc-pagination button{height:25px;min-width:25px;font-size:10px}
 #ucStage [data-continuation] .uc-result-table :is(th,td){padding-block:6px;font-size:10px}
}

/* Read the purpose first, with the role as a caption, then follow into the demonstration. */
#ucStage .uc-case-intro{margin:28px 0 26px;background:transparent}
#ucStage .uc-purpose-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:0;margin:0}
#ucStage .uc-purpose{display:flex;flex-direction:column;gap:8px;min-width:0;padding:0;border:0}
#ucStage .uc-purpose-role{margin-top:auto;font-size:13px;font-weight:400;line-height:1.5;color:#778274;word-break:keep-all}
#ucStage .uc-purpose-text{order:-1;margin:0;font-size:20px;font-weight:550;line-height:1.5;letter-spacing:-.025em;color:#294535;word-break:keep-all;text-wrap:pretty}
#ucStage:lang(ja) :is(.uc-purpose-text,.uc-purpose-role,.uc-work-top h2),
#ucStage:lang(zh) :is(.uc-purpose-text,.uc-purpose-role,.uc-work-top h2){word-break:normal;line-break:strict}
@container(max-width:991px){
 #ucStage .uc-purpose-list{grid-template-columns:minmax(0,1fr);gap:15px}
 #ucStage .uc-purpose{display:grid;grid-template-columns:minmax(0,1fr) 160px;align-items:baseline;gap:24px}
 #ucStage .uc-purpose-role{margin:0;text-align:right}
 #ucStage .uc-purpose-text{margin:0;font-size:20px}

}
/* Six accumulated rows remain browsable without making the demonstration taller. */
#ucStage .uc-result-scroll{max-height:330px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#86a390 #eef5f0;position:relative}
#ucStage .uc-result-table thead{position:sticky;top:0;z-index:1}
#ucStage .uc-result-scroll:focus-visible{outline:2px solid #00633e;outline-offset:-2px}
#ucStage .uc-result-top small{font-variant-numeric:tabular-nums}
#ucStage [data-scene-panel="comments"] .uc-result-table th:nth-child(1),#ucStage [data-scene-panel="reviews"] .uc-result-table th:nth-child(1){width:23%}
#ucStage [data-scene-panel="comments"] .uc-result-table th:nth-child(2){width:59%}
#ucStage [data-scene-panel="reviews"] .uc-result-table th:nth-child(2){width:18%}
#ucStage [data-scene-panel="reviews"] .uc-result-table th:nth-child(3){width:59%}
#ucStage [data-scene-panel="contacts"] .uc-result-table th:nth-child(1){width:21%}
#ucStage [data-scene-panel="contacts"] .uc-result-table th:nth-child(2){width:24%}
#ucStage [data-scene-panel="contacts"] .uc-result-table th:nth-child(3){width:14%}
#ucStage [data-scene-panel="contacts"] .uc-result-table th:nth-child(4){width:41%}
#ucStage [data-scene-panel="notices"] .uc-result-table th:nth-child(1){width:38%}
#ucStage [data-scene-panel="notices"] .uc-result-table th:nth-child(2){width:23%}
#ucStage [data-scene-panel="notices"] .uc-result-table th:nth-child(3){width:24%}
#ucStage [data-scene-panel="notices"] .uc-result-table th:nth-child(4){width:15%}
#ucStage .uc-comment-viewport{height:164px}
#ucStage .uc-comment-batch{min-height:154px;padding:2px 4px}
#ucStage .uc-comment-viewport .ucp-comment{margin-top:7px}
#ucStage .uc-load-more{display:flex;justify-content:center;align-items:center;gap:18px;padding:8px 12px;border-top:1px solid #e4e5df;font-size:11px;color:#73806d}
#ucStage .uc-load-more button{min-height:28px;padding:5px 22px;border:1px solid #cdd5c7;border-radius:5px;background:#f6f7f3;font-size:11px;color:#38523c}
#ucStage .uc-load-more button:hover{background:#e8eee3}
#ucStage .uc-load-more button:disabled{opacity:.4;cursor:default}
#ucStage .ucp-directory-head,#ucStage .ucp-board-head{padding:16px 18px 12px;border-bottom:1px solid #e1e4df}
#ucStage :is(.ucp-directory-head,.ucp-board-head)>small{font-size:10px;color:#7c8377}
#ucStage :is(.ucp-directory-head,.ucp-board-head)>h4{font-size:19px;font-weight:650;margin:4px 0 13px;color:#34402f}
#ucStage .ucp-directory-search{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border:1px solid #d9ddd4;border-radius:4px;font-size:11px;color:#7b8573;background:#fff}
#ucStage .ucp-directory-search>span{font-size:18px;line-height:1}
#ucStage .ucp-directory-filters{display:flex;gap:7px;align-items:center;font-size:10px;margin-top:9px;color:#65725e}
#ucStage .ucp-directory-filters>span{padding:3px 7px;background:#f0f2ed;border-radius:3px}
#ucStage .ucp-directory-filters>small{margin-left:auto;font-size:10px}
#ucStage .ucp-contact{display:flex;align-items:center;gap:13px;padding:16px 18px;border-bottom:1px solid #e6e8e1}
#ucStage .ucp-contact:last-child{border-bottom:0}
#ucStage .ucp-contact .ucp-company-logo{width:38px;height:38px;flex:none;font-size:18px;background:#eeefea;color:#727d6c}
#ucStage .ucp-contact-info{min-width:0;display:grid;gap:3px;flex:1}
#ucStage .ucp-contact-info>strong{font-size:14px;color:#364c34}
#ucStage .ucp-contact-info>small{font-size:11px;color:#77806e}
#ucStage .ucp-contact-email{font-size:11px;color:#617b63;overflow-wrap:anywhere}
#ucStage .ucp-booth{display:grid;gap:4px;flex:none;text-align:right;font-size:10px;color:#7a8574}
#ucStage .ucp-booth b{font-size:12px;color:#4b5d46}
#ucStage .ucp-board-tabs{display:flex;gap:20px;margin:8px 0 12px;font-size:11px;color:#7a8274}
#ucStage .ucp-board-tabs strong{font-weight:650;color:#385e3c;border-bottom:2px solid #648561;padding-bottom:6px}
#ucStage .ucp-notice{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;padding:18px;border-bottom:1px solid #e6e8e1;align-items:center}
#ucStage .ucp-notice:last-child{border-bottom:0}
#ucStage .ucp-notice-number{font-size:11px;color:#8c9385}
#ucStage .ucp-notice strong{display:block;font-size:13px;line-height:1.5;color:#3c4d36}
#ucStage .ucp-notice small{display:block;font-size:10px;line-height:1.5;color:#7b8375;margin-top:5px}

@container(max-width:600px){
 #ucStage .uc-result-scroll{height:140px;max-height:140px;overflow:auto;border-radius:0 0 9px 9px}
 #ucStage [data-scene-panel="comments"] .ucp-video{height:45px}
 #ucStage .uc-comment-viewport{height:106px}
 #ucStage .uc-comment-batch{min-height:106px;padding:0 3px}
 #ucStage .uc-comment-viewport .ucp-comment{margin-top:5px;padding-bottom:4px;gap:7px}
 #ucStage .uc-comment-viewport .ucp-avatar{width:20px;height:20px;font-size:9px}
 #ucStage .uc-comment-viewport .ucp-comment-text{font-size:10px;line-height:1.35}
 #ucStage .uc-comment-viewport .ucp-comment-bottom{font-size:8px}
 #ucStage .uc-load-more{padding:5px 10px;font-size:10px}
 #ucStage .uc-load-more button{min-height:26px;padding:4px 16px;font-size:10px}
 #ucStage .ucp-map-layout,#ucStage .ucp-map{min-height:176px}
 #ucStage [data-scene-panel="document"] .ucp-document-section:nth-of-type(2),#ucStage [data-scene-panel="document"] .ucp-document-text:nth-of-type(2){display:none}
 #ucStage .ucp-directory-head,#ucStage .ucp-board-head{padding:10px 12px 8px}
 #ucStage :is(.ucp-directory-head,.ucp-board-head)>h4{font-size:15px;margin:3px 0 8px}
 #ucStage .ucp-directory-search{padding:6px 8px;font-size:10px}
 #ucStage .ucp-directory-filters{margin-top:6px;font-size:9px}
 #ucStage .ucp-directory-filters>small{font-size:9px}
 #ucStage .ucp-contact{padding:9px 12px;gap:9px}
 #ucStage .ucp-contact .ucp-company-logo{width:28px;height:28px;font-size:14px}
 #ucStage .ucp-contact-info{gap:2px}
 #ucStage .ucp-contact-info>strong{font-size:12px}
 #ucStage .ucp-contact-info>small,#ucStage .ucp-contact-email{font-size:10px}
 #ucStage .ucp-booth{font-size:9px;gap:2px}
 #ucStage .ucp-booth b{font-size:10px}
 #ucStage .ucp-board-tabs{gap:14px;margin:7px 0 8px;font-size:10px}
 #ucStage .ucp-board-tabs strong{padding-bottom:4px}
 #ucStage .ucp-notice{padding:10px 12px;grid-template-columns:22px minmax(0,1fr) auto;gap:7px}
 #ucStage .ucp-notice-number{font-size:9px}
 #ucStage .ucp-notice strong{font-size:11px}
 #ucStage .ucp-notice small{font-size:9px;margin-top:3px}
 #ucStage .uc-source-body{font-size:11px;line-height:1.4}
 #ucStage .uc-result-top{line-height:1.4}
 #ucStage .uc-assembly,#ucStage .uc-assembly[data-flow]{gap:18px}
 #ucStage .uc-result::before{top:-21px}
 #ucStage .ucp-contact-info>*{line-height:1.4}
 #ucStage .ucp-directory-head>small,#ucStage .ucp-board-head>small{display:none}
 #ucStage .ucp-contact{padding-block:8px}
 #ucStage .ucp-directory-filters{line-height:1.4}
 #ucStage .ucp-directory-head,#ucStage .ucp-board-head{line-height:1.4}
 #ucStage .ucp-admin-side>span:not(.ucp-admin-active){display:none}
 #ucStage .ucp-admin-chip{padding:2px 4px;font-size:9px}
 #ucStage [data-scene-panel="company"] .ucp-inner-tabs{display:none}
 #ucStage .ucp-company-fact strong{line-height:1.4}
 #ucStage [data-scene-panel="reviews"] .ucp-review{padding-block:5px}
 #ucStage [data-scene-panel="reviews"] .ucp-review-summary{line-height:1.35}
 #ucStage [data-scene-panel="reviews"] .ucp-review-score{line-height:1.1}
 #ucStage [data-scene-panel="reviews"] .ucp-review-count{line-height:1.4}
 #ucStage [data-scene-panel="reviews"] .ucp-review-photos{grid-column:2;grid-row:3/5;align-self:end;justify-content:flex-end}
 #ucStage [data-scene-panel="reviews"] .ucp-comment-text{grid-column:1;grid-row:4}
 #ucStage .ucp-page{padding:8px}
 #ucStage .uc-pagination{padding-block:4px}
 #ucStage .uc-url-tabs{padding-top:4px}
 #ucStage .ucp-directory-filters{display:none}
 #ucStage [data-scene-panel="comments"] .ucp-video{height:39px}
 #ucStage [data-scene-panel="reviews"] .ucp-review-summary{padding-block:2px}
 #ucStage [data-scene-panel="reviews"] .ucp-comment-top>span{font-size:8px}
 #ucStage [data-scene-panel="property-detail"] .ucp-breadcrumb{display:none}
 #ucStage .ucp-board-tabs{margin-block:4px}
 #ucStage .ucp-admin-title{margin-bottom:5px}
 #ucStage .ucp-admin-search{padding-block:3px}
 #ucStage .ucp-admin-main{padding-block:6px}
}

/* Light browser chrome lets the page content carry the visual weight. */
#ucStage .uc-browser{padding:7px 11px;min-height:40px;gap:9px;line-height:1.3}
#ucStage .uc-browser-dots{gap:4px}
#ucStage .uc-browser-dots i{width:6px;height:6px;opacity:1;background:#aab5ae}
#ucStage .uc-browser-address{display:flex;align-items:center;gap:6px;min-width:0;flex:1;padding:5px 8px;background:#fff;color:#68766e;border:1px solid #dde3df;border-radius:5px;font-size:10px;line-height:1.3}
#ucStage [data-source-address]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;flex:1}
#ucStage .uc-browser-lock{width:12px;height:12px;flex:none;color:#93a098}
#ucStage .uc-browser-reload{font-size:14px;line-height:1;color:#93a098}
#ucStage .uc-browser-count{margin:0;flex:none;font-size:10px;color:#5e7166}
#ucStage .uc-url-tabs{background:#f4f6f4;border-color:#dce2dd}
#ucStage .uc-url-tabs button{background:transparent;color:#7c8880}
#ucStage .uc-url-tabs button[aria-pressed="true"]{border-color:#dce2dd;color:#244c35}
@container(max-width:850px){
 #ucStage .uc-browser{padding-inline:8px;gap:6px}
 #ucStage .uc-browser-count{font-size:9px}
}
@container(max-width:600px){
 #ucStage .uc-case-intro{margin:24px 0}
 #ucStage .uc-purpose-list{gap:18px}
 #ucStage .uc-purpose{display:flex;gap:4px}
 #ucStage .uc-purpose-role{font-size:13px;text-align:left}
 #ucStage .uc-purpose-text{font-size:19px;line-height:1.45}

 #ucStage .uc-page-types{padding:0;gap:3px}
 #ucStage .uc-page-type{border-radius:4px;min-height:36px;padding:7px 5px;font-size:12px}
 #ucStage .uc-replay{margin-bottom:0}
 #ucStage .uc-source{border-radius:0 0 8px 8px}
 #ucStage .uc-browser{min-height:34px;padding:5px 7px;gap:6px}
 #ucStage .uc-browser-dots{gap:3px}
 #ucStage .uc-browser-dots i{width:5px;height:5px}
 #ucStage .uc-browser-address{padding:3px 5px;font-size:9px;gap:3px}
 #ucStage .uc-browser-lock{width:10px;height:10px}
 #ucStage .uc-browser-reload{display:none}
 #ucStage .uc-browser-count{font-size:8px}
}

/* Keep the existing two columns; put purposes directly below the collected table. */
@supports (grid-template-rows:subgrid){
 @container(min-width:992px){
  #ucStage .uc-case{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);grid-template-rows:auto auto auto;gap:0 34px;margin-top:28px}
  #ucStage .uc-case-intro{grid-column:2;grid-row:3;margin:28px 0 0;align-self:start;position:relative;z-index:1}
  #ucStage .uc-purpose-list{grid-template-columns:minmax(0,1fr);gap:19px}
  #ucStage .uc-purpose{gap:4px}
  #ucStage .uc-purpose-text{font-size:20px}
  #ucStage .uc-case-toolbar{grid-column:1;grid-row:1;width:auto;position:relative;z-index:2}
  #ucStage .uc-case>[data-scene-panel]{grid-column:1/-1;grid-row:1/4;display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid}
  #ucStage .uc-case .uc-assembly{grid-column:1/-1;grid-row:1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;gap:0 34px;align-items:start}
  #ucStage .uc-case .uc-source{grid-column:1;grid-row:2/4}
  #ucStage .uc-case .uc-result{grid-column:2;grid-row:1/3;align-self:start}
  #ucStage .uc-case .uc-assembly::after{content:none}
 }
}
@container(max-width:991px){
 #ucStage .uc-case{display:flex;flex-direction:column;margin-top:24px}
 #ucStage .uc-case-intro{order:2;margin:24px 0 0}
 #ucStage .uc-case-toolbar{order:0}
 #ucStage .uc-case>[data-scene-panel]{order:1}
}

/* Real catalog photos stay uncropped; the collected value is their image URL. */
#ucStage .ucp-product-photo{background:#fff;border-color:#ecefeb}
#ucStage .ucp-product-photo img{object-fit:contain;min-height:0;min-width:0}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(1){width:27%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(2){width:16%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(3){width:16%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(4){width:15%}
#ucStage [data-scene-panel="product-detail"] .uc-result-table th:nth-child(5){width:26%}
#ucStage [data-scene-panel="product-list"] .uc-result-table th:nth-child(1){width:33%}
#ucStage [data-scene-panel="product-list"] .uc-result-table th:nth-child(2){width:18%}
#ucStage [data-scene-panel="product-list"] .uc-result-table th:nth-child(3){width:19%}
#ucStage [data-scene-panel="product-list"] .uc-result-table th:nth-child(4){width:30%}
#ucStage .uc-image-url{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#287351;text-decoration:underline;text-underline-offset:3px;font-size:11px}
#ucStage .uc-image-next{display:flex;flex-wrap:wrap;gap:5px 14px;padding:13px 12px;border-top:1px solid #dce7df;background:#f2f8f4;font-size:12px;line-height:1.6;color:#456451}
#ucStage .uc-image-next a{font-weight:650;color:#00633e;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
#ucStage :is(.uc-image-url,.uc-image-next a):focus-visible{outline:2px solid #00633e;outline-offset:2px}
#ucStage .uc-flying-image{display:flex;align-items:center;gap:5px}
#ucStage .uc-flying-image img{width:24px;height:24px;flex:none;object-fit:contain;background:#fff;border-radius:3px}
#ucStage .uc-flying-image>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@container(max-width:650px){
 #ucStage .uc-image-next{font-size:11px;padding:7px 10px;gap:3px 12px}
 #ucStage .uc-image-url{font-size:10px}
 #ucStage [data-scene-panel="product-list"] .ucp-list-item .ucp-media{height:64px}
 #ucStage .uc-flying-image img{width:18px;height:18px}
}
@container(max-width:600px){
 #ucStage [data-scene-panel="product-detail"] .uc-result-scroll{height:120px;max-height:120px}
}

/* Photography and diagrams use their familiar website proportions. */
#ucStage .ucp-media>img{position:absolute;inset:0;width:100%;height:100%;max-width:none}
#ucStage [data-asset^="video-list-"]{background:#202626;border-color:#e0e4df}
#ucStage .uc-feed-batch [data-asset^="video-list-"]{width:100%;height:auto;aspect-ratio:16/9}
#ucStage [data-scene-panel="video-list"] .uc-feed-viewport{height:252px}
#ucStage [data-asset^="video-list-"] img{object-fit:contain}
#ucStage .ucp-video-summary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);column-gap:15px;align-items:center}
#ucStage .ucp-video-summary .ucp-video{grid-column:1;grid-row:1/3;height:112px;background:#202626;border-radius:4px;overflow:hidden}
#ucStage .ucp-video-summary .ucp-video-title{grid-column:2;grid-row:1;align-self:end;margin:0 0 7px}
#ucStage .ucp-video-summary .ucp-channel{grid-column:2;grid-row:2;align-self:start;margin:0}
#ucStage [data-asset="video-main"]{background:#202626}
#ucStage [data-asset="video-main"] img{object-fit:contain}
#ucStage .ucp-video-controls{color:#fff;background:linear-gradient(transparent,#000b);padding:9px 8px 5px}
#ucStage .ucp-video-track{background:#ffffff60}
#ucStage .ucp-review-photos .ucp-media{width:42px;height:42px;border-radius:3px}
#ucStage .ucp-property-gallery-side{grid-template-columns:1fr 1fr;min-width:0;min-height:0}
#ucStage .ucp-property-gallery-side .ucp-media{min-height:0;min-width:0}
#ucStage [data-asset^="property-plan-"]{background:#fff}
#ucStage [data-asset^="property-plan-"] img{object-fit:contain}
#ucStage [data-asset^="property-main-"] img{object-position:center 62%}
#ucStage .ucp-property-item{grid-template-columns:64px minmax(0,1fr)}
#ucStage .ucp-property-item .ucp-media{display:block;width:64px;height:55px;border-radius:3px}
#ucStage [data-asset^="map-background-"] img{object-fit:fill}
#ucStage .ucp-map-label{position:absolute;font-size:10px;line-height:1.2;pointer-events:none;transform:translateX(-50%);color:#71836a;text-shadow:0 1px 2px #fff,1px 0 2px #fff}
#ucStage .ucp-map-park{left:83%;top:21%}
#ucStage .ucp-map-station{left:55%;top:49%;color:#6a839c;font-size:9px}
@container(max-width:850px){
 #ucStage .ucp-property-item{grid-template-columns:40px minmax(0,1fr);gap:5px}
 #ucStage .ucp-property-item .ucp-media{width:40px;height:44px}
 #ucStage .ucp-video-summary{gap:10px}
 #ucStage .ucp-video-summary .ucp-video{height:84px}
}
@container(max-width:600px){
 #ucStage [data-scene-panel="video-list"] .uc-feed-viewport{height:160px}
 #ucStage .ucp-video-summary{grid-template-columns:120px minmax(0,1fr);gap:8px}
 #ucStage .ucp-video-summary .ucp-video{height:68px}
 #ucStage .ucp-video-summary .ucp-video-title{grid-row:1/3;align-self:center;font-size:11px;line-height:1.45;margin:0}
 #ucStage .ucp-video-controls{padding:6px 4px 3px;font-size:7px;gap:4px}
 #ucStage .ucp-video-controls>span:first-child{display:none}
 #ucStage .ucp-review-photos .ucp-media{width:30px;height:30px}
 #ucStage .ucp-property-item{grid-template-columns:34px minmax(0,1fr);gap:5px;padding:7px 5px}
 #ucStage .ucp-property-item .ucp-media{width:34px;height:40px}
 #ucStage .ucp-property-item strong{font-size:10px}
 #ucStage .ucp-map-label{font-size:8px}
 #ucStage .ucp-map-station{font-size:7px}
}

/* The image category continues from a collected table to named image files. */
#ucStage #uc-commerce[data-active-scene="image-files"]{scroll-margin-top:110px}
#ucStage .uc-image-workflow{display:block;border-top:1px solid #dce5dd}
#ucStage .uc-image-workflow-copy{min-width:0}
#ucStage .uc-image-workflow-copy p{margin:12px 0 0;font-size:15px;line-height:1.6;color:#62716a;text-wrap:pretty}
#ucStage .uc-image-workflow-copy .uc-image-audience{margin:0 0 10px;color:#557061;font-size:12px;font-weight:550}
#ucStage .uc-image-workflow-copy :is(h3,h4){margin:0;color:#294535;font-size:24px;font-weight:600;line-height:1.4;letter-spacing:-.025em;text-wrap:balance;word-break:keep-all}
#ucStage .uc-downloader-link{display:inline-flex;align-items:center;min-height:44px;margin-top:10px;font-size:14px;font-weight:600;color:#00633e;text-decoration:underline;text-underline-offset:4px}
#ucStage .uc-file-preview{min-width:0;padding:14px;background:#f3f5f3;border-radius:0 0 9px 9px}
#ucStage .uc-file-preview-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px}
#ucStage .uc-file-naming{display:inline-flex;flex-wrap:wrap;gap:3px;padding:3px;margin-bottom:10px;border:1px solid #dce3dc;border-radius:6px}
#ucStage .uc-file-naming button{border:0;border-radius:4px;padding:7px 10px;min-height:36px;background:transparent;font:inherit;font-size:12px;line-height:1.4;color:#65716a;cursor:pointer}
#ucStage .uc-file-naming button[aria-pressed="true"]{background:#fff;color:#174b32;box-shadow:0 1px 4px #19372812;font-weight:600}
#ucStage .uc-file-naming button:hover{color:#00633e}
#ucStage .uc-file-naming button:disabled{cursor:progress;opacity:.6}
#ucStage :is(.uc-file-naming button,.uc-downloader-link):focus-visible{outline:2px solid #00633e;outline-offset:3px}
#ucStage .uc-zip-label{font-size:11px;color:#667269;overflow-wrap:anywhere}
#ucStage .uc-named-files{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;list-style:none;margin:0;padding:0}
#ucStage .uc-named-file{min-width:0;padding:7px;border:1px solid #e3e8e2;border-radius:5px;background:#fff}
#ucStage .uc-named-file img{display:block;width:100%;height:80px;object-fit:contain}
#ucStage .uc-named-file span{display:block;min-height:38px;margin-top:8px;font-size:12px;line-height:1.5;text-align:center;color:#425249;overflow-wrap:anywhere}
#ucStage .uc-property-price{white-space:nowrap;font-variant-numeric:tabular-nums}
#ucStage .ucp-property-details .ucp-specs{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:8px}
#ucStage .ucp-property-details .ucp-specs :is(dt,dd){min-width:0;overflow-wrap:anywhere}
#ucStage [data-scene-panel="map"] .uc-result-table th:nth-child(1){width:25%}
#ucStage [data-scene-panel="map"] .uc-result-table th:nth-child(2){width:20%}
#ucStage [data-scene-panel="map"] .uc-result-table th:nth-child(3){width:32%}
#ucStage [data-scene-panel="map"] .uc-result-table th:nth-child(4){width:23%}
#ucStage [data-scene-panel="property-detail"] .uc-result-table th:nth-child(1){width:20%}
#ucStage [data-scene-panel="property-detail"] .uc-result-table th:nth-child(2){width:28%}
#ucStage [data-scene-panel="property-detail"] .uc-result-table th:nth-child(3){width:15%}
#ucStage [data-scene-panel="property-detail"] .uc-result-table th:nth-child(4){width:22%}
#ucStage [data-scene-panel="property-detail"] .uc-result-table th:nth-child(5){width:15%}
@container(min-width:601px) and (max-width:850px){
 #ucStage #uc-place .uc-assembly{grid-template-columns:minmax(0,1fr);gap:22px}
 #ucStage #uc-place .uc-assembly::after{content:none}
 #ucStage #uc-place .uc-result-scroll{height:120px;max-height:120px}
}
@container(max-width:850px){
 #ucStage .uc-image-workflow-copy :is(h3,h4){font-size:22px}
 #ucStage .uc-file-preview{padding:12px}
 #ucStage .uc-named-files{gap:7px}
}
@container(max-width:600px){
 #ucStage .uc-image-workflow-copy p{font-size:14px}
 #ucStage .uc-image-workflow-copy :is(h3,h4){text-wrap:pretty}
 #ucStage .uc-named-file{padding:5px}
 #ucStage .uc-named-file span{font-size:11px;min-height:50px}
}

#ucStage .uc-image-source-label{margin-right:auto;padding:5px;font-size:13px;color:#53665c}
#ucStage .uc-image-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:20px;align-items:center;padding:20px;background:#fff}
#ucStage .uc-image-product>img{width:100%;height:220px;object-fit:contain}
#ucStage .uc-image-product-info{min-width:0}
#ucStage .uc-image-product-info small{font-size:11px;color:#768177}
#ucStage .uc-image-product-info h4{font-size:22px;line-height:1.45;margin:8px 0 16px;overflow-wrap:anywhere}
#ucStage .uc-image-product-info p{font-size:12px;color:#65736b}
#ucStage .uc-image-product-info strong{display:block;margin-top:5px;color:#31493a}
#ucStage [data-file-demo] .uc-result-scroll{height:160px;max-height:160px;border-radius:0}
#ucStage [data-file-demo] .uc-result-table th:nth-child(1){width:39%}
#ucStage [data-file-demo] .uc-result-table th:nth-child(2){width:27%}
#ucStage [data-file-demo] .uc-result-table th:nth-child(3){width:34%}
#ucStage .uc-file-preview-top>strong{font-size:12px;font-weight:650;color:#334f3e}
#ucStage .uc-file-pending>*{visibility:hidden}
#ucStage .uc-file-pending{border-style:dashed;background:#f9fbf9}
#ucStage .uc-file-flight{display:flex;flex-direction:column;padding:6px;gap:5px;white-space:normal;border-radius:5px}
#ucStage .uc-file-flight img{width:44px;height:44px}
#ucStage .uc-file-flight>span{white-space:normal;overflow-wrap:anywhere;text-align:center;font-size:10px}
@container(max-width:991px){
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-assembly{grid-template-columns:minmax(0,1fr);gap:18px}
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-assembly::after{content:none}
 #ucStage .uc-image-product{grid-template-columns:100px minmax(0,1fr);gap:14px;padding:12px}
 #ucStage .uc-image-product>img{height:90px}
 #ucStage .uc-image-product-info h4{font-size:17px;margin:4px 0 7px}
 #ucStage .uc-image-product-info strong{display:inline;margin:0 0 0 6px}
 #ucStage [data-file-demo] .uc-result-scroll{height:108px;max-height:108px}
 #ucStage .uc-named-file img{height:50px}
 #ucStage .uc-file-preview-top{margin-bottom:6px}
 #ucStage .uc-file-naming{margin-bottom:6px;padding:2px}
 #ucStage .uc-file-naming button{min-height:30px;padding:4px 8px}
}
@container(max-width:600px){
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-case-toolbar{flex-wrap:nowrap}
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-case-toolbar .uc-replay{width:auto;min-height:40px;font-size:12px}
 #ucStage .uc-image-source-label{font-size:11px}
 #ucStage .uc-image-product{grid-template-columns:64px minmax(0,1fr);padding:7px 10px;gap:10px}
 #ucStage .uc-image-product>img{height:64px}
 #ucStage .uc-image-product-info small{display:none}
 #ucStage .uc-image-product-info h4{font-size:14px;margin:0 0 5px}
 #ucStage .uc-image-product-info p{font-size:10px}
 #ucStage .uc-file-preview{padding:8px}
 #ucStage .uc-file-preview-top{gap:5px;margin-bottom:5px;min-height:19px}
 #ucStage .uc-file-preview-top>strong{font-size:11px}
 #ucStage .uc-zip-label{font-size:10px}
 #ucStage .uc-file-naming button{font-size:11px;min-height:28px}
 #ucStage .uc-named-file img{height:40px}
 #ucStage .uc-named-file span{min-height:34px;margin-top:4px;font-size:10px;line-height:1.4}
}

/* Image saving is a commerce scene. Its output alternates between Excel and the extension. */
#ucStage .uc-image-purpose{display:none}
#ucStage #uc-commerce[data-active-scene="image-files"] .uc-purpose-list{display:none}
#ucStage #uc-commerce[data-active-scene="image-files"] .uc-image-purpose{display:block}
#ucStage .uc-download-stage{height:400px;overflow:hidden;background:#fff}
#ucStage .uc-collect-view{height:100%;display:flex;flex-direction:column}
#ucStage [data-file-demo] .uc-result-scroll{height:auto;max-height:none;flex:1}
#ucStage .uc-workbook{display:flex;align-items:center;gap:12px;margin:16px;padding:12px;border:1px solid #c9dcd0;background:white;border-radius:7px;color:#34533f}
#ucStage .uc-workbook strong{display:block;font-size:15px}
#ucStage .uc-workbook small{display:block;font-size:11px;margin-top:4px;line-height:1.4}
#ucStage .uc-excel-icon{display:grid;place-items:center;width:30px;height:36px;flex:none;border-radius:3px;background:#237548;color:white;font-size:17px;font-weight:700}
#ucStage .uc-workbook-flight{margin:0;z-index:8;justify-content:flex-start;text-align:left;white-space:normal}
#ucStage .uc-workbook-flight small{display:none}
#ucStage .uc-image-workflow{height:100%;display:grid;grid-template-rows:auto auto 48px auto minmax(0,1fr) auto;gap:8px;padding:12px;border:0}
#ucStage .uc-downloader-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px}
#ucStage .uc-downloader-heading strong{font-size:15px;color:#233c2e}
#ucStage .uc-downloader-heading>span{font-size:11px;color:#6b7a70;text-align:right}
#ucStage .uc-download-inputs{display:flex;gap:5px;border-bottom:1px solid #dce5de}
#ucStage .uc-download-inputs button{border:0;border-bottom:2px solid transparent;background:transparent;color:#6a786d;padding:6px 12px;font-size:12px;min-height:32px}
#ucStage .uc-download-inputs button[aria-pressed="true"]{border-bottom-color:#00633e;color:#00633e;font-weight:650}
#ucStage .uc-import-target{display:flex;align-items:center;gap:10px;padding:5px 9px;border:1px solid #e4e9e5;border-radius:5px;background:#f6f8f6}
#ucStage .uc-import-target .uc-excel-icon{height:30px;width:25px;font-size:15px}
#ucStage .uc-import-target small{display:block;font-size:10px;color:#718075}
#ucStage .uc-import-target strong{display:block;font-size:13px;color:#33513d}
#ucStage .uc-import-check{margin-left:auto;color:#26794b;font-size:16px}
#ucStage [data-file-phase="importing"] .uc-import-target{border-style:dashed;border-color:#7da990;background:#edf5ef}
#ucStage [data-file-phase="importing"] :is([data-import-name],.uc-import-check){visibility:hidden}
#ucStage .uc-url-input{min-height:0}
#ucStage .uc-url-input textarea{display:block;width:100%;height:48px;resize:none;border:1px solid #e4e9e5;border-radius:5px;padding:4px 7px;background:#f6f8f6;color:#4d6555;font:10px/13px ui-monospace,monospace;white-space:pre;overflow:auto}
#ucStage .uc-naming-tools{position:relative;display:grid;gap:5px;min-width:0}
#ucStage .uc-naming-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}
#ucStage .uc-naming-tools label{margin:0;font-size:12px;color:#354b3e;font-weight:550;text-transform:none;letter-spacing:0}
#ucStage .uc-naming-tools select{width:100%;min-width:0;height:34px;padding:5px 9px;border:1px solid #cbd7ce;border-radius:5px;background:#fff;color:#294a36;font:500 13px/1.4 Pretendard,"Malgun Gothic",sans-serif}
#ucStage [data-affix-toggle]{border:0;background:transparent;padding:2px 0;color:#617567;font-size:11px;line-height:1.5;cursor:pointer}
#ucStage [data-affix-toggle]:hover,#ucStage [data-affix-toggle][aria-expanded="true"]{color:#00633e;text-decoration:underline;text-underline-offset:3px}
#ucStage .uc-filename-affixes{position:absolute;z-index:4;top:calc(100% + 5px);left:0;right:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;padding:12px;border:1px solid #cad8ce;border-radius:6px;background:#fff;box-shadow:0 5px 16px #203c2b1a}
#ucStage .uc-filename-affixes label{display:grid;gap:5px;font-size:11px}
#ucStage .uc-filename-affixes input{width:100%;min-width:0;height:32px;padding:5px 8px;border:1px solid #cbd7ce;border-radius:4px;font:12px/1.4 Pretendard,"Malgun Gothic",sans-serif}
#ucStage .uc-filename-affixes input::placeholder{color:#92a097}
#ucStage .uc-named-files{min-height:0;gap:8px}
#ucStage .uc-named-file{position:relative;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) 44px;gap:5px;padding:6px;border:0;background:#f6f8f6;border-radius:5px}
#ucStage .uc-named-file img{height:100%;min-height:0;max-height:110px;align-self:center}
#ucStage .uc-named-file textarea{display:block;width:100%;height:44px;min-width:0;resize:none;border:1px solid #dbe3dc;border-radius:3px;background:#fff;padding:4px;color:#385842;font:11px/1.4 Pretendard,"Malgun Gothic",sans-serif;overflow-wrap:anywhere}
#ucStage .uc-named-file textarea:hover{border-color:#98b39f}
#ucStage .uc-named-file textarea[readonly]{border-color:transparent;background:transparent;text-align:center;cursor:default}
#ucStage :is(.uc-named-file textarea,.uc-download-inputs button,.uc-naming-tools select,.uc-naming-tools input,.uc-naming-tools button):focus-visible{outline:2px solid #00633e;outline-offset:1px}
#ucStage .uc-named-file .uc-file-saved{position:absolute;display:none;min-height:0;margin:0;right:5px;top:5px;width:18px;height:18px;border-radius:50%;background:#00633e;color:white;font-size:11px;text-align:center;line-height:18px}
#ucStage .uc-named-file[data-saved="true"] .uc-file-saved{display:block}
#ucStage [data-file-phase="naming"] .uc-naming-tools select{border-color:#00633e;box-shadow:0 0 0 2px #cee6d5}
#ucStage .uc-zip-output{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:6px;min-height:26px;font-size:11px;color:#65776b;border-top:1px solid #dce5de}
#ucStage .uc-zip-output strong{font-weight:550;color:#487057}
#ucStage [data-file-phase="complete"] .uc-zip-output{color:#00633e;border-color:#89b49a}
#ucStage [data-file-phase="complete"] .uc-zip-output strong{font-weight:750;color:#00633e}
#ucStage [data-file-preview][aria-busy="true"] :is(button,select,textarea){cursor:progress}
@container(max-width:991px){
 #ucStage .uc-download-stage{height:340px}
 #ucStage .uc-image-workflow{padding:9px;gap:6px;grid-template-rows:auto auto 44px auto minmax(0,1fr) auto}
 #ucStage .uc-url-input textarea{height:44px}
 #ucStage .uc-named-file img{max-height:80px}
}
@container(max-width:600px){
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-case-toolbar{flex-wrap:wrap}
 #ucStage .uc-download-stage{height:320px}
 #ucStage #uc-commerce[data-active-scene="image-files"] .uc-case-toolbar .uc-replay{width:100%;font-size:13px}
 #ucStage .uc-downloader-heading strong{font-size:12px}
 #ucStage .uc-downloader-heading>span{font-size:10px}
 #ucStage .uc-download-inputs button{font-size:11px;min-height:28px;padding:4px 8px}
 #ucStage .uc-naming-tools{gap:4px}
 #ucStage .uc-naming-tools label{font-size:11px}
 #ucStage .uc-naming-tools select{font-size:12px;height:30px}
 #ucStage [data-affix-toggle]{font-size:10px}
 #ucStage .uc-named-file{padding:4px;gap:4px}
 #ucStage .uc-named-file textarea{font-size:10px;padding:3px}
 #ucStage .uc-workbook{margin:12px;padding:10px}
 #ucStage .uc-zip-output{font-size:10px}
}
