
.umbrella-designer-card {
position: relative;
  width: min(680px, calc(100vw - 18px));
  max-height: min(92vh, 920px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.umbrella-designer-head {
padding-right: 36px;
}

.umbrella-designer-head > span {
color: #67dcff; font-size: 11px; font-weight: 950; letter-spacing: .16em;
}

.umbrella-designer-head h2 {
margin: 6px 0 6px; font-size: 23px;
}

.umbrella-designer-head p {
margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.6;
}

.umbrella-intent-switch {
display: grid; grid-template-columns: 118px minmax(0,1fr); align-items: center; gap: 12px; margin: 2px 0 14px; padding: 12px; border-radius: 16px; background: linear-gradient(145deg,rgba(49,70,143,.24),rgba(13,18,42,.7)); border: 1px solid rgba(103,177,246,.2);
}

.umbrella-intent-switch small { color: #67dcff; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.umbrella-intent-switch h3 { margin: 5px 0 0; font-size: 15px; }
.umbrella-intent-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.umbrella-intent-options button { min-width: 0; min-height: 60px; padding: 9px 10px; text-align: left; border-radius: 12px; color: rgba(233,239,255,.68); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); }
.umbrella-intent-options button b,.umbrella-intent-options button span { display: block; }
.umbrella-intent-options button b { color: rgba(246,249,255,.92); font-size: 13px; }
.umbrella-intent-options button span { margin-top: 4px; font-size: 10px; line-height: 1.35; }
.umbrella-intent-options button.is-selected { background: linear-gradient(135deg,rgba(104,60,255,.64),rgba(41,132,255,.56)); border-color: rgba(108,217,255,.72); box-shadow: 0 8px 24px rgba(35,88,206,.2); }

.umbrella-workflow-steps {
display: grid; grid-template-columns: 1fr 28px 1fr; align-items: center; gap: 8px; margin: 2px 0 15px; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.075);
}

.umbrella-workflow-steps > span { display: flex; align-items: center; gap: 8px; color: rgba(215,225,248,.43); }
.umbrella-workflow-steps > span b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); font-size: 10px; }
.umbrella-workflow-steps > span em { font-size: 12px; font-style: normal; font-weight: 800; }
.umbrella-workflow-steps > span.is-current { color: #fff; }
.umbrella-workflow-steps > span.is-current b { background: linear-gradient(135deg,#7744ff,#2b8cff); box-shadow: 0 0 18px rgba(75,121,255,.35); }
.umbrella-workflow-steps > span.is-complete { color: #79e5bd; }
.umbrella-workflow-steps > span.is-complete b { background: rgba(61,190,143,.2); }
.umbrella-workflow-steps > i { height: 1px; background: linear-gradient(90deg,rgba(110,219,255,.4),rgba(120,88,255,.32)); }

.umbrella-catalog-source {
display: flex; gap: 6px; margin: 0 0 12px; overflow-x: auto; scrollbar-width: none;
}

.umbrella-catalog-source::-webkit-scrollbar { display: none; }

.umbrella-catalog-source span {
flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; color: rgba(218,230,255,.7); background: rgba(91,117,198,.11); border: 1px solid rgba(124,153,238,.15); font-size: 11px;
}

.umbrella-product-library {
margin-bottom: 17px; padding: 14px; border-radius: 18px; background: linear-gradient(145deg,rgba(38,55,114,.28),rgba(13,18,42,.76)); border: 1px solid rgba(102,158,242,.22);
}

.umbrella-product-library > header {
display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 12px;
}

.umbrella-product-library > header small,
.umbrella-proof-heading small {
color: #62dcff; font-size: 9px; font-weight: 900; letter-spacing: .13em;
}

.umbrella-product-library > header h3,
.umbrella-proof-heading h3 {
margin: 5px 0 4px; font-size: 18px;
}

.umbrella-product-library > header p,
.umbrella-proof-heading p {
margin: 0; color: rgba(215,225,247,.58); font-size: 11px; line-height: 1.5;
}

.umbrella-product-library > header > strong {
display: flex; min-width: 52px; padding: 8px 7px; flex-direction: column; align-items: center; justify-content: center; border-radius: 13px; color: #fff; background: rgba(73,109,220,.2); border: 1px solid rgba(99,213,255,.25);
}

.umbrella-product-library > header > strong b { color: #75e4ff; font-size: 19px; line-height: 1; }
.umbrella-product-library > header > strong span { margin-top: 4px; color: rgba(224,234,255,.56); font-size: 9px; }

.umbrella-catalog-source button {
flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; color: rgba(218,230,255,.7); background: rgba(91,117,198,.11); border: 1px solid rgba(124,153,238,.15); font-size: 11px; font-weight: 760; white-space: nowrap;
}

.umbrella-catalog-source button.is-selected {
color: #fff; background: linear-gradient(135deg,rgba(104,60,255,.72),rgba(41,132,255,.72)); border-color: rgba(112,214,255,.72); box-shadow: 0 7px 20px rgba(32,92,212,.18);
}

.umbrella-product-carousel {
display: grid; grid-template-columns: 34px minmax(0,1fr) 34px; align-items: center; gap: 7px;
}

.umbrella-product-carousel > button {
width: 34px; height: 52px; padding: 0; border-radius: 11px; color: rgba(244,248,255,.9); background: rgba(255,255,255,.06); border: 1px solid rgba(139,178,255,.17); font-size: 24px; font-weight: 500;
}

.umbrella-product-rail {
display: flex; gap: 9px; min-width: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain;
}

.umbrella-product-rail::-webkit-scrollbar { display: none; }

.umbrella-product-card {
position: relative; flex: 0 0 clamp(138px,42vw,174px); min-width: 0; padding: 6px 6px 9px; scroll-snap-align: start; text-align: left; border-radius: 14px; color: rgba(237,242,255,.84); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); overflow: hidden;
}

.umbrella-product-card img {
width: 100%; aspect-ratio: 5 / 6; display: block; object-fit: cover; border-radius: 10px; background: #f6f3eb;
}

.umbrella-product-card span { display: block; margin: 8px 3px 2px; overflow: hidden; color: #fff; font-size: 12px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.umbrella-product-card small { display: block; margin: 0 3px; overflow: hidden; color: rgba(211,224,249,.48); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.umbrella-product-card.is-selected { background: linear-gradient(145deg,rgba(76,59,211,.34),rgba(26,109,171,.24)); border-color: rgba(96,220,255,.78); box-shadow: 0 0 0 2px rgba(74,205,255,.08); }
.umbrella-product-card.is-selected::after { content: "✓"; position: absolute; top: 12px; right: 12px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #082338; background: #6fe5ff; font-size: 12px; font-weight: 950; box-shadow: 0 5px 16px rgba(22,78,143,.3); }

.umbrella-selected-product {
display: grid; grid-template-columns: 94px minmax(0,1fr); align-items: center; gap: 12px; margin-top: 11px; padding: 8px; border-radius: 14px; background: rgba(4,9,25,.42); border: 1px solid rgba(113,169,255,.14);
}

.umbrella-selected-product img { width: 94px; height: 94px; object-fit: cover; border-radius: 11px; background: #f6f3eb; }
.umbrella-selected-product small { color: #67ddff; font-size: 9px; font-weight: 850; letter-spacing: .05em; }
.umbrella-selected-product h4 { margin: 4px 0 3px; font-size: 15px; }
.umbrella-selected-product p { margin: 0; color: rgba(222,232,251,.64); font-size: 10px; line-height: 1.5; }
.umbrella-selected-product span { display: block; margin-top: 4px; color: rgba(192,208,239,.45); font-size: 9px; line-height: 1.45; }
.umbrella-selected-product em { display: inline-flex; margin-top: 7px; padding: 4px 7px; border-radius: 999px; color: #84e7c6; background: rgba(44,171,126,.11); border: 1px solid rgba(79,214,165,.14); font-size: 9px; font-style: normal; font-weight: 760; }

.umbrella-purchase-action {
display: grid; grid-template-columns: minmax(0,1fr) 210px; align-items: center; gap: 14px; margin-top: 14px; padding: 16px; border-radius: 17px; background: linear-gradient(145deg,rgba(40,65,139,.27),rgba(16,22,53,.78)); border: 1px solid rgba(91,173,255,.25);
}
.umbrella-purchase-action small { color: #66dcff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.umbrella-purchase-action h3 { margin: 5px 0 4px; font-size: 18px; }
.umbrella-purchase-action p { margin: 0; color: rgba(215,226,249,.62); font-size: 11px; line-height: 1.55; }

.umbrella-proof-heading { margin: 4px 2px 10px; }

.umbrella-designer-preview {
position: relative; height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid rgba(76,105,156,.16);
}

.umbrella-designer-preview canvas {
width: 100%; height: 100%; display: block;
}

.umbrella-top-board { position: absolute; inset: 0; touch-action: none; cursor: crosshair; }

.umbrella-board-hint {
position: absolute; z-index: 3; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: #33405c; background: rgba(255,255,255,.86); border: 1px solid rgba(68,96,146,.16); box-shadow: 0 7px 20px rgba(31,46,78,.08); backdrop-filter: blur(8px); font-size: 12px; font-weight: 780; pointer-events: none;
}
.umbrella-board-hint i { opacity: .42; }

.umbrella-designer-preview .umbrella-legacy-canvas { display: none !important; }
.umbrella-designer-preview.is-photo-proof .umbrella-3d-viewport { display: none; }
.umbrella-designer-preview.is-photo-proof .umbrella-legacy-canvas { display: block !important; width: 100%; height: 100%; }

.umbrella-3d-viewport {
position: absolute; inset: 0; overflow: hidden; touch-action: none; background-color: #f8fbff; background-image: linear-gradient(rgba(66,101,158,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(66,101,158,.065) 1px,transparent 1px); background-size: 36px 36px; cursor: grab;
}

.umbrella-3d-viewport:active { cursor: grabbing; }
.umbrella-3d-viewport canvas { position: absolute; inset: 0; }
.umbrella-3d-viewport > img { position: absolute; inset: 7%; width: 86%; height: 86%; object-fit: contain; }

.umbrella-3d-hint {
position: absolute; z-index: 3; top: 12px; left: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 999px; color: #33405c; background: rgba(255,255,255,.82); border: 1px solid rgba(68,96,146,.16); box-shadow: 0 7px 20px rgba(31,46,78,.08); backdrop-filter: blur(8px); font-size: 12px; font-weight: 750; pointer-events: none;
}

.umbrella-3d-hint i { opacity: .42; }

.umbrella-3d-views {
position: absolute; z-index: 4; left: 50%; bottom: 52px; display: grid; grid-template-columns: 32px 48px 48px 48px 32px; gap: 4px; transform: translateX(-50%); padding: 5px; border-radius: 14px; background: rgba(255,255,255,.88); border: 1px solid rgba(68,96,146,.16); box-shadow: 0 10px 28px rgba(28,42,74,.13); backdrop-filter: blur(10px);
}

.umbrella-3d-views button {
min-width: 0; min-height: 34px; padding: 6px 4px; border: 0; border-radius: 9px; color: #34415e; background: transparent; font-size: 12px; font-weight: 850; white-space: nowrap;
}

.umbrella-3d-views button.is-selected { color: #fff; background: linear-gradient(135deg,#673dff,#2f78ff); }

.umbrella-3d-views button:hover,
.umbrella-3d-views button:focus-visible { color: #fff; background: linear-gradient(135deg,#673dff,#2f78ff); outline: none; }

.umbrella-designer-preview::after {
content: ""; position: absolute; inset: auto 0 0; height: 18%; background: linear-gradient(to bottom, transparent, rgba(238,243,250,.38)); pointer-events: none;
}

.umbrella-designer-preview > span {
position: absolute;
  z-index: 2;
  left: 11px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(5,9,28,.76);
  border: 1px solid rgba(143,171,255,.24);
  backdrop-filter: blur(9px);
  font-size: 12px;
  font-weight: 850;
}

.umbrella-designer-preview > span i {
width: 7px; height: 7px; border-radius: 50%; background: #56e4ff; box-shadow: 0 0 12px #56e4ff;
}

.umbrella-designer-preview > span b {
font-size: inherit;
}

.umbrella-preview-tools {
position: absolute; z-index: 3; top: 10px; right: 10px; display: flex; gap: 6px;
}

.umbrella-preview-tools button {
min-height: 36px; padding: 7px 11px; border-radius: 10px; color: rgba(246,249,255,.9); background: rgba(5,9,25,.72); border: 1px solid rgba(157,184,255,.22); backdrop-filter: blur(8px); font-size: 12px; font-weight: 750;
}

.umbrella-designer-form {
display: grid; gap: 16px; margin-top: 18px;
}

.umbrella-designer-form fieldset {
min-width: 0; margin: 0; padding: 0; border: 0;
}

.umbrella-designer-form legend,
.umbrella-brief > span {
display: block; margin-bottom: 9px; color: #fff; font-size: 14px; font-weight: 850;
}

.umbrella-designer-form legend b,
.umbrella-brief > span b {
margin-right: 6px; color: #62dcff; font-size: 10px; letter-spacing: .08em;
}

.umbrella-option-grid {
display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px;
}

.umbrella-option-grid button {
min-height: 42px;
  padding: 8px 9px;
  border-radius: 12px;
  color: rgba(233,238,255,.74);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
  font-weight: 750;
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.umbrella-model-grid {
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px;
}

.umbrella-model-grid button {
display: grid; grid-template-columns: 62px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; gap: 2px 9px; min-width: 0; min-height: 82px; padding: 8px; text-align: left; border-radius: 14px; color: rgba(235,240,255,.76); background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1);
}

.umbrella-model-grid button.is-selected {
color: #fff; background: linear-gradient(135deg, rgba(84,67,218,.3), rgba(29,134,197,.2)); border-color: rgba(93,213,255,.72); box-shadow: 0 0 0 2px rgba(69,191,255,.08), inset 0 0 24px rgba(62,95,222,.12);
}

.umbrella-model-grid img {
grid-row: 1 / 3; width: 62px; height: 62px; object-fit: contain; border-radius: 10px; background: radial-gradient(circle, rgba(70,92,151,.34), rgba(5,8,20,.8));
}

.umbrella-model-grid span { align-self: end; font-size: 13px; font-weight: 850; }
.umbrella-model-grid small { align-self: start; overflow: hidden; color: rgba(218,227,250,.48); font-size: 10px; line-height: 1.35; text-overflow: ellipsis; }

.umbrella-option-grid button:active {
transform: scale(.98);
}

.umbrella-option-grid button.is-selected {
color: #fff; background: linear-gradient(135deg, rgba(108,57,255,.34), rgba(38,121,255,.25)); border-color: rgba(102,201,255,.65); box-shadow: inset 0 0 18px rgba(83,103,255,.12), 0 0 15px rgba(40,147,255,.12);
}

.umbrella-color-options button {
display: flex; align-items: center; justify-content: center; gap: 7px;
}

.umbrella-color-options button i {
width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; background: var(--swatch); border: 1px solid rgba(255,255,255,.38); box-shadow: 0 0 9px color-mix(in srgb, var(--swatch), transparent 44%);
}

.umbrella-upload-grid {
display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 10px;
}

.umbrella-upload-card {
display: flex; min-height: 88px; padding: 14px; flex-direction: column; align-items: flex-start; justify-content: center; border-radius: 14px; color: rgba(238,244,255,.94); background: linear-gradient(145deg, rgba(40,71,139,.2), rgba(20,25,55,.56)); border: 1px dashed rgba(108,197,255,.42); cursor: pointer;
}

.umbrella-upload-card input { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; }
.umbrella-upload-card b { font-size: 15px; }
.umbrella-upload-card span { margin-top: 5px; color: rgba(217,228,251,.58); font-size: 12px; line-height: 1.45; }

.umbrella-artwork-controls {
display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 12px;
}

.umbrella-artwork-controls label { color: rgba(224,233,253,.66); font-size: 12px; }
.umbrella-artwork-controls input { width: 100%; margin-top: 7px; accent-color: #6de2ff; }

.umbrella-upload-status { margin: 9px 0 0; color: rgba(213,226,250,.55); font-size: 12px; line-height: 1.55; }
.umbrella-upload-status[data-state="success"] { color: #75e2bf; }
.umbrella-upload-status[data-state="error"] { color: #ff9caa; }

.umbrella-advanced-options {
padding: 12px; border-radius: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08);
}

.umbrella-advanced-options summary { color: rgba(239,244,255,.82); font-size: 13px; font-weight: 800; cursor: pointer; }
.umbrella-advanced-options summary b { margin-right: 6px; color: #62dcff; font-size: 10px; }
.umbrella-advanced-options[open] summary { margin-bottom: 14px; }
.umbrella-advanced-options fieldset + fieldset { margin-top: 14px; }
.umbrella-advanced-options legend { font-size: 12px; }

.umbrella-print-layout {
padding: 14px !important; border-radius: 15px !important; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.085) !important;
}

.umbrella-print-layout > fieldset + fieldset { margin-top: 14px; }
.umbrella-print-layout > fieldset > legend { margin-bottom: 8px; color: rgba(226,235,255,.68); font-size: 12px; }
.umbrella-three-options { grid-template-columns: repeat(3,minmax(0,1fr)); }

.umbrella-layout-note {
margin: 8px 2px 0; color: rgba(205,218,246,.54); font-size: 11px; line-height: 1.5;
}

.umbrella-adjust-grid {
display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px;
}

.umbrella-adjust-row {
display: grid; grid-template-columns: minmax(52px,1fr) 38px 58px 38px; align-items: center; gap: 5px; min-width: 0; padding: 7px; border-radius: 13px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
}

.umbrella-adjust-row > span {
padding-left: 4px; color: rgba(233,239,255,.76); font-size: 12px; font-weight: 780;
}

.umbrella-adjust-row button {
width: 38px; height: 36px; padding: 0; border-radius: 10px; color: #fff; background: rgba(75,94,151,.24); border: 1px solid rgba(130,173,255,.2); font-size: 19px; font-weight: 700;
}

.umbrella-adjust-row button:active { transform: scale(.94); }

.umbrella-adjust-row output {
min-width: 0; color: #6fe2ff; font-size: 12px; font-weight: 900; text-align: center; font-variant-numeric: tabular-nums;
}

.umbrella-print-audit {
display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px;
}

.umbrella-print-audit > span {
min-width: 0; min-height: 72px; padding: 11px; border-radius: 12px; background: linear-gradient(145deg,rgba(50,76,145,.18),rgba(22,29,62,.55)); border: 1px solid rgba(112,154,237,.14);
}

.umbrella-print-audit small { display: block; margin-bottom: 5px; color: rgba(178,200,242,.56); font-size: 10px; }
.umbrella-print-audit b { display: block; color: rgba(244,247,255,.9); font-size: 12px; line-height: 1.45; }

.umbrella-brief textarea {
width: 100%; min-height: 92px; resize: vertical; padding: 12px; border-radius: 13px; color: #fff; outline: none; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font: inherit; font-size: 12px; line-height: 1.55;
}

.umbrella-brief textarea::placeholder {
color: rgba(255,255,255,.32);
}

.umbrella-brief textarea:focus {
border-color: rgba(87,203,255,.58); box-shadow: 0 0 0 3px rgba(43,125,255,.1);
}

.umbrella-generate {
min-height: 48px;
}

.umbrella-generate:disabled {
opacity: .72; cursor: wait;
}

.umbrella-workflow-pipeline {
display: flex; align-items: center; justify-content: center; gap: 5px; overflow-x: auto; padding: 9px 10px; border-radius: 12px; color: rgba(218,229,251,.62); background: rgba(76,111,202,.09); border: 1px solid rgba(112,151,239,.12); scrollbar-width: none;
}

.umbrella-workflow-pipeline::-webkit-scrollbar { display: none; }
.umbrella-workflow-pipeline span { flex: 0 0 auto; font-size: 10px; font-weight: 760; }
.umbrella-workflow-pipeline i { color: rgba(101,217,255,.68); font-size: 10px; font-style: normal; }

.umbrella-loading-dot {
width: 12px; height: 12px; display: inline-block; border: 2px solid rgba(255,255,255,.34); border-top-color: #fff; border-radius: 50%; animation: umbrellaSpinner .7s linear infinite;
}

.umbrella-design-result {
margin-top: 17px; padding: 15px; border-radius: 17px; background: linear-gradient(145deg, rgba(44,70,155,.22), rgba(17,21,54,.8)); border: 1px solid rgba(92,169,255,.26);
}

.umbrella-design-result__head {
display: flex; align-items: center; justify-content: space-between; gap: 8px;
}

.umbrella-ai-result-image {
width: 100%; max-height: 360px; margin-top: 12px; display: block; object-fit: contain; border-radius: 13px; background: rgba(4,8,19,.72);
}

.umbrella-design-result__head span {
color: #66dfff; font-size: 8px; font-weight: 900; letter-spacing: .12em;
}

.umbrella-design-result__head b {
color: #8ff0c8; font-size: 10px;
}

.umbrella-design-result h3 {
margin: 9px 0 11px; font-size: 18px;
}

.umbrella-design-result__facts {
display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 11px;
}

.umbrella-design-result__facts span {
padding: 9px; border-radius: 11px; background: rgba(255,255,255,.05);
}

.umbrella-design-result__facts small {
display: block; margin-bottom: 3px; color: var(--weak); font-size: 9px;
}

.umbrella-design-result__facts b {
font-size: 11px;
}

.umbrella-design-result p {
margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65;
}

.umbrella-design-result p strong {
color: rgba(255,255,255,.9);
}

.umbrella-design-result__next {
margin-top: 11px; padding: 10px; border-radius: 11px; color: rgba(224,233,255,.86); background: rgba(38,110,223,.14); font-size: 10px; line-height: 1.55;
}

.umbrella-result-pipeline {
display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: 10px 0;
}

.umbrella-result-pipeline span {
padding: 8px; border-radius: 10px; color: #9eeacb; background: rgba(43,168,126,.09); border: 1px solid rgba(89,216,169,.14); font-size: 10px; font-weight: 700;
}

.umbrella-result-next { margin-top: 13px; min-height: 46px; }

.umbrella-design-result em {
display: block; margin-top: 9px; color: rgba(255,255,255,.38); font-size: 9px; font-style: normal;
}

.umbrella-designer-note {
margin: 13px 2px 1px; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.6;
}

.umbrella-production-stage {
padding: 15px; border-radius: 18px; background: linear-gradient(150deg,rgba(43,65,132,.22),rgba(14,19,47,.78)); border: 1px solid rgba(101,164,255,.23);
}

.umbrella-production-stage > header > span { color: #69dfff; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.umbrella-production-stage > header h3 { margin: 6px 0 5px; font-size: 20px; }
.umbrella-production-stage > header p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.umbrella-production-choice { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 12px; margin: 14px 0; padding: 9px; border-radius: 13px; background: rgba(255,255,255,.045); }
.umbrella-production-choice img { width: 88px; height: 72px; object-fit: cover; border-radius: 9px; background: rgba(0,0,0,.2); }
.umbrella-production-choice small { display: block; margin-bottom: 4px; color: var(--weak); font-size: 10px; }
.umbrella-production-choice b { font-size: 13px; line-height: 1.45; }
.umbrella-production-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.umbrella-production-form label { display: grid; gap: 6px; min-width: 0; }
.umbrella-production-form label.wide { grid-column: 1 / -1; }
.umbrella-production-form label > span { color: rgba(237,243,255,.78); font-size: 11px; font-weight: 760; }
.umbrella-production-form input,
.umbrella-production-form select,
.umbrella-production-form textarea { width: 100%; min-width: 0; padding: 11px; border-radius: 11px; color: #fff; outline: none; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); font: inherit; font-size: 12px; }
.umbrella-production-form select option { color: #111; }
.umbrella-production-form textarea { min-height: 78px; resize: vertical; line-height: 1.5; }
.umbrella-production-actions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9px; }
.umbrella-production-summary { margin-top: 14px; padding: 13px; border-radius: 14px; background: rgba(5,10,28,.58); border: 1px solid rgba(104,205,255,.18); }
.umbrella-production-summary pre { margin: 12px 0; white-space: pre-wrap; color: rgba(231,238,255,.78); font: inherit; font-size: 11px; line-height: 1.7; }
.umbrella-production-summary em { display: block; margin-top: 8px; color: rgba(255,255,255,.4); font-size: 9px; font-style: normal; }

@media (max-width:430px) {
  .umbrella-designer-card { width: calc(100vw - 10px); padding: 17px 14px 20px; border-radius: 24px; }
  .umbrella-designer-head h2 { font-size: 22px; }
  .umbrella-intent-switch { grid-template-columns: 1fr; }
  .umbrella-intent-switch h3 { margin-bottom: 2px; }
  .umbrella-intent-options button { min-height: 58px; }
  .umbrella-purchase-action { grid-template-columns: 1fr; }
  .umbrella-catalog-source { margin-right: -14px; padding-right: 14px; }
  .umbrella-model-grid button { grid-template-columns: 54px minmax(0,1fr); min-height: 74px; padding: 7px; }
  .umbrella-model-grid img { width: 54px; height: 54px; }
  .umbrella-model-grid span { font-size: 12px; }
  .umbrella-model-grid small { font-size: 9px; }
  .umbrella-option-grid button { font-size: 12px; }
  .umbrella-print-audit { grid-template-columns: 1fr; }
  .umbrella-print-audit > span { min-height: 0; }
  .umbrella-adjust-grid { grid-template-columns: 1fr; }
  .umbrella-production-form { grid-template-columns: 1fr; }
  .umbrella-production-form label.wide { grid-column: auto; }
  .umbrella-production-actions { grid-template-columns: 1fr; }
}

@keyframes umbrellaSpinner {
to { transform: rotate(360deg); }
}


/* Nuanxin artwork workspace. Scoped so other persona modules remain unchanged. */
#umbrellaDesignerModal { padding: 20px; background: rgba(3,7,20,.78); backdrop-filter: blur(12px); }
#umbrellaDesignerModal .umbrella-designer-card { width: min(1120px,100%); max-height: 94dvh; padding: 30px; border-radius: 28px; background: radial-gradient(ellipse at 0 0,rgba(83,69,156,.16),transparent 50%),#0d1223; border: 1px solid #2c344e; box-shadow: 0 32px 100px #0008; scrollbar-width: thin; scrollbar-color: #414c69 transparent; overflow-x: hidden; }
#umbrellaDesignerModal * { box-sizing: border-box; }
#umbrellaDesignerModal .hidden { display: none !important; }
#umbrellaDesignerModal button { cursor: pointer; transition: background .18s,border-color .18s,box-shadow .18s; }
#umbrellaDesignerModal button:focus-visible, #umbrellaDesignerModal input:focus-visible, #umbrellaDesignerModal summary:focus-visible { outline: 2px solid #6cdbec; outline-offset: 3px; }
#umbrellaDesignerModal button:disabled { cursor: not-allowed; opacity: .4; }
#umbrellaDesignerModal .umbrella-designer-head { margin-bottom: 24px; }
#umbrellaDesignerModal .umbrella-designer-head > span { color: #9daed0; letter-spacing: .22em; font-size: 10px; }
#umbrellaDesignerModal .umbrella-designer-head h2 { font-size: clamp(24px,3vw,34px); font-weight: 750; letter-spacing: -.03em; margin: 12px 0 8px; }
#umbrellaDesignerModal .umbrella-designer-head p { font-size: 13px; color: #919db6; }
#umbrellaDesignerModal .umbrella-intent-switch { background: #141c30; border-color: #293550; border-radius: 18px; }
#umbrellaDesignerModal .umbrella-intent-options button { min-height: 58px; border-radius: 12px; }
#umbrellaDesignerModal .umbrella-intent-options button.is-selected { background: #213652; border-color: #6ba6c6; box-shadow: inset 0 0 0 1px #80cdd214; }
#umbrellaDesignerModal .umbrella-workflow-steps { background: transparent; border: 0; padding: 8px 0; margin: 18px 0; max-width: 430px; }
#umbrellaDesignerModal .umbrella-product-library { margin-bottom: 26px; }
#umbrellaDesignerModal .umbrella-product-library h3 { font-size: 19px; }
#umbrellaDesignerModal .umbrella-product-card { border-radius: 14px; padding: 9px; background: #161f33; }
#umbrellaDesignerModal .umbrella-product-card.is-selected { background: #20324b; border-color: #7cbcc9; box-shadow: inset 0 0 0 1px #7cbcc930; }
#umbrellaDesignerModal .umbrella-product-card img { border-radius: 9px; background: #f7f8fa; }
#umbrellaDesignerModal .umbrella-selected-product { background: #141c2e; border-color: #29344a; border-radius: 14px; }
#umbrellaDesignerModal .umbrella-customization-workspace { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); align-items: start; gap: 24px; padding-top: 24px; border-top: 1px solid #2a3349; }
#umbrellaDesignerModal .umbrella-board-column { min-width: 0; position: sticky; top: 0; }
#umbrellaDesignerModal .umbrella-proof-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 0 16px; }
#umbrellaDesignerModal .umbrella-proof-heading small { font-size: 10px; letter-spacing: .16em; color: #90a9c5; }
#umbrellaDesignerModal .umbrella-proof-heading h3 { font-size: 21px; letter-spacing: -.02em; margin: 6px 0 0; }
.umbrella-live-badge { flex: 0 0 auto; color: #9dddc9; font-size: 10px; padding: 6px 9px; border: 1px solid #385849; border-radius: 20px; background: #1c342a; }
.umbrella-live-badge::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #8ee0bd; margin-right: 5px; }
.umbrella-board-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 8px; background: #eef2f6; color: #5f6f84; padding: 10px 12px; border-radius: 18px 18px 0 0; font-size: 11px; }
.umbrella-board-toolbar > div { display: flex; align-items: center; gap: 3px; flex-shrink: 0; }
.umbrella-board-toolbar button { min-width: 30px; height: 30px; padding: 0 6px; border: 1px solid #dae1e9; border-radius: 7px; background: #fff; color: #33465c; font-size: 13px; }
.umbrella-board-toolbar output { font-size: 11px; width: 36px; text-align: center; font-variant-numeric: tabular-nums; }
#umbrellaDesignerModal .umbrella-designer-preview { border: 0; border-radius: 0 0 18px 18px; }
#umbrellaDesignerModal .umbrella-top-board { transform-origin: 50% 50%; transform: scale(var(--board-zoom,1)); }
.umbrella-mobile-expand { display: none; }
#umbrellaExportModal { z-index: 10000; background: #040816dd; padding: 14px; }
.umbrella-export-sheet { position: relative; background: #151f33; border: 1px solid #465773; border-radius: 20px; padding: 22px; width: min(520px,100%); max-height: 92dvh; overflow: auto; color: #eaf0f8; }
.umbrella-export-sheet h3 { margin: 0 30px 8px 0; font-size: 20px; }
.umbrella-export-sheet p { color: #a5b5cc; font-size: 12px; }
.umbrella-export-sheet img { width: 100%; display: block; border-radius: 12px; margin: 16px 0; }
.umbrella-export-sheet small { display: block; font-size: 10px; color: #8d9fba; margin-top: 12px; line-height: 1.6; }
.umbrella-export-sheet a.btn { color: #fff; text-decoration: none; font-size: 13px; border-radius: 10px; background: linear-gradient(100deg,#6474eb,#347eaf); }
.umbrella-board-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 14px; font-size: 11px; line-height: 1.6; color: #a4b1c6; }
.umbrella-board-caption b { color: #bddbe3; white-space: nowrap; }
.umbrella-board-actions { display: flex; gap: 8px; margin-top: 12px; }
.umbrella-board-actions button { min-height: 40px; border: 1px solid #35415b; border-radius: 10px; padding: 9px 14px; background: #1a253b; color: #e7ecf5; font-size: 12px; }
.umbrella-board-actions button:first-child { flex: 1; background: #e6edf4; border-color: #e6edf4; color: #233248; font-weight: 750; }
.umbrella-board-disclaimer { color: #7e8ba5; line-height: 1.65; font-size: 10px; margin: 12px 2px 0; }
#umbrellaDesignerModal .umbrella-designer-form { min-width: 0; margin: 0; padding: 16px; gap: 20px; border: 1px solid #2b354c; border-radius: 18px; background: #121a2c; }
.umbrella-editor-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; padding: 4px; background: #0b1120; border: 1px solid #273149; border-radius: 12px; }
.umbrella-editor-tabs button { min-width: 0; min-height: 42px; padding: 8px 4px; border: 0; border-radius: 8px; color: #9aa8c1; background: transparent; font-size: 12px; font-weight: 750; }
.umbrella-editor-tabs button.is-selected { color: #fff; background: #2b3b56; box-shadow: 0 2px 6px #0003; }
#umbrellaDesignerModal .umbrella-designer-form fieldset { min-width: 0; }
#umbrellaDesignerModal .umbrella-designer-form legend { font-size: 14px; margin-bottom: 14px; color: #e4ebf5; }
#umbrellaDesignerModal legend small { display: block; font-weight: 400; font-size: 11px; color: #8c9ab4; margin-top: 5px; }
#umbrellaDesignerModal .umbrella-option-grid button { min-height: 44px; font-size: 12px; background: #1d263a; border-color: #303b53; border-radius: 10px; padding: 10px 7px; }
#umbrellaDesignerModal .umbrella-option-grid button.is-selected { background: #293c57; border-color: #7baec5; color: #fff; box-shadow: inset 0 0 0 1px #7baec530; }
#umbrellaDesignerModal .umbrella-color-options { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
#umbrellaDesignerModal .umbrella-color-options button { display: flex; flex-direction: column; gap: 8px; min-height: 80px; align-items: center; justify-content: center; font-size: 11px; }
#umbrellaDesignerModal .umbrella-color-options i { width: 28px; height: 28px; border: 1px solid #ffffff35; border-radius: 50%; box-shadow: inset 0 3px 5px #ffffff25,0 3px 8px #0004; }
#umbrellaDesignerModal [data-umbrella-group="decoration"] { grid-template-columns: repeat(3,minmax(0,1fr)); }
#umbrellaDesignerModal .umbrella-upload-grid { grid-template-columns: 1fr; }
#umbrellaDesignerModal .umbrella-upload-card { min-height: 112px; align-items: center; text-align: center; justify-content: center; background: #17243a; border-color: #678ba8; }
.umbrella-upload-card:focus-within { outline: 2px solid #6cdbec; outline-offset: 2px; }
#umbrellaDesignerModal .umbrella-print-layout { background: none; padding: 0 !important; border: 0 !important; }
#umbrellaDesignerModal .umbrella-adjust-grid { grid-template-columns: 1fr; gap: 8px; }
#umbrellaDesignerModal .umbrella-adjust-row { grid-template-columns: minmax(60px,1fr) 40px minmax(62px,auto) 40px; width: 100%; min-width: 0; gap: 6px; padding: 8px; border: 1px solid #303b53; background: #1b2539; border-radius: 10px; }
#umbrellaDesignerModal .umbrella-adjust-row button { width: 40px; height: 40px; border-radius: 8px; background: #2b3952; border-color: #455673; font-size: 22px; }
#umbrellaDesignerModal .umbrella-adjust-row output { font-size: 12px; color: #a8dfea; white-space: nowrap; }
#umbrellaDesignerModal .umbrella-adjust-row > span { padding: 0; font-size: 12px; }
.umbrella-text-button { float: right; padding: 0 0 0 16px; border: 0; background: none; font-size: 11px; color: #8bcada; }
.umbrella-rotation-slider { display: flex; align-items: center; gap: 12px; margin: 14px 2px 10px; font-size: 11px; color: #9faec5; }
.umbrella-rotation-slider input { min-width: 0; width: 100%; height: 28px; accent-color: #8ec7d2; }
.umbrella-rotation-slider span { white-space: nowrap; }
.umbrella-angle-presets { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
.umbrella-angle-presets button { padding: 8px 4px; min-height: 36px; font-size: 11px; border: 1px solid #35415b; background: #1d283c; border-radius: 8px; color: #bfcbe0; }
.umbrella-editor-empty { border: 1px dashed #415373; padding: 22px 16px; line-height: 1.8; font-size: 13px; color: #a2b0c9; border-radius: 12px; }
#umbrellaDesignerModal .umbrella-print-audit { grid-template-columns: 1fr; gap: 0; border: 1px solid #2b3b50; border-radius: 12px; overflow: hidden; }
#umbrellaDesignerModal .umbrella-print-audit > span { display: grid; grid-template-columns: 65px minmax(0,1fr); align-items: start; min-height: 0; gap: 8px; padding: 10px 12px; background: #142435; border: 0; border-bottom: 1px solid #29394b; border-radius: 0; }
#umbrellaDesignerModal .umbrella-print-audit > span:last-child { border-bottom: 0; }
#umbrellaDesignerModal .umbrella-print-audit small { margin: 0; line-height: 1.6; font-size: 11px; }
#umbrellaDesignerModal .umbrella-print-audit b { font-size: 11px; font-weight: 500; color: #c3d4e2; overflow-wrap: anywhere; }
.umbrella-notes { color: #acb8cd; font-size: 12px; }
.umbrella-notes summary { cursor: pointer; padding: 3px 0; }
.umbrella-notes summary span { font-size: 10px; color: #6f809c; margin-left: 6px; }
.umbrella-notes textarea { margin-top: 12px; }
.umbrella-confirm-bar { display: grid; gap: 12px; padding-top: 16px; border-top: 1px solid #2e3950; }
.umbrella-confirm-bar b,.umbrella-confirm-bar small { display: block; }
.umbrella-confirm-bar b { color: #e3e9f3; font-size: 13px; font-weight: 600; }
.umbrella-confirm-bar small { color: #91a0b9; font-size: 11px; margin-top: 5px; }
.umbrella-save-inline { background: none; border: 1px solid #374761; color: #a6c7d6; font-size: 12px; padding: 10px; min-height: 40px; border-radius: 10px; }
#umbrellaDesignerModal .umbrella-confirm-bar .btn { display: flex; justify-content: space-between; border-radius: 12px; padding: 14px 18px; min-height: 48px; font-size: 14px; font-weight: 750; background: linear-gradient(100deg,#6474eb,#347eaf); box-shadow: 0 5px 20px #374e8430; }
.umbrella-ai-assistant { border: 1px solid #35405a; border-radius: 12px; padding: 12px; background: #141e32; }
.umbrella-ai-assistant summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; font-size: 12px; color: #becce1; list-style: none; }
.umbrella-ai-assistant summary::-webkit-details-marker { display: none; }
.umbrella-ai-assistant small { font-size: 9px; padding: 3px 5px; border-radius: 4px; background: #29334b; color: #94a2bb; margin-left: 4px; }
.umbrella-ai-assistant p { font-size: 11px; line-height: 1.8; color: #93a3bc; }
.umbrella-ai-assistant b { color: #c3d3e8; }
#umbrellaDesignerModal .umbrella-ai-assistant .btn { min-height: 42px; border-radius: 9px; background: #283952; border: 1px solid #4c6585; font-size: 12px; box-shadow: none; }
.umbrella-ai-feedback[data-state="error"] { color: #f1b4a7; border-left: 2px solid #d48479; padding-left: 10px; }
.umbrella-ai-feedback[data-state="success"] { color: #9fd5bb; }
#umbrellaDesignerModal .umbrella-design-result { grid-column: 2; margin-top: 0; }
#umbrellaDesignerModal .umbrella-design-result > img { max-height: 560px; object-fit: contain; }
@media (max-width: 760px) {
  #umbrellaDesignerModal { padding: 8px; }
  #umbrellaDesignerModal .umbrella-designer-card { width: 100%; padding: 20px 14px; max-height: 96dvh; border-radius: 22px; }
  #umbrellaDesignerModal .umbrella-customization-workspace { grid-template-columns: 1fr; gap: 20px; }
  #umbrellaDesignerModal .umbrella-design-result { grid-column: 1; }
  #umbrellaDesignerModal .umbrella-board-column { position: relative; }
  #umbrellaDesignerModal .is-editing .umbrella-board-column { position: sticky; top: -20px; z-index: 6; background: #0d1223; padding: 6px 0 10px; box-shadow: 0 10px 18px #0d1223; }
  #umbrellaDesignerModal .is-editing .umbrella-board-column .umbrella-proof-heading,
  #umbrellaDesignerModal .is-editing .umbrella-board-disclaimer,
  #umbrellaDesignerModal .is-editing .umbrella-board-actions { display: none; }
  #umbrellaDesignerModal .is-editing .umbrella-designer-preview { height: min(55vw,220px); aspect-ratio: auto; background: #f7faff; }
  #umbrellaDesignerModal .is-editing .umbrella-top-board { inset: 0 auto auto 50%; width: auto; height: 100%; aspect-ratio: 1; transform: translateX(-50%) scale(var(--board-zoom,1)); }
  #umbrellaDesignerModal .is-editing .umbrella-board-caption { margin-top: 7px; font-size: 10px; }
  #umbrellaDesignerModal .umbrella-mobile-expand { display: block; }
  #umbrellaDesignerModal .is-editing .umbrella-designer-form button { scroll-margin-top: 330px; }
  #umbrellaDesignerModal .umbrella-designer-form { padding: 14px; gap: 16px; }
  #umbrellaDesignerModal .umbrella-intent-switch { grid-template-columns: 1fr; }
  #umbrellaDesignerModal .umbrella-intent-switch > div:first-child { display: none; }
  #umbrellaDesignerModal .umbrella-product-library h3 { font-size: 17px; }
  #umbrellaDesignerModal .umbrella-designer-head { margin-bottom: 16px; }
  #umbrellaDesignerModal .umbrella-proof-heading h3 { font-size: 19px; }
}
@media (max-width: 360px) {
  #umbrellaDesignerModal { padding: 4px; }
  #umbrellaDesignerModal .umbrella-designer-card { padding: 18px 10px; }
  #umbrellaDesignerModal .umbrella-designer-form { padding: 10px; }
  #umbrellaDesignerModal .umbrella-adjust-row { grid-template-columns: minmax(52px,1fr) 36px 58px 36px; gap: 4px; padding: 6px; }
  #umbrellaDesignerModal .umbrella-adjust-row button { width: 36px; }
  .umbrella-board-toolbar { padding: 8px; font-size: 10px; }
}


/* Only the requested homepage entry and its own dialogs are affected. */
#huyuUmbrellaEntry .assessment-copy > p { color:var(--muted); font-size:14px; line-height:1.8; margin:14px 0 20px; }
#huyuUmbrellaEntry .metrics { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin:20px 0; }
#huyuUmbrellaEntry .metrics span { min-width:0; padding:15px 8px; border:1px solid #aea0f02b; border-radius:16px; background:#9384e70c; text-align:center; }
#huyuUmbrellaEntry .metrics b { display:block; font-size:15px; color:#f3f1ff; }
#huyuUmbrellaEntry .metrics em { display:block; font-size:11px; color:#a8a6bf; font-style:normal; margin-top:7px; line-height:1.5; }
#huyuUmbrellaEntry .assessment-report-cta { white-space:normal; font-size:18px; }
#umbrellaProductSource { display:inline-block; margin:8px 0; font-size:12px; color:#a7dbe5; }
#umbrellaDesignerModal .umbrella-product-card img { object-fit:contain; }
#umbrellaDesignerModal .umbrella-selected-product img { object-fit:contain; }
#umbrellaDesignerModal .needs-dieline [data-umbrella-tab="color"],
#umbrellaDesignerModal .needs-dieline [data-umbrella-tab="layout"],
#umbrellaDesignerModal .needs-dieline [data-umbrella-panel="color"],
#umbrellaDesignerModal .needs-dieline [data-umbrella-panel="layout"],
#umbrellaDesignerModal .needs-dieline .umbrella-board-toolbar,
#umbrellaDesignerModal .needs-dieline #umbrellaLayoutEmpty { display:none!important; }
#umbrellaDesignerModal .needs-dieline .umbrella-editor-tabs { grid-template-columns:1fr; }
#umbrellaDesignerModal .needs-dieline [data-umbrella-tab="artwork"] { grid-column:1/-1; }
#umbrellaDesignerModal .needs-dieline .umbrella-top-board { transform:none; pointer-events:none; }
@media (max-width: 700px) {
  #umbrellaDesignerModal .is-editing.is-automotive-proof .umbrella-top-board {
    inset:50% auto auto 0; width:100%; height:auto; aspect-ratio:1;
    transform:translateY(-50%) scale(var(--board-zoom,1));
  }
}
#umbrellaDesignerModal .needs-dieline [data-umbrella-option="decoration"][data-value="plain"] { font-size:0; }
#umbrellaDesignerModal .needs-dieline [data-umbrella-option="decoration"][data-value="plain"]::after { content:"仅选款与补充要求";font-size:12px; }
#umbrellaDesignerModal .umbrella-production-choice img { object-fit:contain; }
@media(max-width:380px){#huyuUmbrellaEntry .metrics b{font-size:13px}#huyuUmbrellaEntry .metrics em{font-size:10px}}
