:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#1f2329;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:300px;background:#fff}button,select,input{font:inherit}button{cursor:pointer}.shell{max-width:520px;min-height:100vh;margin:0 auto;padding:18px 18px 94px;background:#fff}.top-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin-bottom:18px;border:1px solid #e5e6eb;border-radius:12px;background:#f5f6f7}.top-tabs button{height:42px;border:0;border-radius:9px;background:transparent;color:#4e5969;font-weight:600}.top-tabs button span{margin-right:7px}.top-tabs button.active{color:#245bdb;background:#fff;box-shadow:0 1px 5px #1f232914}.panel{margin-bottom:14px;padding:16px;border:1px solid #e5e6eb;border-radius:12px;background:#fff}h2{margin:0 0 16px;font-size:16px}.section-icon{color:#3370ff;margin-right:7px}.preset-panel{background:#f7f8fa}.preset-row{display:grid;grid-template-columns:1fr 38px 38px;gap:8px}.preset-row button{border:1px solid #dee0e3;border-radius:7px;background:#fff}.preset-row .danger{color:#d83931}.preset-row button:disabled{opacity:.42;cursor:not-allowed}.preset-name{width:100%;height:36px;margin-top:9px;padding:0 10px;border:1px solid #dee0e3;border-radius:7px;background:#fff;outline:none}label{display:grid;grid-template-columns:126px minmax(0,1fr);gap:12px;align-items:center;margin:12px 0;font-size:14px;font-weight:600}select{width:100%;height:38px;padding:0 10px;border:1px solid transparent;border-radius:7px;outline:none;color:#1f2329;background:#f5f6f7}select:focus,.preset-name:focus{border-color:#3370ff;box-shadow:0 0 0 3px #3370ff14}.multi-table-row{display:grid;grid-template-columns:126px minmax(0,1fr);gap:12px;align-items:start;margin:12px 0;font-size:14px;font-weight:600}.multi-table-row>span{padding-top:10px}.multi-table-select{position:relative;min-width:0}.multi-table-select summary{height:38px;padding:9px 34px 0 10px;overflow:hidden;border:1px solid transparent;border-radius:7px;background:#f5f6f7;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;list-style:none}.multi-table-select summary::-webkit-details-marker{display:none}.multi-table-select summary:after{content:"⌄";position:absolute;top:7px;right:12px;font-size:18px}.multi-table-select[open] summary{border-color:#3370ff;box-shadow:0 0 0 3px #3370ff14}.multi-table-menu{position:absolute;z-index:50;top:42px;right:0;left:0;max-height:300px;overflow-y:auto;padding:5px;border:1px solid #dee0e3;border-radius:7px;background:#fff;box-shadow:0 8px 24px #1f232929}.multi-table-menu button{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;width:100%;padding:8px 7px;border:0;border-radius:5px;color:#1f2329;background:transparent;text-align:left;cursor:pointer}.multi-table-menu button:hover{background:#f2f3f5}.multi-table-menu button.selected{color:#245bdb;background:#edf3ff}.check-box{display:inline-grid;width:18px;height:18px;place-items:center;border:1px solid #c9cdd4;border-radius:4px;background:#fff;color:#fff;font-size:12px}.multi-table-menu button.selected .check-box{border-color:#3370ff;background:#3370ff}.field-label{display:flex;justify-content:space-between;gap:10px;margin:18px 0 9px;font-size:14px;font-weight:600}.field-label small{color:#8f959e;font-weight:400}.chips{display:flex;flex-wrap:wrap;gap:7px;min-height:40px;padding:9px;border-radius:7px;background:#f5f6f7}.scroll-chips{max-height:176px;overflow-y:auto;align-content:flex-start;scrollbar-width:thin;scrollbar-color:#c9cdd4 transparent}.table-chips{max-height:124px;margin-bottom:14px}.selected-table-chip{cursor:default}.scroll-chips::-webkit-scrollbar{width:6px}.scroll-chips::-webkit-scrollbar-thumb{border-radius:6px;background:#c9cdd4}.chip{display:flex;gap:5px;align-items:center;padding:6px 9px;border:1px solid #dee0e3;border-radius:6px;background:#fff;color:#646a73;font-size:13px}.chip span{color:#3370ff;font-weight:800}.chip.active{border-color:#3370ff;color:#245bdb;background:#edf3ff}.chip .info-mark{margin-left:2px;color:#646a73;font-size:14px;font-weight:700}.advanced{width:calc(100% - 138px);height:36px;margin:10px 0 0 138px;border:0;border-radius:7px;color:#4e5969;background:#f2f3f5;font-weight:600}.divider{height:1px;margin:20px 0;background:#eff0f1}.switch-row{display:flex;justify-content:space-between;padding-left:0}.switch-row input{appearance:none;width:42px;height:24px;margin:0;border-radius:20px;background:#bbbfc4;position:relative;transition:.2s}.switch-row input:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:.2s}.switch-row input:checked{background:#34c759}.switch-row input:checked:after{transform:translate(18px)}.hint{margin:7px 0 0 138px;color:#8f959e;font-size:12px;line-height:1.5}.empty{color:#8f959e;padding:9px 0;font-size:13px}.notice{padding:10px 12px;border-radius:8px;margin:12px 0;font-size:13px}.notice.error{color:#d83931;background:#fff0f0}.notice.success{color:#1a8f45;background:#edfff3}.notice.loading{color:#245bdb;background:#edf3ff}.privacy{margin:12px 0 0;color:#8f959e;text-align:center;font-size:11px}.bottom-actions{position:fixed;z-index:20;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:520px;margin:auto;padding:14px 18px;border-top:1px solid #e5e6eb;background:#fff;box-shadow:0 -4px 16px #1f23290a}.bottom-actions button{height:44px;border:1px solid #3370ff;border-radius:8px;background:#fff;color:#245bdb;font-weight:700}.bottom-actions button:last-child{color:#fff;background:#3370ff}.bottom-actions button:disabled{opacity:.55;cursor:wait}.progress-mask{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:24px;background:#1f23295e}.progress-card{width:min(330px,90vw);padding:24px;border-radius:14px;background:#fff;text-align:center;box-shadow:0 18px 50px #0003}.progress-card h3{margin:0 0 22px;font-size:17px}.progress-card strong{display:block;margin:15px 0 4px;color:#245bdb}.progress-card p{margin:0;color:#646a73;font-size:13px}.cancel-operation{min-width:108px;height:36px;margin-top:18px;border:1px solid #c9cdd4;border-radius:7px;color:#4e5969;background:#fff;font-weight:600}.cancel-operation:hover{border-color:#f54a45;color:#f54a45}.spinner{width:42px;height:42px;margin:auto;border:4px solid #e8efff;border-top-color:#3370ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mine-panel{padding:58px 18px 20px;text-align:center}.mine-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:18px;color:#fff;background:linear-gradient(145deg,#3370ff,#14c9c9);font-size:28px}.mine-panel h2{margin-bottom:7px;font-size:18px}.mine-panel>p{margin:0 auto 24px;color:#8f959e;font-size:13px}.upload-panel{margin-top:14px}.upload-preset-box{margin:0 0 18px;padding:12px;border:1px solid #e5e6eb;border-radius:10px;background:#f7f8fa}.upload-preset-box .preset-row{margin-bottom:9px}.upload-preset-box .preset-name{background:#fff}.upload-intro{margin:4px 0 18px;color:#8f959e;font-size:13px;line-height:1.65}.upload-match-hint{margin:-3px 0 12px 138px;color:#8f959e;font-size:12px;line-height:1.55}.folder-picker{display:grid;justify-items:center;gap:7px;margin-top:20px;padding:24px 16px;border:1px dashed #b7c5e6;border-radius:10px;background:#f7f9ff;text-align:center}.folder-picker-icon{font-size:36px}.folder-picker small{color:#8f959e}.folder-picker-button{display:block;margin:8px 0 0;padding:9px 22px;border-radius:7px;color:#fff;background:#3370ff;cursor:pointer}.folder-picker-button input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.upload-file-preview{max-height:190px;margin-top:12px;overflow-y:auto;padding:7px 11px;border-radius:8px;background:#f5f6f7;font-size:12px}.upload-file-preview div{display:grid;grid-template-columns:28px minmax(0,1fr);gap:5px;padding:5px 0;overflow-wrap:anywhere;border-bottom:1px solid #e5e6eb}.upload-file-preview div span{color:#3370ff}.upload-file-preview small{display:block;padding:8px 0;color:#8f959e}.upload-submit{width:100%;height:44px;margin-top:16px;border:0;border-radius:8px;color:#fff;background:#3370ff;font-weight:700}.upload-submit:disabled{opacity:.5;cursor:not-allowed}.preset-list{display:grid;gap:8px;text-align:left}.preset-list button{display:flex;justify-content:space-between;width:100%;padding:13px 14px;border:1px solid #e5e6eb;border-radius:9px;background:#fff}.preset-list button span{color:#8f959e;font-size:20px;line-height:16px}@media(max-width:380px){.shell{padding:14px 12px 90px}label{grid-template-columns:104px minmax(0,1fr);gap:8px}.advanced{width:calc(100% - 112px);margin-left:112px}.hint{margin-left:112px}.bottom-actions{padding:12px}}
