*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue:#007aff;--green:#34c759;--red:#ff3b30;--yellow:#ff9500;--accent:#007aff;--r-card:16px;--r-input:12px;--r-pill:50px;--radius:16px;--radius-sm:12px}[data-theme=dark]{--bg:#1c1c1e;--surface:#2c2c2eeb;--surface2:#3a3a3c;--border:#ffffff1a;--sep:#ffffff0f;--text:#fff;--text2:#ebebf5cc;--text3:#ebebf54d;--shadow:0 8px 40px #0000008c;--shadow-sm:0 2px 14px #00000059;--nav-bg:#1c1c1ed1;--bg2:#2c2c2e;--bg3:#3a3a3c}[data-theme=light]{--bg:#f2f2f7;--surface:#ffffffe0;--surface2:#f2f2f7;--border:#0000001a;--sep:#0000000d;--text:#000;--text2:#3c3c4399;--text3:#3c3c434d;--shadow:0 4px 28px #00000017;--shadow-sm:0 2px 10px #0000000f;--nav-bg:#f2f2f7d1;--bg2:#fff;--bg3:#f2f2f7}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Helvetica Neue,Arial,sans-serif;transition:background .25s,color .25s}input,button,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none}.glass{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%)}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(6px)saturate(150%);backdrop-filter:blur(6px)saturate(150%);background:#0000008c;justify-content:center;align-items:flex-end;animation:.2s modal-backdrop-in;display:flex;position:fixed;inset:0}.modal-sheet{background:var(--bg);border-radius:20px 20px 0 0;flex-direction:column;width:100%;min-height:85vh;max-height:92vh;animation:.32s cubic-bezier(.32,.72,0,1) modal-slide-up;display:flex;position:relative;overflow:hidden}.modal-header{border-bottom:1px solid var(--sep);background:var(--bg);z-index:1;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}@media (width>=600px){.modal-backdrop{align-items:center;padding:16px}.modal-sheet{border-radius:20px;width:100%;max-width:680px;min-height:600px;max-height:90vh;animation:.26s cubic-bezier(.32,.72,0,1) modal-slide-up}}[data-theme=dark] option{color:#fff;background:#1c1c1e}[data-theme=light] option{color:#000;background:#f2f2f7}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}nav,.card,input,select,textarea,button{transition:background-color .25s,border-color .25s,color .2s}
