:root{--purple: #6e5cff;--purple-2: #8b5cf6;--ink: #121529;--muted: #68708a;--line: rgba(31, 38, 74, .1);--bg: #eef0f8;--sheet: #fff;--red: #f04f7a;--green: #19b783}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}.sheet{max-width:768px;min-height:100dvh;margin:0 auto;background:var(--sheet);box-shadow:0 0 0 1px var(--line),0 24px 80px #48498e1f;padding:16px 16px 48px;overflow:auto}.head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.tabs{display:flex;background:#f3f4fb;border-radius:12px;padding:3px}.tabs button{border:0;background:transparent;padding:8px 14px;border-radius:10px;font-weight:700;color:var(--muted)}.tabs button.on{background:#fff;color:var(--ink);box-shadow:0 4px 12px #48498e1f}.text-btn,.linkish{border:0;background:none;color:var(--purple);font-weight:700;padding:0}.brand-row{display:flex;align-items:center;gap:10px;font-size:20px;letter-spacing:-.04em}.brand-mark{width:32px;height:32px;border-radius:11px;background:linear-gradient(145deg,#4b80ff,#755bff);display:inline-block}.auth{padding:24px 8px 48px;text-align:center}.auth .head{justify-content:center;margin-bottom:24px}.auth .tabs{margin:0 auto}.auth h1{font-size:28px;margin:18px 0 8px}.auth p{color:var(--muted)}.hourglass{font-size:42px;margin:24px 0}.btn{min-height:46px;border:none;border-radius:14px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#fff;background:linear-gradient(135deg,#496dff,#6f5bff 45%,#9a54f8);box-shadow:0 12px 24px #604fff45;text-decoration:none;width:100%;margin-top:12px}.btn.ghost,.btn.sm{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none;width:auto}.btn.sm{min-height:36px;padding:0 12px;font-size:13px;margin:0}.btn.danger-ghost{background:#fff5f7;color:var(--red);box-shadow:none}.picker{width:100%;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);background:#fafbff;border-radius:16px;padding:12px 14px;text-align:left;margin:8px 0 16px}.picker b,.pick-item b{display:block}.picker small,.pick-item small,.card small,.list-row small,.hint{color:var(--muted);font-size:13px}.picker-panel{border:1px solid var(--line);border-radius:16px;padding:10px;margin:-8px 0 16px;background:#fff}.pick-item{width:100%;text-align:left;border:0;background:transparent;padding:10px 8px;border-radius:10px}.pick-item.on,.pick-item:hover{background:#f3f4fb}section{border-top:1px solid var(--line);padding:18px 0}.sec-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}h2{font-size:18px;margin:0 0 12px}.row{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:44px}.switch{width:48px;height:28px;border:0;border-radius:999px;background:#d8dbe8;position:relative}.switch:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:left .15s ease}.switch.on{background:var(--purple)}.switch.on:after{left:23px}.empty{background:#f6f7fc;border-radius:14px;padding:16px;color:var(--muted);font-size:14px}.card{border:1px solid var(--line);border-radius:16px;padding:14px;margin-top:10px;position:relative}.card-top{display:flex;justify-content:space-between;gap:8px}.stats{display:flex;gap:12px;margin-top:8px;color:var(--muted);font-size:13px}.icon-btn{border:0;background:#f3f4fb;width:32px;height:32px;border-radius:10px}.menu{display:flex;flex-direction:column;margin-top:8px;border-top:1px solid var(--line)}.menu button{border:0;background:transparent;text-align:left;padding:10px 0}.menu .danger{color:var(--red)}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#12152973;display:flex;align-items:flex-end;justify-content:center;z-index:20}.modal{width:min(768px,100%);max-height:92dvh;overflow:auto;background:#fff;border-radius:20px 20px 0 0;padding:16px 16px 28px}.modal.wide{min-height:50dvh}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-body{display:flex;flex-direction:column;gap:8px}label{font-size:13px;color:var(--muted);font-weight:600}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:10px 12px}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.type-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.type-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;text-align:left;font-weight:700}.badge{display:inline-flex;width:28px;height:28px;border-radius:8px;background:var(--purple);color:#fff;align-items:center;justify-content:center;margin-right:8px;font-size:12px}.list-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--line)}.error{color:var(--red)}.pad{padding:24px}.adv{display:flex;flex-direction:column;gap:8px}
