:root{--bg: #0f1a12;--fg: #eef5ef;--muted: #9fb5a4;--ok: #7ee29a;--warn: #ffb36b;--button-bg: #e9f5ec;--button-fg: #0f1a12;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--fg);font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overscroll-behavior:none;-webkit-tap-highlight-color:transparent}.app{--bar-w: min(100%, max(var(--pitch-w, 100%), 420px));display:flex;flex-direction:column;height:var(--app-h, 100dvh);padding:env(safe-area-inset-top) 10px 0}.app-header{width:var(--bar-w);margin-inline:auto;display:flex;align-items:center;gap:6px;padding:8px 0}.app-header-text{flex:1;min-width:0}.share-button{flex:none;height:34px;padding:0 12px;border:0;border-radius:22px;background:#25d366;color:#062b13;font:inherit;font-weight:700}.share-button:disabled{opacity:.4}.undo-toast{position:absolute;left:50%;top:8px;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:3px 4px 3px 14px;border-radius:16px;background:#0f1a12e6;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #00000059}.undo-toast button{position:relative;height:26px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#ffe14d;font:inherit;font-weight:800;text-transform:uppercase}.undo-toast button:after{content:"";position:absolute;inset:-9px -4px}.app-header h1{margin:0;line-height:0;font-size:22px;white-space:nowrap}.app-logo{display:block;width:min(210px,calc(100vw - 224px));height:auto}.app-main{position:relative;flex:1;min-height:0;display:flex}.draw-hint{position:absolute;top:48px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;border-radius:20px;background:#0f1a12e0;color:#fff;font-size:14px;font-weight:600;white-space:nowrap;pointer-events:auto}.step-hint{position:absolute;top:48px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;width:max-content;max-width:calc(100% - 24px);padding:12px 14px;border-radius:16px;background:#0f1a12eb;color:#fff;box-shadow:0 2px 10px #0006;font-size:16px;line-height:1.3}.step-hint-title{display:inline-block;padding-right:30px}.step-hint-img{flex:none;width:56px;height:47px}.step-hint-sub{margin-top:5px;color:#b9ccbd;font-size:14px;font-weight:500;line-height:22px;white-space:nowrap}.step-hint-sub .key{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:20px;height:20px;margin-right:2px;padding:0;border:1px solid #6f8f75;border-radius:5px;color:#ffe14d;font-weight:700;vertical-align:middle}.step-hint-sub .key-add{color:#7ee29a}.step-hint-sub .key svg{display:block;width:11px;height:11px}.step-hint-sub .key:not(:first-child){margin-left:6px}.step-hint-close svg{display:block;width:14px;height:14px;margin:auto;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round}.step-hint-close{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;border:0;border-radius:14px;background:#2f4535;color:#fff;font-size:13px}.draw-hint button{width:28px;height:28px;padding:0;border:0;border-radius:14px;background:#2f4535;color:#fff;font-size:14px}.pitch-stage-wrap{position:relative;border-radius:10px;overflow:hidden}.pitch-badge{position:absolute;z-index:1;padding:2px 6px;border-radius:6px;background:#ff8a1f;color:#0f1a12;font-size:10px;font-weight:800;line-height:1.3;pointer-events:none}.pitch-container{flex:1;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.bottom-bar{width:var(--bar-w);margin-inline:auto;display:flex;flex-direction:column;gap:6px;padding:6px 0 calc(8px + env(safe-area-inset-bottom))}.stepbar,.toolbar{display:flex;align-items:center;gap:6px}.stepbar{gap:4px}.steps{flex:1;min-width:0;display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.steps::-webkit-scrollbar{display:none}.step,.step-more,.play,.tool{flex:none;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #2f4535;border-radius:12px;background:#1a2a1e;color:var(--fg);font:inherit;font-size:16px;font-weight:700}.step,.step-more{width:38px;border-radius:10px}.step.active{border-color:#ffe14d;background:#2a3f2e;box-shadow:inset 0 0 0 1px #ffe14d;color:#ffe14d}.step.add{border-style:dashed;font-size:22px;font-weight:400}.step.wide,.step.add.next{width:auto;padding:0 12px}.step.add.next{gap:6px;border:2px dashed #6f8f75;color:#cfe0d2;font-size:15px;font-weight:700;white-space:nowrap}.step.add.next .plus{color:#ffe14d;font-size:21px;font-weight:400;line-height:1}.step-more-wrap{position:relative;flex:none;display:flex}.step-more svg{width:22px;height:22px;fill:currentColor}.step-more.active{background:#2a3f2e}.step-more:disabled{opacity:.4}.step-menu{position:absolute;right:0;bottom:calc(100% + 10px);z-index:11;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.step-menu button{display:flex;align-items:center;gap:8px;height:44px;padding:0 16px;border:1px solid #2f4535;border-radius:22px;background:#16261a;color:var(--fg);font:inherit;font-size:15px;font-weight:600;white-space:nowrap;box-shadow:0 6px 18px #00000080}.step-menu button:active{background:#2a3f2e}.step-menu button.danger{color:#ff5a5a}.step-menu svg{width:18px;height:18px}.step-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round}.step.add .step-icon{color:#7ee29a}.play{width:52px;border-color:#ffe14d;background:#ffe14d;color:#0f1a12}.play svg{width:30px;height:30px}.toolbar .tool{flex:1;width:auto;min-width:0}.tool svg{width:26px;height:26px}.tool.action{flex:.8;background:#122016}.tool.action.danger{color:#ff9d9d}.tool:active:not(:disabled){background:#2a3f2e;transform:scale(.96)}.more-wrap{position:relative;flex:1;min-width:0;display:flex}.tool.arrow-tool{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.hold-hint{position:absolute;right:4px;bottom:4px;width:0;height:0;border-left:6px solid transparent;border-bottom:6px solid currentColor;opacity:.6}.tool.arrow-tool.active,.tool.more.active{border-color:#3fc8ff;background:#173446;color:#3fc8ff}.menu-backdrop{position:fixed;inset:0;z-index:10}.more-menu{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:11;display:flex;flex-direction:column;gap:8px;padding:8px;border:1px solid #2f4535;border-radius:28px;background:#16261a;box-shadow:0 8px 24px #00000080}.more-menu button,.arrow-menu button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:24px;background:#1f3325;color:var(--fg)}.more-menu button:active,.arrow-menu button:active{background:#2a3f2e}.more-menu svg{flex:none;width:42px;height:30px}.menu-icon-ball{display:flex;justify-content:center}.menu-icon-ball svg{width:28px;height:28px}.toolbar-divider{flex:none;width:1px;align-self:stretch;margin:6px 2px;background:#2f4535}.bottom-bar button:disabled{opacity:.35}.dialog-backdrop{position:fixed;inset:0;z-index:10;display:flex;align-items:flex-end;justify-content:center;background:#0000008c}.dialog{width:100%;max-width:480px;padding:18px 16px calc(18px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;background:#18261b;color:var(--fg)}.dialog h2{margin:0 0 12px;font-size:18px}.share-name{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:10px 12px;border:1px solid #2f4535;border-radius:12px;background:#1f3325}.share-name.missing{border-color:#ff8a1f;background:#ff8a1f1a}.share-name span{font-size:14px;font-weight:600}.share-name.missing span{color:#ffb070}.share-name input{height:40px;padding:0 10px;border:1px solid #2f4535;border-radius:8px;background:#0f1a12;color:var(--fg);font:inherit;font-size:16px}.share-name input:focus{outline:none;border-color:#25d366}.dialog p{margin:8px 0}.dialog .note{color:var(--muted);font-size:13px}.dialog .error{color:#ff9d9d}.formats{display:grid;gap:8px}.format{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #2a3d2f;border-radius:10px}.format input{margin-top:3px;width:18px;height:18px;accent-color:#ffe14d}.format span{display:flex;flex-direction:column}.format small{color:var(--muted)}.format.disabled{opacity:.45}.dialog-actions{display:flex;gap:8px;margin-top:12px}.dialog-actions button{flex:1;min-height:46px;border:0;border-radius:10px;background:var(--button-bg);color:var(--button-fg);font:inherit;font-weight:600}.dialog-actions button.primary{background:#25d366;color:#062b13}.dialog-actions button:disabled{opacity:.4}.progress{height:10px;border-radius:5px;background:#0f1a12;overflow:hidden}.progress div{height:100%;background:#25d366;transition:width .1s linear}.menu-button{flex:none;align-self:center;width:40px;height:34px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;border:1px solid #2f4535;border-radius:22px;background:transparent}.menu-button:disabled{opacity:.4}.menu-button span{display:block;width:18px;height:2px;border-radius:1px;background:var(--fg)}.drawer-backdrop{position:fixed;inset:0;z-index:20;background:#00000080}.drawer{position:fixed;top:0;right:0;bottom:0;z-index:21;width:min(78vw,300px);display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top) + 12px) 10px calc(env(safe-area-inset-bottom) + 16px);border-left:1px solid #2f4535;background:#16261a;box-shadow:-8px 0 24px #00000080}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 6px 12px;font-size:18px}.drawer-head button{width:36px;height:36px;border:0;border-radius:18px;background:#2f4535;color:var(--fg);font-size:16px}.drawer-item{display:flex;align-items:center;gap:14px;min-height:52px;padding:0 10px;border:0;border-radius:12px;background:transparent;color:var(--fg);font:inherit;font-size:17px;font-weight:600;text-align:left}.drawer-item:active{background:#2a3f2e}.drawer-item svg{width:24px;height:24px;color:#3fc8ff}.drawer-label{flex:1}.chev{color:var(--muted);font-size:22px}.drawer-head small{margin-left:4px;color:var(--muted);font-size:12px;font-weight:400}.menu-page{position:fixed;inset:0;z-index:22;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top);background:#0f1a12}.menu-page-head{display:flex;align-items:center;gap:8px;width:min(100%,480px);margin-inline:auto;padding:10px;border-bottom:1px solid #1f3025}.menu-page-head button{padding:8px 4px;border:0;background:transparent;color:#3fc8ff;font:inherit;font-size:16px}.menu-page-head h2{margin:0;font-size:18px}.menu-page-body{width:min(100%,480px);margin-inline:auto;padding:16px;overflow-y:auto;line-height:1.45}.menu-soon{margin-top:20px;padding:12px;border-radius:12px;background:#16261a;color:var(--muted);font-size:14px}.profile-head{display:flex;align-items:center;gap:14px;margin-bottom:6px}.profile-head div:last-child{display:flex;flex-direction:column}.profile-head small,.menu-empty small{color:var(--muted)}.avatar{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:28px;background:#2f4535;color:var(--fg);font-size:24px;font-weight:800}.menu-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 12px;text-align:center}.menu-empty svg{width:48px;height:48px;color:#3fc8ff}.menu-empty strong{font-size:17px}.menu-primary,.menu-secondary{display:block;box-sizing:border-box;width:100%;min-height:48px;margin-top:10px;border-radius:24px;font:inherit;font-weight:700;line-height:46px;text-align:center;text-decoration:none}.menu-primary{border:0;background:#25d366;color:#062b13}.menu-secondary{border:1px solid #2f4535;background:transparent;color:var(--fg)}.menu-primary:disabled,.menu-secondary:disabled{opacity:.45}.about-list{display:grid;grid-template-columns:auto 1fr;gap:4px 16px;color:var(--muted)}.about-list dd{margin:0;color:var(--fg)}.tool.player-tool{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.tool.player-tool.active{border-color:#3fc8ff}.color-menu{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:11;display:flex;flex-direction:column-reverse;gap:8px;padding:8px;border:1px solid #2f4535;border-radius:28px;background:#16261a;box-shadow:0 8px 24px #00000080}.swatch{width:40px;height:40px;padding:0;border:2px solid rgba(255,255,255,.85);border-radius:20px}.swatch.current{box-shadow:0 0 0 3px #16261a,0 0 0 5px #3fc8ff}.arrow-menu{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:11;display:flex;flex-direction:column-reverse;gap:8px;padding:8px;border:1px solid #2f4535;border-radius:28px;background:#16261a;box-shadow:0 8px 24px #00000080}.arrow-menu svg{width:36px;height:22px}@media(max-width:379px){.app-header h1{font-size:18px}.share-button{padding:0 10px}.save-button{padding:0 9px 0 26px}.save-button svg{left:8px}}@media(max-width:339px){.app-header h1{font-size:16px}}.acct-why{display:flex;gap:12px;align-items:flex-start;padding:12px;margin-bottom:12px;border-radius:12px;background:#16261a}.acct-why>svg{flex:none;width:26px;height:26px;margin-top:2px;color:#7ee29a}.acct-why div,.acct-warn{display:flex;flex-direction:column;gap:2px}.acct-why span,.acct-warn span{color:var(--muted);font-size:14px}.acct-list{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;font-size:15px}.acct-list li{display:flex;gap:8px;align-items:flex-start}.acct-list svg{flex:none;width:18px;height:18px;margin-top:2px;color:#7ee29a}.acct-small{margin:6px 2px 8px;color:var(--muted);font-size:13px}.acct-center{text-align:center}.acct-robot{min-height:65px;margin:8px 0 0}.acct-error{margin:10px 2px 0;color:#ff8a80;font-size:14px}.acct-link{padding:0;border:0;background:none;color:#3fc8ff;font:inherit;text-decoration:underline}.acct-code{margin:10px 0 6px;padding:16px 8px;border:1px solid #2f4535;border-radius:12px;background:#16261a;font:700 min(20px,calc((100vw - 64px) / 17)) / 1.2 ui-monospace,"Roboto Mono",monospace;letter-spacing:.5px;white-space:nowrap;text-align:center;user-select:all;-webkit-user-select:all}.acct-pwform,.acct-hidden{position:absolute;width:1px;height:1px;overflow:hidden;opacity:.01;pointer-events:none}.acct-two{display:flex;gap:10px}.acct-two button{flex:1}.acct-check{position:relative;display:flex;align-items:center;gap:10px;margin:18px 2px 4px;font-size:15px}.acct-check input{position:absolute;opacity:0;width:24px;height:24px;margin:0}.acct-box{display:flex;flex:none;align-items:center;justify-content:center;width:24px;height:24px;border:2px solid #4a6352;border-radius:6px}.acct-check input:checked+.acct-box{border-color:#25d366;background:#25d366;color:#062b13}.acct-box svg{width:16px;height:16px}.acct-pw{position:relative;display:flex}.acct-pw input{flex:1;min-width:0;padding-right:44px!important;font-family:ui-monospace,Roboto Mono,monospace;letter-spacing:.5px}.acct-pw button{position:absolute;top:0;right:0;width:42px;height:40px;border:0;background:transparent;color:var(--muted)}.acct-pw button svg{width:20px;height:20px}.acct-warn{margin:4px 0 8px;padding:12px;border-radius:12px;background:#ffb36b1a;border:1px solid rgba(255,179,107,.45);font-size:14px}.acct-warn button{align-self:flex-start;height:34px;margin-top:6px;padding:0 14px;border:1px solid #2f4535;border-radius:17px;background:transparent;color:var(--fg);font:inherit;font-weight:600}.acct-textbtn{display:block;width:100%;min-height:44px;margin-top:10px;border:0;background:transparent;color:#3fc8ff;font:inherit;font-size:15px}.acct-textbtn.danger{color:#ff5a5a}.acct-danger{display:block;width:100%;min-height:48px;margin-top:10px;border:0;border-radius:24px;background:#ff5a5a;color:#2a0707;font:inherit;font-weight:700}.acct-danger:disabled{opacity:.45}.acct-policy h3{margin:18px 0 4px;font-size:16px}.acct-policy p,.acct-policy ul{margin:4px 0;font-size:15px}.acct-policy ul{padding-left:20px}.acct-policy a{color:#3fc8ff;word-break:break-all}.save-button{position:relative;flex:none;height:30px;padding:0 12px 0 30px;border:1px solid #2f4535;border-radius:16px;background:transparent;color:var(--fg);font:inherit;font-size:14px;font-weight:600}.save-button:disabled{opacity:.4}.save-button svg{position:absolute;left:10px;top:50%;width:15px;height:15px;transform:translateY(-50%)}.save-status-button{flex:none;padding:0 2px;border:0;background:transparent;color:inherit;font:inherit}.save-status{display:inline-flex;flex:none;align-items:center;gap:4px;color:var(--muted);font-size:13px;white-space:nowrap}.save-status svg{width:15px;height:15px}.save-status.ok svg{color:#7ee29a}.save-status.warn{color:#ffb36b}.autosave-toast{position:absolute;left:50%;top:8px;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:4px 4px 4px 12px;border-radius:16px;background:#0f1a12eb;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 2px 8px #00000059}.autosave-toast>svg{width:16px;height:16px;color:#7ee29a}.autosave-toast button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent}.autosave-toast button svg{width:16px;height:16px;stroke:#fff;stroke-width:2;stroke-linecap:round}.saved-list{margin:0;padding:0;list-style:none}.saved-row{display:flex;align-items:center;min-height:72px;border-bottom:1px solid #1f3025}.saved-row.current .saved-text strong:after{content:" · visas nu";color:var(--muted);font-weight:400;font-size:13px}.saved-open{display:flex;flex:1;min-width:0;align-items:center;gap:12px;padding:8px 0;border:0;background:transparent;color:var(--fg);font:inherit;text-align:left}.saved-thumb{flex:none;width:40px;height:56px;border:1px solid #ffffff55;border-radius:4px}.saved-text{display:flex;flex-direction:column;min-width:0}.saved-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-text small{color:var(--muted)}.saved-pending{display:inline-flex;align-items:center;gap:3px;margin-left:6px;color:#ffb36b}.saved-pending svg{width:13px;height:13px}.saved-trash{flex:none;width:44px;height:44px;border:0;border-radius:22px;background:transparent;color:#ff5a5a}.saved-trash svg{width:20px;height:20px}.saved-confirm{display:flex;flex:1;align-items:center;gap:8px;padding:8px 0;font-size:15px}.saved-confirm span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-confirm button{flex:none;height:36px;padding:0 14px;border-radius:18px;font:inherit;font-weight:700}.saved-cancel{border:1px solid #2f4535;background:transparent;color:var(--fg)}.saved-delete{border:0;background:#ff5a5a;color:#2a0707}.acct-save{display:flex;gap:10px;align-items:flex-start;margin:0 0 10px;padding:12px 14px;border:1.5px solid #ffb36b;border-radius:12px;background:#ffb36b1a;font-size:14px;line-height:1.4}.acct-save-icon{flex:none;width:22px;height:22px;margin-top:1px;color:#ffb36b}.acct-save strong{display:block;margin-bottom:2px;color:#ffb36b;font-size:15px}.acct-save-extra{display:block;margin-top:8px}.acct-save button{height:34px;margin-top:8px;padding:0 14px;border:1px solid #2f4535;border-radius:17px;background:transparent;color:var(--fg);font:inherit;font-weight:600}.acct-code-btn{display:block;box-sizing:border-box;width:100%;color:var(--fg);cursor:pointer}.acct-code-btn:not(.shown){user-select:none;-webkit-user-select:none}.acct-code-text{display:block}.acct-code-hint{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;color:var(--muted);font:500 13px/1.2 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:0;user-select:none;-webkit-user-select:none}.acct-code-hint svg{width:18px;height:18px}.menu-primary.acct-fit{width:auto;margin-inline:auto;padding:0 26px;white-space:nowrap}.acct-two-fit button{width:auto;white-space:nowrap}.acct-two-fit button:first-child{flex:1 1 auto}.acct-two-fit button:last-child{flex:none;padding:0 26px}.acct-qr{margin-top:22px;padding-top:16px;border-top:1px solid #2f4535}.acct-qr strong{font-size:15px}.acct-qr p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.acct-qr-btn{display:flex;align-items:center;justify-content:center;gap:10px;height:44px;margin:10px auto 0;padding:0 20px;border:1px solid #2f4535;border-radius:22px;background:transparent;color:var(--fg);font:inherit;font-size:16px;font-weight:700}.acct-qr-btn svg{width:28px;height:28px}.qr-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin:12px 0 4px}.qr-wrap small{max-width:280px;color:var(--muted);font-size:12px;text-align:center}.qr-box{display:block;border-radius:8px;background:#fff}.acct-scan{display:flex;align-items:center;justify-content:center;gap:8px;line-height:normal}.acct-scan svg{width:18px;height:18px}.qr-scan-view{position:relative;overflow:hidden;aspect-ratio:1;border-radius:16px;background:#000}.qr-scan-view video{width:100%;height:100%;object-fit:cover}.qr-scan-frame{position:absolute;inset:18%;border:3px solid #fff;border-radius:16px;box-shadow:0 0 0 999px #0006}.saved-group-head{display:flex;align-items:center;gap:6px;width:100%;min-height:40px;margin-top:10px;padding:0;border:0;background:transparent;color:var(--fg);font:inherit;text-align:left}.saved-group-head svg{width:16px;height:16px;color:var(--muted)}.saved-group-head span{color:var(--muted);font-size:13px}.saved-folder{flex:none;width:40px;height:44px;border:0;background:transparent;color:var(--muted)}.saved-folder svg{width:18px;height:18px}.saved-sheet{z-index:30}.group-options{display:flex;flex-direction:column}.group-option{position:relative;display:flex;align-items:center;gap:10px;min-height:44px;border-bottom:1px solid #22362a}.group-option input{position:absolute;opacity:0}.group-dot{flex:none;width:20px;height:20px;border:2px solid #4a6352;border-radius:10px}.group-option input:checked+.group-dot{border:6px solid #25d366}.saved-group-bar{display:flex;align-items:center;margin-top:10px}.saved-group-bar .saved-group-head{flex:1;width:auto;margin-top:0}.saved-group-edit{flex:none;width:40px;height:40px;border:0;background:transparent;color:var(--muted)}.saved-group-edit svg{width:17px;height:17px}.about-why{margin:18px 0 4px;font-size:16px}
