:root{font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#080808}.demo-switcher{height:58px;display:flex;align-items:center;gap:20px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.1);background:#080808;color:#fff;position:relative;z-index:2}.demo-brand{display:flex;align-items:center;gap:9px;min-width:230px}.demo-brand>span:last-child{display:grid;gap:1px}.demo-brand strong{font-size:11px;letter-spacing:.09em}.demo-brand small{font-size:9px;color:#92979e}.demo-mark{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#ef0a0a;font-weight:900;font-style:italic}.demo-switcher nav{display:flex;gap:5px;padding:4px;border-radius:10px;background:#141414}.demo-switcher button{border:0;border-radius:7px;background:transparent;color:#999fa7;padding:7px 12px;font:700 11px/1.2 inherit;cursor:pointer}.demo-switcher button.is-active{background:#fff;color:#111}.demo-safe{margin-left:auto;font:800 9px/1 inherit;letter-spacing:.08em;color:#ef8e8e}.demo-stage{height:calc(100vh - 58px)}iframe{width:100%;height:100%;display:block;border:0;background:#f6f6f4}@media(max-width:720px){.demo-switcher{height:52px;padding:0 8px;gap:7px}.demo-brand{min-width:0}.demo-brand>span:last-child{display:none}.demo-mark{width:30px;height:30px}.demo-switcher nav{flex:1}.demo-switcher button{flex:1;padding:7px 4px;font-size:10px}.demo-safe{display:none}.demo-stage{height:calc(100vh - 52px)}}