html{
  background: linear-gradient(180deg,#0c264e 0%,#0b0d0f 100%);
  --main-width: 720px;
  font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html[data-no-scroll="true"]{overflow:hidden}
html[data-no-touch="true"]{cursor:wait}
html[data-no-touch="true"] body{pointer-events:none}
html[data-no-touch="true"] body *{pointer-events:none !important}
body{padding:64px 0;text-align:center}
canvas{
  background:#fff;
  width:var(--main-width);
  aspect-ratio: 2400 / 2600;
  display:block;
  margin:auto;
  cursor:pointer;
  max-width:100%;
  border-radius:12px;
  box-shadow:0 10px 30px rgba(26,26,26,.08),0 2px 8px rgba(26,26,26,.06);
  transition:box-shadow .2s ease, transform .1s ease;
}
canvas:hover{box-shadow:0 12px 38px rgba(26,26,26,.12),0 4px 12px rgba(26,26,26,.08);transform:translateY(-1px)}
a{color:#333;text-decoration:none}
button{cursor:pointer}
.ctrl-box{max-width:var(--main-width);margin:0 auto;padding:10px 0}
.ui-btn{display:block;padding:16px 12px;border:2px solid #222;background:#fff;color:#222;font-size:18px;font-weight:600;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:all .15s ease}
.ui-btn:hover{background:#222;color:#fff}
.ui-btn.current{background:#222;color:#fff}
[data-show="false"]{display:none}
.ui-shadow{box-shadow:0 10px 30px rgba(26,26,26,.08),0 2px 8px rgba(26,26,26,.06)}
.search-box,.output-box{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}
.search-box[data-show="false"],.output-box[data-show="false"]{display:none !important}
.search-box .content,.output-box .content{background:#fff;border-radius:12px;max-width:var(--main-width);width:calc(100% - 40px);padding:12px;max-height:calc(100vh - 40px);overflow-y:auto;-webkit-overflow-scrolling:touch}
.search-head{display:flex;gap:8px;align-items:center;margin-bottom:8px}
.search-head input{flex:1;padding:10px 12px;border:2px solid #222;border-radius:10px}
.source-tabs{display:flex;gap:8px}
.search-head .ui-btn.tab{padding:10px 12px;font-size:14px;border-radius:10px}
.search-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
@media(min-width:768px){.search-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.search-grid{grid-template-columns:repeat(4,1fr)}}
.search-item{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fafafa}
.search-item img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}
.search-item h3{font-size:12px;padding:6px 8px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.foot{display:flex;gap:8px;margin-top:10px}
.foot .ui-btn{flex:1}
.output-box img{max-width:100%;border-radius:12px}
@media(max-width:768px){html{--main-width:min(92vw,720px);}body{padding:24px 0}}
