
:root{
  --bg:#06101f;
  --bg2:#0c1830;
  --panel:#111d35;
  --panel2:#162440;
  --line:#334c70;
  --text:#f7f9ff;
  --muted:#abb9d6;
  --blue:#6582ff;
  --cyan:#2ed7c8;
  --violet:#9c70ff;
  --green:#42c99a;
  --gold:#e7bd68;
  --danger:#ff7791;
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;
  background:
    radial-gradient(circle at 10% -10%,rgba(101,130,255,.28),transparent 34%),
    radial-gradient(circle at 100% 10%,rgba(46,215,200,.15),transparent 30%),
    linear-gradient(145deg,var(--bg),var(--bg2));
}
button{font:inherit}
button:focus-visible{outline:3px solid rgba(46,215,200,.8);outline-offset:3px}
.hidden{display:none!important}
.app-header{
  position:sticky;top:0;z-index:20;
  display:flex;justify-content:space-between;align-items:center;
  padding:12px max(14px,env(safe-area-inset-left));
  background:rgba(6,16,31,.84);border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)
}
.brand-button{display:flex;align-items:center;gap:11px;background:none;border:0;color:white;text-align:left;cursor:pointer}
.brand-button small{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.brand-mark{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-weight:950;
  background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 10px 28px rgba(101,130,255,.28)
}
.icon-button{
  width:42px;height:42px;border-radius:13px;border:1px solid var(--line);
  background:#13213a;color:#fff;font-size:20px;cursor:pointer
}
.side-menu{
  position:fixed;top:70px;right:14px;z-index:30;width:min(300px,calc(100vw - 28px));
  padding:10px;border-radius:18px;background:#101c32;border:1px solid var(--line);
  box-shadow:0 24px 60px rgba(0,0,0,.45)
}
.side-menu button{display:block;width:100%;padding:13px;border:0;border-bottom:1px solid rgba(255,255,255,.07);background:transparent;color:#fff;text-align:left;cursor:pointer}
.side-menu button:last-child{border-bottom:0}
main{max-width:980px;margin:auto;padding:22px 14px 70px}
.screen{display:none;animation:screenIn .28s ease}
.screen.active{display:block}
@keyframes screenIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.eyebrow{margin:0 0 8px;color:#9ffff5;font-size:11px;font-weight:900;letter-spacing:.16em}
h1{margin:0 0 16px;font-size:clamp(32px,8vw,62px);line-height:1.04;letter-spacing:-.045em}
h1 span{color:#a9bbff}
h2{line-height:1.35}
h3{line-height:1.4}
p{line-height:1.78}
.lead,.section-heading>p{color:var(--muted);max-width:700px}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:26px;align-items:center;padding:30px 0 22px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.button{
  min-height:52px;padding:13px 18px;border-radius:16px;border:1px solid var(--line);
  color:white;font-weight:850;cursor:pointer;transition:.18s ease
}
.button:hover{transform:translateY(-2px)}
.button.primary{background:linear-gradient(135deg,var(--blue),#4d78ff 55%,var(--cyan));border:0;box-shadow:0 12px 30px rgba(77,120,255,.25)}
.button.secondary{background:#172640}
.button.ghost{background:transparent}
.button.danger{background:rgba(255,119,145,.12);border-color:rgba(255,119,145,.35);color:#ffd2dc}
.button.full{width:100%;margin-top:14px}
.hero-orbit{position:relative;min-height:320px;display:grid;place-items:center}
.orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.18)}
.ring-1{width:210px;height:210px;animation:spin 18s linear infinite}
.ring-2{width:295px;height:295px;border-style:dashed;animation:spinBack 28s linear infinite}
.orbit-core{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;font-size:42px;font-weight:950;background:linear-gradient(135deg,var(--blue),var(--cyan));box-shadow:0 0 60px rgba(101,130,255,.35)}
.orbit-label{position:absolute;padding:7px 10px;border-radius:999px;background:#162440;border:1px solid var(--line);font-size:11px;color:#dfe6ff}
.l1{top:7%;left:43%}.l2{top:30%;right:0}.l3{bottom:11%;right:17%}.l4{bottom:10%;left:10%}.l5{top:30%;left:0}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes spinBack{to{transform:rotate(-360deg)}}
.notice-card,.privacy-card,.theory-section,.question-card,.chart-panel{
  margin-top:16px;padding:20px;border-radius:22px;border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028));
  box-shadow:0 18px 50px rgba(0,0,0,.18)
}
.notice-card h2,.privacy-card h2{margin-top:0}
.notice-card p,.privacy-card p{color:var(--muted)}
.privacy-card{display:flex;gap:16px;background:linear-gradient(135deg,rgba(101,130,255,.14),rgba(46,215,200,.055))}
.privacy-lock{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:#17304f;color:#9ffff5}
.privacy-points{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.privacy-points span,.badge{padding:6px 9px;border-radius:999px;background:#152844;border:1px solid #365b87;color:#bffaf4;font-size:11px;font-weight:800}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:16px}
.feature-grid article{padding:16px;border-radius:18px;background:#111d35;border:1px solid var(--line)}
.feature-grid strong{display:block;font-size:20px}.feature-grid span{display:block;color:var(--muted);font-size:11px;margin-top:5px}
.section-heading{margin:10px 0 22px}
.choice-grid,.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.choice-card,.report-choice{
  position:relative;padding:22px;border-radius:22px;border:1px solid var(--line);
  background:#111d35;color:white;text-align:left;cursor:pointer;transition:.18s
}
.choice-card:hover,.report-choice:hover{transform:translateY(-3px);border-color:#7891ff}
.choice-card strong,.report-choice strong{display:block;font-size:22px;margin:10px 0 8px}
.choice-card p,.report-choice p{color:var(--muted)}
.choice-card small{color:#8595b6}
.choice-number{font-size:12px;color:#93a7d1;font-weight:900}
.choice-card.featured{background:linear-gradient(145deg,rgba(101,130,255,.18),rgba(46,215,200,.05))}
.recommend{position:absolute;right:14px;top:14px;padding:5px 8px;border-radius:999px;background:#244e49;color:#a9fff5;font-size:10px;font-weight:900}
.report-choice span{font-size:10px;font-weight:950;letter-spacing:.14em}
.report-choice.light span{color:#8bc9ff}.report-choice.standard span{color:#81e9ba}.report-choice.deep span{color:#c3a6ff}.report-choice.expert span{color:#f5d993}
.quiz-top,.result-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.progress{height:10px;border-radius:999px;background:#23334d;overflow:hidden;margin:16px 0 22px}
.progress div{height:100%;width:0;background:linear-gradient(90deg,var(--blue),var(--cyan));transition:.25s}
.answer-list{display:grid;gap:10px;margin-top:18px}
.answer-option{
  display:flex;justify-content:space-between;align-items:center;width:100%;min-height:60px;
  padding:15px 17px;border-radius:17px;border:1px solid var(--line);background:#14223b;color:#fff;text-align:left;cursor:pointer
}
.answer-option.selected{background:linear-gradient(135deg,#584bcd,#287f91);border-color:#c2bdff;box-shadow:0 12px 28px rgba(65,80,200,.25)}
.answer-dot{width:22px;height:22px;border-radius:50%;border:2px solid #8798bd;display:grid;place-items:center;flex:0 0 22px}
.answer-option.selected .answer-dot{background:#78f1e4;color:#06101f;border-color:#d9fffb;font-weight:950}
.quiz-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.result-toolbar{margin-bottom:14px}
.result-hero,.factor-card,.report-section,.history-card,.share-preview{
  margin-top:14px;padding:20px;border-radius:22px;border:1px solid var(--line);background:#111d35
}
.result-hero{background:linear-gradient(135deg,rgba(101,130,255,.18),rgba(46,215,200,.05))}
.result-label{display:inline-block;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.12em}
.theme-light .result-label{background:#163858;color:#b8dcff}
.theme-standard .result-label{background:#174338;color:#bff5dc}
.theme-deep .result-label{background:#34275d;color:#dfd2ff}
.theme-expert .result-label{background:#493818;color:#ffe7a7}
.factor-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.factor-score{font-size:28px;font-weight:950}
.level{display:inline-block;padding:5px 8px;border-radius:999px;background:#28234f;color:#ddd5ff;font-size:10px;font-weight:900}
.score-bar{height:10px;border-radius:999px;background:#24324b;overflow:hidden;margin:12px 0 16px}
.score-bar div{height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}
.detail-box{padding:13px;border-radius:15px;background:#0d182b;border:1px solid #304563;color:var(--muted);font-size:13px;line-height:1.7}
.detail-box b{display:block;color:#a9fff5;margin-bottom:5px}
.report-section h2,.factor-card h2{margin-top:0}
.report-section p,.factor-card p{color:var(--muted)}
.report-section.expert-section{border-left:4px solid var(--gold)}
.report-section.deep-section{border-left:4px solid var(--violet)}
.result-note{font-size:11px;color:#7f90b0}
.theory-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
.theory-nav button{padding:11px;border-radius:14px;border:1px solid var(--line);background:#15233d;color:white;cursor:pointer}
.theory-section h2{font-size:25px}.theory-section h3{color:#d9e1ff;margin-top:24px}.theory-section p{color:var(--muted)}
.callout{margin:14px 0;padding:15px;border-radius:15px;border-left:4px solid var(--cyan);background:rgba(46,215,200,.075);color:#dff9f6;line-height:1.75}
.factor-table{display:grid;gap:8px}.factor-table div{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:12px;border-radius:14px;background:#0e192d;border:1px solid #304563}.factor-table span{color:var(--muted)}
.history-card{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.history-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.history-chips span{padding:5px 7px;border-radius:999px;background:#182944;color:#aebddd;font-size:10px}
.empty-state{padding:30px;text-align:center;color:var(--muted)}
.share-preview{max-width:470px;margin-left:auto;margin-right:auto;background:linear-gradient(145deg,#0e1930,#151d39)}
.share-row{display:grid;grid-template-columns:80px 1fr 32px;gap:8px;align-items:center;margin-top:12px;font-size:12px}.share-mini-bar{height:8px;border-radius:999px;background:#26334c;overflow:hidden}.share-mini-bar div{height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.chart-panel{overflow:auto}
canvas{max-width:100%;height:auto}
@media(max-width:760px){
  .hero-grid{grid-template-columns:1fr}.hero-orbit{min-height:270px}
  .feature-grid{grid-template-columns:1fr 1fr}
  .choice-grid,.report-grid,.detail-grid{grid-template-columns:1fr}
  .theory-nav{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  main{padding-left:12px;padding-right:12px}
  .privacy-card{display:block}.privacy-lock{margin-bottom:10px}
  .feature-grid{grid-template-columns:1fr}
  .hero-actions,.result-toolbar{display:grid;grid-template-columns:1fr}
  .button{width:100%}
  .factor-table div{grid-template-columns:1fr}
}
@media print{
  .app-header,.side-menu,.result-toolbar,.hero-actions,.quiz-nav,.button{display:none!important}
  body{background:white;color:black}.screen{display:none!important}#result{display:block!important}
  .factor-card,.result-hero,.report-section{background:white;border-color:#ccc;break-inside:avoid}
  .factor-card p,.report-section p{color:#333}
}


/* Version 1.1 reviewed refinements */
.measurement-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin:0 0 14px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(46,215,200,.055);
  border:1px solid rgba(46,215,200,.22);
}
.measurement-note b{
  flex:0 0 auto;
  color:#a9fff5;
}
.measurement-note span{
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.answer-option[aria-checked="true"]{
  outline:2px solid rgba(120,241,228,.42);
}
.history-meta{
  color:var(--muted);
  font-size:11px;
  margin-top:4px;
}
.history-card .button{
  width:auto;
}
.status-message{
  margin:12px 0;
  padding:12px 14px;
  border-radius:14px;
  background:#10213a;
  border:1px solid #31517a;
  color:#c8d6f0;
  font-size:12px;
  line-height:1.6;
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}


/* Version 1.2 final-review additions */
.resume-card{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin:16px 0;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(156,112,255,.15),rgba(46,215,200,.06));
  border:1px solid rgba(156,112,255,.35);
}
.resume-card h2{margin:0 0 5px}
.resume-card p{margin:0;color:var(--muted)}
.resume-actions{display:flex;gap:8px;flex:0 0 auto}
.result-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.result-meta span{
  padding:6px 9px;
  border-radius:999px;
  background:#13243e;
  border:1px solid #355277;
  color:#b9c9e8;
  font-size:10px;
  font-weight:800;
}
.radar-panel{
  margin:0 0 14px;
  padding:16px;
  border-radius:22px;
  background:#0e192d;
  border:1px solid var(--line);
  overflow:auto;
}
.radar-panel canvas{
  display:block;
  width:min(100%,620px);
  margin:auto;
}
.data-table{
  width:100%;
  border-collapse:collapse;
  margin-top:12px;
  font-size:12px;
}
.data-table th,.data-table td{
  padding:10px;
  border:1px solid #334863;
  text-align:left;
  vertical-align:top;
}
.data-table th{
  background:#13243e;
  color:#a9fff5;
}
.data-table td{color:#c1cce3}
.profile-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:12px;
}
.profile-point{
  padding:13px;
  border-radius:15px;
  background:#0d182b;
  border:1px solid #304563;
  color:var(--muted);
  line-height:1.7;
  font-size:13px;
}
.profile-point b{display:block;color:#dfe6ff;margin-bottom:5px}
@media(max-width:700px){
  .resume-card{display:block}
  .resume-actions{display:grid;grid-template-columns:1fr;margin-top:13px}
  .profile-points{grid-template-columns:1fr}
}


/* PersonaScope 2.0 Design Edition */
:root{
  --ink:#07101f;
  --ink-2:#0b1730;
  --glass:rgba(15,27,50,.78);
  --glass-strong:rgba(18,33,60,.92);
  --soft-blue:#88a0ff;
  --soft-cyan:#72f0df;
  --soft-purple:#bd9cff;
  --soft-gold:#f0cf85;
  --soft-green:#85e5b8;
  --soft-orange:#ffc083;
}
body{
  background:
    radial-gradient(circle at 15% 0%,rgba(101,130,255,.30),transparent 30%),
    radial-gradient(circle at 100% 18%,rgba(46,215,200,.18),transparent 28%),
    radial-gradient(circle at 50% 100%,rgba(156,112,255,.12),transparent 32%),
    linear-gradient(155deg,#040914 0%,#07101f 42%,#0c1730 100%);
}
.app-header{
  background:rgba(5,12,25,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.brand-mark{
  position:relative;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(101,130,255,.28), inset 0 0 0 1px rgba(255,255,255,.18);
}
.brand-mark::after{
  content:"";
  position:absolute;
  width:46px;
  height:12px;
  background:rgba(255,255,255,.24);
  transform:rotate(-36deg);
  top:2px;
  left:-10px;
}
.hero-grid{
  position:relative;
  padding:42px 0 26px;
}
.hero-grid::before{
  content:"";
  position:absolute;
  inset:-20px -20px auto;
  height:220px;
  background:linear-gradient(135deg,rgba(101,130,255,.07),transparent 60%);
  border-radius:34px;
  pointer-events:none;
}
h1{text-wrap:balance}
.lead{font-size:clamp(15px,2.7vw,18px)}
.quality-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:16px 0;
}
.quality-strip>div{
  padding:15px;
  border-radius:17px;
  background:rgba(15,27,50,.68);
  border:1px solid rgba(136,160,255,.20);
  backdrop-filter:blur(10px);
}
.quality-strip b{display:block;color:#e8ecff;margin-bottom:4px}
.quality-strip span{display:block;color:var(--muted);font-size:11px;line-height:1.55}
.choice-card,.report-choice,.notice-card,.privacy-card,.factor-card,.report-section,.theory-section,.history-card,.share-preview,.radar-panel{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.choice-card,.report-choice{
  overflow:hidden;
}
.choice-card::after,.report-choice::after{
  content:"";
  position:absolute;
  width:130px;height:130px;border-radius:50%;
  right:-55px;bottom:-65px;
  background:radial-gradient(circle,rgba(114,240,223,.12),transparent 70%);
}
.insight-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px;
}
.insight-card{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.025));
  border:1px solid var(--line);
}
.insight-card h2{margin:0 0 10px;font-size:21px}
.insight-card p,.insight-card li{color:var(--muted);line-height:1.75;font-size:13px}
.insight-card ul{margin:0;padding-left:20px}
.insight-card.strength{border-left:4px solid var(--soft-green)}
.insight-card.caution{border-left:4px solid var(--soft-orange)}
.insight-card.tendency{border-left:4px solid var(--soft-blue)}
.insight-card.action{border-left:4px solid var(--soft-purple)}
.type-card{
  position:relative;
  overflow:hidden;
  padding:22px;
  margin-top:14px;
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 0%,rgba(114,240,223,.17),transparent 35%),
    linear-gradient(135deg,rgba(101,130,255,.22),rgba(156,112,255,.09));
  border:1px solid rgba(136,160,255,.38);
}
.type-card::after{
  content:"PS";
  position:absolute;
  right:18px;bottom:-18px;
  font-size:94px;font-weight:950;color:rgba(255,255,255,.035);
}
.type-card h2{font-size:clamp(24px,5vw,34px);margin:7px 0}
.type-subtitle{color:#b9c9eb;font-size:13px}
.ranking-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:12px;
}
.ranking-list{display:grid;gap:8px}
.ranking-row{
  display:grid;
  grid-template-columns:34px 1fr auto;
  gap:10px;align-items:center;
  padding:11px 12px;border-radius:14px;background:#0d182b;border:1px solid #304563;
}
.rank-number{
  width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
  background:#1c3154;color:#a9fff5;font-weight:900;font-size:11px
}
.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.personality-tag{
  padding:7px 10px;border-radius:999px;background:#152844;border:1px solid #365b87;
  color:#c9d6ef;font-size:11px;font-weight:800
}
.evidence-list{display:grid;gap:8px;margin-top:12px}
.evidence-item{
  padding:12px;border-radius:14px;background:#0d182b;border:1px solid #304563;
  color:var(--muted);font-size:12px;line-height:1.65
}
.consistency-meter{
  height:12px;border-radius:999px;background:#26334c;overflow:hidden;margin:10px 0
}
.consistency-meter div{
  height:100%;background:linear-gradient(90deg,var(--soft-purple),var(--soft-cyan))
}
.compare-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px
}
.compare-item{
  padding:11px 8px;border-radius:14px;background:#0d182b;border:1px solid #304563;text-align:center
}
.compare-item b{display:block;font-size:18px}.compare-item span{font-size:10px;color:var(--muted)}
.delta-up{color:#85e5b8}.delta-down{color:#ffc083}.delta-flat{color:#aebbd6}
.timeline-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;margin-top:12px
}
.timeline-card{
  padding:14px;border-radius:16px;background:#0d182b;border:1px solid #304563
}
.timeline-card b{display:block;color:#a9fff5;margin-bottom:5px}.timeline-card p{margin:0;color:var(--muted);font-size:12px}
.counselor-message{
  padding:22px;border-radius:22px;
  background:linear-gradient(135deg,rgba(46,215,200,.10),rgba(101,130,255,.12));
  border:1px solid rgba(114,240,223,.30);
}
.counselor-message h2{margin-top:0}
@media(max-width:760px){
  .quality-strip,.insight-grid,.ranking-grid,.timeline-grid{grid-template-columns:1fr}
  .compare-grid{grid-template-columns:1fr 1fr}
}

/* PersonaScope 2.1 Wall Review */
.meaning-card{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.meaning-card>div{padding:14px;border-radius:16px;background:#0d182b;border:1px solid #304563}
.meaning-card b{display:block;color:#a9fff5;margin-bottom:5px}
.meaning-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.result-common-note{margin-top:14px;padding:14px 16px;border-radius:16px;background:rgba(46,215,200,.055);border:1px solid rgba(46,215,200,.20)}
.result-common-note b{display:block;color:#a9fff5;margin-bottom:5px}
.result-common-note p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.expert-guide{display:flex;gap:10px;align-items:flex-start;margin:0 0 14px;padding:13px 15px;border-radius:15px;background:rgba(240,207,133,.08);border:1px solid rgba(240,207,133,.24)}
.expert-guide b{color:#ffe4a8;flex:0 0 auto}.expert-guide span{color:var(--muted);font-size:12px;line-height:1.65}
.factor-card,.report-section{content-visibility:auto;contain-intrinsic-size:400px}
@media(max-width:700px){.meaning-card{grid-template-columns:1fr}.result-toolbar{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:440px){.result-toolbar{grid-template-columns:1fr}}


/* PersonaScope 2.2 Complete Review */
.report-choice[data-depth="simple"]{
  background:
    radial-gradient(circle at 100% 0%,rgba(139,201,255,.12),transparent 34%),
    linear-gradient(150deg,rgba(25,55,85,.88),rgba(16,29,53,.96));
}
.report-choice[data-depth="advance"]{
  background:
    radial-gradient(circle at 100% 0%,rgba(189,156,255,.16),transparent 34%),
    linear-gradient(150deg,rgba(53,39,93,.74),rgba(16,29,53,.96));
}
.report-choice[data-depth="expert"]{
  background:
    radial-gradient(circle at 100% 0%,rgba(240,207,133,.17),transparent 34%),
    linear-gradient(150deg,rgba(70,53,24,.55),rgba(16,29,53,.96));
}
.report-choice::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(120deg,rgba(255,255,255,.05),transparent 40%);
  pointer-events:none;
}
.theory-section details{
  margin-top:10px;
  border:1px solid #304563;
  border-radius:15px;
  background:#0d182b;
  overflow:hidden;
}
.theory-section summary{
  cursor:pointer;
  padding:14px 16px;
  color:#e5ebff;
  font-weight:800;
  list-style:none;
}
.theory-section summary::-webkit-details-marker{display:none}
.theory-section details p{
  margin:0;
  padding:0 16px 16px;
}
.glossary-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.glossary-grid>div{
  padding:14px;
  border-radius:15px;
  background:#0d182b;
  border:1px solid #304563;
}
.glossary-grid b{
  display:block;
  color:#a9fff5;
  margin-bottom:5px;
}
.glossary-grid span{
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
}
.result-hero{
  position:relative;
  overflow:hidden;
}
.result-hero::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  top:-80px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(114,240,223,.17),transparent 70%);
}
@media(max-width:700px){
  .glossary-grid{grid-template-columns:1fr}
}


/* PersonaScope 2.3 Release Candidate */
.release-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-bottom:14px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(101,130,255,.07);
  border:1px solid rgba(101,130,255,.20);
}
.release-note b{color:#b8c6ff;flex:0 0 auto}
.release-note span{color:var(--muted);font-size:12px;line-height:1.65}
.report-choice strong{
  letter-spacing:-.02em;
}
.report-choice p{
  min-height:3.2em;
}
.result-toolbar{
  position:sticky;
  top:70px;
  z-index:10;
  padding:9px;
  border-radius:17px;
  background:rgba(7,16,31,.82);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.07);
}
@media(max-width:700px){
  .result-toolbar{
    position:static;
  }
}

/* PersonaScope 2.4 Mobile Edition */
.home-priority-notices{display:grid;gap:10px;margin:8px 0 16px}
.priority-notice{width:100%;display:grid;grid-template-columns:48px 1fr 24px;gap:12px;align-items:center;padding:15px;text-align:left;border-radius:18px;border:1px solid rgba(136,160,255,.32);background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));color:inherit}
.priority-notice.standalone{border-color:rgba(114,240,223,.30)}
.priority-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(136,160,255,.13);color:#cbd5ff;font-weight:950;font-size:18px}
.priority-notice.standalone .priority-icon{background:rgba(114,240,223,.12);color:#9ffff5}
.priority-notice small{display:block;color:#91a7ff;font-size:10px;font-weight:900;margin-bottom:3px}
.priority-notice.standalone small{color:#72f0df}
.priority-notice b{display:block;color:#f2f5ff;font-size:15px;margin-bottom:3px}
.priority-notice em{display:block;color:var(--muted);font-size:11px;line-height:1.55;font-style:normal}
.priority-notice strong{font-size:26px;color:#9eb0cf}
.brand-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
#historyChart{display:block;max-width:100%;margin:0 auto}
@media(max-width:520px){
  .app-main{padding-left:14px;padding-right:14px}
  .hero-grid{padding-top:24px}
  .priority-notice{grid-template-columns:42px 1fr 18px;padding:13px}
  .priority-icon{width:40px;height:40px}
  .priority-notice b{font-size:14px}
  .priority-notice em{font-size:10.5px}
}


/* PersonaScope 2.5 Final Audit */
.share-status{
  margin:0 0 12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(114,240,223,.09);
  border:1px solid rgba(114,240,223,.25);
  color:#cffff8;
  font-size:12px;
  line-height:1.6;
}
.share-status.error{
  background:rgba(255,119,145,.09);
  border-color:rgba(255,119,145,.28);
  color:#ffd1db;
}
.chart-heading{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}
.chart-heading b{color:#edf2ff}
.chart-heading span{color:var(--muted);font-size:10px}
.history-chart-wrap{
  width:100%;
  overflow:hidden;
  padding:14px 10px 10px;
}
#growthChart{
  display:block;
  max-width:100%;
  margin:0 auto;
}
@media(max-width:520px){
  .result-toolbar{
    grid-template-columns:1fr;
  }
  .chart-heading{
    padding:0 4px;
  }
}


/* PersonaScope 2.6 Home History Preview */
.home-history-preview{
  min-height:320px;
  padding:18px;
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(114,240,223,.12),transparent 34%),
    linear-gradient(150deg,rgba(19,36,65,.92),rgba(10,23,45,.96));
  border:1px solid rgba(136,160,255,.26);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  cursor:pointer;
}
.home-history-preview:focus-visible{
  outline:3px solid rgba(114,240,223,.75);
  outline-offset:3px;
}
.history-preview-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.history-preview-head h2{
  margin:0 0 5px;
  font-size:20px;
}
.history-preview-head p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.6;
}
.history-preview-link{
  flex:0 0 auto;
  color:#9ffff5;
  font-size:11px;
  font-weight:900;
  margin-top:4px;
}
.history-preview-canvas-wrap{
  width:100%;
  overflow:hidden;
  margin-top:6px;
}
#homeHistoryChart{
  display:block;
  width:100%;
  max-width:420px;
  height:auto;
  margin:0 auto;
}
.home-history-summary{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:24px;
  margin-top:4px;
}
.home-history-summary span{
  padding:5px 8px;
  border-radius:999px;
  background:#13243e;
  border:1px solid #304e72;
  color:#b9c9e8;
  font-size:10px;
}
.home-history-empty{
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
  text-align:center;
  padding:12px 20px 0;
}
@media(max-width:760px){
  .home-history-preview{
    min-height:300px;
  }
}


/* PersonaScope 3.0 Complete */
.brand-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.home-guidance{display:grid;gap:10px;margin:14px 0 18px}
.guidance-item{border:1px solid rgba(136,160,255,.25);border-radius:18px;background:rgba(15,27,50,.78);overflow:hidden}
.guidance-item summary{display:grid;grid-template-columns:42px 1fr auto;gap:12px;align-items:center;padding:14px;cursor:pointer;list-style:none}
.guidance-item summary::-webkit-details-marker{display:none}
.guide-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(114,240,223,.10);color:#a9fff5;font-weight:900}
.guidance-item summary b{display:block;color:#eef3ff}
.guidance-item summary small{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.guidance-item summary em{font-style:normal;font-size:9px;color:#ffd29c;padding:5px 7px;border-radius:999px;background:rgba(255,190,120,.08)}
.guidance-item summary em.seen{color:#9ffff5;background:rgba(114,240,223,.08)}
.guide-body{padding:0 16px 15px 66px;color:var(--muted);font-size:12px;line-height:1.7}
.home-dashboard{display:grid;gap:12px;margin:14px 0 18px}
.home-type-card{padding:20px;border-radius:22px;background:linear-gradient(135deg,rgba(101,130,255,.16),rgba(114,240,223,.07));border:1px solid rgba(136,160,255,.28)}
.home-type-card h2{margin:5px 0 8px;font-size:24px}
.home-type-card p{margin:0;color:var(--muted);line-height:1.7}
.home-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.home-stat-grid article{padding:14px 8px;border-radius:16px;text-align:center;background:#0d182b;border:1px solid #304563}
.home-stat-grid b{display:block;font-size:17px;color:#eaf1ff;margin-bottom:4px}
.home-stat-grid span{font-size:9px;color:var(--muted)}
.home-history-guide{text-align:center;color:#9eb0cf;font-size:10px;margin:0}
.history-tools{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:14px}
.history-tools input{min-width:0;padding:12px 14px;border-radius:14px;border:1px solid #304563;background:#0d182b;color:#fff}
.history-timeline{position:relative}
.history-timeline::before{content:"";position:absolute;left:14px;top:10px;bottom:10px;width:1px;background:#304563}
.timeline-card{position:relative;padding-left:42px}
.timeline-dot{position:absolute;left:8px;top:22px;width:13px;height:13px;border-radius:50%;background:#72f0df;box-shadow:0 0 0 5px rgba(114,240,223,.10)}
.history-change,.history-memo{color:var(--muted);font-size:11px;line-height:1.6;margin:7px 0}
.history-memo{color:#c6d2eb}
.result-memo-panel{margin-top:14px;padding:18px;border-radius:20px;background:#0d182b;border:1px solid #304563}
.result-memo-panel label b,.result-memo-panel label span{display:block}
.result-memo-panel label span{color:var(--muted);font-size:10px;margin-top:3px}
.result-memo-panel textarea{width:100%;min-height:76px;margin:11px 0;padding:12px;border-radius:14px;border:1px solid #304563;background:#081323;color:#fff;resize:vertical}
@media(max-width:620px){
  .home-stat-grid{grid-template-columns:1fr 1fr}
  .guide-body{padding-left:16px}
}


/* PersonaScope 3.3 Quality + History */
.history-compare-panel,
.history-filter-panel{
  margin-bottom:14px;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(150deg,rgba(101,130,255,.09),rgba(114,240,223,.035));
  border:1px solid rgba(136,160,255,.24);
}
.history-compare-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.history-compare-head h2{margin:0 0 4px}
.history-compare-head p{margin:0;color:var(--muted);font-size:11px}
.history-compare-selects{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:10px;
  align-items:end;
  margin-top:14px;
}
.history-compare-selects label{
  display:grid;
  gap:5px;
  color:var(--muted);
  font-size:10px;
}
.history-compare-selects select,
.history-filter-panel select{
  width:100%;
  padding:11px 12px;
  border-radius:13px;
  border:1px solid #304563;
  background:#0d182b;
  color:#fff;
}
.history-compare-result{margin-top:14px}
.compare-summary{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  border-radius:14px;
  background:#0d182b;
  border:1px solid #304563;
}
.compare-summary span{color:var(--muted);font-size:11px}
.compare-factor-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:9px;
}
.compare-factor-grid article{
  padding:11px 8px;
  border-radius:14px;
  background:#0d182b;
  border:1px solid #304563;
  text-align:center;
}
.compare-factor-grid span,
.compare-factor-grid small{
  display:block;
  color:var(--muted);
  font-size:9px;
}
.compare-factor-grid b{
  display:block;
  margin:5px 0;
  font-size:18px;
}
.history-filter-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.history-empty-copy{
  margin:0;
  color:var(--muted);
  text-align:center;
  font-size:12px;
}
@media(max-width:620px){
  .history-compare-head{display:block}
  .history-compare-head .button{width:100%;margin-top:10px}
  .history-compare-selects{grid-template-columns:1fr}
  .history-compare-selects>span{text-align:center}
  .compare-factor-grid{grid-template-columns:1fr 1fr}
  .history-filter-panel{grid-template-columns:1fr}
}


/* PersonaScope 3.4 Design System */
:root{
  --bg-0:#050914;
  --bg-1:#08111f;
  --bg-2:#0d1a2d;
  --surface:rgba(13,26,45,.82);
  --surface-strong:rgba(15,30,52,.95);
  --surface-soft:rgba(255,255,255,.035);
  --line-soft:rgba(158,178,221,.18);
  --line-strong:rgba(158,178,221,.30);
  --text:#f5f7ff;
  --text-2:#cbd5eb;
  --muted:#93a2bf;
  --cyan:#7cf2e1;
  --blue:#8fa6ff;
  --violet:#c2a4ff;
  --gold:#f3d18e;
  --green:#87e6ba;
  --orange:#ffc38c;
  --danger:#ff9db2;
  --radius-s:14px;
  --radius-m:18px;
  --radius-l:24px;
  --shadow-soft:0 12px 32px rgba(0,0,0,.20);
  --shadow-strong:0 24px 70px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:
    radial-gradient(circle at 12% -5%,rgba(110,137,255,.24),transparent 31%),
    radial-gradient(circle at 100% 12%,rgba(90,236,218,.14),transparent 28%),
    linear-gradient(160deg,var(--bg-0),var(--bg-1) 44%,#0a1730 100%);
  color:var(--text);
}
.app-header{
  background:rgba(5,10,22,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
  box-shadow:0 8px 28px rgba(0,0,0,.16);
}
.brand{
  gap:11px;
}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  box-shadow:0 12px 28px rgba(70,103,215,.28);
}
.brand-title{
  letter-spacing:-.02em;
}
.screen{
  animation:screenIn .34s ease both;
}
@keyframes screenIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.page-lead{
  margin:0 0 16px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}
.section-shell{
  margin:18px 0;
  padding:18px;
  border-radius:var(--radius-l);
  background:linear-gradient(160deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-soft);
}
.section-heading{
  margin-bottom:14px;
}
.section-heading span{
  display:block;
  color:var(--cyan);
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
  margin-bottom:5px;
}
.section-heading h2{
  margin:0;
  font-size:20px;
}
.button{
  min-height:46px;
  border-radius:15px;
  font-weight:850;
  letter-spacing:-.01em;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
}
.button:active{transform:scale(.985)}
.button.primary{
  background:linear-gradient(135deg,#8aa3ff,#76e9d9);
  color:#07111f;
  box-shadow:0 14px 30px rgba(111,155,255,.22);
}
.button.secondary{
  background:linear-gradient(150deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  border:1px solid var(--line-strong);
  color:var(--text);
}
.button.ghost{
  background:transparent;
  border:1px solid var(--line-soft);
  color:var(--text-2);
}
.choice-card,
.report-choice,
.factor-card,
.report-section,
.history-card,
.theory-section,
.home-type-card,
.home-history-preview,
.history-compare-panel,
.history-filter-panel,
.result-memo-panel,
.counselor-message{
  border-radius:var(--radius-l);
  border:1px solid var(--line-soft);
  background:
    linear-gradient(160deg,rgba(255,255,255,.05),rgba(255,255,255,.018)),
    var(--surface);
  box-shadow:var(--shadow-soft);
}
.choice-card,
.report-choice{
  position:relative;
  overflow:hidden;
}
.choice-card::before,
.report-choice::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.055),transparent 38%);
  pointer-events:none;
}
.choice-card:hover,
.report-choice:hover{
  transform:translateY(-2px);
  border-color:rgba(124,242,225,.30);
}
.hero-grid{
  gap:18px;
  align-items:stretch;
}
.hero-copy{
  padding:8px 0;
}
.hero-copy h1{
  font-size:clamp(34px,8vw,58px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.hero-copy .lead{
  max-width:680px;
  color:var(--text-2);
  line-height:1.8;
}
.home-history-preview{
  padding:18px;
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 0%,rgba(124,242,225,.16),transparent 34%),
    radial-gradient(circle at 0% 100%,rgba(143,166,255,.13),transparent 36%),
    linear-gradient(150deg,rgba(18,38,68,.96),rgba(8,20,39,.98));
  box-shadow:var(--shadow-strong);
}
.history-preview-head h2{font-size:22px}
.history-preview-link{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(124,242,225,.08);
  border:1px solid rgba(124,242,225,.20);
}
.home-guidance{
  gap:9px;
}
.guidance-item{
  border-radius:18px;
  background:rgba(12,25,44,.78);
  border:1px solid var(--line-soft);
}
.guidance-item[open]{
  border-color:rgba(124,242,225,.22);
}
.guidance-item summary{
  padding:14px 15px;
}
.guide-icon{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);
}
.home-type-card{
  padding:20px;
  background:
    radial-gradient(circle at 100% 0%,rgba(194,164,255,.12),transparent 35%),
    linear-gradient(140deg,rgba(111,142,255,.14),rgba(70,236,214,.05)),
    var(--surface);
}
.home-stat-grid article{
  background:rgba(12,25,44,.86);
  border:1px solid var(--line-soft);
  border-radius:17px;
}
.home-stat-grid b{
  font-size:20px;
}
.report-grid{
  gap:12px;
}
.report-choice{
  min-height:160px;
  padding:18px;
}
.report-choice strong{
  font-size:21px;
}
.report-choice p{
  color:var(--muted);
  line-height:1.7;
}
.result-toolbar{
  top:78px;
  padding:10px;
  border-radius:18px;
  background:rgba(7,16,31,.88);
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-soft);
}
.result-hero{
  padding:24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%,rgba(124,242,225,.15),transparent 34%),
    radial-gradient(circle at 0% 100%,rgba(194,164,255,.10),transparent 36%),
    linear-gradient(145deg,rgba(20,41,72,.97),rgba(10,23,43,.98));
  border:1px solid rgba(138,163,255,.25);
  box-shadow:var(--shadow-strong);
}
.result-hero h1{
  font-size:clamp(28px,6vw,44px);
  letter-spacing:-.035em;
}
.type-card{
  border-radius:28px;
  padding:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(124,242,225,.14),transparent 34%),
    linear-gradient(140deg,rgba(115,144,255,.17),rgba(171,118,255,.06));
  border:1px solid rgba(138,163,255,.30);
}
.insight-grid{
  gap:12px;
}
.insight-card{
  border-radius:20px;
  border:1px solid var(--line-soft);
  background:rgba(12,25,44,.82);
}
.factor-card{
  padding:18px;
}
.factor-head h2{
  margin-bottom:6px;
}
.score-bar{
  height:10px;
  border-radius:999px;
  background:#1c2a40;
}
.score-bar>div{
  background:linear-gradient(90deg,var(--blue),var(--cyan));
}
.detail-box,
.profile-point,
.evidence-item,
.timeline-card,
.compare-item{
  background:rgba(8,20,38,.82);
  border:1px solid var(--line-soft);
  border-radius:15px;
}
.counselor-message{
  background:
    radial-gradient(circle at 100% 0%,rgba(124,242,225,.09),transparent 35%),
    linear-gradient(140deg,rgba(69,120,156,.12),rgba(105,78,164,.08));
}
.history-compare-panel{
  background:
    radial-gradient(circle at 100% 0%,rgba(124,242,225,.10),transparent 35%),
    linear-gradient(150deg,rgba(111,142,255,.10),rgba(255,255,255,.025));
}
.compare-factor-grid article{
  background:rgba(8,20,38,.88);
  border:1px solid var(--line-soft);
  border-radius:15px;
}
.history-filter-panel,
.history-tools{
  background:transparent;
  padding:0;
  border:none;
}
.history-tools input,
.history-filter-panel select,
.history-compare-selects select,
.result-memo-panel textarea{
  min-height:46px;
  background:rgba(8,20,38,.92);
  border:1px solid var(--line-soft);
  border-radius:14px;
  color:var(--text);
}
.history-card{
  position:relative;
  padding:16px 14px 16px 48px;
}
.timeline-dot{
  width:14px;
  height:14px;
  background:var(--cyan);
  box-shadow:0 0 0 6px rgba(124,242,225,.10);
}
.history-chips{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.history-chips span,
.personality-tag,
.home-history-summary span{
  border-radius:999px;
  background:rgba(111,142,255,.10);
  border:1px solid rgba(138,163,255,.22);
}
.chart-panel{
  padding:14px;
  border-radius:var(--radius-l);
  border:1px solid var(--line-soft);
  background:rgba(8,20,38,.74);
  box-shadow:var(--shadow-soft);
}
.data-table{
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--line-soft);
}
.data-table th{
  background:rgba(111,142,255,.10);
}
.data-table td,.data-table th{
  border-color:var(--line-soft);
}
.theory-nav{
  gap:7px;
}
.theory-nav button{
  border-radius:999px;
  background:rgba(111,142,255,.08);
  border:1px solid var(--line-soft);
  color:var(--text-2);
}
.share-preview{
  border-radius:26px;
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-strong);
}
@media(max-width:760px){
  .app-main{
    padding-left:14px;
    padding-right:14px;
  }
  .hero-grid{
    gap:14px;
  }
  .hero-copy h1{
    font-size:38px;
  }
  .section-shell{
    padding:14px;
    border-radius:20px;
  }
  .result-toolbar{
    position:static;
    grid-template-columns:1fr;
  }
  .report-choice{
    min-height:auto;
  }
  .factor-card,
  .report-section,
  .history-card{
    border-radius:19px;
  }
}
@media(max-width:420px){
  .home-history-preview,
  .result-hero,
  .type-card{
    border-radius:22px;
  }
  .hero-copy h1{
    font-size:34px;
  }
  .history-preview-head{
    display:block;
  }
  .history-preview-link{
    display:inline-block;
    margin-top:9px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}
