@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0}html{height:100%}body{min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#1a202c;background:#f0f7f4;-webkit-font-smoothing:antialiased}a{color:#3182ce}button,input{font-family:inherit}@media (max-width: 768px){.page{width:100%;max-width:100%!important;padding-left:0;padding-right:0}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.default-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1.5px solid #E2E8F0;border-radius:10px;background:#fafafa;margin-bottom:16px;transition:border-color .2s,background .2s}.default-toggle-card.is-active{border-color:#2e7d32;background:#f0f7f4}.default-toggle-info{display:flex;align-items:center;gap:14px}.default-toggle-icon{font-size:20px;line-height:1;flex-shrink:0}.default-toggle-title{font-size:14px;font-weight:600;color:#1a202c;margin-bottom:2px}.default-toggle-desc{font-size:12px;color:#718096}.toggle-switch{flex-shrink:0;cursor:pointer}.toggle-switch input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-track{display:block;width:44px;height:24px;background:#cbd5e0;border-radius:12px;position:relative;transition:background .2s}.toggle-track.on{background:#2e7d32}.toggle-track.on .toggle-thumb{left:23px}.toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000040;transition:left .2s}
