*{box-sizing:border-box}html,body{height:100%;margin:0}body{color:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}#app{min-height:100vh;position:relative}#bg{z-index:-2;background-color:#05060a;background-position:50%;background-size:cover;transition:background-image .6s;position:fixed;inset:0}#overlay{z-index:-1;background:linear-gradient(#00000040 0%,#0000001a 45%,#0006 100%);position:fixed;inset:0}.center-stage{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;padding:1.5rem;display:flex}.title{text-shadow:0 2px 12px #00000080;max-width:600px;margin:0;font-size:1.6rem;font-weight:600}.search-bar{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:20px;align-items:center;gap:.4rem;min-width:420px;padding:.5rem .6rem;display:flex}.search-bar select{color:#f5f5f7;cursor:pointer;background:#ffffff1a;border:none;border-radius:20px;outline:none;padding:.4rem .5rem;font-size:.85rem}.search-bar select option{color:#111}.search-bar input[type=text]{color:#f5f5f7;background:0 0;border:none;outline:none;flex:1;padding:.4rem .3rem;font-size:.95rem}#engine-select{appearance:none;border-radius:20px}.search-bar input[type=text]::placeholder{color:#f5f5f799}.search-bar button{color:#f5f5f7;cursor:pointer;background:#ffffff24;border:1px solid #fff3;border-radius:20%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.search-bar button:hover{background:#ffffff42}.date-corner{z-index:2;position:fixed;bottom:1.25rem;right:1.25rem}.date-corner input[type=date]{-webkit-backdrop-filter:blur(16px);color:#f5f5f7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px;padding:.4rem .6rem;font-size:.8rem}@media (width<=480px){.title{font-size:1.25rem}.search-bar{min-width:unset;width:100%}}body.bg-loading #bg{filter:blur(20px)brightness(.4)}body.bg-loading .title:after{content:"";vertical-align:middle;border:2px solid #f5f5f74d;border-top-color:#f5f5f7;border-radius:50%;width:14px;height:14px;margin-left:.5rem;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}a{color:inherit;text-decoration:none}.shortcuts{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:520px;margin-top:1rem;display:flex}.shortcut{flex-direction:column;align-items:center;gap:.45rem;width:64px;display:flex;position:relative}.shortcut a{flex-direction:column;align-items:center;gap:.45rem;width:100%;display:flex}.shortcut-icon{-webkit-backdrop-filter:blur(12px);background:#ffffff24;border:1px solid #ffffff26;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,transform .15s;display:flex;overflow:hidden}.shortcut-icon img{border-radius:4px;width:26px;height:26px}.shortcut a:hover .shortcut-icon{background:#ffffff3d;transform:translateY(-2px)}.shortcut span{color:#f5f5f7;text-shadow:0 1px 4px #0009;white-space:nowrap;text-overflow:ellipsis;max-width:64px;font-size:.72rem;font-weight:500;overflow:hidden}.remove-shortcut{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:.65rem;line-height:1;display:none;position:absolute;top:-4px;right:2px}.shortcut:hover .remove-shortcut{display:flex}.add-shortcut .shortcut-icon{color:#f5f5f78c;background:#ffffff0f;border-style:dashed;font-size:1.4rem}.add-shortcut span{color:#f5f5f7b3}
