*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{color:#fff;background:#000;width:100%;height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}button,input{font:inherit}.splash{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.splash-icon{object-fit:contain;width:150px;height:150px}.splash-full{object-fit:cover;width:100%;height:100%}.spinner{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.screen.dark{background:#212121;flex-direction:column;height:100%;min-height:100%;display:flex}.appbar{background:#303030;justify-content:center;align-items:center;min-height:56px;padding:14px 16px;display:flex;position:relative}.appbar h1{color:#fff;margin:0;font-size:20px;font-weight:700}.back-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:4px 12px;font-size:28px;line-height:1;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.content{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow:auto}.label{color:#fff;font-size:16px}.field{color:#fff;background:#424242;border:none;border-radius:12px;outline:none;width:100%;padding:14px 12px}.field::placeholder{color:#9e9e9e}.field-row{background:#424242;border-radius:12px;align-items:center;gap:4px;padding-right:4px;display:flex}.field-row .field{background:0 0}.icon-btn{cursor:pointer;background:0 0;border:none;padding:8px;font-size:20px}.btn-primary{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:8px;width:100%;padding:12px 32px;font-size:16px;font-weight:600}.btn-primary:active{opacity:.9}.card-btn{color:#fff;cursor:pointer;background:#424242;border:1px solid #616161;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:14px 12px;font-size:16px;display:flex}.open-icon{font-size:18px}.switch-row{color:#fff;justify-content:space-between;align-items:center;font-size:16px;display:flex}.switch{width:50px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background:#757575;border-radius:28px;transition:all .2s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:all .2s;position:absolute;bottom:3px;left:3px}.switch input:checked+.slider{background:#ff9800}.switch input:checked+.slider:before{transform:translate(22px)}.settings-body{padding-bottom:24px}.splash-upload-wrap{justify-content:center;margin-top:8px;display:flex}.splash-upload{cursor:pointer;background:#424242;border:1px solid #616161;border-radius:12px;width:180px;height:320px;padding:0;overflow:hidden}.splash-upload img{object-fit:cover;width:100%;height:100%;display:block}.upload-placeholder{color:#ffffffb3;white-space:pre-line;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;font-size:14px;display:flex}.footer-credit{text-align:center;color:#ffffffb3;margin-top:auto;font-size:14px;font-weight:500}.toast{color:#fff;z-index:50;background:#323232;border-radius:8px;padding:12px 20px;font-size:14px;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0006}.home{-webkit-user-select:none;user-select:none;background:#000;width:100%;height:100%;position:relative;overflow:hidden}.home-bg{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.settings-hotspot{cursor:pointer;z-index:2;background:0 0;border:none;width:120px;height:90px;margin-top:80px;position:absolute;top:0;left:50%;transform:translate(-50%)}.lock-hotspot{cursor:pointer;z-index:2;background:0 0;border:none;border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
