.tjr-wizard { max-width: 600px; padding: 26px 26px 22px; }
.tjr-wizard .tjw-top { margin-bottom: 22px; }
.tjr-wizard .tjw-count {
font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
color: var(--tj-gold, #e0c35f); margin-bottom: 8px;
}
.tjr-wizard .tjw-progress {
height: 6px; background: rgba(255,255,255,.08); border-radius: 999px; overflow: hidden;
}
.tjr-wizard .tjw-progress-bar {
height: 100%; background: linear-gradient(to right, #a8893e, #e0c35f);
border-radius: 999px; transition: width .35s cubic-bezier(.4,0,.2,1);
}
.tjr-wizard .tjw-stage { position: relative; min-height: 240px; }
.tjr-wizard .tjw-step { display: none; }
.tjr-wizard .tjw-step.is-active { display: block; animation: tjwFade .3s ease both; }
@keyframes tjwFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.tjr-wizard .tjw-q {
font-size: 1.28rem; font-weight: 700; color: var(--tj-text, #fff); line-height: 1.3; margin-bottom: 6px;
}
.tjr-wizard .tjw-qsub { font-size: .88rem; color: var(--tj-text-dim, #bfc6db); margin-bottom: 18px; }
.tjr-wizard .tjw-answers { display: flex; flex-direction: column; gap: 11px; }
.tjr-wizard .tjw-a {
display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
width: 100%; text-align: left;
background: rgba(255,255,255,.035); border: 1.5px solid var(--tj-border, rgba(255,255,255,.12));
color: var(--tj-text, #fff); border-radius: 12px; padding: 15px 18px;
font-family: inherit; font-size: 1rem; font-weight: 600; cursor: pointer;
transition: border-color .15s, background .15s, transform .08s;
-webkit-tap-highlight-color: transparent;
}
.tjr-wizard .tjw-a span {
font-size: .8rem; font-weight: 400; color: var(--tj-text-dim, #bfc6db);
}
.tjr-wizard .tjw-a:hover { border-color: var(--tj-gold-border, rgba(224,195,95,.5)); background: rgba(224,195,95,.06); }
.tjr-wizard .tjw-a:active { transform: scale(.985); }
.tjr-wizard .tjw-a.is-picked {
border-color: var(--tj-gold, #e0c35f); background: var(--tj-gold-dim, rgba(224,195,95,.14));
} .tjr-wizard .tjw-result { text-align: center; }
.tjr-wizard .tjw-loading { padding: 40px 0; color: var(--tj-muted, #7a85a8); font-size: .95rem; }
.tjr-wizard .tjw-res-label {
font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--tj-muted, #7a85a8);
}
.tjr-wizard .tjw-res-num {
font-size: 3rem; font-weight: 800; color: var(--tj-gold, #e0c35f); line-height: 1.05;
font-variant-numeric: tabular-nums; margin: 4px 0 0;
}
.tjr-wizard .tjw-res-unit { font-size: .9rem; color: var(--tj-text-dim, #bfc6db); }
.tjr-wizard .tjw-res-bonus { font-size: .76rem; color: var(--tj-gold, #e0c35f); margin-top: 5px; }
.tjr-wizard .tjw-res-badge {
display: inline-block; margin: 14px 0 0; padding: 6px 16px; border-radius: 999px;
background: var(--tj-gold, #e0c35f); color: var(--tj-blue, #0b1634); font-weight: 700; font-size: .95rem;
}
.tjr-wizard .tjw-res-verdict {
font-size: .92rem; color: var(--tj-text-sub, #e7eaf3); line-height: 1.5; margin: 12px auto 0; max-width: 440px;
}
.tjr-wizard .tjw-res-goal {
font-size: .95rem; color: var(--tj-text, #fff); line-height: 1.5; margin: 16px auto 0; max-width: 460px;
background: rgba(255,255,255,.04); border: 1px dashed var(--tj-gold-border, rgba(224,195,95,.4));
border-radius: 12px; padding: 12px 16px;
}
.tjr-wizard .tjw-goal-ico { font-size: 1.1rem; }
.tjr-wizard .tjw-res-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.tjr-wizard .tjw-res-actions .tjs-cta { margin: 0; }
.tjr-wizard .tjw-share-img {
display: inline-flex; align-items: center; justify-content: center; gap: 7px;
background: transparent; border: 1px solid var(--tj-gold-border, rgba(224,195,95,.4));
color: var(--tj-gold, #e0c35f); border-radius: 11px; padding: 12px;
font-family: inherit; font-size: .88rem; font-weight: 700; cursor: pointer;
transition: background .15s; -webkit-tap-highlight-color: transparent;
}
.tjr-wizard .tjw-share-img:hover { background: var(--tj-gold-dim, rgba(224,195,95,.12)); }
.tjr-wizard .tjw-share-img:disabled { opacity: .6; }
.tjr-wizard .tjw-restart {
background: transparent; border: none; color: var(--tj-text-dim, #bfc6db);
font-family: inherit; font-size: .85rem; cursor: pointer; padding: 6px;
}
.tjr-wizard .tjw-restart:hover { color: var(--tj-gold, #e0c35f); }
.tjr-wizard .tjw-disclaimer { font-size: .72rem; color: var(--tj-muted, #7a85a8); margin-top: 12px; line-height: 1.4; }
.tjr-wizard .tjw-back {
display: none; align-items: center; gap: 5px; margin-top: 18px;
background: transparent; border: none; color: var(--tj-muted, #7a85a8);
font-family: inherit; font-size: .85rem; cursor: pointer; padding: 4px;
}
.tjr-wizard .tjw-back:hover { color: var(--tj-gold, #e0c35f); } .tjr-simple { max-width: 620px; }
.tjr-simple .tjs-body { padding: 24px 26px 28px; }
.tjr-simple .tjr-slider-block { margin-bottom: 20px; }
.tjr-simple .tjs-result {
text-align: center;
background: linear-gradient(135deg, rgba(224,195,95,.10), rgba(224,195,95,.03));
border: 1px solid var(--tj-gold-border, rgba(224,195,95,.35));
border-radius: 14px;
padding: 20px 18px;
margin: 8px 0 18px;
}
.tjr-simple .tjs-range-label {
font-size: .7rem; text-transform: uppercase; letter-spacing: .1em;
color: var(--tj-muted, #7a85a8); margin-bottom: 6px;
}
.tjr-simple .tjs-range {
font-size: 1.9rem; font-weight: 800; color: var(--tj-gold, #e0c35f);
line-height: 1.1; font-variant-numeric: tabular-nums;
}
.tjr-simple .tjs-range-sub {
font-size: .82rem; color: var(--tj-text-dim, #bfc6db); margin-top: 6px;
}
.tjr-simple .tjs-dests {
display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 14px;
}
.tjr-simple .tjs-dest {
font-size: .78rem; font-weight: 600; padding: 4px 11px; border-radius: 999px;
border: 1px solid transparent;
}
.tjr-simple .tjs-dest.ok   { background: rgba(74,222,128,.14); color: #4ade80; border-color: rgba(74,222,128,.3); }
.tjr-simple .tjs-dest.part { background: rgba(245,158,11,.12); color: #f59e0b; border-color: rgba(245,158,11,.28); }
.tjr-simple .tjs-dest.lock { background: rgba(255,255,255,.05); color: var(--tj-muted, #7a85a8); }
.tjr-simple .tjs-cta {
display: block; text-align: center; text-decoration: none;
background: var(--tj-gold, #e0c35f); color: var(--tj-blue, #0b1634);
font-weight: 700; font-size: .95rem; padding: 14px; border-radius: 11px;
transition: filter .15s, transform .1s; box-shadow: 0 6px 18px rgba(224,195,95,.25);
}
.tjr-simple .tjs-cta:hover { filter: brightness(1.08); transform: translateY(-1px); color: var(--tj-blue, #0b1634); }
.tjr-simple .tjs-disclaimer {
text-align: center; font-size: .72rem; color: var(--tj-muted, #7a85a8); margin-top: 12px; line-height: 1.4;
} #tjfly-rechner .tjr-hide {
display: none !important;
} @media (min-width: 821px) {
#tjfly-rechner .tjr-grid { align-items: start; }
#tjfly-rechner .tjr-right {
position: -webkit-sticky;
position: sticky;
top: 16px;
align-self: start;
}
} #tjfly-rechner .tjr-action-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin: 16px auto 0;
}
#tjfly-rechner .tjr-img-btn,
#tjfly-rechner .tjr-pdf-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 11px 18px;
border-radius: 10px;
font-family: inherit;
font-size: .85rem;
font-weight: 700;
cursor: pointer;
transition: filter .15s, transform .1s, background .15s;
-webkit-tap-highlight-color: transparent;
}
#tjfly-rechner .tjr-img-btn {
border: none;
background: var(--tj-gold, #e0c35f);
color: var(--tj-blue, #0b1634);
box-shadow: 0 6px 18px rgba(224,195,95,.25);
}
#tjfly-rechner .tjr-pdf-btn {
border: 1px solid var(--tj-gold-border, rgba(224,195,95,.35));
background: transparent;
color: var(--tj-gold, #e0c35f);
}
#tjfly-rechner .tjr-pdf-btn:hover { background: var(--tj-gold-dim, rgba(224,195,95,.12)); }
#tjfly-rechner .tjr-img-btn:hover  { filter: brightness(1.08); }
#tjfly-rechner .tjr-img-btn:active,
#tjfly-rechner .tjr-pdf-btn:active { transform: translateY(1px); }
#tjfly-rechner .tjr-img-btn svg,
#tjfly-rechner .tjr-pdf-btn svg { stroke: currentColor; }
#tjfly-rechner .tjr-img-btn.is-busy,
#tjfly-rechner .tjr-pdf-btn.is-busy { opacity: .6; pointer-events: none; } #tjfly-rechner .tjr-wb-toggle {
text-align: center;
margin: 12px auto 0;
max-width: 440px;
}
#tjfly-rechner .tjr-wb-toggle-note {
font-size: .78rem;
color: var(--tj-text-sub, #e7eaf3);
margin-bottom: 9px;
line-height: 1.45;
}
#tjfly-rechner .tjr-wb-toggle-btn {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 8px 16px;
border-radius: 999px;
font-family: inherit;
font-size: .8rem;
font-weight: 700;
cursor: pointer;
transition: all .15s;
-webkit-tap-highlight-color: transparent;
} #tjfly-rechner .tjr-wb-toggle-btn {
background: var(--tj-gold, #e0c35f);
color: var(--tj-blue, #0b1634);
border: 1px solid var(--tj-gold, #e0c35f);
} #tjfly-rechner .tjr-wb-toggle-btn.is-on {
background: transparent;
color: var(--tj-text-dim, #bfc6db);
border: 1px solid var(--tj-border, rgba(255,255,255,.18));
}
#tjfly-rechner .tjr-wb-toggle-btn.is-on:hover {
border-color: var(--tj-gold-border, rgba(224,195,95,.35));
color: var(--tj-gold, #e0c35f);
} #tjfly-rechner .tjr-advanced{
margin-top:10px;
border:1px solid var(--tj-gold-border, rgba(224,195,95,.35));
border-radius:12px;
background:rgba(224,195,95,.04);
overflow:hidden;
}
#tjfly-rechner .tjr-advanced[open]{background:rgba(224,195,95,.06);}
#tjfly-rechner .tjr-advanced-summary{
list-style:none;cursor:pointer;
display:flex;align-items:center;gap:10px;
padding:14px 16px;font-weight:700;
color:var(--tj-gold, #e0c35f);font-size:.92rem;
-webkit-tap-highlight-color:transparent;
}
#tjfly-rechner .tjr-advanced-summary::-webkit-details-marker{display:none;}
#tjfly-rechner .tjr-adv-ico{font-size:1.1rem;line-height:1;flex-shrink:0;}
#tjfly-rechner .tjr-adv-opt{font-weight:400;color:var(--tj-text-dim, #bfc6db);font-size:.8rem;}
#tjfly-rechner .tjr-adv-arrow{margin-left:auto;flex-shrink:0;transition:transform .2s;stroke:currentColor;}
#tjfly-rechner .tjr-advanced[open] .tjr-adv-arrow{transform:rotate(180deg);}
#tjfly-rechner .tjr-advanced-body{padding:2px 16px 14px;}
#tjfly-rechner .tjr-advanced-body .tjr-section:last-child{margin-bottom:0;} #tjfly-rechner .tjr-promo {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
background: linear-gradient(90deg, rgba(224,195,95,.16), rgba(224,195,95,.05));
border-bottom: 1px solid var(--tj-gold-border, rgba(224,195,95,.35));
padding: 12px 28px;
}
#tjfly-rechner .tjr-promo-text {
flex: 1;
min-width: 200px;
font-size: .88rem;
font-weight: 600;
color: var(--tj-text, #fff);
line-height: 1.45;
}
#tjfly-rechner .tjr-promo-btn {
display: inline-flex;
align-items: center;
gap: 6px;
flex-shrink: 0;
background: var(--tj-gold, #e0c35f);
color: var(--tj-blue, #0b1634);
font-weight: 700;
font-size: .8rem;
text-decoration: none;
padding: 8px 14px;
border-radius: 8px;
transition: filter .15s, transform .1s;
}
#tjfly-rechner .tjr-promo-btn:hover { filter: brightness(1.08); transform: translateY(-1px); color: var(--tj-blue, #0b1634); } #tjfly-rechner .tjr-scale {
display: flex;
justify-content: space-between;
font-size: .62rem;
color: var(--tj-muted, #7a85a8);
margin-top: 2px;
} #tjfly-rechner .tjr-gauge-euro {
text-align: center;
font-size: .92rem;
font-weight: 700;
color: var(--tj-gold, #e0c35f);
margin-top: 4px;
}
.tjr-wizard .tjw-res-euro {
font-size: .95rem;
font-weight: 700;
color: var(--tj-gold, #e0c35f);
margin-top: 6px;
} .tjr-pot-compare {
background: rgba(255,255,255,.025);
border: 1px solid var(--tj-border, rgba(255,255,255,.12));
border-radius: 10px;
padding: 13px 14px;
margin-bottom: 11px;
}
.tjr-cmp-row {
display: grid;
grid-template-columns: 110px 1fr auto;
gap: 10px;
align-items: center;
margin: 6px 0;
}
.tjr-cmp-lbl { font-size: .74rem; font-weight: 600; color: var(--tj-text-dim, #bfc6db); }
.tjr-cmp-track {
height: 10px;
background: rgba(255,255,255,.07);
border-radius: 999px;
overflow: hidden;
}
.tjr-cmp-fill { height: 100%; border-radius: 999px; transition: width .7s cubic-bezier(.4,0,.2,1); }
.tjr-cmp-fill.cur { background: linear-gradient(to right, #a8893e, var(--tj-gold, #e0c35f)); }
.tjr-cmp-fill.max { background: linear-gradient(to right, rgba(74,222,128,.5), #4ade80); }
.tjr-cmp-val { font-size: .78rem; font-weight: 700; color: var(--tj-text, #fff); font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 480px) {
.tjr-cmp-row { grid-template-columns: 82px 1fr auto; }
} .tjr-plan-sub {
font-size: .72rem;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--tj-gold, #e0c35f);
margin: 16px 0 9px;
}
.tjr-plan-sub.done { color: #4ade80; }
.tjr-done-list { margin-bottom: 4px; }
.tjr-done-row {
display: flex;
gap: 9px;
align-items: flex-start;
padding: 7px 2px;
border-bottom: 1px solid rgba(255,255,255,.05);
font-size: .8rem;
line-height: 1.45;
}
.tjr-done-row:last-child { border-bottom: none; }
.tjr-done-ico { flex-shrink: 0; }
.tjr-done-t { font-weight: 600; color: var(--tj-text, #fff); }
.tjr-done-b { color: var(--tj-text-dim, #bfc6db); }
.tjr-cmp-sum {
font-size: .78rem;
color: var(--tj-text-sub, #e7eaf3);
margin-top: 9px;
padding-top: 9px;
border-top: 1px solid rgba(255,255,255,.08);
line-height: 1.5;
} .tjr-pot-item {
background: rgba(74,222,128,.05);
border: 1px solid rgba(74,222,128,.22);
border-radius: 10px;
padding: 12px 14px;
margin-bottom: 9px;
}
.tjr-pot-head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; }
.tjr-pot-t { font-weight: 700; font-size: .85rem; color: var(--tj-text, #fff); }
.tjr-pot-delta { font-weight: 800; color: #4ade80; font-size: .88rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.tjr-pot-b { font-size: .78rem; color: var(--tj-text-sub, #e7eaf3); line-height: 1.45; margin-top: 4px; }
.tjr-pot-summary {
background: linear-gradient(135deg, rgba(224,195,95,.1), rgba(224,195,95,.03));
border: 1px solid var(--tj-gold-border, rgba(224,195,95,.35));
border-radius: 10px;
padding: 12px 14px;
font-size: .85rem;
line-height: 1.5;
color: var(--tj-text-sub, #e7eaf3);
margin: 4px 0 22px;
} .tjr-rm-step {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 12px 14px;
background: rgba(255,255,255,.025);
border-radius: 10px;
border-left: 3px solid var(--tj-gold);
margin-bottom: 9px;
transition: background .2s;
}
.tjr-rm-step:hover { background: rgba(255,255,255,.04); }
.tjr-rm-num {
font-weight: 700;
color: var(--tj-gold);
font-size: 1rem;
min-width: 22px;
flex-shrink: 0;
}
.tjr-rm-title {
font-size: .85rem;
font-weight: 600;
color: var(--tj-text);
margin-bottom: 3px;
}
.tjr-rm-text {
font-size: .78rem;
color: var(--tj-text-sub, #e7eaf3);
line-height: 1.45;
word-break: break-word;
} .tjr-fazit {
background: rgba(255,255,255,.04);
border: 1px dashed rgba(224,195,95,.45);
border-radius: 10px;
padding: 10px 13px;
font-size: .9rem;
margin-bottom: 20px;
line-height: 1.5;
color: var(--tj-text-sub, #e7eaf3);
word-break: break-word;
} .tjr-cond {
margin-top: 12px;
padding: 13px 14px;
background: rgba(255,255,255,.025);
border: 1px solid var(--tj-border);
border-radius: 9px;
}
.tjr-cond summary {
cursor: pointer;
list-style: none;
}
.tjr-cond summary::-webkit-details-marker { display: none; }
.tjr-cond-label {
font-size: .68rem;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--tj-muted);
margin: 0;
font-weight: 700;
} .tjr-reco-links .sec,
.tjr-aff-link.sec {
background: transparent;
border: 2px solid var(--tj-gold-border, rgba(224,195,95,.35));
color: var(--tj-text, #fff);
font-weight: 500;
}
.tjr-aff-link.sec:hover {
background: var(--tj-gold);
color: var(--tj-blue);
} .tjr-aff-link {
display: inline-flex;
align-items: center;
gap: 6px;
padding: .6rem 1rem;
background: var(--tj-gold);
color: var(--tj-blue);
font-weight: 700;
font-size: .82rem;
text-decoration: none;
border-radius: 8px;
transition: filter .15s, transform .1s;
}
.tjr-aff-link:hover { filter: brightness(1.08); transform: translateY(-1px); }
.tjr-aff-badge {
font-size: .6rem;
font-weight: 800;
letter-spacing: .06em;
text-transform: uppercase;
background: rgba(0,0,0,.18);
color: var(--tj-blue);
padding: 1px 5px;
border-radius: 4px;
flex-shrink: 0;
}
.tjr-guide-link {
display: inline-block;
font-size: .75rem;
color: var(--tj-text-dim, #bfc6db);
text-decoration: none;
border-bottom: 1px dashed rgba(255,255,255,.2);
padding-bottom: 1px;
transition: color .15s, border-color .15s;
}
.tjr-guide-link:hover {
color: var(--tj-gold);
border-color: var(--tj-gold-border);
} .tjr-welcome-bonus {
background: linear-gradient(135deg, rgba(224,195,95,.1), rgba(224,195,95,.03));
border: 1px solid var(--tj-gold-border);
border-radius: 10px;
padding: 14px 16px;
margin: 12px 0 0;
}
.tjr-wb-header { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; }
.tjr-wb-icon { font-size: 1rem; line-height: 1; }
.tjr-wb-label {
color: var(--tj-gold);
font-size: .72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .1em;
}
.tjr-wb-badge {
margin-left: auto;
font-size: .65rem;
font-weight: 600;
padding: 2px 8px;
border-radius: 20px;
background: rgba(255,255,255,.06);
color: var(--tj-muted);
white-space: nowrap;
border: 1px solid rgba(255,255,255,.08);
}
.tjr-wb-pts { font-size: 1.2rem; font-weight: 800; color: var(--tj-gold); margin-bottom: 3px; }
.tjr-wb-note { font-size: .8rem; color: var(--tj-text-sub, #e7eaf3); margin-bottom: 8px; }
.tjr-wb-hint {
font-size: .71rem;
color: var(--tj-muted);
padding-top: 8px;
border-top: 1px solid rgba(224,195,95,.12);
line-height: 1.45;
}
.tjr-wb-actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(255,255,255,.06);
}
.tjr-wb-btn-insta {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 7px 14px;
background: transparent;
border: 1px solid rgba(255,255,255,.15);
color: var(--tj-text-sub, #e7eaf3);
font-size: .78rem;
font-weight: 600;
text-decoration: none;
border-radius: 7px;
transition: all .15s;
white-space: nowrap;
}
.tjr-wb-btn-insta:hover {
border-color: rgba(224,195,95,.35);
color: var(--tj-gold);
background: rgba(224,195,95,.05);
} .tjr-share-btn {
margin-left: auto;
display: flex;
align-items: center;
gap: 6px;
padding: 7px 13px;
background: transparent;
border: 1px solid var(--tj-gold-border);
color: var(--tj-gold);
border-radius: 8px;
font-size: .78rem;
font-weight: 600;
font-family: inherit;
cursor: pointer;
transition: all .15s;
white-space: nowrap;
flex-shrink: 0;
}
.tjr-share-btn:hover { background: var(--tj-gold-dim, rgba(224,195,95,.18)); }
.tjr-share-btn svg { stroke: currentColor; } .tjr-mobile-score {
display: none;
position: fixed;
left: 50%;
top: calc(10px + env(safe-area-inset-top, 0px));
bottom: auto;
transform: translateX(-50%) translateY(-22px);
width: auto;
max-width: calc(100vw - 20px);
align-items: center;
gap: 9px;
background: rgba(13,21,51,.94);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border: 1px solid var(--tj-gold-border, rgba(224,195,95,.5));
border-radius: 999px;
padding: 9px 16px;
z-index: 99990;
box-shadow: 0 8px 26px rgba(0,0,0,.45);
font-family: -apple-system, 'Segoe UI', sans-serif;
white-space: nowrap;
cursor: pointer;
opacity: 0;
transition: opacity .25s ease, transform .25s ease;
pointer-events: none;
}
.tjr-mobile-score.is-visible {
display: flex;
opacity: 1;
transform: translateX(-50%) translateY(0);
pointer-events: auto;
}
.tjr-mobile-score .ms-ico { font-size: 1rem; flex-shrink: 0; }
.tjr-mobile-score .ms-label { font-size: .64rem; text-transform: uppercase; letter-spacing: .07em; color: var(--tj-text-dim, #bfc6db); flex-shrink: 0; }
.tjr-mobile-score .ms-val { font-size: 1.15rem; font-weight: 800; color: var(--tj-gold, #e0c35f); line-height: 1; font-variant-numeric: tabular-nums; }
.tjr-mobile-score .ms-sub { font-size: .68rem; font-weight: 600; color: var(--tj-text-dim, #bfc6db); }
.tjr-mobile-score .ms-go { font-size: .62rem; font-weight: 700; color: var(--tj-gold, #e0c35f); border-left: 1px solid rgba(255,255,255,.18); padding-left: 9px; flex-shrink: 0; } .tjr-hint-box {
background: rgba(255,200,50,.05);
border: 1px dashed var(--tj-gold-border);
border-radius: 9px;
padding: 10px 12px;
font-size: .82rem;
color: var(--tj-text-sub, #e7eaf3);
} .tjr-dest-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 9px;
margin-bottom: 22px;
}
@media (max-width: 600px) {
.tjr-dest-grid { grid-template-columns: 1fr 1fr; }
}