@font-face{
  font-family:Pretendard;
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/Pretendard-Regular.woff2') format('woff2')
}
@font-face{
  font-family:Pretendard;
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../fonts/Pretendard-Medium.woff2') format('woff2')
}
@font-face{
  font-family:Pretendard;
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/Pretendard-SemiBold.woff2') format('woff2')
}
@font-face{
  font-family:Pretendard;
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/Pretendard-Bold.woff2') format('woff2')
}
@font-face{
  font-family:Pretendard;
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('../fonts/Pretendard-ExtraBold.woff2') format('woff2')
}
@font-face{
  font-family:'Nanum Gothic';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/NanumGothic-Regular.woff2') format('woff2')
}
@font-face{
  font-family:'Nanum Gothic';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/NanumGothic-Bold.woff2') format('woff2')
}
@font-face{
  font-family:'Nanum Gothic';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('../fonts/NanumGothic-ExtraBold.woff2') format('woff2')
}
:root{
  --pink:#ff00f5;
  --ink:#111;
  --muted:#767676;
  --soft:#f5f5f7;
  --line:#ededf0;
  --radius:14px
}
*{
  box-sizing:border-box
}
html{
  -webkit-text-size-adjust:100%
}
body{
  margin:0;
  background:#f5f5f7;
  color:var(--ink);
  font-family:Pretendard,'Nanum Gothic','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
  font-size:16px;
  line-height:1.64;
  word-break:keep-all
}
button,input,select{
  font:inherit
}
button,a,input,select{
  -webkit-tap-highlight-color:transparent
}
button,a{
  touch-action:manipulation
}
button{
  cursor:pointer
}
button:disabled{
  cursor:wait;
  opacity:.5
}
a{
  color:inherit;
  text-decoration:none
}
p,h1,h2,h3{
  margin:0
}
h1{
  font-size:26px;
  font-weight:800;
  letter-spacing:-.72px;
  line-height:1.46
}
h2{
  font-size:18px;
  font-weight:800;
  letter-spacing:-.32px
}
h3{
  font-size:17px;
  font-weight:700;
  line-height:1.3
}
img{
  max-width:100%
}
[hidden]{
  display:none!important
}
:focus-visible{
  outline:3px solid #2773d1;
  outline-offset:3px
}
.masthead,.page,.colophon{
  max-width:430px;
  margin:0 auto;
  background:white
}
.masthead{
  height:50px;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:8px
}
.brand-caption{
  font-size:15px;
  font-weight:700;
  white-space:nowrap
}
.brand-name{
  font-size:19px;
  font-weight:800;
  letter-spacing:-.51px
}
.brand-logo{
  max-width:62px;
  height:28px;
  object-fit:contain
}
.masthead-nav{
  font-size:15px;
  font-weight:700
}
.page{
  min-height:calc(100dvh - 50px)
}
.back{
  border:0;
  background:none;
  font-size:32px;
  line-height:1;
  width:32px;
  height:44px;
  text-align:left;
  padding:0
}
.colophon{
  padding:18px 22px 30px;
  color:#999;
  font-size:13px;
  border-top:1px solid var(--soft)
}
.colophon-links{
  display:flex;
  gap:14px;
  list-style:none;
  padding:0
}
.colophon-company:empty,.colophon-text:empty{
  display:none
}
.hero{
  padding:26px 22px 30px;
  text-align:center
}
.hero-illustration{
  display:block;
  width:148px;
  height:130px;
  margin:0 auto 19px
}
.hero h1{
  font-size:32px;
  line-height:1.4;
  letter-spacing:-1.05px;
  margin-bottom:14px
}
.hero p{
  font-size:16px;
  line-height:23px;
  color:var(--muted);
  letter-spacing:-.35px
}
.home-actions{
  padding:0 22px;
  display:grid;
  gap:10px
}
.btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  width:100%;
  padding:14px 16px;
  border:0;
  border-radius:14px;
  font-size:18px;
  font-weight:800;
  line-height:1.4;
  text-align:center
}
.btn-primary{
  background:var(--pink);
  color:#fff
}
.btn-primary:hover{
  background:#ff31f7;
}
.btn-secondary,.btn-ghost{
  background:var(--soft);
  color:var(--muted)
}
.micro{
  text-align:center;
  font-size:14px;
  color:#949494;
  margin-top:13px
}
.home-explain{
  padding:36px 22px 0
}
.home-explain h2{
  font-size:23px;
  line-height:1.4;
  letter-spacing:-.6px;
  margin:8px 0 12px
}
.explain-section{
  margin-bottom:28px;
  overflow:hidden;  
  border-radius:24px;
  background:#fff
}
.explain-art{
  margin:18px 0;
  border-radius:16px;
  overflow:hidden;
  background:#faf8fb
}
.explain-art img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:contain
}
.explain-copy{
  padding:22px 0;
}
.explain-eyebrow{
  color:var(--pink);
  font-size:13px;
  font-weight:700;
  letter-spacing:.4px
}
.explain-copy .explain-lead{
  color:#68636c
}
.explain-copy .steps-guide strong{
  font-size:16px
}
.explain-copy .steps-guide p{
  color:#76717a
}
@media(max-width:359px){
  .explain-copy{padding:20px 16px 24px}
  .home-explain h2{font-size:21px}
}
.explain-lead{
  color:#8a8a8a;
  font-size:16px;
  line-height:21px;
  letter-spacing:-.2px
}
.steps-guide{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  display:grid;
  gap:18px
}
.steps-guide li{
  display:flex;
  gap:12px;
  align-items:flex-start
}
.steps-guide b{
  flex:none;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--pink);
  color:#fff;
  font-size:15px;
  display:grid;
  place-items:center
}
.steps-guide strong{
  display:block;
  font-size:18px;
  padding-top:3px
}
.steps-guide p{
  color:#8a8a8a;
  font-size:15px;
  line-height:20px;
  margin-top:5px
}
.level-chips{
  list-style:none;
  margin:0 0 12px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px
}
.level-chips li{
  font-size:15px;
  font-weight:700;
  padding:7px 12px;
  border-radius:9px;
  background:#eef8f0;
  color:#247d42
}
.level-chips .tone-warn{
  background:#fff7e8;
  color:#906100
}
.level-chips .tone-bad{
  background:#fff0f3;
  color:#b12f50
}
.explain-link{
  display:inline-block;
  margin-top:12px;
  font-size:15px;
  font-weight:700;
  color:var(--pink)
}
.check-list{
  list-style:none;
  margin:16px 0 0;
  padding:16px 18px;
  display:grid;
  gap:11px
}
.check-list li{
  position:relative;
  padding-left:18px;
  font-size:15px;
  line-height:20px;
  color:#555
}
.check-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:7px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--pink)
}
.explain-basis{
  margin:26px 0 22px;
  font-size:14px;
  color:#9a9a9a;
  line-height:19px
}
.home-explain .home-actions{
  padding:0
}
.float-cta{
  position:fixed;
  left:50%;
  bottom:max(16px,env(safe-area-inset-bottom));
  width:calc(100% - 44px);
  max-width:386px;
  transform:translate(-50%,140%);
  opacity:0;
  pointer-events:none;
  box-shadow:0 8px 24px rgba(246,50,153,.32);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s;
  z-index:15
}
.float-cta.is-show{
  transform:translate(-50%,0);
  opacity:1;
  pointer-events:auto
}
@media(max-width:599px){
  .home-explain .home-actions{
    display:none
  }
}
@media(min-width:600px){
  .float-cta{
    display:none
  }
}
.disclaimer{
  padding:36px 22px 40px;
  color:#999;
  font-size:13px;
  line-height:18px
}
[data-screen]:not([data-screen="home"]){
  padding:0 22px 26px
}
.screen-heading{
  padding:24px 0 30px
}
.screen-heading h2{
  font-size:26px;
  letter-spacing:-.72px;
  line-height:1.46
}
.screen-heading p{
  margin-top:10px;
  color:var(--muted)
}
.progress{
  height:3px;
  background:var(--line);
  margin:0 -22px
}
.progress span{
  display:block;
  width:50%;
  height:100%;
  background:var(--pink)
}
.progress.full span{
  width:100%
}
.field{
  border:0;
  padding:0;
  margin:0 0 26px;
  min-width:0
}
.field legend,.field>label{
  display:block;
  width:100%;
  font-size:15px;
  font-weight:700;
  color:#8a8a8a;
  margin-bottom:11px
}
.field>label:not(:first-child){
  margin-top:16px
}
.segments{
  display:flex;
  gap:8px
}
.segments>label{
  flex:1;
  min-width:0;
  position:relative;
  cursor:pointer
}
.segments input{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px
}
.segments span,.segments>button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:8px 3px;
  border:0;
  border-radius:12px;
  background:var(--soft);
  color:var(--muted);
  text-align:center;
  font-size:15px;
  line-height:1.3
}
.segments input:checked+span,.segments>button[aria-pressed="true"]{
  background:#111;
  color:white;
  font-weight:800
}
.segments input:focus-visible+span{
  outline:3px solid #2773d1;
  outline-offset:3px
}
.segments>button{
  flex:1
}
.field input:not([type="radio"]),select{
  width:100%;
  height:50px;
  padding:12px 14px;
  border:1px solid transparent;
  border-radius:12px;
  background:var(--soft);
  color:#111;
  font-size:18px
}
.field input:focus,select:focus{
  border-color:#bbb
}
.divided{
  border-top:1px solid var(--soft);
  padding-top:28px;
  margin-top:28px
}
.compact{
  margin-top:-10px
}
.hint{
  font-size:14px;
  color:#8a8a8a;
  line-height:1.65
}
.field .hint{
  margin-top:10px
}
#move-hint{
  margin-top:-12px;
  margin-bottom:26px
}
.amount-field{
  display:flex;
  align-items:flex-end;
  gap:10px;
  border-bottom:1.5px solid #111;
  padding-bottom:10px
}
.sign-toggle{
  flex:none;
  width:40px;
  height:40px;
  margin-bottom:6px;
  border:0;
  border-radius:10px;
  background:var(--soft);
  color:#8a8a8a;
  font-size:28px;
  font-weight:800;
  line-height:1
}
.sign-toggle[aria-pressed="true"]{
  background:var(--pink);
  color:#fff
}
.field .amount-field input{
  font-size:42px;
  font-weight:800;
  line-height:1;
  height:52px;
  min-width:0;
  padding:0;
  border:0;
  background:none;
  border-radius:0;
  letter-spacing:-1.6px
}
.amount-field span{
  color:#8a8a8a;
  white-space:nowrap;
  padding-bottom:5px
}
.model-picker{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:64px;
  padding:10px 14px;
  border:1px solid transparent;
  border-radius:12px;
  background:var(--soft);
  text-align:left;
  color:#111
}
.model-picker:focus-visible{
  border-color:#bbb
}
.model-picker-icon{
  flex:none;
  width:40px;
  height:40px;
  border-radius:8px;
  background:#e9e9ee;
  color:#9a9aa3;
  display:grid;
  place-items:center;
  font-size:20px;
  overflow:hidden
}
.model-picker-icon img{
  width:100%;
  height:100%;
  object-fit:contain
}
.model-picker-text{
  flex:1;
  min-width:0
}
.model-picker-text strong{
  display:block;
  font-size:17px;
  color:#9a9aa3;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.model-picker.is-set .model-picker-text strong{
  color:#111
}
.model-picker-text small{
  display:block;
  color:#b0b0b8;
  font-size:14px;
  margin-top:2px
}
.model-picker-chevron{
  flex:none;
  color:#c4c4cc;
  font-size:28px;
  line-height:1;
  padding-right:4px
}
.picker-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  transition:opacity .22s;
  z-index:20
}
.picker-backdrop.is-open{
  opacity:1
}
.picker{
  position:fixed;
  left:50%;
  bottom:0;
  width:100%;
  max-width:430px;
  height:62vh;
  height:62dvh;
  min-height:360px;
  transform:translate(-50%,100%);
  transition:transform .26s cubic-bezier(.2,.8,.2,1);
  background:#fff;
  border-radius:20px 20px 0 0;
  display:flex;
  flex-direction:column;
  z-index:21;
  padding-bottom:env(safe-area-inset-bottom)
}
.picker.is-open{
  transform:translate(-50%,0)
}
body.picker-open{
  overflow:hidden
}
.picker-handle{
  height:26px;
  margin:2px 0 0;
  display:grid;
  place-items:center;
  cursor:grab;
  touch-action:none
}
.picker-handle::before{
  content:'';
  width:40px;
  height:4px;
  border-radius:2px;
  background:#ddd
}
.picker-handle:active{
  cursor:grabbing
}
.picker-handle:active::before{
  background:#bbb
}
.picker-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:6px 10px 0;
  min-height:44px
}
.picker-head strong{
  font-size:18px
}
.picker-nav{
  border:0;
  background:none;
  width:44px;
  height:44px;
  font-size:30px;
  line-height:1;
  color:#111
}
.picker-nav[hidden]{
  visibility:hidden;
  display:block
}
.picker-steps{
  list-style:none;
  display:flex;
  gap:6px;
  margin:6px 22px 0;
  padding:0;
  font-size:14px;
  color:#b0b0b8
}
.picker-steps li{
  flex:1;
  text-align:center;
  border-bottom:2px solid #eee
}
.picker-steps button{
  width:100%;
  min-height:44px;
  padding:6px 0 8px;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  cursor:pointer
}
.picker-steps button:disabled{cursor:default}
.picker-steps button:enabled:hover{background:var(--soft)}
.picker-steps li[data-state="active"]{
  color:var(--pink);
  font-weight:800;
  border-bottom-color:var(--pink)
}
.picker-steps li[data-state="done"]{
  color:#111;
  border-bottom-color:#111
}
.picker-crumb{
  margin:10px 22px 0;
  min-height:18px
}
.picker-list{
  flex:1;
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:8px 14px 20px;
  display:grid;
  gap:6px;
  align-content:start
}
.picker-item{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:56px;
  padding:10px 12px;
  border:0;
  border-radius:12px;
  background:#fff;
  text-align:left;
  color:#111
}
.picker-item:hover,.picker-item:focus-visible{
  background:var(--soft)
}
.picker-item.is-blocked{
  opacity:.45;
  cursor:not-allowed
}
.picker-item.is-blocked:hover{
  background:#fff
}
.picker-item.is-blocked small{
  color:var(--pink);
  font-weight:700
}
.picker-empty{
  padding:18px 10px;
  text-align:center;
  color:#8a8a8a;
  font-size:15px
}
.picker-item img{
  width:40px;
  height:40px;
  object-fit:contain;
  border-radius:8px;
  background:var(--soft);
  flex:none
}
.picker-item-text{
  flex:1;
  min-width:0
}
.picker-item-text strong{
  display:block;
  font-size:17px
}
.picker-item-text small{
  display:block;
  color:#8a8a8a;
  font-size:14px;
  margin-top:2px
}
.picker-item-chevron{
  color:#c4c4cc;
  font-size:24px;
  line-height:1
}
.text-button{
  display:block;
  border:0;
  background:none;
  color:#8a8a8a;
  font-size:15px;
  font-weight:700;
  padding:12px 0;
  min-height:44px
}
.bottom-action .btn-primary:disabled{
  opacity:.4;
  cursor:not-allowed
}
.bottom-hint{
  font-size:14px;
  color:#a0a0a0;
  text-align:center;
  line-height:1.5;
  margin-top:2px
}
.bottom-action{
  position:sticky;
  bottom:0;
  background:rgba(255,255,255,.97);
  margin:34px -22px -26px;
  padding:16px 22px max(22px,env(safe-area-inset-bottom));
  display:grid;
  justify-items:center;
  gap:4px;
  z-index:2
}
.note{
  margin-top:30px
}
.note strong{
  font-size:16px
}
.note p{
  font-size:15px;
  color:var(--muted);
  margin-top:6px
}
.notice,.form-error{
  padding:16px;
  border-radius:12px;
  background:#fff0f6;
  color:#a81955;
  font-size:15px;
  margin-bottom:20px
}
.form-error{
  margin:12px 22px;
  position:sticky;
  bottom:106px;
  z-index:3;
  box-shadow:0 3px 18px #0001
}
.loading-content{
  padding:76px 10px 70px;
  display:flex;
  flex-direction:column;
  align-items:center;
  --pend:#ededf0;
  --pendtx:#c0c0c0;
  --pinkweak:#fbd1e7
}
.masthead .cancel{
  border:0;
  background:none;
  font-size:16px;
  font-weight:700;
  color:#111;
  padding:0;
  height:44px
}
.sn-loader{
  display:block;
  width:216px;
  height:auto
}
.sn-base{
  fill:#e6e6eb
}
.sn-fill{
  fill:var(--pink)
}
.sn-drift{
  animation:sn-drift 2.2s linear infinite
}
@keyframes sn-drift{
  from{
    transform:translateX(0)
  }
  to{
    transform:translateX(-150px)
  }
}
.sn-level{
  transform:translateY(var(--lv,80px));
  transition:transform 1.4s cubic-bezier(.4,0,.3,1)
}
.loading-content h2{
  font-size:26px;
  font-weight:800;
  letter-spacing:-.03em;
  margin-top:30px;
  text-align:center
}
.loading-content p{
  margin-top:10px;
  color:#8a8a8a;
  font-size:16px;
  text-align:center
}
.analysis-steps{
  list-style:none;
  width:100%;
  margin:50px 0 0;
  padding:0 10px
}
.step{
  display:flex;
  align-items:center;
  gap:12px;
  height:22px;
  margin-bottom:22px
}
.step:last-child{
  margin-bottom:0
}
.dot{
  position:relative;
  width:20px;
  height:20px;
  flex:none
}
.ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:2.5px solid var(--pend);
  transition:border-color .3s
}
.chk{
  position:absolute;
  inset:0;
  width:20px;
  height:20px;
  opacity:0;
  transition:opacity .25s
}
.label{
  display:grid;
  font-size:17px;
  letter-spacing:-.015em
}
.label>span{
  grid-area:1/1;
  white-space:nowrap;
  transition:color .25s
}
.t-run{
  color:var(--pendtx);
  font-weight:400
}
.t-done{
  color:#767676;
  font-weight:400;
  opacity:0
}
.ell{
  font-style:normal;
  letter-spacing:1px;
  opacity:0
}
.ell span{
  animation:blink 1.2s infinite
}
.ell span:nth-child(2){
  animation-delay:.18s
}
.ell span:nth-child(3){
  animation-delay:.36s
}
@keyframes blink{
  0%,70%,100%{
    opacity:.2
  }
  35%{
    opacity:1
  }
}
@keyframes spin{
  to{
    transform:rotate(360deg)
  }
}
.step[data-state="active"] .ring{
  border-color:var(--pink) var(--pinkweak) var(--pinkweak) var(--pinkweak);
  animation:spin .8s linear infinite
}
.step[data-state="active"] .t-run{
  color:#111;
  font-weight:700
}
.step[data-state="active"] .ell{
  opacity:1
}
.step[data-state="done"] .ring{
  border-color:var(--pink)
}
.step[data-state="done"] .chk{
  opacity:1
}
.step[data-state="done"] .t-run{
  opacity:0
}
.step[data-state="done"] .t-done{
  opacity:1
}
@media(prefers-reduced-motion:reduce){
  *{
    animation:none!important;
    scroll-behavior:auto!important
  }
}
.sheet{
  padding:24px 22px 32px
}
.sheet-title{
  margin:8px 0 12px
}
.sheet-kicker{
  font-size:14px;
  color:#888
}
.sheet-lead,.sheet-body{
  font-size:16px;
  color:#767676;
  margin-bottom:22px
}
.sheet-subtitle{
  font-size:18px;
  margin:26px 0 12px
}
.doc-body{
  margin-top:22px
}
.doc-body h2{
  font-size:17px;
  margin:26px 0 8px
}
.doc-body h2:first-child{
  margin-top:0
}
.doc-body p{
  font-size:16px;
  line-height:1.75;
  color:#555;
  margin-bottom:12px
}
.doc-body ul{
  list-style:none;
  margin:0 0 14px;
  padding:0;
  display:grid;
  gap:8px
}
.doc-body li{
  position:relative;
  padding-left:16px;
  font-size:16px;
  line-height:1.7;
  color:#555
}
.doc-body li::before{
  content:'';
  position:absolute;
  left:2px;
  top:10px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#c9c9d0
}
.doc-contact{
  margin-top:26px;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:15px;
  color:#8a8a8a
}
.sheet-actions{
  margin-top:30px
}
.checklist{
  padding-left:19px;
  display:grid;
  gap:12px;
  font-size:15px;
  color:#777
}
.ledger{
  list-style:none;
  margin:22px 0;
  padding:0
}
.ledger-row{
  display:flex;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
  justify-content:space-between
}
.ledger-label{
  font-size:14px;
  color:#888;
  flex:none
}
.ledger-value{
  text-align:right;
  font-size:15px
}
.is-total{
  font-size:22px;
  font-weight:800
}
.verdict{
  padding:0 22px 32px
}
.verdict-head{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid var(--line)
}
.verdict-head strong{
  display:block;
  font-size:16px
}
.verdict-head small{
  display:block;
  color:#8a8a8a;
  font-size:14px;
  margin-top:3px
}
.verdict-head a{
  color:#8a8a8a;
  font-size:14px;
  flex:none
}
.verdict-price{
  position:relative;
  text-align:center;
  padding:38px 0 8px
}
.verdict-stamp{
  position:absolute;
  top:12px;
  right:-2px;
  padding:6px 11px;
  border:2.5px solid;
  border-radius:9px;
  font-size:15px;
  font-weight:800;
  letter-spacing:-.4px;
  line-height:1;
  white-space:nowrap;
  opacity:.9;
  box-shadow:inset 0 0 0 1.5px #fff;
  transform:rotate(13deg);
  animation:stamp-in .45s cubic-bezier(.2,.9,.3,1.25) both
}
.verdict-stamp.tone-good{
  color:#247d42;
  background:#eef8f0
}
.verdict-stamp.tone-warn{
  color:#906100;
  background:#fff7e8
}
.verdict-stamp.tone-bad{
  color:#b12f50;
  background:#fff0f3
}
@keyframes stamp-in{
  0%{
    transform:rotate(13deg) scale(1.9);
    opacity:0
  }
  60%{
    transform:rotate(13deg) scale(.93);
    opacity:.95
  }
  100%{
    transform:rotate(13deg) scale(1);
    opacity:.9
  }
}
.verdict-price>p:first-child{
  color:#8a8a8a;
  font-size:15px
}
/* Figma: NanumGothic ExtraBold 52px, line-height 108%, letter-spacing -4.5%, gradient #F63299 → #52E2FF. 판정 등급과 무관하게 고정 */
.verdict-amount{
  font-family:'Nanum Gothic',Pretendard,sans-serif;
  font-size:54px;
  font-weight:800;
  letter-spacing:-2.34px;
  line-height:1.08;
  margin:6px 0 10px;
  display:inline-block;
  background-image:linear-gradient(90deg,#f63299,#52e2ff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:var(--pink)
}
.verdict-headline{
  font-size:16px;
  font-weight:400;
  color:#767676;
  line-height:1.9
}
.verdict-headline .mark{
  font-size:17px;
  padding:0 3px;
  background:linear-gradient(transparent 52%,rgba(246,50,153,.24) 52%)
}
.gauge{
  padding:44px 0 18px;
  position:relative
}
.gauge-marker{
  position:absolute;
  bottom:25px;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  font-size:14px;
  font-weight:700;
  padding:6px 10px;
  border-radius:8px;
  white-space:nowrap
}
.gauge-arrow{
  position:absolute;
  top:-20px;
  width:12px;
  height:9px;
  background:#111;
  clip-path:polygon(0 0,100% 0,50% 100%);
  transform:translateX(-50%);
  pointer-events:none
}
.gauge-track{
  position:relative;
  height:6px;
  border-radius:3px;
  background:#eee;
  margin:0 8px
}
.gauge-fair{
  position:absolute;
  left:42%;
  width:16%;
  top:-3px;
  bottom:-3px;
  border-radius:6px;
  background:#ffe0ef
}
.gauge-fill{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  border-radius:3px;
  background:var(--pink)
}
.gauge-dot{
  position:absolute;
  top:50%;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  border:4px solid var(--pink);
  box-sizing:border-box;
  transform:translate(-50%,-50%);
  box-shadow:0 2px 6px rgba(0,0,0,.15)
}
.gauge-labels{
  display:flex;
  justify-content:space-between;
  font-size:13px;
  color:#aaa;
  margin-top:12px
}
.gauge-base{
  color:#555;
  font-weight:700
}
.gauge-note{
  font-size:14px;
  color:#aaa;
  margin-top:14px;
  text-align:center
}
.cost-card{
  margin-top:24px;
  padding:18px 16px 6px;
  border-radius:16px;
  background:#fff3f9
}
.cost-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px
}
.cost-head h2{
  font-size:18px
}
.cost-head strong{
  font-size:18px
}
.cost-lead{
  font-size:15px;
  color:#8a8a8a;
  margin:8px 0 6px
}
.cost-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid rgba(0,0,0,.05)
}
.cost-item:last-of-type{
  border-bottom:0
}
.cost-icon{
  flex:none;
  width:32px;
  height:32px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:18px;
  color:#666
}
.cost-icon.pink{
  color:var(--pink)
}
.cost-icon.blue{
  color:#2773d1
}
.cost-body{
  flex:1;
  min-width:0
}
.cost-body small{
  display:block;
  color:#8a8a8a;
  font-size:14px
}
.cost-body strong{
  display:block;
  font-size:16px;
  margin-top:2px
}
.cost-body em{
  display:block;
  font-style:normal;
  color:#9a9a9a;
  font-size:14px;
  margin-top:3px;
  line-height:1.4
}
.cost-item>b{
  flex:none;
  font-size:17px;
  font-weight:800
}
.cost-total{
  display:flex;
  justify-content:space-between;
  align-items:center;  
  margin-top:4px;
  padding:14px 0 12px;
  font-size:16px
}
.cost-total strong{
  font-size:19px
}
.card-section{
  margin-top:28px
}
.card-section h2{
  font-size:18px;
  margin-bottom:6px
}
.card-item{
  background:var(--soft);
  border-radius:14px;
  padding:12px 14px;
  border:0;
  margin-top:8px
}
.card-item .cost-icon{
  background:#fff
}
.badge-must{
  background:#fff0f3;
  color:#e0245e;
  font-size:14px;
  font-weight:800;
  padding:5px 10px;
  border-radius:8px
}
.unwritten{
  margin-top:30px
}
.unwritten h2{
  font-size:18px;
  margin-bottom:6px
}
.unwritten-lead{
  font-size:15px;
  color:#8a8a8a;
  line-height:1.6;
  margin-bottom:14px
}
.unwritten-cards{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px
}
.unwritten-card{
  background:var(--soft);
  border-radius:14px;
  padding:14px
}
.unwritten-card summary{
  display:flex;
  gap:12px;
  align-items:center;
  list-style:none;
  cursor:pointer
}
.unwritten-card summary::-webkit-details-marker{display:none}
.unwritten-card summary:focus-visible{
  outline:2px solid var(--pink);
  outline-offset:5px;
  border-radius:6px
}
.unwritten-chevron{
  flex:none;
  width:8px;
  height:8px;
  margin:0 3px;
  border-right:2px solid #888;
  border-bottom:2px solid #888;
  transform:rotate(45deg);
  transition:transform .2s ease
}
.unwritten-card[open] .unwritten-chevron{transform:rotate(225deg)}
@media(prefers-reduced-motion:reduce){
  .unwritten-chevron{transition:none}
}
.verdict-example{
  margin:16px 0;
  padding:18px;
  border-radius:16px;
  background:var(--soft)
}
.verdict-example small{color:#767676;font-size:13px}
.verdict-example strong{display:block;margin:8px 0;font-size:19px;line-height:1.5}
.verdict-example p{font-size:15px;line-height:1.6;color:#68636c}
.unwritten-card .unwritten-detail{margin:12px 0 0 46px}
.unwritten-icon{
  flex:none;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#fff;
  color:var(--pink);
  display:grid;
  place-items:center;
  box-shadow:0 1px 3px rgba(17,17,17,.06)
}
.check-icon{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round
}
.unwritten-body{
  flex:1;
  min-width:0;
  padding-top:1px
}
.unwritten-card strong{
  display:block;
  font-size:16px;
  line-height:1.45
}
.unwritten-card p{
  font-size:15px;
  color:#767676;
  margin-top:5px;
  line-height:1.65
}
.mark{
  font-weight:700;
  color:#111;
  background:linear-gradient(transparent 58%,rgba(246,50,153,.22) 58%);
  padding:0 1px;
  border-radius:2px
}
.badge.warn{
  background:#fff7e8;
  color:#906100
}
.badge.bad{
  background:#fff0f3;
  color:#b12f50
}
.share{
  display:grid;
  gap:4px;
  justify-items:center;
  margin-top:24px
}
.share .btn{
  width:100%
}
.toast{
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  padding:10px 20px;
  background:#111;
  color:#fff;
  border-radius:12px;
  opacity:0;
  pointer-events:none;
  z-index:10
}
.toast.is-show{
  opacity:1
}
.level-table{
  width:100%;
  border-collapse:collapse;
  font-size:14px
}
.level-table th,.level-table td{
  padding:12px 6px;
  border-bottom:1px solid var(--line);
  text-align:left
}
.result-footnote{
  font-size:14px;
  color:#999;
  padding-top:24px
}
@media(min-width:600px){
  .masthead{
    margin-top:24px;
    border-radius:20px 20px 0 0
  }
  .colophon{
    margin-bottom:24px;
    border-radius:0 0 20px 20px
  }
  .page{
    min-height:750px
  }
}
@media(max-width:359px){
  .hero h1{
    font-size:28px
  }
  .hero p{
    font-size:14px
  }
  .segments{
    gap:5px
  }
  .segments span{
    font-size:14px
  }
}
