*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa;color:#212121;font-size:14px}.page{display:flex;flex-direction:column;height:100vh}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;border-bottom:1px solid #E0E0E0;gap:12px}.header-left,.header-right{display:flex;align-items:center;gap:10px}.logo-icon{font-size:24px}.logo-text{font-size:18px;font-weight:700;color:#212121}.content{display:flex;flex:1;overflow:hidden;padding:20px 24px;gap:20px}.main-panel{display:flex;flex-direction:column;flex:1;gap:14px;min-width:0}.textarea-wrap{flex:1}.text-input{width:100%;height:100%;min-height:200px;resize:none;border:1px solid #E0E0E0;border-radius:8px;padding:12px;font-size:14px;font-family:inherit;background:#fff;outline:none}.text-input:focus{border-color:#4285f4}.btn{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:90px;padding:0 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:1px solid #E0E0E0;background:#f5f5f5;color:#333;text-decoration:none;transition:background .15s}.btn:hover{background:#eee;border-color:#bdbdbd}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-icon{background:#fff}.btn-success{background:#34a853;color:#fff;border-color:#34a853;font-weight:600}.btn-success:hover{background:#2d8e47}.btn-danger{background:#ea4335;color:#fff;border-color:#ea4335;font-weight:600}.btn-danger:hover{background:#d33b2c}.btn-play{height:40px;min-width:110px;font-size:15px;font-weight:600;color:#fff}.btn-play--idle{background:#4285f4;border-color:#4285f4}.btn-play--idle:hover{background:#3367d6}.btn-play--playing{background:#fbbc04;border-color:#fbbc04}.btn-play--playing:hover{background:#f9ab00}.btn-play--paused{background:#34a853;border-color:#34a853}.btn-play--paused:hover{background:#2d8e47}.action-row{display:flex;justify-content:space-between;align-items:center}.action-left,.action-right{display:flex;gap:10px}.status-bar{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E0E0E0;border-radius:6px;padding:10px 14px;min-height:44px}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot--success{background:#34a853}.status-dot--error{background:#ea4335}.status-dot--info{background:#4285f4}.status-dot--warning{background:#fbbc04}.status-text{font-size:13px;color:#424242}.api-select{height:36px;padding:0 10px;border-radius:6px;border:1px solid #E0E0E0;background:#fff;font-size:14px;min-width:180px;cursor:pointer}.history-panel{width:300px;flex-shrink:0;background:#fff;border:1px solid #E0E0E0;border-radius:8px;display:flex;flex-direction:column;overflow:hidden}.history-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f5f5f5;border-bottom:1px solid #E0E0E0}.history-title{display:flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#212121}.history-count{font-size:13px;color:#666;font-weight:400}.btn-icon-sm{width:28px;height:28px;border:1px solid #E0E0E0;border-radius:4px;background:transparent;cursor:pointer;font-size:13px}.btn-icon-sm:hover{background:#fee;border-color:#fcc}.btn-icon-sm:disabled{opacity:.4;cursor:not-allowed}.history-list{flex:1;overflow-y:auto;padding:8px}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 0;color:#999}.empty-icon{font-size:40px;opacity:.3}.history-item{border:1px solid #E8E8E8;border-radius:6px;padding:10px;margin-bottom:8px;background:#fff}.history-item-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.history-time{font-size:11px;color:#999}.history-api-badge{font-size:10px;font-weight:600;color:#1976d2;background:#e3f2fd;border-radius:3px;padding:2px 6px}.history-preview{font-size:13px;color:#333;line-height:1.4;max-height:58px;overflow:hidden;margin-bottom:6px}.history-tags{display:flex;gap:6px;margin-bottom:8px}.tag{font-size:10px;color:#666;background:#f5f5f5;border-radius:3px;padding:2px 6px}.history-actions{display:flex;gap:6px}.btn-history{height:26px;padding:0 10px;border-radius:4px;font-size:11px;cursor:pointer;border:1px solid}.btn-play-hist{background:#e3f2fd;border-color:#90caf9;color:#1976d2}.btn-play-hist:hover{background:#bbdefb}.btn-load{background:#f5f5f5;border-color:#e0e0e0;color:#666}.btn-load:hover{background:#eee}.btn-del{background:#ffebee;border-color:#ffcdd2;color:#c62828;padding:0 8px}.btn-del:hover{background:#ffcdd2}.settings-page{background:#fafafa}.settings-body{padding:24px;max-width:860px}.tab-bar{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #E0E0E0}.tab-btn{padding:8px 18px;border:none;background:none;cursor:pointer;font-size:14px;color:#666;border-bottom:2px solid transparent;margin-bottom:-1px}.tab-btn.active{color:#4285f4;border-bottom-color:#4285f4;font-weight:600}.tab-content{animation:fadeIn .15s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.card{background:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:18px;margin-bottom:16px}.card h3{font-size:15px;font-weight:600;color:#424242;margin-bottom:14px}.api-layout{display:grid;grid-template-columns:200px 1fr;gap:20px}.api-list{border:1px solid #E0E0E0;border-radius:4px;min-height:180px;background:#fff;overflow:auto}.api-list-item{padding:8px 12px;cursor:pointer;font-size:14px;color:#333}.api-list-item:hover{background:#f5f5f5}.api-list-item.active{background:#e3f2fd;color:#1976d2;font-weight:500}.api-list-actions{display:flex;gap:8px;margin-top:10px}.api-detail-col{display:flex;flex-direction:column;gap:8px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{font-size:13px;color:#616161;margin-bottom:2px;display:block}input[type=text],input[type=password],input[type=number],input:not([type]){width:100%;height:36px;padding:0 10px;border:1px solid #E0E0E0;border-radius:6px;font-size:14px;background:#fff;outline:none}input:focus{border-color:#4285f4}input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;cursor:pointer;margin-bottom:8px}.checkbox-label input{width:auto;height:auto}small{font-size:11px;color:#757575;margin-top:4px;display:block}.save-msg{color:#34a853;font-size:13px;margin-top:12px}
