:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#4570ea;text-decoration:inherit}a:hover{color:#4570ea}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#4570ea}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:dark){:root{color-scheme:dark;color:#ffffffde}a:hover{color:#4570ea}button{background-color:#1a1a1a}}.tour-help-button{position:fixed;bottom:24px;right:24px;width:52px;height:52px;border-radius:50%;background:#4570ea;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #4570ea66;transition:all .3s ease;z-index:9999}.tour-help-button:hover{transform:translateY(-2px);box-shadow:0 6px 28px #4570ea80}.tour-help-button:active{transform:translateY(0)}.tour-help-button svg{color:#fff;font-size:24px}.home-root{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;padding:24px 12px 12px}body{background-color:#fff;background:#fff;background-attachment:fixed;background-repeat:no-repeat;color:#4570ea}.app-container{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.site-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 12px;text-align:center}.branding{display:flex;flex-direction:column;align-items:center;gap:0}@media(max-width:520px){.branding{flex-direction:column}}.site-header .logo-img{width:200px;max-width:90vw;height:auto;object-fit:contain;display:block;box-shadow:none;border:none;background:none}.site-header .site-title{font-weight:700;color:#4570ea;font-size:24px;text-align:center}@media(min-width:900px){.site-header .site-title{font-size:28px}}@media(max-width:520px){.site-header .site-title{font-size:18px}}.home-hero{max-width:1100px;display:grid;grid-template-columns:1fr 460px;gap:24px;align-items:center;padding:24px 18px}.home-hero .left{padding:0 6px;text-align:center}.home-hero h1{margin:6px auto 18px;font-size:36px;line-height:1.06;color:#111;font-weight:900;text-align:center;max-width:820px}.home-hero p{color:#5f6b77;margin:10px auto 0;max-width:820px;font-size:17px;line-height:1.6}.hero-cta{display:flex;justify-content:center;margin-top:26px}.hero-cta .btn{background:#4570ea;color:#fff;padding:12px 22px;border-radius:10px;box-shadow:0 8px 26px #4570ea24;border:0;font-weight:700}.search-panel{display:flex;flex-direction:column;gap:12px}.input-title{font-weight:700;color:#111;margin-bottom:6px}.home-hero .card{padding:26px;border-radius:14px;background:#ffffffd1;box-shadow:0 8px 30px #00000014;border:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.id-input{padding:14px 16px;border-radius:12px;border:1px solid rgba(0,0,0,.08);font-size:15px;outline:none;width:100%;background:transparent;color:#4570ea}.id-input:focus{box-shadow:0 10px 30px #4570ea14;border-color:#4570ea}.id-input::placeholder{color:#9aa9b8}.view-btn{padding:12px 16px;border-radius:12px;background:#4570ea;color:#fff;border:0;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.view-btn{justify-content:center;text-align:center}.view-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px #4570ea24}.hint{color:#6e7b87;font-size:14px}.home-footer{text-align:center;color:#6e7b87;padding:12px 6px}.input-row{display:flex;gap:12px;align-items:center}.input-row .btn{min-width:120px}@media(max-width:980px){.home-hero{grid-template-columns:1fr;padding:18px}.home-hero h1{font-size:36px}.home-hero p{font-size:16px}.input-row{flex-direction:column}.input-row .btn{width:100%}.site-header{padding:18px}}@media(max-width:520px){.home-hero h1{font-size:26px}.home-hero p{font-size:15px}}.espr-tooltip{position:fixed;z-index:10000;width:280px;max-width:calc(100vw - 32px);pointer-events:none;cursor:default;animation:esprFadeIn .3s cubic-bezier(.16,1,.3,1);transition:opacity .2s ease}.espr-tooltip[data-visible=false]{pointer-events:none;opacity:0}.espr-tooltip[data-visible=true]{pointer-events:auto;opacity:1}@keyframes esprFadeIn{0%{opacity:0}to{opacity:1}}.espr-tooltip__container{background:#fff;border:2px solid #4570EA;border-radius:4px;padding:12px;box-shadow:0 10px 30px #0000004d;position:relative}.espr-tooltip__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.espr-tooltip__header-left{display:flex;align-items:center;gap:12px}.espr-tooltip__espr-logo{font-family:Inter,system-ui,sans-serif;font-weight:950;font-size:34px;color:#4570ea;line-height:1;letter-spacing:-2px;text-transform:uppercase}.espr-tooltip__eu-flag{border:1px solid #000;line-height:0;box-shadow:0 2px 4px #0000001a}.espr-tooltip__grades-row{display:flex;gap:12px;align-items:flex-end;margin-bottom:20px}.espr-tooltip__info-link{width:60px;height:52px;color:#4570ea;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease;background:#f8fafc}.espr-tooltip__info-link:hover{background:#fff;border-color:#4570ea;transform:translateY(-2px);box-shadow:0 4px 12px #4570ea26}.espr-tooltip__info-text{font-size:8px;font-weight:800;margin-top:2px;text-transform:uppercase;white-space:nowrap;text-align:center;width:100%}.espr-tooltip__grades-container{display:flex;gap:2px;flex:1;align-items:flex-end}.espr-tooltip__grade-tab{flex:1;height:45px;position:relative;transition:all .2s ease}.espr-tooltip__grade-tab svg{width:100%;height:100%;overflow:visible}.espr-tooltip__grade-tab.active{height:65px;z-index:2;margin-top:-10px}.espr-tooltip__metrics{display:flex;flex-direction:column;gap:12px}.espr-tooltip__metric-item{display:flex;align-items:flex-start;gap:10px}.espr-tooltip__metric-icon{width:24px;height:24px;color:#333;flex-shrink:0}.espr-tooltip__metric-content{flex:1;display:flex;flex-direction:column;gap:4px}.espr-tooltip__progress-bar{height:12px;width:100%;background:#f1f5f9;border:1px solid #000;position:relative;overflow:visible}.espr-tooltip__progress-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#00a651 14.2%,#4cb748 14.2% 28.5%,#c1d82f 28.5% 42.8%,#fff200 42.8% 57.1%,#fdb913 57.1% 71.4%,#f37021 71.4% 85.7%,#ed1c24 85.7%)}.espr-tooltip__progress-indicator{position:absolute;top:50%;width:14px;height:14px;background:#fff;border:2px solid #000;border-radius:50%;transform:translate(-50%,-50%);z-index:2}.espr-tooltip__metric-label{font-size:9px;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:.2px}.espr-tooltip__arrow{position:absolute;width:0;height:0;z-index:10}.espr-tooltip__arrow--top{bottom:-12px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #4570EA}.espr-tooltip__arrow--top:after{content:"";position:absolute;top:-12px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}.espr-tooltip__arrow--bottom{top:-12px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #4570EA}.espr-tooltip__arrow--bottom:after{content:"";position:absolute;top:4px;left:-8px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}.espr-tooltip__arrow--left{right:-12px;top:50%;transform:translateY(-50%);border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #4570EA}.espr-tooltip__arrow--left:after{content:"";position:absolute;left:-12px;top:-8px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff}.espr-tooltip__arrow--right{left:-12px;top:50%;transform:translateY(-50%);border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #4570EA}.espr-tooltip__arrow--right:after{content:"";position:absolute;left:4px;top:-8px;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff}:root{--story-bg: #ffffff;--story-surface: #ffffff;--story-border: #eeeeee;--story-text: #1a1a1a;--story-muted: #777777;--story-accent: #4570EA;--story-accent-2: #4570EA;--story-shadow: 0 16px 40px rgba(69, 112, 234, .12)}.story-page{min-height:100vh;background:radial-gradient(circle at 10% -5%,rgba(69,112,234,.15),transparent 38%),radial-gradient(circle at 90% 5%,rgba(122,166,255,.16),transparent 36%),var(--story-bg);padding:24px 14px 48px}.story-shell{max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.story-intro-panel{border:1px solid var(--story-border);border-radius:18px;background:linear-gradient(120deg,#fffffff2,#f3f8fff2);box-shadow:var(--story-shadow);padding:16px;display:grid;gap:10px}.story-intro-panel p{margin:0;color:var(--story-muted);line-height:1.6}.intro-badge{width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;border:1px solid rgba(69,112,234,.2);background:#4570ea14;color:#2d4cab;font-weight:700;font-size:12px}.confidence-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(42,175,114,.28);background:linear-gradient(120deg,#2aaf721a,#76d2ae14);color:#1f6f4b;width:fit-content}.confidence-pill svg{font-size:16px}.confidence-pill strong,.confidence-pill span{display:block}.confidence-pill span{font-size:12px}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(219,231,255,.9);box-shadow:var(--story-shadow)}.story-header{border-radius:18px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.story-brand-wrap{display:flex;align-items:center;gap:14px;min-width:0}.story-logo{width:72px;height:72px;border-radius:14px;object-fit:contain;background:#fff;border:1px solid var(--story-border);padding:8px}.story-header h1{margin:2px 0;color:var(--story-text);font-size:26px;line-height:1.2}.eyebrow{margin:0;letter-spacing:.08em;text-transform:uppercase;color:var(--story-accent);font-size:12px;font-weight:700}.subline{display:none}.name-score-wrap{display:flex;flex-direction:column;min-width:0}.dpp-score-header-badge{display:flex;align-items:center;gap:10px;padding:10px 18px;border-radius:14px;background:linear-gradient(135deg,#4570ea,#2f4b79);color:#fff;box-shadow:0 10px 25px #4570ea40;border:1px solid rgba(255,255,255,.15);transition:transform .2s ease}.dpp-score-header-badge:hover{transform:translateY(-2px)}.dpp-score-header-badge .score-info{display:flex;flex-direction:column}.dpp-score-header-badge label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;opacity:.85;line-height:1;margin-bottom:2px}.dpp-score-header-badge strong{font-size:22px;font-weight:800;line-height:1}.dpp-score-header-badge svg{font-size:22px;color:#ffca28;filter:drop-shadow(0 0 4px rgba(255,202,40,.4))}.story-actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;justify-self:end;align-self:center;flex-shrink:0}.confidence-badge-premium{display:flex;align-items:center;border-radius:14px;padding:1px;cursor:default;position:relative;background:linear-gradient(135deg,#18201afa,#151d17fa);box-shadow:0 10px 24px #07110a29;height:48px;border:1px solid rgba(26,39,30,.14)}.confidence-badge-premium.not-authenticated:before{display:none}.confidence-badge-premium .status-part{background:linear-gradient(135deg,#111a14f5,#17201af5);border-radius:13px;padding:0 16px;display:flex;align-items:center;gap:10px;position:relative;width:100%;height:calc(100% - 2px);border:1px solid rgba(61,234,126,.2);box-shadow:inset 0 1px #ffffff0d}.confidence-badge-premium.not-authenticated:after{display:none}.confidence-badge-premium .status-part:before{display:none}.confidence-badge-premium:hover{transform:none;box-shadow:0 10px 24px #07110a29}.confidence-badge-premium.not-authenticated:hover{box-shadow:0 10px 24px #2b0e0e24}.confidence-badge-premium .status-part span{font-size:13px;font-weight:800;color:#fff;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 8px rgba(255,255,255,.3)}.confidence-badge-premium.authenticated .status-part span{color:#00ff73;text-shadow:none}.confidence-badge-premium.not-authenticated .status-part span{color:#ff3d3d;text-shadow:none}.confidence-badge-premium .status-part svg{color:#fff;font-size:18px;filter:none}.confidence-badge-premium.authenticated .status-part svg{color:#00ff73}.confidence-badge-premium.not-authenticated .status-part svg{color:#ff3d3d}.espr-badge-wrapper{display:flex;align-items:center;min-height:48px}.espr-badge-text{font-size:11px;font-weight:800;color:var(--story-text);letter-spacing:.05em;text-transform:uppercase;margin-top:2px}.confidence-badge-premium .status-part{padding:8px 16px;display:flex;align-items:center;gap:10px}.confidence-badge-premium .status-part svg{color:#fff;font-size:18px;filter:none;animation:none}.confidence-badge-premium .status-part span{font-size:13px;font-weight:700;color:#fff;letter-spacing:.02em;white-space:nowrap}.story-link-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--story-border);background:#fff;color:var(--story-text);text-decoration:none;border-radius:14px;padding:0 20px;font-weight:700;font-size:14px;transition:all .2s ease;box-shadow:0 4px 12px #0000000d;height:48px}.story-link-button:hover{background:#f8fbff;border-color:var(--story-accent);color:var(--story-accent);transform:translate(-4px);box-shadow:0 8px 20px #4570ea26}.hero-strip{display:grid;grid-template-columns:330px 1fr;gap:16px}.hero-image-wrap,.hero-facts{background:var(--story-surface);border-radius:18px;border:1px solid var(--story-border);box-shadow:var(--story-shadow)}.hero-image-wrap{padding:14px}.hero-image{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:14px;background:linear-gradient(140deg,#f6f9ff,#fff)}.description-blurb{margin:10px 0 0;color:var(--story-muted);line-height:1.5;font-size:13px}.hero-facts{padding:14px;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:10px}.score-orb-card{grid-column:1 / -1;display:flex;align-items:center;gap:14px;border:1px solid var(--story-border);border-radius:14px;background:linear-gradient(120deg,#f8fbff,#eef4ff);padding:12px}.score-orb{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;padding:5px}.score-orb-inner{width:100%;height:100%;border-radius:50%;background:#fff;display:grid;place-items:center;line-height:1}.score-orb-inner span{font-size:20px;font-weight:800;color:#2747a4}.score-orb-inner small{color:var(--story-muted);font-size:10px;margin-top:-8px}.score-orb-text strong{display:block;color:var(--story-text)}.score-orb-text span{display:block;color:var(--story-muted);font-size:12px;margin-top:3px}.visual-mini-band{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mini-pill{display:flex;align-items:center;gap:10px;min-height:56px;padding:12px 14px;border-radius:16px;border:1px solid rgba(69,112,234,.16);background:linear-gradient(180deg,#f8fbff,#eef4ff);color:#2b4eaf;font-weight:600;font-size:12px;box-shadow:0 8px 18px #4570ea14}.mini-pill svg{flex-shrink:0;font-size:14px}.mini-pill span{line-height:1.4}.journey-roadmap{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:36px;position:sticky;top:0;z-index:25;padding:10px 12px 8px;background:transparent;isolation:isolate;margin-bottom:2px}.journey-roadmap:before{content:"";position:absolute;inset:0;z-index:-1;background:var(--story-bg)}.roadmap-step{position:relative;border:1px solid var(--story-border);border-radius:16px;padding:14px 16px;background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 10px 25px #2150aa14;display:flex;align-items:center;gap:10px;min-height:78px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.roadmap-step:focus-visible{outline:2px solid rgba(47,88,214,.75);outline-offset:2px}.roadmap-step.is-active{border-color:#4570ea;background:linear-gradient(135deg,#345dd1,#4570ea 58%,#5d86f3);box-shadow:0 18px 34px #2150aa4d,0 0 0 3px #4570ea2e;transform:translateY(-3px)}.roadmap-step.is-active .roadmap-icon-wrap{background:#ffffff2e;color:#fff;box-shadow:0 0 0 2px #ffffff1f}.roadmap-step.is-active .roadmap-copy strong{color:#fff}.roadmap-step.is-active .roadmap-copy span{color:#ffffffd6;font-weight:600}.roadmap-step.is-active:after{content:"";position:absolute;inset:-1px;border-radius:16px;pointer-events:none;border:1px solid rgba(255,255,255,.2)}.roadmap-icon-wrap{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#4570ea24,#7aa6ff33);color:#2f55c3;display:grid;place-items:center;flex-shrink:0}.roadmap-copy strong{display:block;color:var(--story-text);font-size:13px;line-height:1.2}.roadmap-copy span{display:block;margin-top:4px;color:var(--story-muted);font-size:11px}.roadmap-arrow{position:absolute;right:-30px;top:50%;transform:translateY(-50%);color:#4570ea;background:#fffffff5;border:1px solid rgba(69,112,234,.26);border-radius:999px;width:24px;height:24px;display:grid;place-items:center;font-size:14px;line-height:1;box-shadow:0 6px 16px #4570ea1f;z-index:3;pointer-events:none}.roadmap-step.is-active .roadmap-arrow{color:#4570ea;border-color:#4570ea4d}.fact-card{display:flex;gap:10px;align-items:center;border:1px solid var(--story-border);border-radius:12px;padding:10px;background:#f9fbff}.fact-card svg{color:var(--story-accent);font-size:16px}.fact-card label{display:block;font-size:12px;color:var(--story-muted)}.fact-card strong{font-size:14px;color:var(--story-text)}.story-journey{display:grid;gap:14px}.journey-card{background:var(--story-surface);border:1px solid var(--story-border);border-radius:18px;box-shadow:var(--story-shadow);padding:24px;position:relative;overflow:hidden}.section-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:32px;align-items:stretch}.section-split.split-materials{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.section-split.split-manufacturing{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.section-split.split-shipping{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.section-split.split-sales{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.section-split.split-trust{grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr)}.section-left{display:flex;flex-direction:column;gap:16px}.section-left>*{width:100%}.section-right{display:flex;flex-direction:column;gap:14px;background:linear-gradient(135deg,#f8fbff,#f0f4ff);border-radius:16px;padding:20px;border:1px dashed var(--story-border)}.story-explanation-card{display:flex;flex-direction:column;gap:12px;min-height:100%;justify-content:center}.story-explanation-card h4{margin:0;font-size:16px;color:var(--story-accent);display:flex;align-items:center;gap:8px}.story-explanation-card p{margin:0;font-size:14px;line-height:1.6;color:var(--story-muted)}.story-highlight-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid var(--story-border);border-radius:999px;font-size:12px;font-weight:600;color:var(--story-text);width:fit-content;text-decoration:none}.story-highlight-pill--link{cursor:pointer;border-color:#4570ea4d;color:#2f55c3;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.story-highlight-pill--link:hover{background:#4570ea12;border-color:#4570ea8c;box-shadow:0 4px 12px #4570ea1f}.journey-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--story-accent),var(--story-accent-2))}.journey-card h2{margin:0;color:var(--story-text);font-size:20px;display:flex;align-items:center;gap:10px}.journey-card h2 svg{color:var(--story-accent)}.chapter-text{margin:10px 0 14px;color:var(--story-muted);line-height:1.6}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-bottom:14px}.stat-box{border:1px solid var(--story-border);border-radius:12px;background:linear-gradient(180deg,#f9fbff,#fff);padding:12px}.stat-box span{display:block;color:var(--story-muted);font-size:12px;margin-bottom:6px}.stat-box strong{color:var(--story-text);font-size:16px}.chip-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.material-visual-grid{display:grid;gap:10px;margin-top:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.material-visual-card{border:1px solid var(--story-border);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);padding:10px}.material-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.material-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center}.material-head strong,.material-head span{display:block}.material-head strong{color:var(--story-text);font-size:13px}.material-head span{color:var(--story-muted);font-size:11px}.material-meter{height:8px;border-radius:999px;background:#e9efff;overflow:hidden}.material-fill{height:100%;border-radius:inherit}.material-meta{margin-top:8px;display:flex;align-items:center;justify-content:space-between;color:var(--story-muted);font-size:12px}.story-chip{display:inline-flex;align-items:center;gap:8px;padding:10px;border:1px solid var(--story-border);background:#f8fbff;color:#30456d;border-radius:12px}.story-chip svg{color:var(--story-accent)}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.detail-row{display:grid;grid-template-columns:minmax(120px,.95fr) minmax(0,1.05fr);align-items:start;gap:10px;border:1px solid var(--story-border);border-radius:12px;padding:10px;background:#f9fbff}.detail-row span{color:var(--story-muted);font-size:13px}.detail-row strong{color:var(--story-text);font-size:13px;text-align:right;overflow-wrap:anywhere}.journey-card.section-materials .story-explanation-card,.journey-card.section-manufacturing .story-explanation-card,.journey-card.section-shipping .story-explanation-card,.journey-card.section-sales .story-explanation-card,.journey-card.section-trust .story-explanation-card{max-width:46ch}.journey-card.section-shipping .event-list,.journey-card.section-sales .event-list{max-height:360px;overflow:auto;padding-right:4px}.journey-card.section-trust .details-grid{grid-template-columns:1fr}.journey-card.section-trust .detail-row{grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr)}.hash-line{max-width:390px;overflow-wrap:anywhere}.disabled-link,.disabled-link:hover{cursor:default;opacity:.65;background:#4570ea14}.resource-links{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.event-list{display:grid;gap:10px}.event-item{display:flex;gap:12px;border:1px solid var(--story-border);border-radius:12px;padding:10px;background:#f9fbff}.event-icon-badge{margin-left:auto;width:28px;height:28px;border-radius:8px;background:#4570ea24;color:#2b4fb3;display:grid;place-items:center;align-self:center;flex-shrink:0}.event-icon-badge.sale{background:#2aaf7224;color:#1f8857}.flow-icons{display:flex;align-items:center;gap:8px;margin:2px 0 10px;flex-wrap:wrap}.flow-node{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--story-border);background:#f8fbff;border-radius:999px;padding:7px 11px;color:#2f4b79;font-size:12px;font-weight:600}.flow-arrow{color:#93aef2;font-size:12px}.trust-visual-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin-bottom:10px}.trust-chip-visual{display:flex;align-items:center;gap:12px;border:1px solid rgba(69,112,234,.1);border-radius:16px;background:linear-gradient(135deg,#f9fbffcc,#f1f6ffe6);padding:12px 16px;transition:all .3s ease;box-shadow:0 4px 15px #4570ea0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.trust-chip-visual:hover{transform:translateY(-2px);border-color:#4570ea4d;box-shadow:0 8px 25px #4570ea1f;background:#fff}.trust-chip-visual svg{color:var(--story-accent);font-size:18px;width:40px;height:40px;padding:10px;border-radius:50%;background:#4570ea1a;flex-shrink:0;box-sizing:border-box}.trust-chip-visual strong,.trust-chip-visual span{display:block}.trust-chip-visual strong{color:var(--story-text);font-size:13px}.trust-chip-visual span{color:var(--story-muted);font-size:11px}@media(max-width:900px){.journey-roadmap{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.roadmap-arrow{display:none}}@media(max-width:560px){.journey-roadmap{grid-template-columns:1fr}}.event-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;background:var(--story-accent);box-shadow:0 0 0 5px #4570ea1f}.event-dot.sale{background:#2aaf72;box-shadow:0 0 0 5px #2aaf7224}.event-item strong{display:block;margin-bottom:2px;color:var(--story-text)}.event-item p{margin:0;color:var(--story-muted)}.event-item span{margin-top:6px;display:inline-flex;align-items:center;gap:6px;color:#375384;font-size:12px}.activity-table{border:1px solid var(--story-border);border-radius:12px;overflow:hidden}.activity-badge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.activity-badge{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:#fff;border:1px solid var(--story-border);box-shadow:0 10px 24px #294a8a0f}.activity-badge-icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.activity-badge-copy strong,.activity-badge-copy span{display:block}.activity-badge-copy strong{color:var(--story-text);font-size:13px}.activity-badge-copy span{margin-top:4px;color:var(--story-muted);font-size:12px}.activity-badge.anti-counterfeit{border-color:#d32f2f2e}.activity-badge.anti-counterfeit .activity-badge-icon{background:#d32f2f1f;color:#c62828}.activity-badge.dpp-activity{border-color:#2e7d322e}.activity-badge.dpp-activity .activity-badge-icon{background:#2e7d321f;color:#2e7d32}.activity-badge.sale-made{border-color:#f57c002e}.activity-badge.sale-made .activity-badge-icon{background:#f57c001f;color:#ef6c00}.activity-badge.resell{border-color:#7b1fa22e}.activity-badge.resell .activity-badge-icon{background:#7b1fa21f;color:#7b1fa2}.activity-head,.activity-row{display:grid;grid-template-columns:1.2fr .7fr 1fr 1fr;gap:10px;padding:10px}.activity-head{background:#eef4ff;font-weight:700;color:#2b4475}.activity-row{border-top:1px solid var(--story-border);color:#2f456d;font-size:13px}.activity-link{display:inline-flex;align-items:center;gap:6px;color:#2f55c3;font-weight:700;text-decoration:none}.activity-link:hover{text-decoration:underline}.activity-empty{padding:14px;color:var(--story-muted)}@media(max-width:900px){.activity-badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.activity-badge-grid{grid-template-columns:1fr}}.muted,.muted-note{color:var(--story-muted)}.story-loading,.story-error{min-height:70vh;display:grid;place-content:center;text-align:center;gap:10px}.pulse-orb{width:26px;height:26px;border-radius:50%;margin:0 auto;background:radial-gradient(circle,var(--story-accent),#7aa6ff);animation:pulse 1.2s infinite ease-in-out}.fade-up{animation:fadeUp .6s ease both}.slide-up{animation:slideUp .65s ease both}.delay-1{animation-delay:.08s}.delay-2{animation-delay:.14s}.delay-3{animation-delay:.2s}.delay-4{animation-delay:.26s}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(18px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}}@keyframes borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scanMove{0%,to{transform:translateY(-5px);opacity:0}10%,90%{opacity:.8}50%{transform:translateY(52px);opacity:.4}}@keyframes holoSheen{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes authenticatedPulse{0%,to{filter:drop-shadow(0 0 5px rgba(0,255,115,.3))}50%{filter:drop-shadow(0 0 15px rgba(0,255,115,.6))}}@keyframes notAuthenticatedPulse{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(.98)}}@keyframes shieldGlow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.6));opacity:.8}50%{filter:drop-shadow(0 0 10px rgba(255,255,255,1));opacity:1}}@keyframes trustGlow{0%,to{box-shadow:0 0 0 1px #3abe7f2e,0 0 16px #30cb8047,0 8px 20px #209e6229}50%{box-shadow:0 0 0 1px #3abe7f42,0 0 24px #30cb8073,0 12px 28px #209e623d}}@media(max-width:900px){.story-header{display:flex;flex-direction:column;align-items:flex-start}.story-actions{width:100%;flex-wrap:wrap;justify-self:auto;align-self:auto}.journey-roadmap{grid-template-columns:1fr;position:static}.roadmap-arrow{display:none}.hero-strip,.hero-facts{grid-template-columns:1fr}.section-split,.section-split.split-materials,.section-split.split-manufacturing,.section-split.split-shipping,.section-split.split-sales,.section-split.split-trust{grid-template-columns:1fr;gap:24px}.section-right{padding:16px}.score-orb-card{align-items:flex-start}.visual-mini-band{grid-template-columns:1fr}.story-brand-wrap{flex-direction:column;align-items:flex-start;gap:16px;width:100%}.dpp-score-header-badge{align-self:flex-start;width:fit-content}.journey-card.section-shipping .event-list,.journey-card.section-sales .event-list{max-height:none;overflow:visible;padding-right:0}}@media(prefers-reduced-motion:reduce){.fade-up,.slide-up,.pulse-orb,.trust-chip{animation:none}}:root{--bg-1: #ffffff;--bg-2: #ffffff;--card: #ffffff;--muted: #666666;--accent: #4570EA;--glass: rgba(255, 255, 255, .7);--radius: 14px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:transparent;color:#1a1a1a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{max-width:1100px;margin:18px auto;padding:10px}.site-header{display:flex;align-items:center;gap:18px;padding:12px 6px}.site-header .logo-img{width:200px;max-width:90vw;height:auto;border-radius:8px;object-fit:contain}.site-title{font-size:42px;font-weight:800;color:#000;line-height:1;letter-spacing:.2px}.btn{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--accent);color:#fff;padding:10px 16px;border-radius:10px;font-weight:600;cursor:pointer}.btn.secondary{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn:active{transform:translateY(1px)}.card{background:#fff;border-radius:var(--radius);box-shadow:0 8px 30px #acc2ed0f;padding:18px}.center{display:flex;align-items:center;justify-content:center}.muted{color:var(--muted)}@media(max-width:720px){.app-container{margin:16px;padding:12px}.site-title{font-size:20px}}
