:root{
  --teal:#0ea5a0;
  --teal-l:#e6f7f7;
  --teal-d:#0c8a86;
  --teal-glow:rgba(14,165,160,0.12);
  --tx:#111827;
  --tx2:#4b5563;
  --tx3:#9ca3af;
  --link:#0f766e;
  --bd:#e5e7eb;
  --bd2:#f3f4f6;
  --bg:#ffffff;
  --bg2:#f9fafb;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 4px 16px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{
  font-family:'Plus Jakarta Sans',system-ui,sans-serif;
  background:var(--bg);color:var(--tx);
  -webkit-font-smoothing:antialiased;
  min-height:100vh;min-height:100svh;
}
a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.pg{
  display:flex;flex-direction:column;min-height:100vh;min-height:100svh;
  background:
    radial-gradient(ellipse 70% 50% at 15% 20%, rgba(14,165,160,.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 85% 80%, rgba(245,158,11,.04) 0%, transparent 60%),
    #fff;
}
.hd{flex-shrink:0}
.hd-in{
  max-width:900px;margin:0 auto;padding:14px 20px;
  display:flex;justify-content:space-between;align-items:center;
}
.pill{
  display:inline-flex;align-items:center;gap:7px;
  font-size:12px;font-weight:600;color:var(--teal-d);
  background:var(--teal-l);border:1px solid rgba(14,165,160,.2);
  border-radius:20px;padding:5px 12px;
}
.pildot{
  width:6px;height:6px;border-radius:50%;background:var(--teal);
  box-shadow:0 0 0 2px rgba(14,165,160,.25);
  animation:pulse 2.5s ease-in-out infinite;
}
@keyframes pulse{0%,100%{box-shadow:0 0 0 2px rgba(14,165,160,.25)}50%{box-shadow:0 0 0 4px rgba(14,165,160,.12)}}
.hd-r{display:flex;gap:4px}
.hdlink{
  font-size:13px;font-weight:500;color:var(--tx2);text-decoration:none;
  padding:6px 10px;border-radius:8px;transition:background .15s,color .15s;cursor:pointer;
}
.hdlink:hover{background:var(--bd2);color:var(--tx)}
.mid{flex:1;display:flex;flex-direction:column;width:100%;padding:0 16px 24px;min-height:0}
.serp-shell{width:100%;max-width:768px;margin:0 auto}
.search-brand{text-align:center;padding:8px 0 20px}
.search-brand a{display:inline-flex;align-items:center;justify-content:center}
.search-brand img{width:clamp(150px,42vw,220px);height:auto;object-fit:contain}
.sk-search-form{width:100%;max-width:584px;margin:0 auto 20px}
.sk-input-box{
  display:flex;align-items:center;gap:8px;
  border:1.5px solid var(--bd);border-radius:50px;background:#fff;
  height:50px;padding:0 8px 0 20px;box-shadow:var(--shadow-sm);
  transition:border-color .2s,box-shadow .2s;
}
.sk-input-box:hover{border-color:var(--teal);box-shadow:var(--shadow-md)}
.sk-input-box:focus-within{
  border-color:var(--teal);
  box-shadow:0 0 0 4px var(--teal-glow),var(--shadow-md);
}
.sk-input{
  flex:1;min-width:0;border:none;outline:none;background:transparent;
  font-size:16px;color:var(--tx);font-family:inherit;
}
.sk-input::placeholder{color:var(--tx3)}
.sk-search-btn{
  flex-shrink:0;width:40px;height:40px;border:none;border-radius:50%;
  background:var(--teal);color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 8px rgba(14,165,160,.35);
  transition:background .2s,transform .15s,box-shadow .2s;
}
.sk-search-btn:hover{background:var(--teal-d);box-shadow:0 4px 14px rgba(14,165,160,.45);transform:scale(1.06)}
.sk-search-btn:active{transform:scale(.95)}
.sk-search-btn svg{width:18px;height:18px;fill:currentColor}
.serp-meta{
  color:var(--tx3);font-size:12px;padding:0 0 12px;
  border-bottom:1px solid var(--bd2);margin-bottom:12px;
  line-height:1.45;
}
.serp-list{display:flex;flex-direction:column;gap:12px}
.sk-result{
  padding:14px 16px;border:1px solid var(--bd);border-radius:14px;background:#fff;
  box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s;
}
.sk-result:hover{border-color:#d1d5db;box-shadow:var(--shadow-md)}
.sk-result-url{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  font-size:12px;
  color:var(--tx2);
  margin-bottom:4px;
  line-height:1.35;
  word-break:break-all;
}
.sk-result-domain{
  color:var(--tx2);
  text-decoration:none;
}
.sk-result-domain:hover{
  text-decoration:underline;
}
.sk-result-title{
  display:block;font-size:16px;font-weight:600;color:var(--link);
  line-height:1.35;margin-bottom:4px;text-decoration:none;
}
.sk-result-title:hover{text-decoration:underline}
.sk-result.has-amp .sk-result-url .sk-result-amp{
  display:none;
  flex-shrink:0;
  line-height:0;
}
@media(max-width:768px){
  .sk-result.has-amp .sk-result-url .sk-result-amp{display:inline-flex}
}
.sk-result-amp-icon{
  display:block;
  width:12px;
  height:12px;
}
.sk-result-url .sk-result-amp:hover .sk-result-amp-icon circle{fill:#1d4ed8}
.sk-result-desc{
  font-size:13px;color:var(--tx3);line-height:1.5;margin-top:4px;
}
.serp-status{text-align:center;color:var(--tx3);font-size:13px;padding:14px 12px;min-height:24px}
.serp-status.is-loading{color:var(--teal-d);font-weight:500}
.serp-status.is-error{color:#dc2626}
.sk-blocked{
  --block:#dc2626;
  --block-d:#b91c1c;
  --block-l:#fef2f2;
  --block-bd:#fecaca;
  margin:12px 0 20px;
  animation:fadeUp .4s cubic-bezier(.16,1,.3,1) both;
}
.sk-blocked-card{
  text-align:center;
  padding:28px 22px 22px;
  border-radius:14px;
  border:1px solid var(--block-bd);
  background:#fff;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.sk-blocked-card::before{
  content:"";
  display:block;
  height:3px;
  margin:-28px -22px 24px;
  background:linear-gradient(90deg,#fca5a5,var(--block),#fca5a5);
}
.sk-blocked-icon{
  width:64px;height:64px;margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  border-radius:50%;
  background:var(--block-l);
  border:1px solid var(--block-bd);
  box-shadow:0 0 0 4px rgba(220,38,38,.06);
}
.sk-blocked-icon svg{display:block;stroke:var(--block-d)}
.sk-blocked-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--block-d);
  background:var(--block-l);
  border:1px solid var(--block-bd);
  border-radius:20px;
  padding:5px 12px;
  margin-bottom:18px;
}
.sk-blocked-badge::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--block);
  box-shadow:0 0 0 2px rgba(220,38,38,.12);
}
.sk-blocked-tips{
  text-align:left;
  margin:0 0 20px;
  padding:14px 16px;
  border-radius:12px;
  background:var(--block-l);
  border:1px solid var(--block-bd);
}
.sk-blocked-tips h3{
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:var(--block-d);
  margin:0 0 8px;
}
.sk-blocked-tips ul{
  margin:0;
  padding-left:18px;
  font-size:13px;
  line-height:1.6;
  color:#991b1b;
}
.sk-blocked-tips li{margin-bottom:6px}
.sk-blocked-tips li:last-child{margin-bottom:0}
.sk-blocked-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.sk-blocked-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  font-family:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:background .2s,border-color .2s,box-shadow .2s,transform .15s;
}
.sk-blocked-btn:active{transform:scale(.98)}
.sk-blocked-btn-primary{
  color:#fff;
  border:none;
  background:linear-gradient(135deg,#ef4444 0%,var(--block) 100%);
  box-shadow:0 2px 10px rgba(220,38,38,.2);
}
.sk-blocked-btn-primary:hover{
  background:linear-gradient(135deg,var(--block) 0%,var(--block-d) 100%);
  box-shadow:0 4px 14px rgba(220,38,38,.26);
}
.sk-blocked-btn-ghost{
  color:var(--block-d);
  background:#fff;
  border:1px solid var(--block-bd);
}
.sk-blocked-btn-ghost:hover{
  background:var(--block-l);
  border-color:#fca5a5;
}
.sk-pagination{
  padding:20px 0 36px;
  margin-top:4px;
}
.sk-pagination[hidden]{display:none}
.sk-pagination-inner{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px 4px;
}
.sk-page-nums{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:2px 4px;
}
.sk-page-num,
.sk-page-nav{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:36px;
  padding:0 10px;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  color:var(--link);
  text-decoration:none;
  line-height:1;
  transition:background .15s;
}
.sk-page-num:hover,
.sk-page-nav:not(.is-disabled):hover{
  background:rgba(37,99,235,.08);
  text-decoration:underline;
}
.sk-page-num.is-active{
  color:var(--tx);
  font-weight:700;
  background:transparent;
  text-decoration:underline;
  text-underline-offset:4px;
  cursor:default;
}
.sk-page-ellipsis{
  min-width:24px;
  text-align:center;
  color:var(--tx3);
  font-size:14px;
  user-select:none;
}
.sk-page-nav{
  min-width:auto;
  padding:0 12px;
  font-size:13px;
  color:var(--link);
}
.sk-page-nav.is-disabled{
  color:var(--tx3);
  opacity:.55;
  cursor:default;
  pointer-events:none;
}
@media(max-width:480px){
  .sk-page-nav.sk-page-prev,
  .sk-page-nav.sk-page-next{
    font-size:0;
    min-width:36px;
    padding:0;
  }
  .sk-page-nav.sk-page-prev::after{content:'‹';font-size:22px;line-height:1}
  .sk-page-nav.sk-page-next::after{content:'›';font-size:22px;line-height:1}
  .sk-page-num{min-width:34px;height:34px;font-size:13px}
}
.ft{
  flex-shrink:0;display:flex;align-items:center;justify-content:center;
  flex-wrap:wrap;gap:6px 12px;padding:14px 20px;font-size:12.5px;color:var(--tx3);
  border-top:1px solid var(--bd2);background:var(--bg2);margin-top:auto;
}
.ft a{color:var(--tx3);text-decoration:none;transition:color .15s;cursor:pointer}
.ft a:hover{color:var(--teal)}
.sep{opacity:.4}
.modal-overlay{
  display:none;position:fixed;inset:0;align-items:center;justify-content:center;
  padding:16px;background:rgba(17,24,39,.6);backdrop-filter:blur(4px);z-index:100;
}
.modal-content{
  background:#fff;width:100%;max-width:42rem;max-height:85vh;border-radius:1rem;
  box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;
  overflow:hidden;border:1px solid var(--bd2);
  animation:fadeUp .3s cubic-bezier(.16,1,.3,1) both;
}
.modal-hd{
  padding:16px 24px;border-bottom:1px solid var(--bd2);
  display:flex;justify-content:space-between;align-items:center;background:var(--bg2);
}
.modal-hd h2{font-size:18px;font-weight:700}
.modal-close{
  border:none;background:var(--bd2);width:32px;height:32px;border-radius:50%;
  cursor:pointer;font-size:20px;line-height:1;color:var(--tx2);
}
.modal-close:hover{background:#e5e7eb;color:var(--tx)}
.modal-body{
  padding:24px;font-size:14.5px;color:var(--tx2);line-height:1.6;
  overflow-y:auto;max-height:60vh;
}
.modal-body > p{margin-bottom:12px}
.modal-body > div{margin-bottom:16px}
.modal-body h3{font-size:14px;font-weight:600;color:var(--tx);margin:0 0 6px}
.modal-body ul{margin:0;padding-left:20px}
.modal-body li{margin-bottom:4px}
.modal-warn-box{
  background:rgba(254,242,242,.8);border:1px solid #fecaca;
  border-radius:12px;padding:16px;margin-bottom:16px;
}
.modal-warn-list{
  display:grid;grid-template-columns:1fr;gap:6px 16px;
  list-style:disc;padding-left:18px;margin:0;
  font-size:13px;font-weight:500;color:#b91c1c;
}
@media(min-width:480px){
  .modal-warn-list{grid-template-columns:1fr 1fr}
}
.modal-sign{margin-top:20px;padding-top:16px;border-top:1px solid var(--bd2)}
.modal-sign-name{font-weight:700;color:var(--tx);margin-top:4px}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:640px){
  .sk-input-box{height:54px}
  .sk-search-btn{width:44px;height:44px}
}
@media(max-width:768px){
  .serp-meta{font-size:11px;padding-bottom:10px;margin-bottom:10px}
  .serp-list{gap:10px}
  .sk-result{padding:12px 14px;border-radius:12px}
  .sk-result-url{font-size:11px;margin-bottom:3px}
  .sk-result-title{font-size:15px;line-height:1.32;margin-bottom:3px}
  .sk-result-desc{font-size:12px;line-height:1.45;margin-top:3px}
}
@media(max-width:480px){
  .sk-blocked-card{padding:26px 18px 20px}
  .sk-blocked-icon{width:64px;height:64px;margin-bottom:14px}
  .hd-in{padding:11px 14px}
  .pill{font-size:11px;padding:4px 10px}
  .hdlink{font-size:12px;padding:5px 8px}
  .mid{padding:0 14px 20px}
  .search-brand{padding:4px 0 16px}
  .search-brand img{width:clamp(140px,48vw,190px)}
  .sk-input-box{height:48px;padding:0 8px 0 18px}
  .sk-search-btn{width:38px;height:38px}
  .ft{padding:10px 14px;font-size:11px}
}
.sk-pwa-slot{flex-shrink:0;padding:0 14px 14px;background:var(--bg2)}
.sk-pwa-slot:empty{display:none;padding:0;background:transparent}
.sk-pwa-install{
  flex-shrink:0;
  animation:skPwaFadeIn .35s cubic-bezier(.16,1,.3,1) both;
}
.sk-pwa-install[hidden]{display:none}
.sk-pwa-install-card{
  position:relative;
  display:flex;align-items:center;gap:10px;
  padding:12px 12px 12px 6px;
  border-radius:18px;
  border:1px solid rgba(14,165,160,.22);
  background-color:#fff;
  background-image:
    radial-gradient(ellipse 110% 90% at -5% 110%, rgba(14,165,160,.14) 0%, transparent 58%),
    radial-gradient(ellipse 80% 70% at 105% -10%, rgba(14,165,160,.1) 0%, transparent 52%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80' preserveAspectRatio='none'%3E%3Cpath d='M0 42 C80 18 160 62 240 38 C320 14 360 48 400 30 L400 80 L0 80 Z' fill='%230ea5a0' fill-opacity='0.06'/%3E%3Cpath d='M0 58 C90 34 180 72 270 48 C330 32 370 56 400 44 L400 80 L0 80 Z' fill='%230ea5a0' fill-opacity='0.04'/%3E%3C/svg%3E");
  background-size:auto,auto,100% 72px;
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-position:0 0,100% 0,center bottom;
  box-shadow:
    0 8px 28px rgba(14,165,160,.14),
    0 2px 8px rgba(17,24,39,.06),
    inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
}
.sk-pwa-install-close{
  flex-shrink:0;
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;border:none;border-radius:50%;
  background:transparent;color:#64748b;cursor:pointer;padding:0;
  transition:background .15s,color .15s;
}
.sk-pwa-install-close:hover{background:rgba(14,165,160,.1);color:#0f766e}
.sk-pwa-install-icon{
  flex-shrink:0;
  width:48px;height:48px;border-radius:12px;
  overflow:hidden;
  box-shadow:0 4px 12px rgba(14,165,160,.25), inset 0 0 0 1px rgba(255,255,255,.5);
}
.sk-pwa-install-icon img{display:block;width:100%;height:100%;object-fit:cover}
.sk-pwa-install-text{min-width:0;flex:1;padding-right:4px}
.sk-pwa-install-title{
  display:block;font-size:15px;font-weight:700;line-height:1.25;
  color:#111827;letter-spacing:-.01em;
}
.sk-pwa-install-desc{
  margin:3px 0 0;font-size:12px;line-height:1.35;color:#64748b;
}
.sk-pwa-install-btn{
  flex-shrink:0;border:none;cursor:pointer;
  padding:10px 18px;border-radius:999px;
  background:linear-gradient(180deg,#12b5af 0%,#0a8f8a 100%);
  color:#fff;font-size:13px;font-weight:700;letter-spacing:.01em;
  box-shadow:0 4px 14px rgba(14,165,160,.4), inset 0 1px 0 rgba(255,255,255,.25);
  transition:transform .15s,box-shadow .15s,filter .15s;
}
.sk-pwa-install-btn:hover{
  filter:brightness(1.05);
  box-shadow:0 6px 18px rgba(14,165,160,.45), inset 0 1px 0 rgba(255,255,255,.3);
}
.sk-pwa-install-btn:active{transform:scale(.97)}
@keyframes skPwaFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
html.sk-home,
html.sk-home body{
  height:100%;
  max-height:100dvh;
  overflow:hidden;
}
html.sk-home .pg{
  height:100dvh;
  max-height:100dvh;
  min-height:0;
  overflow:hidden;
}
html.sk-home .mid{
  flex:1;
  min-height:0;
  justify-content:center;
  padding:0 16px;
  overflow:hidden;
}
html.sk-home .ft{margin-top:0}
.sk-index-cta{
  margin:14px 0 0;
  text-align:center;
}
.sk-index-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  color:var(--teal-d);
  background:var(--teal-l);
  border:1px solid rgba(14,165,160,.22);
  text-decoration:none;
  transition:background .15s,color .15s,box-shadow .15s;
}
.sk-index-cta a:hover{
  background:#dff5f4;
  box-shadow:0 2px 8px rgba(14,165,160,.12);
}
.sk-index-cta-serp{
  margin:12px auto 0;
  max-width:584px;
}
@media(max-width:480px){
  .sk-index-cta{margin-top:12px}
  .sk-index-cta a{font-size:11px;padding:6px 12px}
}
@media(max-width:480px){
  .sk-pwa-slot{padding:0 10px 10px}
  .sk-pwa-install-card{padding:10px 10px 10px 4px;gap:8px;border-radius:16px}
  .sk-pwa-install-icon{width:44px;height:44px;border-radius:10px}
  .sk-pwa-install-title{font-size:14px}
  .sk-pwa-install-desc{font-size:11px}
  .sk-pwa-install-btn{padding:9px 14px;font-size:12px}
  .sk-pwa-install-close{width:28px;height:28px}
}
