@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');

:root {
  /* CLASSUP 디자인 시스템 (classup.io 실측) */
  --brand: #6c60f4;         /* 클래스업 보라 */
  --brand-dark: #5546e0;
  --brand-soft: #ece9ff;
  --cyan: #22c1a8;          /* 클래스업 시안 포인트 */
  --cyan-soft: #dff7f2;
  --salad: #1f9d63;         /* 샐러드 그린 */
  --salad-soft: #e6f6ed;
  --ink: #1c1c28;
  --muted: #6b6b7b;
  --line: #e7e7ef;
  --bg: #f6f6fb;
  --ok: #16a34a;
  --warn: #d97706;
  --danger: #dc2626;
  --card: #ffffff;
  --radius: 18px;
  --shadow: 0 6px 20px rgba(28, 28, 40, 0.07);
  --shadow-lg: 0 12px 34px rgba(76, 60, 200, 0.16);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--bg); color: var(--ink);
  -webkit-font-smoothing: antialiased; line-height: 1.55;
}
a { color: var(--brand-dark); text-decoration: none; }
.wrap { max-width: 720px; margin: 0 auto; padding: 0 16px 110px; }

/* 헤더 */
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(246,246,251,0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.topbar-in { max-width: 720px; margin: 0 auto; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.brand { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.brand { text-decoration: none; color: var(--ink); }
.brand .blogo { width: 30px; height: 30px; border-radius: 9px; display: block; box-shadow: 0 3px 10px rgba(108,96,244,.28); }
.brand .bwm { font-weight: 800; font-size: 18px; letter-spacing: -0.03em; color: var(--ink); }
.brand .bwm b { color: var(--brand); font-weight: 900; }
.brand .dot { width: 26px; height: 26px; border-radius: 9px; background: linear-gradient(135deg, #8b7ff7, var(--brand)); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; box-shadow: 0 3px 8px rgba(108,96,244,.35); }
.topbar .who { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.topbar .who b { color: var(--ink); }
.topbar .who .whoname { white-space: nowrap; }
.topbar .who .btn.sm { padding: 6px 11px; font-size: 12.5px; }
@media (max-width: 380px) { .topbar .who .whoname { display: none; } }

/* 히어로 */
.hero { position: relative; margin-top: 16px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); background: #2a2420; aspect-ratio: 16/10; max-height: 340px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.18) 40%, rgba(30,15,5,.78) 100%); }
.hero-in { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 22px 20px; color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.16); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 12.5px; font-weight: 700; padding: 5px 11px; border-radius: 999px; }
.hero-title { margin: 12px 0 4px; font-size: 30px; font-weight: 900; letter-spacing: -0.03em; line-height: 1.15; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-sub { margin: 0; font-size: 15px; font-weight: 500; color: rgba(255,255,255,.92); text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.hero-sub b { color: #d6d0ff; font-weight: 800; }
@media (max-width: 480px) { .hero-title { font-size: 25px; } .hero { max-height: 280px; } }

/* 안내 스트립(도시락/샐러드/가격) */
.usp { display: flex; gap: 8px; margin-top: 12px; }
.usp .u { flex: 1; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 10px 8px; text-align: center; box-shadow: var(--shadow); }
.usp .u .ue { font-size: 20px; }
.usp .u .ut { font-size: 12.5px; font-weight: 700; margin-top: 2px; }
.usp .u .us { font-size: 11px; color: var(--muted); }

/* 카드 */
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; margin-top: 14px; }
.card h2 { margin: 0 0 12px; font-size: 17px; letter-spacing: -0.02em; }
.notice { background: linear-gradient(135deg, #f0eeff, #ece9ff); border: 1px solid #d7d0ff; color: #40348f; border-radius: 14px; padding: 12px 14px; font-size: 14px; margin-top: 14px; white-space: pre-wrap; font-weight: 600; }

/* 버튼 */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 0; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 14.5px; padding: 9px 15px; border-radius: 12px; background: var(--brand); color: #fff; transition: filter .12s, transform .04s, box-shadow .12s; box-shadow: 0 4px 12px rgba(108,96,244,.28); }
.btn:hover { filter: brightness(1.04); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; }
.btn.sm { padding: 6px 12px; font-size: 13px; border-radius: 10px; box-shadow: none; }
.btn.ghost { background: #fff; color: var(--brand-dark); border: 1.5px solid #cfc8ff; box-shadow: none; }
.btn.gray { background: #edecf5; color: #5b5566; box-shadow: none; }
.btn.danger { background: #fff; color: var(--danger); border: 1px solid #f2c4c4; box-shadow: none; }
.btn.full { width: 100%; }
.btn.block { display: flex; width: 100%; }
/* 도시락/샐러드 선택 버튼 */
.btn.lunch { background: linear-gradient(135deg, #8b7ff7, var(--brand)); }
.btn.salad { background: linear-gradient(135deg, #34b877, var(--salad)); box-shadow: 0 4px 12px rgba(31,157,99,.28); }
.btn.pick { flex: 1; padding: 12px 10px; font-size: 14.5px; flex-direction: column; gap: 2px; line-height: 1.2; }
.btn.pick .pe { font-size: 18px; }
.btn.pick .pp { font-size: 11.5px; font-weight: 600; opacity: .92; }

/* 폼 */
label.fld { display: block; margin-top: 12px; font-size: 13px; color: var(--muted); font-weight: 700; }
input[type=text], input[type=tel], input[type=password], input[type=number], input[type=date], input[type=email], textarea, select {
  width: 100%; margin-top: 6px; padding: 14px 14px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 16px; background: #fff; color: var(--ink);
}
/* 이메일은 아이디·인증용이라 크게·또렷하게 */
input[type=email] { padding: 15px 15px; letter-spacing: 0.01em; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(108,96,244,.14); }
textarea { resize: vertical; min-height: 64px; }

/* 식단 카드 */
.menu-list { display: grid; gap: 16px; margin-top: 16px; }
.menu { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: box-shadow .15s, transform .15s; }
.menu:hover { box-shadow: var(--shadow-lg); }
.menu .photo { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #f3ece4; display: block; cursor: zoom-in; }
.menu .photo.empty { display: flex; align-items: center; justify-content: center; color: #c3b8aa; font-size: 14px; aspect-ratio: 16/5; cursor: default; background: repeating-linear-gradient(45deg,#faf4ee,#faf4ee 12px,#f5ede4 12px,#f5ede4 24px); }
.menu .body { padding: 15px 17px 17px; }
.menu .dline { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.menu .date { font-weight: 900; font-size: 18px; letter-spacing: -0.02em; }
.menu .wd { font-size: 13px; color: var(--muted); font-weight: 600; }
.menu .note { margin: 9px 0 12px; font-size: 13.5px; color: #5c5349; white-space: pre-wrap; line-height: 1.5; }
.menu .meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; color: var(--muted); align-items: center; margin-bottom: 13px; }
.menu .meta b { color: var(--brand-dark); }
.menu .price-tag { display: inline-flex; align-items: center; gap: 4px; background: var(--brand-soft); color: var(--brand-dark); font-weight: 800; font-size: 13px; padding: 3px 10px; border-radius: 999px; }
.row-actions { display: flex; gap: 8px; align-items: stretch; }

.pill { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 800; padding: 3px 10px; border-radius: 999px; background: #f2ede7; color: #7c7367; }
.pill.applied { background: #e6f6ed; color: var(--salad); }
.pill.closed { background: #eeecf3; color: #6b6675; }
.pill.paid { background: var(--brand-soft); color: var(--brand-dark); }
.pill.warn { background: #fef3e2; color: var(--warn); }

/* 탭 (가로로 넘칠 때만 양끝 그라데이션 그림자로 스크롤 가능 힌트) */
.tabs {
  display: flex; gap: 6px; padding: 5px; border-radius: 14px; margin-top: 16px;
  flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  background-color: #eeecfa;
  background-image:
    linear-gradient(to right, #eeecfa 32%, rgba(238,236,250,0)),
    linear-gradient(to left,  #eeecfa 32%, rgba(238,236,250,0)),
    linear-gradient(to right, rgba(108,96,244,.22), rgba(108,96,244,0)),
    linear-gradient(to left,  rgba(108,96,244,.22), rgba(108,96,244,0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-size: 34px 100%, 34px 100%, 15px 100%, 15px 100%;
  background-attachment: local, local, scroll, scroll;
}
.tabs::-webkit-scrollbar { height: 0; width: 0; }
.tabs button { flex: 1 0 auto; white-space: nowrap; scroll-snap-align: start; border: 0; background: transparent; padding: 10px; border-radius: 10px; font-family: inherit; font-weight: 700; font-size: 14px; color: var(--muted); cursor: pointer; transition: .12s; }
.tabs button.on { background: #fff; color: var(--brand-dark); box-shadow: var(--shadow); }

.muted { color: var(--muted); }
.small { font-size: 13px; }
.empty-note { text-align: center; color: var(--muted); padding: 40px 12px; font-size: 14px; }
.total-line { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-top: 1px dashed var(--line); font-size: 15px; gap: 8px; }
.total-line b { font-size: 18px; color: var(--brand-dark); }
.bank { background: #fbfbff; border: 1.5px dashed #cfc8ff; border-radius: 13px; padding: 13px 15px; font-size: 14px; white-space: pre-wrap; margin-top: 10px; }

/* 테이블(스태프 콘솔) */
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 10px 8px; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: 12px; font-weight: 800; }
td.center, th.center { text-align: center; }
td.right, th.right { text-align: right; }

/* 토스트 */
.toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%); background: #2b2740; color: #fff; padding: 12px 20px; border-radius: 999px; font-size: 14px; font-weight: 700; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; z-index: 100; box-shadow: var(--shadow-lg); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(-4px); }

/* 라이트박스 */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.85); display: none; align-items: center; justify-content: center; z-index: 200; padding: 20px; }
.lightbox.show { display: flex; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 12px; }

.link-btn { background: none; border: 0; color: var(--brand-dark); font-family: inherit; font-size: 14px; cursor: pointer; padding: 0; font-weight: 700; }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.hint { font-size: 13px; color: #565663; margin-top: 4px; line-height: 1.55; }
.req { display: inline-block; background: #fde8e8; color: var(--danger); font-size: 11.5px; font-weight: 800; padding: 1px 8px; border-radius: 999px; margin-left: 4px; vertical-align: 1px; }

/* ===== 랜딩 ===== */
.landing-hero { aspect-ratio: auto; max-height: none; }
.landing-hero .hero-in { position: relative; padding: 130px 22px 26px; }
.land-steps { display: grid; gap: 10px; margin-top: 16px; }
.land-steps .ls { background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 14px 16px; display: grid; grid-template-columns: 40px 1fr; align-items: center; row-gap: 2px; column-gap: 12px; }
.land-steps .ls .lse { grid-row: 1 / 3; font-size: 26px; text-align: center; }
.land-steps .ls b { font-size: 15px; }
.land-steps .ls span:not(.lse) { font-size: 13px; color: var(--muted); }
.land-menu { margin-top: 16px; }
.land-two { display: flex; gap: 12px; }
.land-two .lt { flex: 1; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); }
.land-two .lt img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.land-two .lt .lt-b { padding: 10px; text-align: center; }
.land-two .lt .lt-b b { font-size: 15px; }
.land-two .lt .lt-b span { display: block; font-size: 13px; color: var(--brand-dark); font-weight: 800; margin-top: 2px; }
.land-vendor .lv { padding: 10px 0; border-bottom: 1px solid var(--line); }
.land-vendor .lv:last-child { border-bottom: 0; }
hr.sep { border: 0; border-top: 1px solid var(--line); margin: 16px 0; }
code { background: var(--brand-soft); padding: 1px 6px; border-radius: 6px; font-size: 12px; color: var(--brand-dark); }

/* ===== 캘린더 식단 ===== */
.cal-head { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 20px 0 10px; }
.cal-title { font-size: 18px; font-weight: 900; letter-spacing: -0.02em; min-width: 130px; text-align: center; }
.cal-nav { width: 38px; height: 38px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--brand-dark); font-size: 20px; font-weight: 800; cursor: pointer; box-shadow: var(--shadow); }
.cal-nav:hover { background: var(--brand-soft); }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal .dow { text-align: center; font-size: 12px; font-weight: 800; color: var(--muted); padding: 4px 0 6px; }
.cal .dow.sun { color: #e0574f; } .cal .dow.sat { color: #3b82c4; }
.cal-cell { aspect-ratio: 1/1.15; border-radius: 13px; border: 1px solid transparent; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 6px 2px 4px; font-size: 13px; position: relative; background: transparent; }
.cal-cell .dnum { font-weight: 700; color: #b3a99c; font-size: 13px; }
.cal-cell.empty { visibility: hidden; }
.cal-cell.today .dnum { color: var(--brand-dark); }
.cal-cell.today { outline: 2px solid #c9c2ff; outline-offset: -2px; }
/* 메뉴 있는 날 = 신청 가능 */
.cal-cell.has { cursor: pointer; background: #fff; border-color: var(--line); box-shadow: var(--shadow); transition: transform .1s, box-shadow .12s; }
.cal-cell.has:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.cal-cell.has .dnum { color: var(--ink); }
.cal-cell .thumb { width: 30px; height: 30px; border-radius: 9px; object-fit: cover; margin-top: 3px; box-shadow: 0 2px 6px rgba(120,72,40,.18); }
.cal-cell .emoji { font-size: 20px; margin-top: 3px; line-height: 1; }
.cal-cell .cstat { font-size: 10px; font-weight: 800; margin-top: auto; padding-bottom: 1px; }
.cal-cell.applied { background: linear-gradient(180deg,#effaf3,#fff); border-color: #bfe8cf; }
.cal-cell.applied .cstat { color: var(--salad); }
.cal-cell.closed { opacity: .5; }
.cal-cell.closed .cstat { color: #9a9084; }
.cal-cell.has .cstat.go { color: var(--brand-dark); }
.cal-cell .dot { position: absolute; top: 6px; right: 7px; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.cal-cell.applied .dot { background: var(--salad); }
.cal-legend { display: flex; gap: 14px; justify-content: center; font-size: 12px; color: var(--muted); margin-top: 14px; align-items: center; }
.cal-legend .lg { display: inline-block; width: 11px; height: 11px; border-radius: 4px; margin-right: 4px; vertical-align: -1px; }
.lg-menu { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); } .lg-applied { background: #bfe8cf; } .lg-closed { background: #e6ded4; }

/* ===== 바텀시트(날짜 상세) ===== */
.sheet { position: fixed; inset: 0; z-index: 150; display: none; }
.sheet.show { display: block; }
.sheet-bg { position: absolute; inset: 0; background: rgba(30,15,5,.5); animation: fade .2s; }
.sheet-card { position: absolute; left: 0; right: 0; bottom: 0; background: var(--card); border-radius: 24px 24px 0 0; padding: 10px 18px calc(24px + env(safe-area-inset-bottom)); max-width: 720px; margin: 0 auto; box-shadow: 0 -10px 40px rgba(0,0,0,.2); animation: rise .26s cubic-bezier(.2,.8,.2,1); max-height: 90vh; overflow-y: auto; }
@keyframes rise { from { transform: translateY(100%); } to { transform: translateY(0); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.sheet-handle { width: 42px; height: 5px; border-radius: 3px; background: #e2d8cc; margin: 4px auto 12px; }
.sheet-hd { display: flex; align-items: baseline; gap: 8px; margin-bottom: 4px; }
.sheet-hd .sd { font-size: 21px; font-weight: 900; letter-spacing: -0.02em; }
.sheet-hd .wd { font-size: 14px; color: var(--muted); font-weight: 600; }
.sheet-hd .x { margin-left: auto; background: #f2ede7; border: 0; width: 32px; height: 32px; border-radius: 50%; font-size: 16px; cursor: pointer; color: #7c7367; }
.sheet-note { font-size: 14px; color: #5c5349; white-space: pre-wrap; line-height: 1.55; background: #faf5ef; border-radius: 13px; padding: 12px 14px; margin: 8px 0; }
.sheet-dl { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.sheet-dl b { color: var(--brand-dark); }
.choice { display: flex; gap: 10px; }
.choice-card { flex: 1; border: 2px solid var(--line); background: #fff; border-radius: 16px; overflow: hidden; cursor: pointer; padding: 0; text-align: center; transition: transform .1s, border-color .12s, box-shadow .12s; font-family: inherit; }
.choice-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.choice-card.lunch:hover { border-color: var(--brand); }
.choice-card.salad:hover { border-color: var(--salad); }
.choice-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.choice-card .cc { padding: 10px 8px 12px; }
.choice-card .cc b { font-size: 15px; }
.choice-card .cc .p { display: block; font-size: 13px; color: var(--brand-dark); font-weight: 800; margin-top: 2px; }
.choice-card.sel { border-color: var(--salad); }
.choice-card.sel::after { content: "✓ 신청함"; position: absolute; }
.sheet-applied { display: flex; align-items: center; gap: 10px; background: #effaf3; border: 1.5px solid #bfe8cf; border-radius: 14px; padding: 14px; margin: 6px 0 12px; }
.sheet-applied img { width: 54px; height: 54px; border-radius: 12px; object-fit: cover; }
.sheet-applied .sa-b { font-weight: 800; }
.sheet-applied .sa-s { font-size: 13px; color: var(--salad); font-weight: 700; }
.sheet-closed { text-align: center; color: var(--muted); padding: 18px; font-weight: 600; }
.min-warn { background: #fff6ee; border: 1.5px solid #ffd0a8; color: #a3421a; border-radius: 13px; padding: 12px 14px; font-size: 13px; line-height: 1.55; margin: 6px 0 12px; }
.min-warn.ok { background: #eefaf2; border-color: #bfe8cf; color: #1f7a4d; }
/* 수량 스텝퍼(주문) */
.qrow { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--line); border-radius: 15px; padding: 10px; margin-top: 10px; }
.qrow .qimg { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; flex: 0 0 auto; }
.qrow .qmid { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.qrow .qmid b { font-size: 15px; }
.qrow .qmid .qp { font-size: 13px; color: var(--brand-dark); font-weight: 700; }
.qstep { display: flex; align-items: center; gap: 10px; }
.qbtn { width: 34px; height: 34px; border-radius: 10px; border: 1.5px solid var(--line); background: #fff; font-size: 20px; font-weight: 800; color: var(--brand-dark); cursor: pointer; line-height: 1; }
.qbtn:hover:not(:disabled) { background: var(--brand-soft); }
.qbtn:disabled { opacity: .4; cursor: not-allowed; }
.qn { min-width: 22px; text-align: center; font-size: 17px; font-weight: 800; }
.ord-total { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; font-size: 15px; font-weight: 700; }
.ord-total b { font-size: 18px; color: var(--brand-dark); }

/* 서비스 정의(랜딩) */
.land-about { margin-top: 16px; }
.land-about p { font-size: 14px; color: #45454f; line-height: 1.65; margin: 6px 0 0; }
.land-about .land-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.land-about .land-tags span { font-size: 12.5px; font-weight: 700; color: var(--brand-dark); background: var(--brand-soft); border-radius: 999px; padding: 6px 12px; }
.land-about .land-tags span b { color: var(--brand); }

/* 업체 선택 피커 */
.vendor-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.vendor-pills button { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 15px; font-family: inherit; font-weight: 700; font-size: 13.5px; color: var(--muted); cursor: pointer; }
.vendor-pills button.on { border-color: var(--brand); color: var(--brand-dark); background: var(--brand-soft); }

/* ── 비밀번호 보기 토글(입력창 안) · 라인 아이콘 — 공유(애플 스타일) ── */
.pw-wrap { position: relative; }
.pw-wrap > input { width: 100%; padding-right: 44px; box-sizing: border-box; }
.pw-eye { position: absolute; top: 50%; right: 6px; transform: translateY(-50%); width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: transparent; border: 0; border-radius: 8px; cursor: pointer; color: #9a95a8; padding: 0; -webkit-tap-highlight-color: transparent; }
.pw-eye:hover { color: var(--brand, #6c60f4); background: rgba(108, 96, 244, .08); }
.pw-eye:focus-visible { outline: 2px solid var(--brand, #6c60f4); outline-offset: 1px; }
.pw-eye svg { width: 20px; height: 20px; display: block; }
/* 인라인 라인 아이콘: 텍스트/버튼과 광학 정렬 */
.ic { display: inline-block; vertical-align: -.18em; flex: 0 0 auto; }
.btn .ic, button .ic, h2 .ic, .tabs button .ic { vertical-align: -.16em; }
