.controls-main{max-width:820px}.controls-main .panel{padding:28px;margin-bottom:20px}.access-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 0;border-bottom:1px solid var(--border)}.access-row:last-child{border-bottom:0}.access-row h2{font-size:18px;margin:0 0 8px}.access-row p{margin:5px 0;overflow-wrap:anywhere}.access-row>div{min-width:0}.access-row button{flex-shrink:0}.controls-main #history li{margin:12px 0;overflow-wrap:anywhere}@media(max-width:550px){.access-row{align-items:flex-start;flex-direction:column}.access-row button{width:100%}.controls-main .panel{padding:20px}}


#feature-switches{display:grid;gap:12px;margin:16px 0}#feature-switches label{display:flex;align-items:center;gap:12px;margin:0;cursor:pointer}#feature-switches input[role="switch"]{appearance:none;flex:0 0 42px;width:42px;height:24px;padding:0;margin:0;border:1px solid var(--border);border-radius:20px;background:#64748b;cursor:pointer;position:relative}#feature-switches input[role="switch"]::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:white;transition:transform .15s}#feature-switches input[role="switch"]:checked{background:#2563eb}#feature-switches input[role="switch"]:checked::after{transform:translateX(18px)}#feature-switches input[role="switch"]:focus-visible{outline:3px solid #2563eb;outline-offset:3px}
