/* Naram Ziady portfolio — implemented from Naram Portfolio.dc.html */

@font-face {
  font-family: 'TS Hanazad';
  src: url('../fonts/behance-692441c098f56.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'A-OTF Kaisho';
  src: url('../fonts/A-OTF-Kaisho.otf') format('opentype');
  font-weight: 400 800;
  font-display: swap;
}

html, body { margin: 0; padding: 0; background: #F2EFE9; }
a { color: #0D99FF; text-decoration: none; }
a:hover { color: #0D99FF; text-decoration: underline; }
::selection { background: rgba(13,153,255,0.25); }

@keyframes cursorBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0.55; } }
@keyframes tagPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }
@keyframes magRise { from { opacity: 0; transform: translateY(46px); } to { opacity: 1; transform: none; } }

/* ---- splash ---- */
#splash {
  display: none; position: fixed; inset: 0; z-index: 100; background: #F2EFE9;
  flex-direction: column; align-items: center; justify-content: center; gap: 0;
  font-family: 'Space Mono', monospace; color: #141414; cursor: crosshair;
}
#splash .splash-line { font-size: 13px; letter-spacing: 0.03em; margin-bottom: 22px; text-align: center; padding: 0 20px; }
#splash .splash-track { width: 240px; height: 3px; background: rgba(20,20,20,0.12); border-radius: 2px; overflow: hidden; }
#splash-bar { width: 100%; height: 100%; background: #0D99FF; transform: translateX(-100%); will-change: transform; }
#splash-joke { font-size: 10px; opacity: 0.5; margin-top: 16px; min-height: 14px; }

/* ---- canvas ---- */
#canvas {
  position: relative; min-height: 100vh; background: #F2EFE9;
  background-image: radial-gradient(rgba(20,20,20,0.10) 1px, transparent 1.2px);
  background-size: 24px 24px; color: #141414;
  font-family: 'Space Mono', monospace; overflow-x: hidden; overflow-y: clip;
}

/* ---- top file chrome ---- */
.chrome { position: fixed; top: 16px; z-index: 50; display: flex; align-items: center; font-size: 11px; pointer-events: none; }
.chrome-left { left: 20px; gap: 10px; letter-spacing: 0.04em; }
.chrome-right { right: 20px; gap: 8px; }
.chrome-dot { display: inline-block; width: 10px; height: 10px; background: #0D99FF; border-radius: 2px; }
.chrome-save { width: 8px; height: 8px; border-radius: 50%; background: #C6F24E; border: 1px solid rgba(20,20,20,0.3); display: inline-block; }
.chrome-kbd { opacity: 0.4; margin-left: 8px; border: 1px solid rgba(20,20,20,0.2); border-radius: 4px; padding: 1px 6px; }

.kbd-hint { display: inline-block; }
html.m .kbd-hint { display: none !important; }

/* ---- shared bits ---- */
.eyebrow { margin: 0 0 10px; font-size: 11px; letter-spacing: 0.15em; opacity: 0.5; }
.h-display { margin: 0; font-family: 'Clash Display', sans-serif; font-weight: 600; letter-spacing: -0.01em; }
.kicker-blue { font-family: 'Space Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; color: #0D99FF; }

.pill-btn {
  border: 1.5px solid #141414; background: #FFFFFF; color: #141414;
  font-family: 'Space Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  box-shadow: 0 2px 0 rgba(20,20,20,0.85);
  transition: transform 0.3s cubic-bezier(0.22, 1.7, 0.36, 1);
}

/* hover behaviors (ported from style-hover attributes) */
.hov-lift:hover { transform: translateY(-2px); }
.hov-pop:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 #141414 !important; }
.hov-pop-rot:hover { transform: translate(-2px, -2px) rotate(-1deg); box-shadow: 7px 7px 0 #141414 !important; }
.hov-scale:hover { transform: scale(1.05); }
.hov-op1:hover { opacity: 1 !important; }
.hov-blue:hover { border-color: #0D99FF !important; color: #0D99FF !important; text-decoration: none; }
.hov-perm:hover { background: rgba(13,153,255,0.1) !important; opacity: 1 !important; }

/* ---- hero ---- */
#hero { position: relative; min-height: 50vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#name-box {
  position: relative; padding: 2.5vw 3vw; cursor: grab; touch-action: none;
  user-select: none; will-change: transform; z-index: 10;
}
.sel-box { position: absolute; inset: 0; border: 1.5px solid #0D99FF; pointer-events: none; }
.sel-handle { position: absolute; width: 10px; height: 10px; background: #fff; border: 1.5px solid #0D99FF; pointer-events: auto; }
#name-dims {
  position: absolute; top: -26px; right: 0; background: #0D99FF; color: #fff;
  font-size: 10px; padding: 2px 7px; border-radius: 2px; white-space: nowrap;
  font-family: 'Space Mono', monospace;
}
#name-h1 {
  margin: 0; font-family: 'Clash Display', sans-serif; font-weight: 600;
  font-size: min(4.5vw, 5vh); line-height: 1.3; letter-spacing: -0.01em; max-width: 28ch;
}
.scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: 10px; opacity: 0.45; letter-spacing: 0.15em; }

.sticker {
  position: absolute; z-index: 20; cursor: grab; touch-action: none; user-select: none;
  color: #141414; font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  box-shadow: 0 2px 0 rgba(20,20,20,0.85); border: 1.5px solid #141414; will-change: transform;
}

/* ---- works ---- */
#work-section { position: relative; margin: 0 auto; padding: 50px 32px 120px; display: flex; flex-direction: column; gap: 110px; }
#works-grid { display: grid; grid-auto-rows: 1fr; }
.frame-wrap { display: flex; flex-direction: column; transition: transform 0.9s cubic-bezier(0.22, 1.35, 0.36, 1), opacity 0.7s ease; }
.frame-label { font-size: 11px; letter-spacing: 0.06em; margin-bottom: 8px; opacity: 0.65; }
.card-frame {
  position: relative; flex: 1; display: flex; flex-direction: column; cursor: pointer;
  background: #FFFFFF; border-radius: 4px;
  box-shadow: 0 12px 40px rgba(20,20,20,0.10), 0 2px 8px rgba(20,20,20,0.06);
  transition: transform 0.45s cubic-bezier(0.22, 1.6, 0.36, 1), box-shadow 0.45s ease, outline-color 0.2s ease;
  outline: 1.5px solid transparent; outline-offset: 4px;
}
.card-frame:hover {
  transform: translateY(-8px); outline-color: #0D99FF;
  box-shadow: 0 24px 60px rgba(20,20,20,0.14), 0 4px 12px rgba(20,20,20,0.06);
}
.card-frame img.cover {
  width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; object-position: center top;
  border-radius: 4px 4px 0 0; display: block; background: #F7F5F0;
}
.card-frame .card-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 22px 26px 24px; flex-wrap: wrap; }
.card-frame h3 { margin: 0 0 6px; font-family: 'Clash Display', sans-serif; font-weight: 600; font-size: 24px; }
.card-frame .card-desc { margin: 0; font-size: 12px; opacity: 0.6; max-width: 52ch; }
.card-frame .card-tag { font-size: 11px; color: #0D99FF; white-space: nowrap; }

/* ---- about teaser ---- */
#about-teaser { display: block; max-width: 1100px; margin: 0 auto; padding: 40px 32px 110px; }
.polaroid { background: #FFFFFF; border: 1px solid rgba(20,20,20,0.25); box-shadow: 0 10px 26px rgba(20,20,20,0.12); position: relative; }
.tape {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-4deg);
  width: 74px; height: 20px; background: rgba(242,239,233,0.85); border: 1px solid rgba(20,20,20,0.1);
}
.pol-cap { font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 0.08em; opacity: 0.6; padding-top: 8px; text-align: center; }

/* ---- about board ---- */
#about-board { display: none; position: relative; min-height: 100vh; padding: 90px 24px 70px; box-sizing: border-box; }
.about-desktop { position: relative; width: 100%; }
#about-canvas { position: relative; height: 2040px; width: 1240px; transform-origin: 0 0; }
html.m .about-desktop { display: none; }
html:not(.m) .about-mobile { display: none; }
.about-mobile { display: flex; flex-direction: column; gap: 26px; max-width: 420px; margin: 0 auto; }

.board-tag {
  position: absolute; z-index: 0; font-family: 'Space Mono', monospace; font-size: 10px;
  font-weight: 700; letter-spacing: 0.2em; opacity: 0.45; pointer-events: none;
}
.mood { position: absolute; cursor: grab; touch-action: none; user-select: none; will-change: transform; }
.note-card { background: #FBF9F3; border: 1px solid rgba(20,20,20,0.55); border-radius: 6px; box-shadow: 0 2px 0 rgba(20,20,20,0.12); }
.ticket { background: #FBF9F3; border: 1.5px solid #141414; overflow: hidden; box-shadow: 4px 4px 0 rgba(20,20,20,0.12); }
.tik-eyebrow { font-family: 'Space Mono', monospace; font-size: 8px; font-weight: 700; letter-spacing: 0.22em; opacity: 0.55; }
.tik-title { font-family: 'Clash Display', sans-serif; font-weight: 600; letter-spacing: 0.02em; margin-top: 4px; }
.tik-stub { flex: none; border-left: 2px dashed rgba(20,20,20,0.45); display: flex; align-items: center; justify-content: center; background: #F3E7C3; }
.tik-vert { font-family: 'Space Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; writing-mode: vertical-rl; }
.barcode { background: repeating-linear-gradient(90deg, #141414 0 2px, transparent 2px 5px, #141414 5px 6px, transparent 6px 10px, #141414 10px 13px, transparent 13px 16px); }
.lang-pill {
  position: absolute; z-index: 6; border: 1.5px solid #141414; border-radius: 999px; padding: 8px 14px;
  font-family: 'Space Mono', monospace; font-weight: 700; box-shadow: 0 2px 0 rgba(20,20,20,0.85);
}
.board-badge {
  position: absolute; z-index: 3; background: #0D99FF; color: #FFFFFF;
  font-family: 'Space Mono', monospace; font-size: 9px; font-weight: 700; letter-spacing: 0.14em;
  padding: 4px 10px; box-shadow: 2px 2px 0 rgba(20,20,20,0.2);
}
.film-perf { height: 10px; background: repeating-linear-gradient(90deg, transparent 0 7px, #F2EFE9 7px 13px, transparent 13px 20px); }
.film-num { position: absolute; bottom: 3px; right: 5px; font-family: 'Space Mono', monospace; font-size: 8px; color: #F2EFE9; opacity: 0.8; }
.photo-card { background: #FFFFFF; padding: 7px 7px 20px; border: 1px solid rgba(20,20,20,0.25); box-shadow: 0 6px 16px rgba(20,20,20,0.12); }
.photo-frame { flex: 1; background: #FFFFFF; padding: 12px 12px 13.5px; border: 1px solid rgba(20,20,20,0.25); box-shadow: 0 6px 16px rgba(20,20,20,0.12); }
.hike-cap { font-family: 'Space Mono', monospace; font-size: 12.75px; letter-spacing: 0.06em; opacity: 0.65; padding-top: 9px; text-align: center; }
.hold { position: absolute; z-index: 6; cursor: grab; touch-action: none; user-select: none; will-change: transform; }
.slot-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- journal cover ---- */
#journal-cover-sec { display: none; position: fixed; inset: 0; z-index: 10; overflow: hidden; background: #FFFFFF; }
.journal-kanji {
  position: absolute; left: 29px; top: 557px; transform: translateY(-50%); width: 1.16em;
  font-family: 'A-OTF Kaisho', 'Hiragino Mincho ProN', serif; font-weight: 800;
  font-size: min(41vw, 60vh); line-height: 0.86; letter-spacing: 0.01em;
  color: #FFF2F2; user-select: none; pointer-events: none;
}

/* ---- contact ---- */
#contact { display: block; max-width: 1100px; margin: 0 auto; padding: 40px 32px 180px; text-align: center; }

/* ---- overlay (case study) ---- */
#overlay {
  display: none; position: fixed; inset: 0; z-index: 70; background: #FFFFFF;
  flex-direction: column; will-change: transform, opacity;
  box-shadow: 0 24px 80px rgba(20,20,20,0.25); cursor: auto;
  font-family: 'Space Mono', monospace; color: #141414;
}
.overlay-top {
  flex: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 20px; border-bottom: 1px solid rgba(20,20,20,0.08); font-size: 11px;
}
.back-btn {
  border: 1px solid rgba(20,20,20,0.2); background: transparent; color: #141414;
  font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.04em;
  padding: 8px 14px; border-radius: 6px; cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.22, 1.6, 0.36, 1), border-color 0.2s ease;
}
.back-btn:hover { border-color: #0D99FF; color: #0D99FF; transform: translateY(-2px); }
#overlay-body { flex: 1; overflow-y: auto; padding: 48px 300px 100px 48px; }
html.m #overlay-body { padding: 28px 20px 40px; }
#overlay-col { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
#props-panel {
  display: block; position: absolute; top: 76px; right: 24px; width: 220px; flex: none;
  background: #FFFFFF; border: 1px solid rgba(20,20,20,0.1); border-radius: 6px;
  box-shadow: 0 10px 30px rgba(20,20,20,0.12); overflow: hidden; font-size: 11px;
}
html.m #props-panel { display: none; }
.props-head { padding: 10px 14px; border-bottom: 1px solid rgba(20,20,20,0.08); font-weight: 700; letter-spacing: 0.08em; }
.props-row { display: flex; flex-direction: column; gap: 4px; padding: 10px 14px; border-bottom: 1px solid rgba(20,20,20,0.04); }
.props-row .k { opacity: 0.5; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; }
.props-row .v { line-height: 1.4; }
#props-inline { display: none; background: #FFFFFF; border: 1px solid rgba(20,20,20,0.1); border-radius: 6px; overflow: hidden; font-size: 11px; }
html.m #props-inline { display: block; }

/* overlay blocks */
.b-head { border-top: 1px solid rgba(20,20,20,0.1); padding-top: 26px; margin-top: 20px; display: flex; gap: 14px; align-items: baseline; }
.b-head .kicker { font-size: 11px; letter-spacing: 0.1em; flex: none; }
.b-head h3 { margin: 0; font-family: 'Clash Display', sans-serif; font-weight: 600; font-size: 28px; letter-spacing: -0.01em; }
.b-sub { margin: 14px 0 0; font-family: 'Clash Display', sans-serif; font-weight: 600; font-size: 20px; }
.b-text { margin: 0; font-size: 14px; line-height: 1.75; opacity: 0.85; }
.b-quote { margin: 8px 0; padding: 4px 0 4px 20px; border-left: 3px solid #0D99FF; font-family: 'Clash Display', sans-serif; font-size: 23px; line-height: 1.35; font-weight: 500; }
.b-img { width: 100%; display: block; border-radius: 6px; border: 1px solid rgba(20,20,20,0.08); background: #F7F5F0; }
.b-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.b-band { color: #FFFFFF; border-radius: 10px; padding: 26px 30px; margin: 8px 0; }
.b-band p { margin: 0; font-family: 'Clash Display', sans-serif; font-weight: 600; font-size: 23px; line-height: 1.35; }
.b-embed { width: 100%; max-width: 420px; margin: 4px auto; aspect-ratio: 390 / 844; border-radius: 16px; overflow: hidden; border: 1px solid rgba(20,20,20,0.12); box-shadow: 0 12px 30px rgba(20,20,20,0.12); }
.b-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.b-steps { display: flex; flex-direction: column; }
.b-step { display: flex; gap: 16px; }
.b-step .n-col { flex: none; display: flex; flex-direction: column; align-items: center; }
.b-step .n {
  width: 28px; height: 28px; border-radius: 999px; color: #FFFFFF; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.b-step .rail { flex: 1; width: 2px; background: rgba(20,20,20,0.12); margin: 4px 0; }
.b-step .t { font-weight: 700; font-size: 14px; margin: 5px 0 4px; }
.b-step p { margin: 0; font-size: 13px; line-height: 1.65; opacity: 0.7; padding-bottom: 20px; }
.b-duo { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.b-duo-panel { border-radius: 10px; padding: 20px 22px; }
.b-duo-panel .label { font-size: 10.5px; letter-spacing: 0.12em; font-weight: 700; text-transform: uppercase; opacity: 0.75; margin-bottom: 12px; }
.b-duo-panel .item .t { font-size: 13px; font-weight: 700; }
.b-duo-panel .item .d { font-size: 12px; line-height: 1.6; opacity: 0.8; }
.b-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.b-card { border: 1px solid rgba(20,20,20,0.12); border-radius: 6px; padding: 14px 16px; background: #FAF8F4; }
.b-card .n { font-size: 10px; letter-spacing: 0.1em; min-height: 14px; }
.b-card .t { font-size: 13px; font-weight: 700; margin: 4px 0 6px; }
.b-card .d { font-size: 12px; line-height: 1.6; opacity: 0.65; }
.b-stats { display: flex; flex-direction: column; gap: 10px; }
.b-stat { display: flex; gap: 18px; align-items: baseline; border: 1px solid rgba(20,20,20,0.12); border-radius: 6px; padding: 14px 18px; }
.b-stat .v { font-family: 'Clash Display', sans-serif; font-weight: 600; font-size: 26px; white-space: nowrap; }
.b-stat .l { font-size: 12px; line-height: 1.6; opacity: 0.75; }
.b-fromto { display: flex; flex-direction: column; gap: 10px; background: #FAF8F4; border: 1px solid rgba(20,20,20,0.1); border-radius: 6px; padding: 16px 18px; }
.b-fromto .row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: 13px; }
.b-fromto .from { opacity: 0.45; text-decoration: line-through; }
.b-fromto .arrow { font-weight: 700; }
.b-fromto .to { font-weight: 700; }
.b-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.b-chips span { font-size: 11px; border: 1px solid rgba(20,20,20,0.2); border-radius: 999px; padding: 5px 12px; }
.b-list { margin: 0; padding-left: 20px; font-size: 13px; line-height: 1.95; }
.b-ph { border: 1.5px dashed #0D99FF; border-radius: 6px; padding: 14px 18px; background: rgba(13,153,255,0.04); }
.b-ph .tag { font-size: 11px; font-weight: 700; color: #0D99FF; letter-spacing: 0.08em; margin-bottom: 6px; }
.b-ph p { margin: 0; font-size: 12px; line-height: 1.65; opacity: 0.75; }
.b-code { background: rgba(20,20,20,0.05); border-radius: 6px; padding: 14px 18px; font-size: 12px; line-height: 1.9; overflow-x: auto; }
.b-code div { white-space: pre-wrap; }
.b-video { width: 100%; display: block; border-radius: 6px; border: 1px solid rgba(20,20,20,0.08); background: #F7F5F0; }

/* ---- toolbar ---- */
#toolbar {
  position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 55;
  display: flex; gap: 4px; background: #FFFFFF; border: 1px solid rgba(20,20,20,0.1);
  border-radius: 10px; padding: 6px; box-shadow: 0 10px 30px rgba(20,20,20,0.15);
}
.tool-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  min-width: 58px; min-height: 44px; padding: 7px 10px; border: none; border-radius: 7px;
  font-family: 'Space Mono', monospace; font-size: 9px; letter-spacing: 0.08em; cursor: pointer;
  transition: transform 0.25s cubic-bezier(0.22, 1.6, 0.36, 1);
}
.tool-btn:hover { transform: translateY(-2px); }
.tool-btn .ico { font-size: 15px; line-height: 1; }
html.m .tool-btn { min-width: 44px; padding: 7px 8px; }
#fetch-btn {
  display: none; align-items: center; justify-content: center; min-width: 44px; min-height: 44px;
  border: none; border-radius: 7px; background: transparent; cursor: pointer; font-size: 15px;
}
html.m #fetch-btn { display: flex; }

/* ---- modals ---- */
.modal-backdrop {
  display: none; position: fixed; inset: 0; z-index: 80; background: rgba(20,20,20,0.35);
  justify-content: center; padding: 20px; font-family: 'Space Mono', monospace; color: #141414;
}
#pal-backdrop { z-index: 85; background: rgba(20,20,20,0.3); }
.pal-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 18px; font-size: 12px; cursor: pointer; }
.pal-row:hover { background: rgba(13,153,255,0.08) !important; }
.pal-row .hint { font-size: 10px; opacity: 0.4; }

/* ---- toast / confetti ---- */
#toast {
  display: none; position: fixed; bottom: 92px; left: 50%; z-index: 95;
  background: #141414; color: #F2EFE9; font-family: 'Space Mono', monospace; font-size: 11px; letter-spacing: 0.03em;
  padding: 10px 18px; border-radius: 6px; box-shadow: 0 10px 30px rgba(20,20,20,0.3);
  white-space: nowrap; pointer-events: none; will-change: transform, opacity;
}
#confetti { position: fixed; inset: 0; z-index: 90; pointer-events: none; display: none; }

/* ---- suki ---- */
#suki-wrap { position: fixed; top: 0; left: 0; z-index: 58; pointer-events: none; display: block; will-change: transform; }
html.m #suki-wrap { display: none; }
#suki-img { height: 64px; width: auto; display: block; image-rendering: pixelated; pointer-events: auto; cursor: pointer; transform-origin: 50% 100%; }
#suki-zzz { display: none; position: absolute; top: -16px; right: -8px; font-family: 'Space Mono', monospace; font-size: 12px; font-weight: 700; color: #FF6B35; }
#suki-bubble {
  display: none; position: fixed; left: 0; top: 0; z-index: 68; pointer-events: none;
  background: #FF6B35; color: #fff; font-family: 'Space Mono', monospace; font-size: 11px; line-height: 1.5;
  padding: 8px 16px; border-radius: 999px; max-width: 260px;
  box-shadow: 0 8px 24px rgba(255,107,53,0.35); transform-origin: bottom left; will-change: transform, opacity;
}
.tip-pin {
  display: none; position: fixed; left: 0; top: 0; z-index: 56; width: 26px; height: 26px;
  border: 1.5px solid #fff; border-radius: 14px 14px 14px 2px; background: #FF6B35; color: #fff;
  font-size: 12px; line-height: 1; cursor: pointer; box-shadow: 0 4px 12px rgba(20,20,20,0.25); padding: 0;
}
#fetch-box {
  display: none; position: fixed; left: 0; top: 0; z-index: 69; background: #FFFFFF;
  border: 1.5px solid #141414; border-radius: 999px; box-shadow: 0 10px 30px rgba(20,20,20,0.2);
  padding: 6px 8px 6px 16px;
}
#fetch-input { border: none; outline: none; background: transparent; font-family: 'Space Mono', monospace; font-size: 12px; width: 150px; color: #141414; }
#suki-bar { position: fixed; bottom: 24px; left: 20px; z-index: 56; display: flex; align-items: center; gap: 8px; }
html.m #suki-bar { display: none; }
#suki-toggle {
  border: 1.5px solid #141414; background: #FFFFFF; color: #141414;
  font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.05em;
  padding: 6px 10px; border-radius: 999px; cursor: pointer; display: flex; align-items: center; gap: 6px;
  box-shadow: 0 2px 0 rgba(20,20,20,0.85); transition: transform 0.3s cubic-bezier(0.22, 1.6, 0.36, 1);
}
#suki-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(20,20,20,0.25); display: inline-block; }
#ask-suki {
  display: none; border: 1.5px solid #141414; background: #FF6B35; color: #fff;
  font-family: 'Space Mono', monospace; font-size: 10px; font-weight: 700; letter-spacing: 0.05em;
  padding: 7px 12px; border-radius: 999px; cursor: pointer; align-items: center; gap: 6px;
  box-shadow: 0 2px 0 rgba(20,20,20,0.85); transition: transform 0.3s cubic-bezier(0.22, 1.6, 0.36, 1);
}
