:root{--primary: #0C1A53;--accent-pink: #e558a4;--accent-purple: #8947d1;--bg-dark: #121212;--bg-card: #1e1e1e;--text-primary: #f8f9fa;--text-secondary: #e9ecef}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:system-ui,-apple-system,sans-serif;margin:0;padding:1rem}.container{background-color:var(--bg-card);border-radius:20px;box-shadow:0 20px 40px #0006;padding:3rem;max-width:900px;width:100%;margin:2rem auto}svg{width:100%;height:500px;border:2px solid #ccc;background:#222;display:block}circle{stroke:#fff;stroke-width:2;fill:transparent}circle[fill="#444"]{fill:#444}.actions{margin-bottom:1rem;display:flex;gap:.5rem}.adjust{width:100%;max-width:400px;margin:1rem auto;padding:1rem;background:#333;border-radius:8px;text-align:center}.adjust input[type=range]{width:100%}.semantq-nav-container,.semantq-nav-container *{margin:0;padding:0;box-sizing:border-box}.semantq-nav-container{font-family:Inter,sans-serif;background:var(--bg-dark);padding:10px;position:relative}.semantq-nav-list{list-style:none;display:flex;margin:0;padding:0}.semantq-nav-item{position:relative}.semantq-nav-item a{text-decoration:none;color:var(--text-secondary);padding:10px 15px;display:block;transition:all .2s ease;white-space:nowrap;border-radius:4px}.semantq-nav-item a:hover{background:#8947d11a;color:var(--text-primary)}.semantq-nav-item.has-dropdown>a:after{content:"▸";margin-left:8px;font-size:14px;transition:transform .2s ease;display:inline-block;color:var(--accent-purple)}.semantq-nav-item.has-dropdown:hover>a:after{transform:rotate(90deg)}.semantq-nav-list.inline-parent{flex-direction:row;gap:15px}.semantq-nav-list.inline-parent .semantq-nav-item.has-dropdown>ul{display:none;position:absolute;top:100%;left:0;background:var(--bg-darker);border:1px solid rgba(255,255,255,.1);min-width:200px;z-index:1000;box-shadow:0 2px 5px #0000004d;transition:opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(-10px)}.semantq-nav-list.inline-parent .semantq-nav-item.has-dropdown:hover>ul{display:block;opacity:1;transform:translateY(0)}.semantq-nav-list.inline-parent .semantq-nav-item.has-dropdown>ul .semantq-nav-item.has-dropdown>ul{top:0;left:100%;margin-left:1px}.semantq-nav-list.stacked-parent{flex-direction:column;gap:5px}.semantq-nav-list.stacked-parent .semantq-nav-item.has-dropdown>ul{max-height:0;overflow:hidden;position:relative;border:none;margin-left:15px;padding-top:5px;box-shadow:none;transition:max-height .3s ease-in-out;opacity:1;transform:none;background:transparent}.semantq-nav-list.stacked-parent .semantq-nav-item.has-dropdown:hover>ul{max-height:500px}@media (max-width: 768px){.semantq-nav-list{flex-direction:column;display:none;gap:5px;width:100%;background:var(--bg-card);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 2px 5px #0000004d;position:absolute;top:100%;left:0;z-index:999}.semantq-menu-toggle:checked~.semantq-nav-list{display:flex}.semantq-nav-item.has-dropdown>ul{position:static;margin-left:20px;border-left:2px solid var(--accent-purple);max-height:0;overflow:hidden;background:#8947d10d;transition:max-height .3s ease-in-out}.semantq-nav-item.has-dropdown:hover>ul{max-height:500px}.semantq-burger-icon{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:24px;cursor:pointer;padding:5px 0;z-index:1001}.semantq-burger-icon span{width:100%;height:3px;background:var(--text-primary);transition:all .3s ease;transform-origin:center}.semantq-menu-toggle{position:absolute;opacity:0;height:0;width:0}.semantq-menu-toggle:checked+.semantq-burger-icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.semantq-menu-toggle:checked+.semantq-burger-icon span:nth-child(2){opacity:0}.semantq-menu-toggle:checked+.semantq-burger-icon span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (min-width: 769px){.semantq-burger-icon,.semantq-menu-toggle{display:none}.semantq-nav-list{display:flex}.semantq-nav-list.inline-parent{flex-direction:row}.semantq-nav-list.stacked-parent{flex-direction:column}}
