:root{--bg:#0a0a0b;--fg:#fafafa;--muted:#9a9aa2;--accent:#fafafa;--accent-fg:#0a0a0a;--err:#f87171;--glass-bg:hsla(0,0%,100%,.05);--glass-brd:hsla(0,0%,100%,.12);--glass-sh:0 12px 48px rgba(0,0,0,.45),inset 0 1px 0 hsla(0,0%,100%,.08);--field-bg:hsla(0,0%,100%,.04);--ring:rgba(130,150,255,.35);--sheen:hsla(0,0%,100%,.1);--line:hsla(0,0%,100%,.1)}:root[data-theme=dark],:root[data-theme=light]{color-scheme:light dark}@media (prefers-color-scheme:light){:root:not([data-theme=dark]):not([data-theme=light]){--bg:#f5f6f8;--fg:#0a0a0a;--muted:#6b7280;--accent:#0a0a0a;--accent-fg:#fff;--err:#dc2626;--glass-bg:hsla(0,0%,100%,.58);--glass-brd:hsla(0,0%,100%,.8);--glass-sh:0 12px 48px rgba(2,6,23,.1),inset 0 1px 0 hsla(0,0%,100%,.7);--field-bg:hsla(0,0%,100%,.65);--ring:rgba(80,90,160,.28);--sheen:rgba(120,130,200,.14);--line:rgba(0,0,0,.08)}}:root[data-theme=light]{--bg:#f5f6f8;--fg:#0a0a0a;--muted:#6b7280;--accent:#0a0a0a;--accent-fg:#fff;--err:#dc2626;--glass-bg:hsla(0,0%,100%,.58);--glass-brd:hsla(0,0%,100%,.8);--glass-sh:0 12px 48px rgba(2,6,23,.1),inset 0 1px 0 hsla(0,0%,100%,.7);--field-bg:hsla(0,0%,100%,.65);--ring:rgba(80,90,160,.28);--sheen:rgba(120,130,200,.14);--line:rgba(0,0,0,.08)}*{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5;min-height:100dvh}::selection{background:var(--fg);color:var(--bg)}:focus-visible{outline:2px solid var(--fg);outline-offset:3px;border-radius:6px}body:before{content:"";position:fixed;inset:-25vmax;z-index:-1;pointer-events:none;background:radial-gradient(36vmax 36vmax at 18% 12%,rgba(125,140,255,.14),transparent 60%),radial-gradient(32vmax 32vmax at 86% 84%,rgba(255,120,175,.1),transparent 60%),radial-gradient(28vmax 28vmax at 78% 16%,rgba(110,240,210,.07),transparent 60%);filter:blur(24px) saturate(115%);animation:drift 26s ease-in-out infinite}@keyframes drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(2.5%,-2%,0) scale(1.06)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(1turn)}}.wrap{max-width:600px;margin:0 auto;padding:11vh 22px 7vh}.brand,.card,.lead,footer,h1{animation:fadeUp .75s cubic-bezier(.2,.7,.2,1) both}h1{animation-delay:.06s}.lead{animation-delay:.12s}.card{animation-delay:.18s}footer{animation-delay:.24s}.brand{margin-bottom:34px;text-align:center}.logo{height:50px;width:auto;display:block;margin:0 auto;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.brand:hover .logo{transform:scale(1.03)}.onlyLight{display:none}.onlyDark{display:block}@media (prefers-color-scheme:light){:root:not([data-theme=dark]):not([data-theme=light]) .onlyLight{display:block}:root:not([data-theme=dark]):not([data-theme=light]) .onlyDark{display:none}}:root[data-theme=light] .onlyLight{display:block}:root[data-theme=dark] .onlyLight,:root[data-theme=light] .onlyDark{display:none}:root[data-theme=dark] .onlyDark{display:block}.theme-toggle{position:fixed;top:18px;right:18px;z-index:50;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:var(--fg);background:var(--glass-bg);border:1px solid var(--glass-brd);border-radius:50%;box-shadow:var(--glass-sh);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);cursor:pointer;transition:transform .18s cubic-bezier(.2,.7,.2,1),background .18s ease}.theme-toggle:hover{transform:scale(1.08) rotate(-8deg)}.theme-toggle:active{transform:scale(.94)}.pub{display:block;margin-top:14px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}h1{font-weight:800;font-size:clamp(32px,6.4vw,54px);line-height:1.06;letter-spacing:-.03em;margin:0 0 18px;text-wrap:balance}.lead,h1{text-align:center}.lead{font-size:18px;color:var(--muted);margin:0 auto 28px;max-width:42ch;text-wrap:pretty}.card{position:relative;overflow:hidden;background:var(--glass-bg);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%);border:1px solid var(--glass-brd);border-radius:22px;box-shadow:var(--glass-sh);padding:26px;transition:box-shadow .4s ease,transform .4s cubic-bezier(.2,.7,.2,1)}.card:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(440px circle at var(--mx,50%) var(--my,-10%),var(--sheen),transparent 45%);opacity:0;transition:opacity .35s ease}.card:hover:before{opacity:1}form{flex-direction:column;gap:14px}.row,form{display:flex}.row{gap:10px;flex-wrap:wrap}input[type=email],input[type=text]{flex:1 1 220px;padding:14px 16px;font-size:16px;background:var(--field-bg);color:var(--fg);border:1px solid var(--glass-brd);border-radius:12px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}input[type=email]:focus,input[type=text]:focus{border-color:var(--fg);box-shadow:0 0 0 4px var(--ring)}.invite{margin-top:18px;animation:fadeUp .5s both}.invite-label{font-size:13.5px;color:var(--muted);margin:0 0 10px;text-wrap:pretty}.invite input{font-size:13px}.ok-block{animation:fadeUp .5s both}button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 26px;font-size:15px;font-weight:700;cursor:pointer;background:var(--accent);color:var(--accent-fg);border:0;border-radius:12px;transition:transform .14s ease,box-shadow .2s ease,opacity .14s}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.2)}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.7;cursor:default}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid color-mix(in srgb,var(--accent-fg) 30%,transparent);border-top-color:var(--accent-fg);animation:spin .6s linear infinite}.consent{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--muted);line-height:1.45}.consent input{margin-top:3px;width:16px;height:16px;accent-color:var(--fg);flex:none}.consent a{color:var(--fg)}.msg{font-size:15.5px;text-wrap:pretty}.msg.err{color:var(--err)}.note{font-size:12px;margin:6px 0 0}.note,footer{color:var(--muted);text-align:center}footer{margin-top:40px;font-size:12.5px}@media (max-width:560px){.wrap{padding:8vh 18px 6vh}.theme-toggle{top:14px;right:14px;width:38px;height:38px;font-size:16px}h1{font-size:clamp(28px,8.6vw,40px);margin-bottom:16px}.lead{font-size:15px;line-height:1.55;margin-bottom:22px;text-align:justify;text-align-last:center;-webkit-hyphens:auto;hyphens:auto}.card{padding:20px}.row{flex-direction:column;gap:12px}.row input[type=email],.row input[type=text]{width:100%;flex:1 1 auto}.row button{align-self:center;min-width:200px}.consent{font-size:11.5px;line-height:1.5}.consent span{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.note{font-size:11px}.invite-label{font-size:12.5px;text-align:justify;text-align-last:center}footer{font-size:11.5px;line-height:1.7}}footer a{color:var(--muted);transition:color .2s ease}footer a:hover{color:var(--fg)}.powered{display:inline-block;margin-top:8px;font-size:11.5px;letter-spacing:.04em;color:var(--muted)}.heart{color:#ef4444}a{color:inherit}@media (prefers-reduced-motion:reduce){*,:before{animation:none!important;transition:none!important}}.legal{max-width:720px}.backlink{display:inline-block;margin-bottom:36px;font-size:13px;color:var(--muted);text-decoration:none;transition:color .2s}.backlink:hover{color:var(--fg)}.legal h1{font-size:clamp(28px,5vw,40px);margin:0 0 6px;text-align:left;animation:none}.legal .updated{font-size:13px;color:var(--muted);margin:0 0 32px}.legal h2{font-size:18px;font-weight:800;letter-spacing:-.01em;margin:34px 0 8px}.legal li,.legal p{font-size:15.5px;line-height:1.7}.legal p,.legal ul{margin:10px 0}.legal ul{padding-left:20px}.legal li{margin:6px 0}.legal a{text-decoration:underline}.fill{background:rgba(245,158,11,.16);color:#b45309;padding:0 5px;border-radius:3px;font-weight:600}@media (prefers-color-scheme:dark){.fill{color:#fbbf24}}.studio{max-width:980px;margin:0 auto;padding:6vh 22px 8vh;animation:none}.studio .title{font-size:24px;font-weight:800;letter-spacing:-.02em;text-align:left;margin:0 0 4px}.studio .sub{color:var(--muted);font-size:13px;margin:0 0 26px}.field{margin-bottom:14px}.field label{display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.field input[type=text],.field select{width:100%;padding:12px 14px;font-size:15px;background:var(--field-bg);color:var(--fg);border:1px solid var(--glass-brd);border-radius:10px;outline:none}.field input[type=text]:focus,.field select:focus{border-color:var(--fg)}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}@media (max-width:760px){.grid{grid-template-columns:1fr}}textarea.editor{width:100%;min-height:360px;padding:14px;font-size:14px;line-height:1.6;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:var(--field-bg);color:var(--fg);border:1px solid var(--glass-brd);border-radius:12px;outline:none;resize:vertical}textarea.editor:focus{border-color:var(--fg)}.preview{min-height:360px;padding:18px 22px;background:#fff;color:#0a0a0a;border:1px solid var(--glass-brd);border-radius:12px;overflow:auto;line-height:1.6}.preview h1{font-size:22px;margin:0 0 10px}.preview h2{font-size:18px;margin:16px 0 8px}.preview h3{font-size:15px;margin:14px 0 6px}.preview a{color:#0a0a0a}.studio-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:18px}.btn-ghost{background:transparent!important;color:var(--fg)!important;border:1px solid var(--glass-brd)!important}.studio .status{margin-left:auto;font-size:13px;color:var(--muted)}.studio-nav{display:flex;align-items:center;gap:18px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}.studio-nav .brandmini{font-weight:800;font-size:20px;letter-spacing:-.02em}.studio-nav a{font-size:14px;color:var(--muted);text-decoration:none}.studio-nav a:hover{color:var(--fg)}.studio-nav .spacer{margin-left:auto}table.bcast{width:100%;border-collapse:collapse;font-size:14px}table.bcast th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:700;padding:8px 12px}table.bcast td,table.bcast th{border-bottom:1px solid var(--line)}table.bcast td{padding:14px 12px;vertical-align:top}table.bcast tbody tr:hover td{background:var(--field-bg)}a.subj{font-weight:600;color:var(--fg);text-decoration:none}a.subj:hover{text-decoration:underline}.pill{display:inline-block;font-size:11px;padding:3px 10px;border-radius:999px;background:var(--field-bg);border:1px solid var(--line);color:var(--muted)}.statgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin:18px 0 26px}@media (max-width:680px){.statgrid{grid-template-columns:1fr 1fr}}.statcard{background:var(--field-bg);border:1px solid var(--line);border-radius:14px;padding:18px}.statcard .k{font-size:12px;color:var(--muted)}.statcard .v{font-size:30px;font-weight:800;letter-spacing:-.02em;margin-top:6px}.counter{float:right;font-size:12px;color:var(--muted);font-weight:400;letter-spacing:0;text-transform:none}.listpick{display:flex;flex-direction:column;gap:2px}.listpick-row{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;background:transparent!important;color:var(--fg)!important;border:0!important;border-radius:10px;font-size:15px;text-align:left;cursor:pointer;transition:background .14s ease}.listpick-row:hover{background:var(--field-bg)!important}.listpick-box{flex:none;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:12px;font-weight:700;line-height:1;color:transparent;background:transparent;border:1.5px solid var(--glass-brd);border-radius:6px;transition:background .14s ease,border-color .14s ease,color .14s ease}.listpick-box.on{color:var(--accent-fg);background:var(--accent);border-color:var(--accent)}.listpick-name{flex:1 1 auto}.listpick-sub{flex:none;font-size:12px;color:var(--muted)}.listpick-grp+.listpick-grp{margin-top:4px}.listpick-ghead{display:flex;align-items:center;gap:12px;width:100%;padding:9px 12px;background:transparent!important;color:var(--fg)!important;border:0!important;border-radius:10px;cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.listpick-ghead:hover{background:var(--field-bg)!important}.listpick-ghead .listpick-name{color:var(--muted)}.listpick-row.in-grp{padding-left:26px}.lgroup{margin-top:22px}.lgroup-head{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 8px;display:flex;align-items:center;gap:8px}.lgroup-head .counter{float:none}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:60;animation:fadeUp .2s both}.sheet{width:100%;max-width:520px;background:var(--bg);border:1px solid var(--glass-brd);border-radius:18px;padding:26px;box-shadow:var(--glass-sh)}.prow{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px}.prow:last-of-type{border-bottom:0}.prow>span:first-child{color:var(--muted);flex:none}.prow .pmuted,.prow b{text-align:right}.prow .pmuted{color:var(--muted);word-break:break-word}.wys{border:1px solid var(--glass-brd);border-radius:12px;overflow:hidden}.wys-bar{display:flex;flex-wrap:wrap;gap:2px;padding:8px;border-bottom:1px solid var(--glass-brd);background:var(--bg)}.wys-bar button{background:transparent!important;color:var(--fg)!important;border:0!important;border-radius:7px!important;min-width:34px;height:34px;padding:0 9px!important;font-size:14px;font-weight:600;cursor:pointer}.wys-bar button:hover{background:var(--field-bg)!important}.wys-bar .sep{width:1px;align-self:stretch;background:var(--glass-brd);margin:4px 3px}.wys-canvas{padding:22px;background:#e7e9ee;max-height:60vh;overflow:auto}.wys-mailframe{max-width:560px;margin:0 auto;background:#fff;border-radius:12px;padding:30px 34px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.wys-mailframe>img{display:block;height:34px;width:auto;margin:0 auto 20px}.wys-area{min-height:280px;outline:none;color:#111;font-size:16px;line-height:1.7}.wys-area:empty:before{content:"Pisz tutaj…";color:#b4b4ba}.wys-area p{margin:0 0 14px}.wys-area h1{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:.3em 0 .4em}.wys-area h2{font-size:19px;font-weight:700;margin:.3em 0 .4em}.wys-area a{color:#111}.wys-area ol,.wys-area ul{padding-left:22px;margin:0 0 14px}.gjs-theme-dark,.gjs-theme-light{--gjs-font-size:12px;--gjs-main-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Helvetica,Arial,sans-serif;--gjs-animation-duration:0.18s;--gjs-color-blue:#6b8afd;--gjs-color-highlight:#6b8afd;--gjs-color-warn:#f59e0b;--gjs-color-red:#f87171;--gjs-color-green:#34d399;--gjs-left-width:16%;--gjs-canvas-top:44px;border-radius:16px;overflow:hidden}.gjs-theme-dark .gjs-editor,.gjs-theme-light .gjs-editor{font-family:var(--gjs-main-font)}.gjs-theme-dark .gjs-editor-cont,.gjs-theme-dark.gjs-editor-cont,.gjs-theme-light .gjs-editor-cont,.gjs-theme-light.gjs-editor-cont{border-radius:16px;overflow:hidden}.gjs-theme-dark{--gjs-primary-color:#121215;--gjs-secondary-color:#18181c;--gjs-tertiary-color:#232329;--gjs-quaternary-color:#6b8afd;--gjs-font-color:#c8c8d0;--gjs-font-color-active:#fafafa;--gjs-main-dark-color:rgba(0,0,0,.35);--gjs-secondary-dark-color:hsla(0,0%,100%,.02);--gjs-main-light-color:hsla(0,0%,100%,.08);--gjs-secondary-light-color:hsla(0,0%,100%,.65);--gjs-soft-light-color:hsla(0,0%,100%,.04);--gjs-light-border:hsla(0,0%,100%,.08);--gjs-arrow-color:hsla(0,0%,100%,.7);--gjs-placeholder-background-color:#6b8afd;background:#0a0a0b;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 12px 48px rgba(0,0,0,.45),inset 0 1px 0 hsla(0,0%,100%,.06)}.gjs-theme-light{--gjs-primary-color:#fff;--gjs-secondary-color:#f3f4f7;--gjs-tertiary-color:#e6e8ee;--gjs-quaternary-color:#4f6bf0;--gjs-font-color:#3a3a42;--gjs-font-color-active:#0a0a0a;--gjs-main-dark-color:rgba(0,0,0,.1);--gjs-secondary-dark-color:rgba(0,0,0,.03);--gjs-main-light-color:rgba(0,0,0,.05);--gjs-secondary-light-color:rgba(0,0,0,.55);--gjs-soft-light-color:rgba(0,0,0,.015);--gjs-light-border:rgba(0,0,0,.08);--gjs-arrow-color:rgba(0,0,0,.55);--gjs-placeholder-background-color:#4f6bf0;background:#f5f6f8;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 48px rgba(2,6,23,.1),inset 0 1px 0 hsla(0,0%,100%,.7)}.gjs-theme-dark .gjs-pn-panel,.gjs-theme-light .gjs-pn-panel{background-color:var(--gjs-secondary-color);color:var(--gjs-font-color)}.gjs-theme-dark .gjs-pn-views-container,.gjs-theme-light .gjs-pn-views-container{background-color:var(--gjs-secondary-color);box-shadow:none}.gjs-theme-dark .gjs-pn-views,.gjs-theme-light .gjs-pn-views{border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-pn-commands,.gjs-theme-light .gjs-pn-commands{background-color:var(--gjs-primary-color);border-bottom:1px solid var(--gjs-light-border);box-shadow:none}.gjs-theme-dark .gjs-pn-options,.gjs-theme-light .gjs-pn-options{right:16px}.gjs-theme-dark .gjs-pn-btn,.gjs-theme-light .gjs-pn-btn{color:var(--gjs-font-color);border-radius:8px;transition:background-color var(--gjs-animation-duration) ease,color var(--gjs-animation-duration) ease}.gjs-theme-dark .gjs-pn-btn:hover,.gjs-theme-light .gjs-pn-btn:hover{color:var(--gjs-font-color-active);background-color:var(--gjs-main-light-color);box-shadow:none}.gjs-theme-dark .gjs-pn-btn.gjs-pn-active,.gjs-theme-light .gjs-pn-btn.gjs-pn-active{color:var(--gjs-font-color-active);background-color:var(--gjs-tertiary-color);box-shadow:none}.gjs-theme-dark .gjs-blocks-c,.gjs-theme-light .gjs-blocks-c{padding:6px}.gjs-theme-dark .gjs-block,.gjs-theme-light .gjs-block{background-color:var(--gjs-soft-light-color);color:var(--gjs-font-color);border:1px solid var(--gjs-light-border);border-radius:10px;box-shadow:none;font-weight:500;transition:background-color var(--gjs-animation-duration) ease,border-color var(--gjs-animation-duration) ease,color var(--gjs-animation-duration) ease,transform var(--gjs-animation-duration) ease}.gjs-theme-dark .gjs-block:hover,.gjs-theme-light .gjs-block:hover{color:var(--gjs-font-color-active);border-color:var(--gjs-color-blue);background-color:var(--gjs-main-light-color);box-shadow:none;transform:translateY(-1px)}.gjs-theme-dark .gjs-block__media,.gjs-theme-light .gjs-block__media{margin-bottom:6px}.gjs-theme-dark .gjs-block svg,.gjs-theme-light .gjs-block svg{fill:currentColor}.gjs-theme-dark .gjs-block-category,.gjs-theme-light .gjs-block-category{border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-block-category .gjs-title,.gjs-theme-light .gjs-block-category .gjs-title{background-color:transparent;color:var(--gjs-font-color);border:none;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:11px;padding:11px 12px}.gjs-theme-dark .gjs-block-category.gjs-open .gjs-title,.gjs-theme-light .gjs-block-category.gjs-open .gjs-title{color:var(--gjs-font-color-active);border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-layer-item,.gjs-theme-light .gjs-layer-item{background-color:var(--gjs-secondary-dark-color);border-bottom:1px solid var(--gjs-light-border);color:var(--gjs-font-color)}.gjs-theme-dark .gjs-layer-item:hover,.gjs-theme-light .gjs-layer-item:hover{background-color:var(--gjs-main-light-color);color:var(--gjs-font-color-active)}.gjs-theme-dark .gjs-layer.gjs-selected>.gjs-layer-item,.gjs-theme-light .gjs-layer.gjs-selected>.gjs-layer-item{background-color:var(--gjs-tertiary-color);color:var(--gjs-font-color-active)}.gjs-theme-dark .gjs-layer-title,.gjs-theme-light .gjs-layer-title{background-color:var(--gjs-secondary-color);border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-layer-caret,.gjs-theme-dark .gjs-layer-vis-on,.gjs-theme-light .gjs-layer-caret,.gjs-theme-light .gjs-layer-vis-on{color:var(--gjs-arrow-color)}.gjs-theme-dark .gjs-sm-properties,.gjs-theme-dark .gjs-sm-sectors,.gjs-theme-light .gjs-sm-properties,.gjs-theme-light .gjs-sm-sectors{background-color:var(--gjs-secondary-color)}.gjs-theme-dark .gjs-sm-sector,.gjs-theme-light .gjs-sm-sector{border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-sm-sector-title,.gjs-theme-light .gjs-sm-sector-title{background-color:transparent;color:var(--gjs-font-color);border:none;border-bottom:1px solid var(--gjs-light-border);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:11px;padding:10px 12px}.gjs-theme-dark .gjs-sm-sector.gjs-sm-open .gjs-sm-sector-title,.gjs-theme-light .gjs-sm-sector.gjs-sm-open .gjs-sm-sector-title{color:var(--gjs-font-color-active)}.gjs-theme-dark .gjs-sm-label,.gjs-theme-dark .gjs-sm-sector-label,.gjs-theme-light .gjs-sm-label,.gjs-theme-light .gjs-sm-sector-label{color:var(--gjs-font-color)}.gjs-theme-dark .gjs-sm-sector-caret,.gjs-theme-light .gjs-sm-sector-caret{fill:var(--gjs-arrow-color)}.gjs-theme-dark .gjs-clm-tags,.gjs-theme-light .gjs-clm-tags{background-color:var(--gjs-secondary-color);color:var(--gjs-font-color);border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-clm-tag,.gjs-theme-light .gjs-clm-tag{background-color:var(--gjs-tertiary-color);color:var(--gjs-font-color-active);border:1px solid var(--gjs-light-border);border-radius:6px}.gjs-theme-dark .gjs-clm-tags-btn,.gjs-theme-light .gjs-clm-tags-btn{background-color:var(--gjs-main-light-color);border:1px solid var(--gjs-light-border);border-radius:6px;color:var(--gjs-font-color)}.gjs-theme-dark .gjs-clm-tags-btn:hover,.gjs-theme-light .gjs-clm-tags-btn:hover{color:var(--gjs-font-color-active);background-color:var(--gjs-tertiary-color)}.gjs-theme-dark .gjs-clm-label,.gjs-theme-dark .gjs-clm-sels-info,.gjs-theme-light .gjs-clm-label,.gjs-theme-light .gjs-clm-sels-info{color:var(--gjs-font-color)}.gjs-theme-dark .gjs-clm-field,.gjs-theme-dark .gjs-field,.gjs-theme-dark .gjs-sm-field,.gjs-theme-dark .gjs-sm-input,.gjs-theme-light .gjs-clm-field,.gjs-theme-light .gjs-field,.gjs-theme-light .gjs-sm-field,.gjs-theme-light .gjs-sm-input{background-color:var(--gjs-soft-light-color);color:var(--gjs-font-color-active);border:1px solid var(--gjs-light-border);border-radius:8px}.gjs-theme-dark .gjs-field:focus-within,.gjs-theme-dark .gjs-sm-field:focus-within,.gjs-theme-light .gjs-field:focus-within,.gjs-theme-light .gjs-sm-field:focus-within{border-color:var(--gjs-color-blue)}.gjs-theme-dark .gjs-field input,.gjs-theme-dark .gjs-field option,.gjs-theme-dark .gjs-field select,.gjs-theme-dark .gjs-field textarea,.gjs-theme-light .gjs-field input,.gjs-theme-light .gjs-field option,.gjs-theme-light .gjs-field select,.gjs-theme-light .gjs-field textarea{color:var(--gjs-font-color-active);background-color:transparent}.gjs-theme-dark .gjs-field select option,.gjs-theme-light .gjs-field select option{background-color:var(--gjs-secondary-color)}.gjs-theme-dark .gjs-field-arrow-d,.gjs-theme-dark .gjs-field-arrow-u,.gjs-theme-dark .gjs-sm-int-arrows,.gjs-theme-light .gjs-field-arrow-d,.gjs-theme-light .gjs-field-arrow-u,.gjs-theme-light .gjs-sm-int-arrows{border-bottom-color:var(--gjs-arrow-color);border-top-color:var(--gjs-arrow-color)}.gjs-theme-dark .gjs-radio-item,.gjs-theme-light .gjs-radio-item{border:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-radio-item-label,.gjs-theme-light .gjs-radio-item-label{background-color:var(--gjs-soft-light-color);color:var(--gjs-font-color)}.gjs-theme-dark .gjs-radio-item input:checked+.gjs-radio-item-label,.gjs-theme-light .gjs-radio-item input:checked+.gjs-radio-item-label{background-color:var(--gjs-tertiary-color);color:var(--gjs-font-color-active)}.gjs-theme-dark .gjs-traits-cs,.gjs-theme-dark .gjs-trt-traits,.gjs-theme-light .gjs-traits-cs,.gjs-theme-light .gjs-trt-traits{background-color:var(--gjs-secondary-color);color:var(--gjs-font-color)}.gjs-theme-dark .gjs-trt-trait,.gjs-theme-light .gjs-trt-trait{border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-traits-label,.gjs-theme-light .gjs-traits-label{color:var(--gjs-font-color);border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-toolbar,.gjs-theme-light .gjs-toolbar{background-color:var(--gjs-color-blue);border-radius:6px;color:#fff}.gjs-theme-dark .gjs-toolbar-item,.gjs-theme-light .gjs-toolbar-item{color:#fff}.gjs-theme-dark .gjs-toolbar-item svg,.gjs-theme-light .gjs-toolbar-item svg{fill:#fff}.gjs-theme-dark .gjs-badge,.gjs-theme-light .gjs-badge{background-color:var(--gjs-color-blue);color:#fff}.gjs-theme-dark .gjs-rte-toolbar,.gjs-theme-light .gjs-rte-toolbar{background-color:var(--gjs-tertiary-color);border:1px solid var(--gjs-light-border);border-radius:8px}.gjs-theme-dark .gjs-rte-action,.gjs-theme-light .gjs-rte-action{color:var(--gjs-font-color);border-right:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-rte-action:hover,.gjs-theme-light .gjs-rte-action:hover{color:var(--gjs-font-color-active);background-color:var(--gjs-main-light-color)}.gjs-theme-dark .gjs-mdl-dialog,.gjs-theme-light .gjs-mdl-dialog{background-color:var(--gjs-secondary-color);color:var(--gjs-font-color);border:1px solid var(--gjs-light-border);border-radius:14px;box-shadow:0 12px 48px rgba(0,0,0,.45)}.gjs-theme-dark .gjs-mdl-header,.gjs-theme-light .gjs-mdl-header{border-bottom:1px solid var(--gjs-light-border)}.gjs-theme-dark .gjs-mdl-title,.gjs-theme-light .gjs-mdl-title{color:var(--gjs-font-color-active)}.gjs-theme-dark .gjs-btn-prim,.gjs-theme-light .gjs-btn-prim{background-color:var(--gjs-quaternary-color);color:#fff;border-radius:8px;border:none}.gjs-theme-dark .gjs-btn-prim:hover,.gjs-theme-light .gjs-btn-prim:hover{filter:brightness(1.08)}.gjs-theme-dark .gjs-devices-c .gjs-device-label,.gjs-theme-light .gjs-devices-c .gjs-device-label{color:var(--gjs-font-color)}.gjs-theme-dark .gjs-devices-c .gjs-field,.gjs-theme-light .gjs-devices-c .gjs-field{background-color:var(--gjs-soft-light-color)}.gjs-theme-dark .gjs-cv-canvas{background-color:#0d0d10}.gjs-theme-light .gjs-cv-canvas{background-color:#e7e9ee}.gjs-theme-dark .gjs-cv-canvas-bg,.gjs-theme-dark .gjs-frame-wrapper,.gjs-theme-light .gjs-cv-canvas-bg,.gjs-theme-light .gjs-frame-wrapper{background-color:transparent}.gjs-theme-dark .gjs-frame,.gjs-theme-light .gjs-frame{background-color:#fff;border-radius:8px;box-shadow:0 6px 24px rgba(0,0,0,.25)}.gjs-theme-dark .gjs-placeholder,.gjs-theme-dark .gjs-placeholder.gjs-active,.gjs-theme-light .gjs-placeholder,.gjs-theme-light .gjs-placeholder.gjs-active{border-color:var(--gjs-color-blue)}.gjs-theme-dark .gjs-placeholder-int,.gjs-theme-light .gjs-placeholder-int{background-color:var(--gjs-color-blue)}.gjs-theme-dark .gjs-resizer-h,.gjs-theme-light .gjs-resizer-h{border-color:var(--gjs-color-blue);background-color:#fff}.gjs-theme-dark .gjs-blocks-c::-webkit-scrollbar,.gjs-theme-dark .gjs-pn-views-container::-webkit-scrollbar,.gjs-theme-dark .gjs-sm-sectors::-webkit-scrollbar{width:8px;height:8px}.gjs-theme-dark .gjs-blocks-c::-webkit-scrollbar-thumb,.gjs-theme-dark .gjs-pn-views-container::-webkit-scrollbar-thumb,.gjs-theme-dark .gjs-sm-sectors::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.14);border-radius:8px}.gjs-theme-light .gjs-blocks-c::-webkit-scrollbar,.gjs-theme-light .gjs-pn-views-container::-webkit-scrollbar,.gjs-theme-light .gjs-sm-sectors::-webkit-scrollbar{width:8px;height:8px}.gjs-theme-light .gjs-blocks-c::-webkit-scrollbar-thumb,.gjs-theme-light .gjs-pn-views-container::-webkit-scrollbar-thumb,.gjs-theme-light .gjs-sm-sectors::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.18);border-radius:8px}