:root{--bg:#020617;--surface:rgba(15,23,42,0.82);--surface-strong:rgba(15,23,42,0.96);--border:rgba(51,65,85,0.85);--text:#f8fafc;--muted:#94a3b8;--muted-soft:#64748b;--accent:#fbbf24;--accent-soft:rgba(251,191,36,0.12);--shadow:0 28px 70px rgba(2,6,23,0.48);--radius-xl:32px;--radius-lg:24px;--radius-md:18px}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at top left,rgba(251,191,36,.16),transparent 28%),radial-gradient(circle at top right,rgba(56,189,248,.12),transparent 24%),linear-gradient(180deg,#07111f 0,var(--bg) 48%,#030712 100%);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:rgba(251,191,36,.24);color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mono{font-family:JetBrains Mono,Cascadia Code,SFMono-Regular,monospace}.floating-calculator-trigger{position:fixed;top:30vh;right:18px;z-index:40;display:flex;flex-direction:column;gap:4px;min-width:120px;padding:12px 14px;border:1px solid rgba(251,191,36,.4);border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(8,15,29,.92));box-shadow:0 18px 40px rgba(2,6,23,.32);color:var(--text);text-align:left;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.floating-calculator-trigger:hover{border-color:rgba(251,191,36,.68);transform:translateY(-1px);box-shadow:0 22px 44px rgba(2,6,23,.38)}.floating-calculator-trigger--open{border-color:rgba(251,191,36,.76);background:linear-gradient(180deg,rgba(251,191,36,.2),rgba(8,15,29,.92))}.floating-calculator-trigger__eyebrow{color:#fde68a;font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.floating-calculator-trigger__title{font-size:.94rem;font-weight:800;line-height:1.35}.floating-calculator-backdrop{position:fixed;inset:0;z-index:38;border:0;background:rgba(2,6,23,.28)}.floating-calculator-panel{position:fixed;top:18vh;right:18px;z-index:39;width:min(360px,calc(100vw - 28px));max-height:calc(100dvh - 36px);display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateX(22px);transition:opacity .22s ease,transform .22s ease}.floating-calculator-panel--open{opacity:1;pointer-events:auto;transform:translateX(0)}.floating-calculator-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 6px 10px}.floating-calculator-panel__title{margin:0;font-size:1.05rem}.floating-calculator-panel__close{min-height:38px;padding:0 12px;border:1px solid rgba(51,65,85,.88);border-radius:999px;background:rgba(9,15,27,.8);color:var(--muted);font-size:.76rem;font-weight:700;transition:border-color .2s ease,color .2s ease,background .2s ease}.floating-calculator-panel__close:hover{border-color:rgba(251,191,36,.4);color:#fde68a}.floating-calculator-panel__body{box-shadow:var(--shadow);max-height:calc(100dvh - 112px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.info-page-shell,.page-shell{width:min(1120px,100%);margin:0 auto;padding:24px 16px 56px}.terminal-stack{display:flex;flex-direction:column;gap:24px;animation:rise-in .7s ease-out both}.hero-card{padding:30px 32px}.hero-rebuild{display:flex;flex-direction:column;gap:20px}.hero-rebuild__intro{max-width:none}.hero-rebuild__main{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.78fr);grid-gap:16px;gap:16px;align-items:stretch}.hero-title{margin:0;font-size:clamp(1.9rem,3.9vw,3.15rem);line-height:1.08;text-wrap:nowrap;white-space:nowrap;letter-spacing:-.02em}.hero-description{margin:12px 0 0;color:var(--muted);font-size:1rem;line-height:1.8;font-weight:500}.account-strip{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px;padding:8px 10px;border:1px solid rgba(51,65,85,.78);border-radius:14px;background:rgba(2,6,23,.42);color:var(--muted);font-size:.82rem}.account-strip[hidden]{display:none}.account-strip strong{color:var(--text)}.account-strip__status{min-height:26px;padding:0 9px;border-radius:999px;background:rgba(251,191,36,.12);color:#fde68a;font-size:.72rem}.account-strip__button,.account-strip__status{display:inline-flex;align-items:center;font-weight:800}.account-strip__button{justify-content:center;min-height:30px;padding:0 11px;border:1px solid rgba(51,65,85,.88);border-radius:10px;background:rgba(9,15,27,.68);color:var(--text);font-size:.76rem;transition:border-color .2s ease,background .2s ease,color .2s ease}.account-strip__button--primary,.account-strip__button:hover{border-color:rgba(251,191,36,.48);background:rgba(251,191,36,.12);color:#fde68a}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.hero-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 16px;border:1px solid rgba(51,65,85,.88);border-radius:999px;background:rgba(9,15,27,.68);color:var(--text);font-size:.82rem;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.hero-action:hover{border-color:rgba(251,191,36,.5);color:#fde68a;transform:translateY(-1px)}.hero-action--primary{border-color:rgba(251,191,36,.55);background:linear-gradient(180deg,rgba(240,202,92,.98),rgba(226,182,63,.94));color:#1f2937;box-shadow:inset 0 1px 0 rgba(255,244,196,.28)}.hero-action--board{flex:1 1 220px;min-height:54px;font-size:1.02rem;border-radius:14px;font-weight:800}.hero-actions--board{margin-top:16px}.hero-action__icon{width:18px;height:18px;flex:0 0 18px}.hero-action--primary .hero-action__icon{color:#1f2937}.hero-action--secondary-accent{border-color:rgba(240,202,92,.46);color:#e8c25f;background:rgba(45,39,24,.34)}.hero-action--secondary-accent:hover{border-color:rgba(240,202,92,.68);color:#f2cf68;background:rgba(240,202,92,.12)}.hero-action--secondary-accent .hero-action__icon{color:#e8c25f}.hero-side{display:flex;flex-direction:column;gap:12px}.hero-feature-card,.hero-market-board,.hero-panel{border:1px solid rgba(51,65,85,.7);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(17,24,39,.92),rgba(7,11,23,.88)),rgba(9,15,27,.72)}.hero-market-board{padding:18px}.hero-market-board__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.hero-market-card{padding:18px 18px 16px;border:1px solid rgba(51,65,85,.7);border-radius:18px;background:rgba(8,15,29,.72)}.hero-market-card--accent{background:linear-gradient(180deg,rgba(251,191,36,.14),rgba(8,15,29,.8)),rgba(8,15,29,.72)}.hero-market-card__label{display:block;color:var(--muted-soft);font-size:.9rem;font-weight:700}.hero-market-card__value-row{display:flex;align-items:baseline;gap:10px;margin-top:10px}.hero-market-card__value-row strong{color:#f8fafc;font-size:clamp(2rem,4.2vw,2.9rem);line-height:1}.terminal-loading-value{display:inline-block;width:3.8em;max-width:100%;height:.72em;border-radius:999px;background:linear-gradient(90deg,rgba(148,163,184,.16),rgba(245,215,151,.78),rgba(148,163,184,.16));background-size:220% 100%;animation:goldtoday-shimmer 1.18s ease-in-out infinite;vertical-align:baseline}.terminal-loading-value--small{width:7.5em;height:.9em}.terminal-loading-value--headline{width:min(5.2em,58vw);height:.82em}.hero-market-card__value-row span{color:var(--muted);font-size:1.15rem;font-weight:700;white-space:nowrap;flex-shrink:0}.hero-market-card--accent .hero-market-card__value-row span,.hero-market-card--accent .hero-market-card__value-row strong{color:#f2cf68}.hero-market-card__meta,.hero-market-card__status{margin:12px 0 0}.hero-market-card__status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:.88rem}.hero-market-card__status strong{color:var(--text)}.hero-market-card__status-dot{width:9px;height:9px;border-radius:999px;background:#34d399;box-shadow:0 0 0 4px rgba(52,211,153,.14)}.hero-market-card__meta{color:var(--muted);font-size:.88rem;line-height:1.6}.hero-panel{padding:18px 18px 12px}.hero-panel__eyebrow{margin:0 0 12px;color:#fde68a;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero-metric{display:flex;justify-content:space-between;gap:16px;align-items:baseline;padding:12px 0;border-top:1px solid rgba(51,65,85,.58)}.hero-metric:first-of-type{border-top:0;padding-top:0}.hero-metric span{color:var(--muted-soft);font-size:.8rem}.hero-metric strong{text-align:right;color:var(--text);font-size:.95rem;line-height:1.5}.hero-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.hero-feature-card{min-height:138px;padding:18px;display:flex;flex-direction:column;gap:10px}.hero-feature-card__head{display:flex;align-items:flex-start;gap:12px}.hero-feature-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:linear-gradient(180deg,rgba(240,202,92,.18),rgba(226,182,63,.12));border:1px solid rgba(240,202,92,.18);color:#e8c25f}.hero-feature-card__icon{width:18px;height:18px}.hero-feature-card__title{margin:0;color:#f4f6fb;font-size:1.12rem;line-height:1.35}.hero-feature-card__description{margin:0;color:#aab7cc;font-size:.92rem;line-height:1.7}.card{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(15,23,42,.96),rgba(8,15,29,.88));box-shadow:var(--shadow)}.card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(140deg,rgba(251,191,36,.08),transparent 24%),linear-gradient(320deg,rgba(56,189,248,.08),transparent 30%)}.price-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;padding:28px}.eyebrow{margin:0 0 10px;color:var(--muted-soft);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.headline-row{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap}.price-value{margin:0;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:800;line-height:1}.price-unit{color:var(--muted);font-size:clamp(1.2rem,2vw,1.8rem)}.daily-change-card{display:inline-flex;flex-direction:column;gap:8px;margin-top:14px;padding:12px 14px;border-radius:16px;border:1px solid rgba(51,65,85,.78);background:rgba(2,6,23,.42)}.daily-change-card__headline{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.daily-change-card__label{color:var(--muted-soft);font-size:.76rem;font-weight:700;letter-spacing:.04em}.daily-change-card__value{color:var(--text);font-size:1rem}.daily-change-card__percent{font-size:.84rem;font-weight:700}.daily-change-card__note{margin:0;color:var(--muted);font-size:.76rem}.daily-change-card--up{border-color:rgba(34,197,94,.28);background:linear-gradient(180deg,rgba(34,197,94,.12),rgba(2,6,23,.38))}.daily-change-card--up .daily-change-card__percent,.daily-change-card--up .daily-change-card__value{color:#86efac}.daily-change-card--down{border-color:rgba(239,68,68,.28);background:linear-gradient(180deg,rgba(239,68,68,.12),rgba(2,6,23,.38))}.daily-change-card--down .daily-change-card__percent,.daily-change-card--down .daily-change-card__value{color:#fca5a5}.daily-change-card--flat{border-color:rgba(148,163,184,.28)}.daily-change-card--flat .daily-change-card__percent,.daily-change-card--flat .daily-change-card__value{color:#cbd5e1}.daily-change-card--loading{border-color:rgba(148,163,184,.28);background:rgba(15,23,42,.52)}.subline{margin:12px 0 0;color:var(--muted);font-size:1.05rem}.right-panel{width:min(100%,280px);text-align:right}.usd-row{display:flex;justify-content:flex-end;gap:8px;align-items:baseline}.usd-value{margin:0;color:var(--muted);font-size:1.3rem;font-weight:700}.muted-note{margin:6px 0 0;color:var(--muted-soft);font-size:.78rem;font-style:italic}.source-tag{display:inline-flex;margin-top:10px;padding:4px 10px;border:1px solid rgba(251,191,36,.3);border-radius:999px;color:rgba(251,191,36,.85);background:rgba(251,191,36,.08);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.utility-section{padding:28px}.utility-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);grid-gap:22px;gap:22px;align-items:stretch}.utility-block{min-width:0}.utility-title{margin:0;font-size:clamp(1.7rem,3vw,2.2rem);line-height:1.15}.utility-lead{margin:14px 0 0;color:var(--muted);line-height:1.8}.utility-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:18px}.calculator-card,.utility-card{border:1px solid rgba(51,65,85,.72);border-radius:var(--radius-md);background:rgba(9,15,27,.72)}.utility-card{display:flex;flex-direction:column;gap:10px;min-height:180px;padding:18px}.utility-card h3{margin:0;font-size:1rem}.utility-card p{margin:0;color:var(--muted);line-height:1.75}.utility-card__link{margin-top:auto;color:var(--accent);font-size:.82rem;font-weight:700}.calculator-card{display:flex;flex-direction:column;padding:22px;background:linear-gradient(180deg,rgba(251,191,36,.1),rgba(9,15,27,.82)),rgba(9,15,27,.72)}.calculator-card__title{margin:0;font-size:1.4rem}.calculator-card__lead{margin:12px 0 0;color:var(--muted);line-height:1.8}.calculator-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.calculator-preset{border:1px solid rgba(51,65,85,.88);border-radius:999px;padding:8px 12px;background:rgba(2,6,23,.46);color:var(--muted);font-size:.76rem;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.calculator-preset--active,.calculator-preset:hover{border-color:rgba(251,191,36,.42);background:rgba(251,191,36,.12);color:#fde68a;transform:translateY(-1px)}.calculator-field{display:flex;flex-direction:column;gap:10px;margin-top:18px}.calculator-field__label{color:var(--muted-soft);font-size:.8rem;font-weight:700}.calculator-field__input-wrap{display:flex;align-items:center;gap:12px;padding:0 14px;border:1px solid rgba(51,65,85,.82);border-radius:16px;background:rgba(2,6,23,.55)}.calculator-field__input{flex:1 1;border:0;min-width:0;padding:14px 0;background:transparent;color:var(--text);font-size:1rem}.calculator-field__input:focus{outline:none}.calculator-field__unit{color:var(--muted);font-size:.82rem;font-weight:700}.calculator-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.calculator-result{padding:16px;border:1px solid rgba(51,65,85,.72);border-radius:16px;background:rgba(2,6,23,.4)}.calculator-result__label{display:block;color:var(--muted-soft);font-size:.76rem}.calculator-result strong{display:block;margin-top:8px;color:var(--text);font-size:1.2rem}.calculator-footnote{margin:12px 0 0;color:var(--muted);font-size:.78rem;line-height:1.7}.chart-card{padding:24px}.chart-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:24px}.chart-toolbar{justify-content:flex-end;gap:12px;flex-shrink:0}.chart-toolbar,.status-badge{display:flex;align-items:center}.status-badge{gap:8px;pointer-events:none}.status-timer{padding:4px 8px;border-radius:999px;background:rgba(251,191,36,.12);color:var(--accent);font-size:.72rem;font-weight:700}.status-text{margin:0;color:var(--muted-soft);font-size:.72rem;font-style:italic}.rate-limit-notice{--notice-color:#fbbf24;--notice-halo:rgba(251,191,36,0.14);--notice-halo-soft:rgba(251,191,36,0.08);display:flex;align-items:flex-start;gap:12px;margin:-6px 0 18px;padding:12px 14px;border:1px solid rgba(251,191,36,.42);border-radius:14px;background:linear-gradient(180deg,rgba(251,191,36,.12),rgba(15,23,42,.72)),rgba(2,6,23,.46);box-shadow:0 14px 30px rgba(2,6,23,.16)}.rate-limit-notice__marker{width:10px;height:10px;margin-top:5px;border-radius:999px;background:var(--notice-color);box-shadow:0 0 0 7px var(--notice-halo);flex:0 0 auto;animation:rate-limit-pulse 1.6s ease-in-out infinite}.rate-limit-notice__body{min-width:0}.rate-limit-notice strong{display:block;color:#fde68a;font-size:.86rem}.rate-limit-notice p{margin:4px 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}.notice-inline-code{display:inline-block;margin-left:6px;color:rgba(226,232,240,.86);word-break:break-word}.notice-inline-help{display:inline;margin-left:6px;color:rgba(187,247,208,.92)}.rate-limit-notice--upstream{--notice-color:#38bdf8;--notice-halo:rgba(56,189,248,0.14);--notice-halo-soft:rgba(56,189,248,0.08);border-color:rgba(56,189,248,.36);background:linear-gradient(180deg,rgba(56,189,248,.12),rgba(15,23,42,.72)),rgba(2,6,23,.46)}.rate-limit-notice--upstream strong{color:#bae6fd}.rate-limit-notice--security{--notice-color:#34d399;--notice-halo:rgba(52,211,153,0.14);--notice-halo-soft:rgba(52,211,153,0.08);border-color:rgba(52,211,153,.34);background:linear-gradient(180deg,rgba(52,211,153,.11),rgba(15,23,42,.72)),rgba(2,6,23,.46)}.rate-limit-notice--security strong{color:#bbf7d0}.turnstile-host{position:fixed;right:16px;bottom:16px;z-index:2147483647}.basis-toggle{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(51,65,85,.78);border-radius:16px;background:rgba(2,6,23,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 24px rgba(2,6,23,.18)}.basis-toggle__label{color:var(--muted-soft);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.basis-toggle__group{display:inline-flex;padding:3px;border-radius:12px;background:rgba(15,23,42,.9);border:1px solid rgba(51,65,85,.72)}.basis-toggle__option{position:relative;display:inline-flex}.basis-toggle__option:after,.basis-toggle__option:before{position:absolute;left:50%;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.basis-toggle__option:before{content:attr(data-tip);bottom:calc(100% + 12px);z-index:8;min-width:max-content;max-width:180px;padding:7px 10px;border:1px solid rgba(251,191,36,.38);border-radius:10px;background:rgba(2,6,23,.96);color:var(--text);font-size:.72rem;line-height:1.4;white-space:nowrap;box-shadow:0 14px 24px rgba(2,6,23,.28);transform:translate(-50%,6px)}.basis-toggle__option:after{content:"";bottom:calc(100% + 6px);z-index:7;width:8px;height:8px;border-right:1px solid rgba(251,191,36,.38);border-bottom:1px solid rgba(251,191,36,.38);background:rgba(2,6,23,.96);transform:translate(-50%,6px) rotate(45deg)}.basis-toggle__option:focus-within:after,.basis-toggle__option:focus-within:before,.basis-toggle__option:hover:after,.basis-toggle__option:hover:before{opacity:1;transform:translate(-50%)}.basis-toggle__button{border:0;min-width:88px;padding:8px 12px;border-radius:9px;background:transparent;color:var(--muted);font-size:.78rem;font-weight:700;transition:background-color .2s ease,color .2s ease,transform .2s ease}.basis-toggle__button:hover{color:var(--text)}.basis-toggle__button:disabled{cursor:not-allowed;transform:none}.basis-toggle__button:disabled:not(.basis-toggle__button--active){opacity:.52}.basis-toggle__button:focus-visible{outline:2px solid rgba(251,191,36,.68);outline-offset:2px}.basis-toggle__button--active{background:rgba(251,191,36,.16);color:#fde68a;transform:translateY(-1px)}.range-strip{flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.range-strip::-webkit-scrollbar{display:none}.range-group{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:6px;border-radius:22px;background:rgba(2,6,23,.42);border:1px solid rgba(30,41,59,.95)}.range-divider{width:1px;height:18px;background:rgba(51,65,85,.9)}.range-button{border:0;border-radius:14px;padding:10px 14px;background:transparent;color:var(--muted);font-size:.78rem;font-weight:700;transition:background-color .2s ease,color .2s ease,transform .2s ease}.range-button:hover{background:rgba(30,41,59,.9);transform:translateY(-1px)}.range-button:disabled{cursor:not-allowed;transform:none}.range-button:disabled:not(.range-button--active){opacity:.52}.range-button:disabled:not(.range-button--active):hover{background:transparent}.range-button:focus-visible{outline:2px solid rgba(251,191,36,.7);outline-offset:2px}.range-button--macro{color:rgba(251,191,36,.76)}.range-button--active{background:var(--accent);color:#111827}.range-button--active.range-button--macro{color:#111827}.range-insight-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.range-insight-card{padding:16px 18px;border:1px solid rgba(51,65,85,.76);border-radius:var(--radius-md);background:rgba(2,6,23,.4)}.range-insight-card--current{background:linear-gradient(180deg,rgba(251,191,36,.12),rgba(2,6,23,.3));border-color:rgba(251,191,36,.28)}.range-insight-card--high{border-color:rgba(251,191,36,.24)}.range-insight-card--low{border-color:rgba(56,189,248,.24)}.range-insight-card__label{display:block;color:var(--muted-soft);font-size:.76rem;letter-spacing:.04em}.range-insight-card__value{display:block;margin-top:10px;color:var(--text);font-size:1.25rem;line-height:1.2}.range-insight-card__value small{font-size:.8rem;color:var(--muted)}.range-insight-card__delta,.range-insight-card__meta{margin:8px 0 0;font-size:.78rem;line-height:1.6}.range-insight-card__meta{color:var(--muted)}.range-insight-card__delta{color:var(--text)}.chart-shell{position:relative;height:450px;border-radius:var(--radius-lg);background:linear-gradient(180deg,rgba(2,6,23,.22),rgba(2,6,23,.46)),rgba(2,6,23,.2);touch-action:none;-webkit-tap-highlight-color:transparent}.chart-canvas{width:100%;height:100%;display:block}.marker-line{top:0;width:1px;height:100%;display:none;pointer-events:none;z-index:3}.marker-handle,.marker-line{position:absolute;background:var(--accent)}.marker-handle{top:50%;left:-6px;width:12px;height:30px;border-radius:4px;transform:translateY(-50%)}.marker-tooltip{position:absolute;z-index:4;display:none;min-width:176px;padding:9px 12px;border:1px solid rgba(251,191,36,.9);border-radius:10px;background:linear-gradient(180deg,rgba(2,6,23,.18),rgba(2,6,23,.3));color:var(--accent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 12px 24px rgba(2,6,23,.16);pointer-events:none}.marker-tooltip__date{margin-bottom:4px;color:var(--muted);font-size:.68rem}.marker-tooltip__price{font-size:1.1rem;font-weight:800}.marker-tooltip__unit{color:var(--text);font-size:.65rem}.marker-tooltip__delta{margin-top:6px;font-size:.7rem;line-height:1.5}.marker-tooltip__delta--high{color:#fde68a}.marker-tooltip__delta--low{color:#7dd3fc}.chart-annotation{position:absolute;z-index:2;pointer-events:none}.chart-annotation[hidden]{display:none}.chart-annotation__dot{position:absolute;left:-4px;top:-4px;width:8px;height:8px;border-radius:999px;background:var(--annotation-color);box-shadow:0 0 0 6px var(--annotation-halo)}.chart-annotation__body{position:absolute;left:0;top:0;display:flex;flex-direction:column;gap:4px;min-width:150px;padding:10px 12px;border:1px solid var(--annotation-color);border-radius:12px;background:linear-gradient(180deg,rgba(2,6,23,.18),rgba(2,6,23,.3));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 12px 24px rgba(2,6,23,.16);transform:translate(var(--annotation-offset-x,16px),var(--annotation-offset-y,calc(-100% - 12px)))}.chart-annotation__tag{color:var(--annotation-color);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.chart-annotation__price{color:var(--text);font-size:.92rem}.chart-annotation__time{color:var(--muted);font-size:.72rem}.chart-annotation__delta{color:var(--text);font-size:.72rem;line-height:1.5}.chart-annotation__delta--reference{color:var(--muted)}.chart-annotation__delta--percent{font-weight:600}.chart-annotation__delta--up{color:#22c55e}.chart-annotation__delta--down{color:#f87171}.chart-annotation__delta--flat{color:color-mix(in srgb,var(--annotation-color) 72%,white)}.chart-annotation--high{--annotation-color:#fbbf24;--annotation-halo:rgba(251,191,36,0.2)}.chart-annotation--low{--annotation-color:#38bdf8;--annotation-halo:rgba(56,189,248,0.2)}.chart-annotation--three-pm{--annotation-color:#34d399;--annotation-halo:rgba(52,211,153,0.22)}.chart-loading{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;gap:12px;background:rgba(15,23,42,.82)}.chart-loading[hidden]{display:none}.spinner{width:32px;height:32px;border:3px solid rgba(251,191,36,.2);border-top:3px solid var(--accent);border-radius:50%;animation:spin 1s linear infinite}.chart-loading-text{color:var(--accent);font-weight:600}.secondary-chart{margin-top:24px;padding-top:24px;border-top:1px solid rgba(30,41,59,.95)}.secondary-chart__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:14px}.secondary-chart__title{margin:0;font-size:1.05rem}.secondary-chart__note{margin:8px 0 0;color:var(--muted);font-size:.74rem;line-height:1.55}.secondary-chart__meta{margin:0;color:var(--muted);font-size:.82rem;text-align:right}.candlestick-note,.candlestick-panel{border:1px solid rgba(51,65,85,.72);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(2,6,23,.3),rgba(2,6,23,.52)),rgba(2,6,23,.2)}.candlestick-panel{padding:14px 14px 10px}.candlestick-stage{position:relative;touch-action:none;-webkit-tap-highlight-color:transparent}.candlestick-note{padding:18px;color:var(--muted);font-size:.86rem}.candlestick-legend{display:flex;gap:16px;align-items:center;margin-bottom:8px;color:var(--muted);font-size:.74rem}.candlestick-legend__item{display:inline-flex;align-items:center;gap:8px}.candlestick-legend__swatch{width:14px;height:8px;border-radius:999px;display:inline-block}.candlestick-legend__swatch--up{background:#22c55e}.candlestick-legend__swatch--down{background:#ef4444}.candlestick-svg{width:100%;height:280px;display:block}.candlestick-cursor{position:absolute;width:1px;background:rgba(251,191,36,.88);transform:translateX(-.5px);pointer-events:none;z-index:1}.candlestick-tooltip{position:absolute;top:10px;min-width:180px;padding:10px 12px;border:1px solid rgba(251,191,36,.82);border-radius:12px;background:linear-gradient(180deg,rgba(2,6,23,.18),rgba(2,6,23,.3));color:var(--text);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 12px 24px rgba(2,6,23,.16);transform:translateX(14px);pointer-events:none;z-index:2}.candlestick-tooltip--left{transform:translateX(calc(-100% - 14px))}.candlestick-tooltip__date{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.7rem}.candlestick-tooltip__badge{display:inline-flex;padding:2px 6px;border-radius:999px;background:rgba(251,191,36,.16);color:#fde68a;font-size:.64rem;font-weight:700;letter-spacing:.04em}.candlestick-tooltip__grid{display:grid;grid-template-columns:auto auto;grid-gap:4px 12px;gap:4px 12px;margin-top:8px;align-items:baseline}.candlestick-tooltip__grid span{color:var(--muted-soft);font-size:.72rem}.candlestick-tooltip__grid strong{color:var(--text);font-size:.78rem;text-align:right}.candlestick-tooltip__footer{display:flex;justify-content:space-between;gap:12px;margin-top:10px;padding-top:8px;border-top:1px solid rgba(51,65,85,.58);color:#fde68a;font-size:.72rem}.candlestick-grid{stroke:rgba(51,65,85,.55);stroke-width:1}.candlestick-axis{fill:var(--muted-soft);font-size:11px}.terminal-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(30,41,59,.95)}.info-section p,.seo-card p,.site-footer p,.support-card p,.terminal-footer p{margin:0}.meta-card,.support-card{display:flex;flex-direction:column;gap:10px;color:var(--muted-soft);font-size:.76rem;line-height:1.65}.seo-card h3,.support-card strong{color:var(--text)}.content-card a,.faq-item a,.meta-card a,.seo-card a,.support-card a{color:var(--accent)}.content-card a:hover,.faq-item a:hover,.meta-card a:hover,.seo-card a:hover,.support-card a:hover{color:#fde68a}.meta-card{align-items:flex-end;text-align:right}.seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;padding:28px}.seo-header{margin:0 0 16px;color:var(--accent);font-size:1.35rem}.seo-card{position:relative;padding:20px;border-radius:var(--radius-md);background:rgba(9,15,27,.72);border:1px solid rgba(51,65,85,.72)}.seo-card h3{margin:0 0 10px;font-size:1rem}.seo-card p{color:var(--muted);font-size:.92rem;line-height:1.7}.content-section,.faq-section{padding:28px}.content-section__header{margin-bottom:20px}.content-section__title{margin:0;color:var(--text);font-size:1.5rem}.content-section__lead{max-width:860px;margin:12px 0 0;color:var(--muted);line-height:1.85}.content-grid,.faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.content-card,.faq-item{padding:20px;border:1px solid rgba(51,65,85,.72);border-radius:var(--radius-md);background:rgba(9,15,27,.72)}.content-card h3,.faq-item h3{margin:0 0 10px;font-size:1rem}.content-card p,.faq-item p{margin:0;color:var(--muted);line-height:1.8}.content-card__link-row{margin-top:14px!important}.site-footer{padding-top:8px;color:var(--muted-soft);text-align:center;font-size:.8rem}.site-footer-links{display:inline-flex;gap:10px;margin-top:8px;align-items:center}.site-footer a{transition:color .2s ease}.site-footer a:hover{color:var(--accent)}.info-page{animation:rise-in .7s ease-out both}.guide-page{display:flex;flex-direction:column;gap:24px}.guide-hero__title{max-width:980px}.guide-hero__price{margin:0;color:var(--text);font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.05}.guide-live-note{margin:16px 0 0;color:#86efac;font-size:.84rem;font-weight:700;line-height:1.6}.guide-live-note--error{color:#fca5a5}.guide-snippet{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;margin:18px 0 0;padding:10px 14px;border:1px solid rgba(251,191,36,.22);border-radius:14px;background:rgba(2,6,23,.42);color:#fde68a;font-size:.86rem;line-height:1.7}.guide-cta-row{display:flex;flex-wrap:wrap;gap:12px}.guide-cta-row,.guide-primary-cta-wrap{margin-top:20px}.guide-primary-cta{display:flex;flex-direction:column;gap:6px;width:min(100%,420px);padding:16px 20px;border:1px solid rgba(251,191,36,.52);border-radius:18px;background:linear-gradient(180deg,rgba(251,191,36,.22),rgba(251,191,36,.1));box-shadow:0 18px 34px rgba(251,191,36,.12);transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.guide-primary-cta:hover{border-color:rgba(251,191,36,.72);background:linear-gradient(180deg,rgba(251,191,36,.3),rgba(251,191,36,.14));transform:translateY(-1px);box-shadow:0 22px 40px rgba(251,191,36,.16)}.guide-primary-cta__title{color:#fde68a;font-size:1.08rem;font-weight:800}.guide-primary-cta__meta{color:var(--text);font-size:.82rem;line-height:1.65}.guide-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.guide-summary-card{padding:22px}.guide-summary-card__label{display:block;color:var(--muted-soft);font-size:.76rem;letter-spacing:.04em}.guide-summary-card__value{display:block;margin-top:12px;color:var(--text);font-size:1.35rem;line-height:1.25}.guide-summary-card__meta{margin:10px 0 0;color:var(--muted);font-size:.82rem;line-height:1.7}.guide-summary-card--up{border-color:rgba(34,197,94,.28);background:linear-gradient(180deg,rgba(34,197,94,.1),rgba(8,15,29,.9))}.guide-summary-card--up .guide-summary-card__meta,.guide-summary-card--up .guide-summary-card__value{color:#86efac}.guide-summary-card--down{border-color:rgba(239,68,68,.28);background:linear-gradient(180deg,rgba(239,68,68,.1),rgba(8,15,29,.9))}.guide-summary-card--down .guide-summary-card__meta,.guide-summary-card--down .guide-summary-card__value{color:#fca5a5}.guide-summary-card--flat{border-color:rgba(148,163,184,.24)}.info-page-nav{display:flex;justify-content:flex-start;margin-bottom:18px}.home-link{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border:1px solid rgba(51,65,85,.9);border-radius:999px;background:rgba(9,15,27,.68);color:var(--accent);font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.home-link:hover{border-color:rgba(251,191,36,.55);background:rgba(251,191,36,.08);color:#fde68a;transform:translateY(-1px)}.info-hero{padding:32px;margin-bottom:24px}.info-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.info-title{margin:16px 0 12px;font-size:clamp(2.2rem,5vw,3.2rem);line-height:1.08}.info-intro{max-width:760px;color:var(--muted);font-size:1rem;line-height:1.9}.info-grid{display:grid;grid-gap:18px;gap:18px}.info-section{padding:24px}.info-section h2{margin:0 0 12px;font-size:1.15rem}.info-section p{color:var(--muted);line-height:1.8}.info-section p+p{margin-top:10px}.login-page{min-height:calc(100vh - 112px);display:grid;place-items:center;animation:rise-in .7s ease-out both}.login-card{width:min(760px,100%);display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1fr);grid-gap:24px;gap:24px;padding:30px}.login-copy,.login-form,.login-status{position:relative;z-index:1}.login-status{grid-column:1/-1}.login-title{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.login-lead{margin:14px 0 0;color:var(--muted);line-height:1.8}.login-lead strong{color:var(--text)}.login-form{gap:14px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:8px;color:var(--muted-soft);font-size:.8rem;font-weight:800}.login-field input{min-height:46px;width:100%;border:1px solid rgba(51,65,85,.82);border-radius:14px;padding:0 14px;background:rgba(2,6,23,.55);color:var(--text);outline:0;transition:border-color .2s ease,box-shadow .2s ease}.login-field input:focus{border-color:rgba(251,191,36,.62);box-shadow:0 0 0 3px rgba(251,191,36,.12)}.login-check{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:.82rem}.login-check input{width:16px;height:16px;accent-color:var(--accent)}.login-submit{min-height:48px;border:1px solid rgba(251,191,36,.48);border-radius:14px;background:linear-gradient(180deg,rgba(251,191,36,.26),rgba(251,191,36,.12));color:#fde68a;font-weight:900;transition:border-color .2s ease,background .2s ease,transform .2s ease}.login-submit:hover{border-color:rgba(251,191,36,.7);background:linear-gradient(180deg,rgba(251,191,36,.34),rgba(251,191,36,.16));transform:translateY(-1px)}.login-message{margin:0;color:#fde68a;font-size:.84rem;line-height:1.6}.login-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rate-limit-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 6px var(--notice-halo)}50%{transform:scale(.84);box-shadow:0 0 0 10px var(--notice-halo-soft)}}@keyframes goldtoday-shimmer{0%{background-position:120% 0;opacity:.58}50%{opacity:1}to{background-position:-120% 0;opacity:.58}}@keyframes goldtoday-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.44}40%{transform:translateY(-5px);opacity:1}}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.guide-summary-grid,.hero-rebuild__main,.login-card,.price-header,.utility-grid{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.range-insight-strip,.seo-grid,.terminal-footer,.utility-card-grid{grid-template-columns:1fr}.meta-card,.right-panel{width:100%;text-align:left;align-items:flex-start}.secondary-chart__header{flex-direction:column;align-items:flex-start}.secondary-chart__meta{text-align:left}.usd-row{justify-content:flex-start}.site-footer-links{flex-wrap:wrap;justify-content:center}.hero-side{width:100%}.hero-feature-grid,.hero-market-board__metrics{grid-template-columns:1fr}}@media (max-width:768px){.floating-calculator-trigger{top:auto;right:14px;bottom:18px;min-width:104px;padding:10px 12px;border-radius:16px}.floating-calculator-panel{top:14px;right:14px;bottom:78px;width:min(360px,calc(100vw - 28px));max-height:calc(100dvh - 92px)}.info-page-shell,.page-shell{padding:16px 14px 40px}.chart-card,.content-section,.faq-section,.hero-card,.info-hero,.info-section,.login-card,.price-header,.seo-grid,.utility-section{padding:20px}.guide-summary-card{padding:18px}.chart-header{flex-direction:column;gap:14px}.chart-toolbar{width:100%;justify-content:space-between;gap:12px}.range-strip{width:100%}.basis-toggle{flex-wrap:wrap}.chart-shell{height:350px}.hero-rebuild{gap:16px}.hero-title{font-size:clamp(2rem,8vw,3rem);text-wrap:balance;white-space:normal}.hero-description{font-size:1rem}.hero-feature-card,.hero-market-board,.hero-market-card,.hero-panel{padding:16px}.hero-market-card__value-row strong{font-size:2.15rem}.hero-market-card__value-row span{font-size:1.2rem}.hero-feature-grid{grid-template-columns:1fr}.chart-annotation__body{min-width:132px;padding:9px 10px}.candlestick-svg{height:240px}.candlestick-tooltip{min-width:164px;padding:9px 10px}}@media (max-height:560px),(max-width:900px) and (orientation:landscape){.floating-calculator-trigger{top:auto;right:12px;bottom:12px;min-width:96px;padding:9px 11px}.floating-calculator-panel{top:10px;right:10px;bottom:10px;width:min(340px,calc(100vw - 20px));max-height:calc(100dvh - 20px)}.floating-calculator-panel__header{padding:0 4px 8px}.floating-calculator-panel__body{max-height:calc(100dvh - 88px);padding:18px}.calculator-card__title{font-size:1.22rem}.calculator-card__lead{margin-top:8px;font-size:.9rem;line-height:1.6}.calculator-field,.calculator-presets,.calculator-results{margin-top:14px}.calculator-result{padding:14px}.calculator-result strong{font-size:1.08rem}.calculator-footnote{margin-top:10px;font-size:.74rem;line-height:1.55}}@media (max-width:900px){.calculator-results,.content-grid,.faq-list{grid-template-columns:1fr}.hero-actions{width:100%}.guide-cta-row .hero-action,.hero-action{flex:1 1 180px}}.goldtoday-page-shell{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(201,168,108,.16),transparent 24%),radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 20%),linear-gradient(180deg,#09111f,#0b1324 40%,#0a1020)}.goldtoday-page-shell:after,.goldtoday-page-shell:before{content:"";position:absolute;inset:auto;pointer-events:none;opacity:.28}.goldtoday-page-shell:before{top:72px;left:-40px;width:360px;height:360px;background:linear-gradient(135deg,transparent 0 48%,rgba(148,163,184,.14) 48% 49%,transparent 49%),linear-gradient(48deg,transparent 0 62%,rgba(148,163,184,.1) 62% 63%,transparent 63%),linear-gradient(95deg,transparent 0 66%,rgba(148,163,184,.08) 66% 67%,transparent 67%);transform:rotate(-8deg)}.goldtoday-page-shell:after{right:-10px;bottom:160px;width:280px;height:280px;background:linear-gradient(160deg,transparent 0 54%,rgba(148,163,184,.12) 54% 55%,transparent 55%),linear-gradient(55deg,transparent 0 68%,rgba(148,163,184,.08) 68% 69%,transparent 69%)}.goldtoday-page,.goldtoday-page__nav{position:relative;z-index:1}.goldtoday-page{width:min(1200px,100%);margin:0 auto;gap:0}.goldtoday-reference{position:relative;min-height:calc(100vh - 32px);display:flex;align-items:center;justify-content:center}.goldtoday-reference__shell{position:relative;width:100%;padding:24px 28px 32px;border:1px solid rgba(148,163,184,.12);border-radius:32px;background:radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 40%),linear-gradient(180deg,rgba(17,24,39,.95),rgba(10,16,32,.985));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 28px 90px rgba(2,6,23,.46);overflow:hidden}.goldtoday-reference__mesh{position:absolute;pointer-events:none;opacity:.28}.goldtoday-reference__mesh--left{top:74px;left:-44px;width:360px;height:360px;background:linear-gradient(135deg,transparent 0 48%,rgba(148,163,184,.14) 48% 49%,transparent 49%),linear-gradient(48deg,transparent 0 62%,rgba(148,163,184,.1) 62% 63%,transparent 63%),linear-gradient(95deg,transparent 0 66%,rgba(148,163,184,.08) 66% 67%,transparent 67%);transform:rotate(-8deg)}.goldtoday-reference__mesh--right{right:-12px;bottom:118px;width:280px;height:280px;background:linear-gradient(160deg,transparent 0 54%,rgba(148,163,184,.12) 54% 55%,transparent 55%),linear-gradient(55deg,transparent 0 68%,rgba(148,163,184,.08) 68% 69%,transparent 69%)}.goldtoday-basis-switch,.goldtoday-reference__actions,.goldtoday-reference__bullets,.goldtoday-reference__divider,.goldtoday-reference__hero,.goldtoday-reference__stats,.goldtoday-reference__topbar{position:relative;z-index:1}.goldtoday-reference__topbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.goldtoday-reference__marketMeta{grid-column:1/-1;justify-self:center;margin:-4px 0 0;color:rgba(191,201,214,.78);font-size:.92rem;line-height:1.6;text-align:center}.goldtoday-reference__priceLoading{display:inline-flex;align-items:center;gap:12px;min-width:clamp(190px,30vw,320px);min-height:.78em}.goldtoday-loading-value,.goldtoday-reference__priceLoading span{display:block;border-radius:999px;background:linear-gradient(90deg,rgba(148,163,184,.16),rgba(245,215,151,.78),rgba(148,163,184,.16));background-size:220% 100%;animation:goldtoday-shimmer 1.18s ease-in-out infinite}.goldtoday-reference__priceLoading span{height:.18em}.goldtoday-reference__priceLoading span:first-child{width:34%}.goldtoday-reference__priceLoading span:nth-child(2){width:46%;animation-delay:.14s}.goldtoday-reference__priceLoading span:nth-child(3){width:20%;animation-delay:.28s}.goldtoday-loading-dots{display:inline-flex;align-items:center;gap:6px}.goldtoday-loading-dots span{width:8px;height:8px;border-radius:999px;background:rgba(245,215,151,.88);animation:goldtoday-dot-bounce .9s ease-in-out infinite}.goldtoday-loading-dots span:nth-child(2){animation-delay:.14s}.goldtoday-loading-dots span:nth-child(3){animation-delay:.28s}.goldtoday-basis-switch{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px auto 0}.goldtoday-basis-switch__label{color:rgba(226,232,240,.72);font-size:.88rem;font-weight:700}.goldtoday-basis-switch__control{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:rgba(9,15,27,.58)}.goldtoday-basis-switch__button{min-width:74px;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:rgba(226,232,240,.76);font-size:.88rem;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.goldtoday-basis-switch__button--active{background:linear-gradient(180deg,rgba(245,215,151,.96),rgba(201,168,108,.92));color:#182033;box-shadow:0 8px 20px rgba(201,168,108,.18)}.goldtoday-seo-section{margin-top:24px}.goldtoday-brand--link:hover{transform:translateY(-1px)}.goldtoday-reference__hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:22px 34px;gap:22px 34px;align-items:end;max-width:980px;margin:58px auto 0}.goldtoday-reference__title{margin:0;grid-column:1/-1;justify-self:center;color:rgba(226,232,240,.92);font-size:1.22rem;font-weight:700;letter-spacing:.02em}.goldtoday-reference__pricePanel{display:flex;justify-content:center;align-self:center}.goldtoday-reference__priceRow{display:flex;align-items:flex-end;justify-content:flex-end;gap:14px;flex-wrap:wrap}.goldtoday-reference__price{display:inline-flex;align-items:baseline;color:#fff9ed;font-size:clamp(4rem,8.8vw,5.8rem);font-weight:800;line-height:.95;letter-spacing:-.045em;text-shadow:0 10px 28px rgba(0,0,0,.32)}.goldtoday-reference__currency{margin-right:4px;color:#ffffff}.goldtoday-reference__integer{color:#ffffff}.goldtoday-reference__decimal{color:#e2c16f}.goldtoday-reference__unit{color:rgba(226,232,240,.94);font-size:clamp(1.4rem,2.8vw,2rem);font-weight:700;line-height:1.1}.goldtoday-reference__updated{grid-column:1/-1;justify-self:center;margin:2px 0 0;color:rgba(191,201,214,.86);font-size:1rem}.goldtoday-reference__refresh{grid-column:1/-1;display:inline-flex;align-items:center;gap:10px;justify-self:center;margin:0;color:rgba(226,232,240,.84);font-size:1rem}.goldtoday-reference__refreshDot{width:14px;height:14px;border:2px solid rgba(148,163,184,.54);border-radius:999px}.goldtoday-reference__refreshDot--ready{border-color:rgba(201,168,108,.86)}.goldtoday-reference__refreshDot--active{border-color:rgba(253,230,138,.92);box-shadow:inset 0 0 0 3px rgba(253,230,138,.16)}.goldtoday-reference__refreshDot--error{border-color:rgba(252,165,165,.92);box-shadow:inset 0 0 0 3px rgba(252,165,165,.16)}.goldtoday-reference__chartWrap{display:flex;align-items:center;justify-content:center;min-height:188px;align-self:center;overscroll-behavior:contain;touch-action:none}.goldtoday-reference__chart{width:min(100%,260px);height:auto}.goldtoday-reference__chartGrid{stroke:rgba(148,163,184,.22);stroke-width:1;stroke-dasharray:4 4}.goldtoday-reference__chartPath{fill:none;stroke:url(#goldtoday-trend-stroke);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 8px 18px rgba(74,222,128,.16))}.goldtoday-reference__chartDot{stroke:rgba(15,23,42,.8);stroke-width:2}.goldtoday-reference__chartDot--start{fill:#c9a86c}.goldtoday-reference__chartDot--end{fill:#4ade80}.goldtoday-reference__chartAxis{fill:rgba(226,232,240,.86);font-size:14px;font-weight:700}.goldtoday-reference__chartFallback{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:220px;min-height:160px;border:1px dashed rgba(148,163,184,.22);border-radius:20px;color:var(--muted);font-size:.92rem}.goldtoday-reference__divider{height:1px;max-width:760px;margin:28px auto 22px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.24),transparent)}.goldtoday-reference__bullets{display:grid;grid-gap:14px;gap:14px;max-width:760px;margin:0 auto;padding:0;list-style:none}.goldtoday-reference__bullets li{position:relative;padding-left:22px;color:rgba(226,232,240,.88);line-height:1.8}.goldtoday-reference__bullets li:before{content:"";position:absolute;top:.78em;left:3px;width:7px;height:7px;border-radius:999px;background:rgba(201,168,108,.88);box-shadow:0 0 0 4px rgba(201,168,108,.1)}.goldtoday-reference__bulletAccent{color:#e2c16f;font-weight:800}.goldtoday-reference__actions{display:grid;justify-items:center;grid-gap:18px;gap:18px;margin-top:30px}.goldtoday-reference__primaryCta{display:inline-flex;align-items:center;justify-content:center;gap:14px;width:min(100%,760px);min-height:64px;padding:18px 26px;border:1px solid rgba(201,168,108,.62);border-radius:999px;background:radial-gradient(circle at top center,rgba(255,239,196,.1),transparent 56%),linear-gradient(180deg,rgba(201,168,108,.22),rgba(40,36,27,.58));color:#f5d797;font-size:1.24rem;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,247,217,.16),0 0 0 1px rgba(201,168,108,.14),0 18px 42px rgba(201,168,108,.18);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.goldtoday-reference__primaryCta:hover{transform:translateY(-1px);border-color:rgba(245,215,151,.8);box-shadow:inset 0 1px 0 rgba(255,247,217,.2),0 0 0 1px rgba(201,168,108,.18),0 22px 48px rgba(201,168,108,.24)}.goldtoday-reference__primaryIcon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(245,215,151,.34);border-radius:10px;background:rgba(11,17,31,.42);color:#f5d797;font-size:1rem;font-weight:800}.goldtoday-reference__secondaryActions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.goldtoday-reference__secondaryAction{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:rgba(12,18,32,.6);color:rgba(226,232,240,.88);font-size:.92rem;transition:border-color .2s ease,background .2s ease,transform .2s ease}.goldtoday-reference__secondaryAction:hover{border-color:rgba(201,168,108,.34);background:rgba(201,168,108,.08);transform:translateY(-1px)}.goldtoday-reference__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:44px}.market-source-nav{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;max-width:980px;margin:18px auto 0}.market-source-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid rgba(148,163,184,.22);border-radius:999px;color:rgba(226,232,240,.8);background:rgba(15,23,42,.38);text-decoration:none;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.market-source-nav__link:hover{border-color:rgba(226,193,111,.46);color:rgba(248,250,252,.98);transform:translateY(-1px)}.market-source-nav__link--active{border-color:rgba(226,193,111,.74);color:#f3d17c;background:rgba(226,193,111,.12)}.market-source-summary{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;gap:10px;max-width:980px;margin:24px auto 0}.market-source-summary__badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.market-source-summary__badge--sina{color:#f6d98a;background:rgba(226,193,111,.16);border:1px solid rgba(226,193,111,.25)}.market-source-summary__badge--eastmoney{color:#93c5fd;background:rgba(59,130,246,.16);border:1px solid rgba(96,165,250,.28)}.market-source-summary__badge--jisu{color:#86efac;background:rgba(34,197,94,.16);border:1px solid rgba(74,222,128,.28)}.market-source-summary__text{color:rgba(226,232,240,.78);font-size:.96rem}.market-source-note{position:relative;z-index:1;display:grid;grid-gap:6px;gap:6px;max-width:980px;margin:18px auto 0;padding:14px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:rgba(15,23,42,.48);color:rgba(226,232,240,.82)}.market-source-note--warning{border-color:rgba(248,113,113,.32);background:rgba(127,29,29,.24)}.market-source-note__steps{margin:0;padding-left:20px;color:rgba(226,232,240,.86);line-height:1.7}.market-source-note__helper{margin:0;color:rgba(248,250,252,.78);font-size:.86rem;line-height:1.72}.market-source-note__code{overflow-x:auto;margin:0;padding:12px 14px;border:1px solid rgba(148,163,184,.16);border-radius:14px;background:rgba(2,6,23,.6);color:#f3d17c;font-size:.86rem}.market-source-note__actions{display:flex;flex-wrap:wrap;gap:10px}.sourcehub-page .goldtoday-reference__shell{min-height:auto}.sourcehub-hero{position:relative;z-index:1;max-width:980px;margin:52px auto 0;text-align:center}.sourcehub-hero__headline{margin:14px 0 0;color:#f8fafc;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.05}.sourcehub-hero__lead{max-width:760px;margin:18px auto 0;color:rgba(226,232,240,.78);font-size:1rem;line-height:1.7}.sourcehub-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px}.sourcehub-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;max-width:980px;margin:32px auto 0}.sourcehub-card{display:grid;grid-gap:14px;gap:14px;padding:22px}.sourcehub-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.sourcehub-card__status{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:.82rem;font-weight:700}.sourcehub-card__status--direct{color:#86efac;background:rgba(34,197,94,.14)}.sourcehub-card__status--proxy{color:#fcd34d;background:rgba(234,179,8,.14)}.sourcehub-card__status--appkey{color:#f9a8d4;background:rgba(236,72,153,.14)}.sourcehub-card__title{margin:0;color:#f8fafc;font-size:1.28rem}.sourcehub-card__lead,.sourcehub-card__meta{margin:0;color:rgba(226,232,240,.76);line-height:1.65}.sourcehub-card__list{margin:0;padding-left:18px;color:rgba(191,201,214,.74);line-height:1.65}.sourcehub-card__action{justify-self:start}.sourcehub-card__footer{display:flex;flex-wrap:wrap;gap:10px}.sourcehub-card__disabled{color:rgba(248,250,252,.68);font-size:.95rem}.sourcehub-card--wide{max-width:980px;margin:20px auto 0}.sourcehub-page__note{margin-top:18px}.goldtoday-hero{position:relative;overflow:hidden;padding:24px 28px 28px;border:1px solid rgba(148,163,184,.12);background:radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 40%),linear-gradient(180deg,rgba(17,24,39,.96),rgba(10,16,32,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 24px 80px rgba(2,6,23,.45)}.goldtoday-hero__noise{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 14% 22%,rgba(201,168,108,.08),transparent 16%),radial-gradient(circle at 78% 18%,rgba(74,222,128,.06),transparent 16%),linear-gradient(135deg,transparent 0 39%,rgba(148,163,184,.07) 39% 40%,transparent 40%),linear-gradient(34deg,transparent 0 70%,rgba(148,163,184,.05) 70% 71%,transparent 71%);opacity:.7}.goldtoday-stat-card,.goldtoday-topbar{position:relative;overflow:hidden;min-height:154px;padding:22px;border:1px solid rgba(148,163,184,.16);border-radius:22px;background:linear-gradient(180deg,rgba(30,41,59,.66),rgba(15,23,42,.92)),radial-gradient(circle at top left,rgba(255,255,255,.05),transparent 42%);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.goldtoday-stat-card__label{display:block;color:rgba(226,232,240,.74);font-size:.8rem;letter-spacing:.04em}.goldtoday-stat-card__value{display:inline-flex;align-items:baseline;gap:8px;margin-top:14px;color:#f8fafc;font-size:1.95rem;line-height:1.15;white-space:nowrap}.goldtoday-stat-card__unit{flex:0 0 auto;font-size:.58em;font-weight:700;letter-spacing:0}.goldtoday-loading-value{width:min(132px,60%);height:1em}.goldtoday-stat-card__meta{margin:12px 0 0;color:rgba(191,201,214,.82);font-size:.88rem;line-height:1.7}.goldtoday-stat-card--change{background:radial-gradient(circle at top right,rgba(74,222,128,.18),transparent 34%),linear-gradient(180deg,rgba(17,60,41,.7),rgba(15,23,42,.94))}.goldtoday-stat-card--up{border-color:rgba(74,222,128,.22)}.goldtoday-stat-card--up .goldtoday-stat-card__meta,.goldtoday-stat-card--up .goldtoday-stat-card__value{color:#86efac}.goldtoday-stat-card--down{background:radial-gradient(circle at top right,rgba(248,113,113,.16),transparent 34%),linear-gradient(180deg,rgba(69,19,27,.72),rgba(15,23,42,.94));border-color:rgba(248,113,113,.2)}.goldtoday-stat-card--down .goldtoday-stat-card__meta,.goldtoday-stat-card--down .goldtoday-stat-card__value{color:#fca5a5}.goldtoday-stat-card--flat{border-color:rgba(148,163,184,.24)}@media (max-width:980px){.goldtoday-reference{min-height:auto}.goldtoday-reference__topbar{flex-direction:column;align-items:flex-start}.goldtoday-reference__hero,.goldtoday-reference__stats{grid-template-columns:1fr}}@media (max-width:760px){.goldtoday-status-row{width:100%;justify-content:space-between}.goldtoday-reference__hero{max-width:100%;margin-top:42px;gap:18px}.goldtoday-reference__refresh,.goldtoday-reference__title,.goldtoday-reference__updated{grid-column:auto}.goldtoday-reference__chartWrap{justify-content:center}}@media (max-width:560px){.goldtoday-reference__shell{padding:18px 18px 22px}.goldtoday-reference__hero{margin-top:34px}.goldtoday-reference__price{font-size:clamp(3rem,18vw,4.3rem)}.goldtoday-reference__unit{font-size:1.5rem}.goldtoday-reference__primaryCta,.goldtoday-status-row{width:100%}.goldtoday-reference__priceRow{gap:10px;justify-content:center}.goldtoday-reference__refresh{justify-content:center}.goldtoday-reference__primaryCta{padding:16px 18px;font-size:1.02rem;line-height:1.45}}