.gl-field .gl-select-native{clip-path:inset(50%)!important;white-space:nowrap!important;opacity:0!important;pointer-events:none!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.gl-select-trigger{border:1px solid var(--gl-line);border-radius:calc(var(--gl-radius) - 3px);background:linear-gradient(135deg,rgba(var(--gl-surface-rgb),.6),rgba(var(--gl-surface-rgb),.27));width:100%;min-height:42px;box-shadow:var(--gl-shadow);-webkit-backdrop-filter:blur(16px)saturate(1.4);font:inherit;text-align:left;color:var(--gl-text);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:11px 13px;transition:background .18s,border-color .18s,box-shadow .18s;display:flex}.gl-select-trigger[hidden]{display:none}.gl-select-trigger:hover:not(:disabled){background:rgba(var(--gl-surface-rgb),.7);border-color:rgba(var(--gl-accent-rgb),.25)}.gl-select-trigger:focus-visible,.gl-select-trigger[aria-expanded=true]{outline:2px solid var(--gl-accent);outline-offset:3px}.gl-select-trigger:disabled{opacity:.45;cursor:not-allowed}.gl-select-trigger[data-placeholder]{color:var(--gl-muted)}.gl-select-trigger[aria-invalid=true]{border-color:#c66a69}.gl-select-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gl-select-chevron{background:rgba(var(--gl-surface-rgb),.35);width:22px;height:22px;color:var(--gl-muted);border-radius:7px;flex:none;justify-content:center;align-items:center;font:20px/1 system-ui;transition:transform .18s;display:flex;transform:translateY(-2px)}.gl-select-trigger[aria-expanded=true] .gl-select-chevron{color:var(--gl-accent);transform:rotate(180deg)translateY(-1px)}.gl-select-list{box-sizing:border-box;border:1px solid var(--gl-line);overscroll-behavior:contain;scrollbar-width:thin;background:linear-gradient(145deg,rgba(var(--gl-surface-rgb),.91),rgba(var(--gl-surface-rgb),.76));color:var(--gl-text);-webkit-backdrop-filter:blur(28px)saturate(1.6);font:inherit;text-align:left;isolation:isolate;border-radius:17px;margin:0;padding:7px;font-size:13px;line-height:1.4;position:fixed;inset:auto;overflow:auto;box-shadow:inset 0 1px 1px #ffffffa6,0 15px 42px #15284928,0 3px 10px #15284914}.gl-select-list:popover-open{animation:.15s ease-out gl-select-enter}.gl-select-list::backdrop{background:0 0}.gl-select-option{box-sizing:border-box;cursor:pointer;min-height:40px;color:var(--gl-text);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:11px 12px;transition:background .1s;display:flex;position:relative}.gl-select-option[hidden]{display:none}.gl-select-option[aria-selected=true]{background:rgba(var(--gl-accent-rgb),.1);color:var(--gl-accent)}.gl-select-option[data-active]{background:rgba(var(--gl-accent-rgb),.16);box-shadow:inset 0 0 0 1px rgba(var(--gl-accent-rgb),.13)}.gl-select-option[aria-disabled=true]{opacity:.4;cursor:not-allowed}.gl-select-option-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.gl-select-option-copy>span{font-weight:550}.gl-select-option-copy>small{color:var(--gl-muted);font-size:11px;font-weight:400;line-height:1.4}.gl-select-check{background:var(--gl-accent);color:#fff;visibility:hidden;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:19px;height:19px;font-size:11px;display:flex}.gl-select-option[aria-selected=true] .gl-select-check{visibility:visible}.gl-select-group{text-transform:uppercase;letter-spacing:.1em;color:var(--gl-muted);padding:10px 12px 6px;font-size:10px;font-weight:650}@keyframes gl-select-enter{0%{opacity:0;transform:translateY(-4px)scale(.99)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.gl-select-list:popover-open{animation:none}.gl-select-trigger,.gl-select-chevron,.gl-select-option{transition:none}}@media(prefers-reduced-transparency:reduce){.gl-select-list,.gl-select-trigger{background:rgb(var(--gl-surface-rgb));-webkit-backdrop-filter:none}}[data-reduce-transparency=true] .gl-select-list,[data-reduce-transparency=true] .gl-select-trigger{background:rgb(var(--gl-surface-rgb));-webkit-backdrop-filter:none}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.gl-select-list,.gl-select-trigger{background:rgb(var(--gl-surface-rgb))}}@media(forced-colors:active){.gl-select-option[data-active]{outline:1px solid highlight}.gl-select-option[aria-selected=true]{color:highlight}.gl-select-check{forced-color-adjust:none;color:highlighttext;background:highlight}.gl-select-trigger,.gl-select-list{border:1px solid buttontext}}.gl-field .gl-select-error{color:#b34848;font-size:11px;line-height:1.5}.gl-select-error[hidden]{display:none}.gl-accordion{border-radius:var(--gl-radius);background:rgba(var(--gl-surface-rgb),.42);border:1px solid var(--gl-line);width:100%;box-shadow:var(--gl-shadow);color:var(--gl-text);overflow:hidden}.gl-accordion details+details{border-top:1px solid rgba(var(--gl-accent-rgb),.1)}.gl-accordion summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:16px;font-size:12px;font-weight:550;list-style:none;display:flex}.gl-accordion summary::-webkit-details-marker{display:none}.gl-accordion summary>span{color:var(--gl-muted);font-size:19px;font-weight:400;transition:transform .2s}.gl-accordion details[open] summary>span{transform:rotate(45deg)}.gl-accordion-content{color:var(--gl-muted);padding:0 16px 17px;font-size:12px;line-height:1.7}.gl-breadcrumbs{color:var(--gl-muted);font-size:12px}.gl-breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.gl-breadcrumbs li{align-items:center;gap:10px;display:flex}.gl-breadcrumbs a{color:inherit;text-decoration:none}.gl-breadcrumbs a:hover{color:var(--gl-accent)}.gl-breadcrumbs [aria-current]{color:var(--gl-text);font-weight:550}.gl-breadcrumbs [aria-hidden]{opacity:.4}.gl-pagination{border:1px solid var(--gl-line);background:rgba(var(--gl-surface-rgb),.45);width:max-content;max-width:100%;box-shadow:var(--gl-shadow);border-radius:14px;align-items:center;gap:4px;padding:5px;display:flex}.gl-pagination button{min-width:29px;height:32px;color:var(--gl-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 6px;font-size:11px}.gl-pagination button[aria-current]{background:var(--gl-accent);color:#fff;box-shadow:0 3px 7px rgba(var(--gl-accent-rgb),.2)}.gl-pagination button:hover:not(:disabled):not([aria-current]){background:rgba(var(--gl-accent-rgb),.08)}.gl-pagination button:disabled{opacity:.3;cursor:not-allowed}.gl-pagination>span{color:var(--gl-muted);font-size:11px}.gl-progress{width:100%;color:var(--gl-text);font-size:12px}.gl-progress>div{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.gl-progress>div>span{color:var(--gl-muted);font-variant-numeric:tabular-nums}.gl-progress progress{appearance:none;background:rgba(var(--gl-accent-rgb),.12);width:100%;height:7px;color:var(--gl-accent);border:0;border-radius:20px;display:block;overflow:hidden}.gl-progress progress::-webkit-progress-bar{background:rgba(var(--gl-accent-rgb),.12);border-radius:20px}.gl-progress progress::-webkit-progress-value{background:linear-gradient(90deg,#92b8ff,var(--gl-accent));border-radius:20px;transition:width .2s}.gl-progress progress::-moz-progress-bar{background:var(--gl-accent);border-radius:20px}.gl-progress progress:indeterminate{background:linear-gradient(90deg,transparent,var(--gl-accent),transparent);background-size:200% 100%;animation:2s linear infinite gl-shimmer}.gl-skeleton{align-items:center;gap:15px;width:100%;padding:8px 0;display:flex}.gl-skeleton>div{flex:1;gap:12px;display:grid}.gl-skeleton>div>span,.gl-skeleton-avatar{background:linear-gradient(100deg,rgba(var(--gl-accent-rgb),.06) 30%,rgba(var(--gl-surface-rgb),.85),rgba(var(--gl-accent-rgb),.06) 70%);border:1px solid rgba(var(--gl-surface-rgb),.35);background-size:220% 100%;border-radius:6px;height:10px;animation:2.5s linear infinite gl-shimmer;display:block}.gl-skeleton>div>span:last-child{width:65%}.gl-skeleton-avatar{border-radius:50%;flex-shrink:0;width:42px;height:42px}@keyframes gl-shimmer{to{background-position:-220% 0}}.gl-tooltip-wrap{border-bottom:1px dotted var(--gl-muted);color:var(--gl-text);cursor:help;outline-offset:5px;align-items:center;font-size:12px;display:inline-flex;position:relative}.gl-tooltip{z-index:20;background:rgb(var(--gl-text-rgb,38,51,77));color:#fff;visibility:hidden;opacity:0;border-radius:10px;width:max-content;max-width:min(240px,70vw);padding:10px 13px;font-size:11px;line-height:1.5;transition:opacity .15s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 6px 20px #1a2c6426}.gl-tooltip-wrap:hover .gl-tooltip,.gl-tooltip-wrap:focus-within .gl-tooltip{visibility:visible;opacity:1}.gl-popover-wrap{display:inline-flex}.gl-popover-panel{box-sizing:border-box;border:1px solid var(--gl-line);background:rgba(var(--gl-surface-rgb),.88);-webkit-backdrop-filter:blur(28px)saturate(1.3);backdrop-filter:blur(28px)saturate(1.3);width:300px;max-width:calc(100vw - 24px);color:var(--gl-text);font:inherit;z-index:50;border-radius:20px;margin:0;padding:22px;font-size:12px;line-height:1.6;position:fixed;inset:auto;overflow:auto;box-shadow:0 16px 55px #14264c2b,inset 0 1px 1px #ffffffbd}.gl-popover-panel>h3{margin:0 0 8px;font-size:15px}.gl-popover-panel>p{color:var(--gl-muted);margin:0 0 16px}.gl-dialog.gl-drawer{box-sizing:border-box;border-radius:24px;width:400px;max-width:calc(100vw - 24px);height:calc(100dvh - 24px);max-height:none;margin:0;padding:28px;animation:.22s ease-out gl-drawer-in;position:fixed;inset:12px 12px 12px auto}.gl-drawer .gl-dialog-heading{border-bottom:1px solid rgba(var(--gl-accent-rgb),.12);padding-bottom:18px}@keyframes gl-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.gl-textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--gl-line);border-radius:calc(var(--gl-radius) - 3px);width:100%;min-height:92px;font:inherit;color:var(--gl-text);background:rgba(var(--gl-surface-rgb),var(--gl-opacity));box-shadow:var(--gl-shadow);-webkit-backdrop-filter:blur(var(--gl-blur));backdrop-filter:blur(var(--gl-blur));padding:13px;font-size:12px;line-height:1.6}.gl-textarea::placeholder{color:var(--gl-muted)}.gl-textarea:disabled{opacity:.5;cursor:not-allowed}.gl-radio-group{width:100%;min-width:0;color:var(--gl-text);border:0;gap:8px;margin:0;padding:0;display:grid}.gl-radio-group legend{margin-bottom:12px;padding:0;font-size:12px;font-weight:550}.gl-radio-option{background:rgba(var(--gl-surface-rgb),.32);border:1px solid var(--gl-line);cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:background .15s;display:flex}.gl-radio-option:has(:checked){border-color:rgba(var(--gl-accent-rgb),.4);background:rgba(var(--gl-accent-rgb),.07)}.gl-radio-option:has(:disabled){opacity:.45;cursor:not-allowed}.gl-radio-option input{width:15px;height:15px;accent-color:var(--gl-accent);flex-shrink:0;margin:0}.gl-radio-option>span{gap:3px;display:grid}.gl-radio-option strong{font-size:12px;font-weight:550}.gl-radio-option small{color:var(--gl-muted);font-size:10px;line-height:1.5}:where(.gl-accordion summary,.gl-breadcrumbs a,.gl-pagination button,.gl-tooltip-wrap,.gl-popover-panel,.gl-textarea,.gl-radio-option input):focus-visible{outline:2px solid var(--gl-accent);outline-offset:3px}[data-theme=dark]{--gl-text:#d9e2f5;--gl-muted:#9baac4;--gl-surface-rgb:38,49,71;--gl-line:#9aadce35;--gl-shadow:0 5px 18px #0002,inset 0 1px 0 #b5c6f01a}[data-reduce-transparency=true] :is(.gl-accordion,.gl-pagination,.gl-popover-panel,.gl-textarea,.gl-radio-option){background:rgb(var(--gl-surface-rgb));-webkit-backdrop-filter:none;backdrop-filter:none}@media(prefers-reduced-transparency:reduce){.gl-accordion,.gl-pagination,.gl-popover-panel,.gl-textarea,.gl-radio-option{background:rgb(var(--gl-surface-rgb));-webkit-backdrop-filter:none;backdrop-filter:none}}@media(prefers-reduced-motion:reduce){.gl-skeleton span,.gl-progress progress,.gl-drawer{animation:none}.gl-tooltip,.gl-radio-option,.gl-accordion summary>span{transition:none}}glass-accordion,glass-breadcrumbs,glass-pagination,glass-progress,glass-skeleton,glass-textarea,glass-radio-group{display:block}glass-drawer{display:contents}.gl-tooltip-wrap{border:0;border-bottom:1px dotted var(--gl-muted);background:0 0;padding:0;font-family:inherit;line-height:1.6}.gl-tooltip-wrap[data-dismissed=true] .gl-tooltip{visibility:hidden;opacity:0}.gl-tooltip-wrap{border:0}.gl-tooltip-trigger{border:0;border-bottom:1px dotted var(--gl-muted);font:inherit;color:inherit;cursor:help;background:0 0;padding:0}.gl-tooltip-trigger:focus-visible{outline:2px solid var(--gl-accent);outline-offset:4px}.gl-tooltip-wrap:has(.gl-tooltip-trigger[data-dismissed=true]) .gl-tooltip{visibility:hidden;opacity:0}.gl-tooltip{display:none;left:0;transform:none}.gl-tooltip-wrap:hover .gl-tooltip,.gl-tooltip-wrap:focus-within .gl-tooltip{display:block}.gl-tooltip-wrap:has(.gl-tooltip-trigger[data-dismissed=true]) .gl-tooltip{display:none}:root{--gl-accent:#4271ed;--gl-accent-rgb:66,113,237;--gl-blur:3px;--gl-opacity:.32;--gl-radius:16px;--gl-text:#26334d;--gl-muted:#68748b;--gl-surface-rgb:255,255,255;--gl-line:#ffffffd9;--gl-shadow:0 5px 18px #2e417014,inset 0 1.5px 1px #ffffffe6,inset 0 -1px 1px #fff6}.gl-lens{isolation:isolate;background:rgba(var(--gl-surface-rgb),calc(var(--gl-opacity) * .38));color:var(--gl-text);border:1px solid #ffffff9e;position:relative;box-shadow:inset 1px 2px 2px #ffffffa3,inset -1px -1px 1px #ffffff50,0 12px 35px #152b5621}.gl-lens:before{content:"";border-radius:inherit;z-index:-1;-webkit-backdrop-filter:blur(var(--gl-blur)) saturate(1.45);background:linear-gradient(135deg,#ffffff25,#0000 40%,#ffffff08 70%,#fff2);position:absolute;inset:0}@supports ((-webkit-backdrop-filter:url(#glass-filter)) or (backdrop-filter:url(#glass-filter))){.gl-lens:before{-webkit-backdrop-filter:var(--gl-lens-filter) blur(var(--gl-blur)) saturate(1.45);backdrop-filter:var(--gl-lens-filter) blur(var(--gl-blur)) saturate(1.45)}}.gl-lens:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(140deg,#fffffff0,#ffffff18 35%,#ffffff12 65%,#fffa);padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.gl-lens-content{border-radius:inherit;height:100%;position:relative}.gl-lens-defs{pointer-events:none;position:absolute}@media(prefers-reduced-transparency:reduce){.gl-lens,.gl-surface,.gl-button--secondary,.gl-input-wrap,.gl-tablist,.gl-badge{background:rgb(var(--gl-surface-rgb))}.gl-lens:before{-webkit-backdrop-filter:none}}[data-reduce-transparency=true]{--gl-opacity:1}[data-reduce-transparency=true] .gl-lens{background:rgb(var(--gl-surface-rgb))}[data-reduce-transparency=true] .gl-lens:before{-webkit-backdrop-filter:none}.gl-surface,.gl-button--secondary,.gl-input-wrap,.gl-field select,.gl-tablist,.gl-badge{background:rgba(var(--gl-surface-rgb),var(--gl-opacity));-webkit-backdrop-filter:blur(var(--gl-blur));border:1px solid var(--gl-line);box-shadow:var(--gl-shadow);color:var(--gl-text)}.gl-button{border-radius:calc(var(--gl-radius) - 3px);min-height:40px;font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:10px 16px;font-size:13px;font-weight:550;line-height:1.3;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex}.gl-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 15px #354e9b26}.gl-button--primary{background:var(--gl-accent);color:#fff;border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff35,0 3px 7px #435ec225}.gl-button--primary:hover:not(:disabled){filter:brightness(.96)}.gl-button--ghost{color:var(--gl-text);background:0 0}.gl-button--sm{min-height:32px;padding:7px 11px;font-size:12px}.gl-button:disabled{opacity:.42;cursor:not-allowed}.gl-button svg{width:15px;height:15px}.gl-card{border-radius:var(--gl-radius);padding:22px}.gl-field{flex-direction:column;gap:8px;width:100%;font-size:12px;display:flex}.gl-field label{color:var(--gl-text);font-weight:550}.gl-input-wrap{border-radius:calc(var(--gl-radius) - 3px);align-items:center;gap:9px;padding:0 12px;display:flex}.gl-input-wrap svg{width:15px;height:15px;color:var(--gl-muted);flex-shrink:0}.gl-input-wrap input{font:inherit;color:var(--gl-text);background:0 0;border:0;outline:0;width:100%;min-width:0;height:39px;font-size:12px}.gl-input-wrap:focus-within{outline:2px solid var(--gl-accent);outline-offset:2px}.gl-input-wrap input::placeholder{color:var(--gl-muted)}.gl-field small{color:var(--gl-muted);font-size:11px}.gl-field select{font:inherit;border-radius:calc(var(--gl-radius) - 3px);cursor:pointer;width:100%;padding:11px}.gl-switch-label{color:var(--gl-text);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;font-size:12px;display:flex}.gl-switch{flex-shrink:0;width:34px;height:21px;position:relative}.gl-switch input{opacity:0;cursor:pointer;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.gl-switch-track{background:#b6bfd1;border-radius:20px;width:100%;height:100%;transition:background .2s;display:block;box-shadow:inset 0 1px 3px #47577917}.gl-switch-track:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #2d42732b}.gl-switch input:checked+.gl-switch-track{background:var(--gl-accent)}.gl-switch input:checked+.gl-switch-track:after{transform:translate(13px)}.gl-switch input:focus-visible+.gl-switch-track{outline:2px solid var(--gl-accent);outline-offset:3px}.gl-switch input:disabled{cursor:not-allowed}.gl-switch:has(input:disabled){opacity:.5}.gl-checkbox{cursor:pointer;color:var(--gl-text);align-items:center;gap:9px;font-size:12px;display:flex}.gl-checkbox input{width:15px;height:15px;accent-color:var(--gl-accent);cursor:pointer}.gl-slider{width:100%}.gl-slider label{color:var(--gl-text);justify-content:space-between;margin-bottom:14px;font-size:12px;display:flex}.gl-slider output{color:var(--gl-muted);font-variant-numeric:tabular-nums}.gl-slider input{width:100%;accent-color:var(--gl-accent);cursor:pointer;height:5px;margin:0}.gl-tablist{border-radius:10px;gap:3px;padding:4px;display:flex}.gl-tablist button{font:inherit;white-space:nowrap;color:var(--gl-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:1;padding:9px 13px;font-size:11px}.gl-tablist button[aria-selected=true]{background:rgba(var(--gl-surface-rgb),.9);color:var(--gl-text);box-shadow:0 2px 5px #3a46731a}.gl-tabs [role=tabpanel]{color:var(--gl-muted);margin-top:16px;font-size:12px;line-height:1.6}.gl-badge{white-space:nowrap;border-radius:30px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;line-height:1.3;display:inline-flex}.gl-badge--blue{color:#4562c7;background:#e2e8ffb3}.gl-badge--green{color:#347866;background:#d8eee4bb}.gl-badge--amber{color:#956b24;background:#f7ebd4bb}.gl-avatar{color:#465c82;background:linear-gradient(135deg,#e2d5f5,#b5c8e7);border:2px solid #ffffffdb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:37px;height:37px;font-size:11px;font-weight:600;display:inline-flex;overflow:hidden;box-shadow:0 2px 5px #4258780d}.gl-avatar img{object-fit:cover;width:100%;height:100%}.gl-alert{color:#4663a4;-webkit-backdrop-filter:blur(var(--gl-blur));backdrop-filter:blur(var(--gl-blur));background:#e6ecfdbb;border:1px solid #ffffffa3;border-radius:10px;gap:11px;padding:15px;font-size:11px;line-height:1.4;display:flex}.gl-alert-symbol{border:1px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;display:flex}.gl-alert strong{font-weight:550}.gl-alert p{opacity:.9;margin:4px 0 0;font-size:10px}.gl-alert--success{color:#32755e;background:#e0f1e8bb}.gl-alert--warning{color:#8d6628;background:#fbefdabb}.gl-dialog{color:var(--gl-text);background:rgba(var(--gl-surface-rgb),.94);border:1px solid var(--gl-line);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;width:580px;max-width:min(580px,100vw - 32px);max-height:85dvh;padding:28px;overflow:auto;box-shadow:0 24px 100px #1a2c6433}.gl-dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1f2f5145}.gl-dialog-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.gl-dialog-heading h2{letter-spacing:-.6px;margin:0;font-size:20px}.gl-dialog-close{width:30px;height:30px;color:var(--gl-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;font-size:25px;display:flex}.gl-dialog-close:hover{background:#8898b21a}:where(.gl-button,.gl-checkbox input,.gl-slider input,.gl-field select,.gl-tablist button,.gl-tabs [role=tabpanel],.gl-dialog-close):focus-visible{outline:2px solid var(--gl-accent);outline-offset:3px}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.gl-surface,.gl-button--secondary,.gl-input-wrap,.gl-tablist,.gl-badge{background:rgb(var(--gl-surface-rgb))}}@media(prefers-reduced-motion:reduce){.gl-button,.gl-switch-track,.gl-switch-track:after{transition:none}}:root{--gl-surface-refraction:22;--gl-glass-tint:.34}:is(.gl-card,.gl-dialog,.gl-popover-panel,.gl-select-list)[data-gl-refractive=true]{background:linear-gradient(135deg,rgba(var(--gl-surface-rgb),calc(var(--gl-glass-tint) + .18)),rgba(var(--gl-surface-rgb),var(--gl-glass-tint)));border-color:rgba(var(--gl-surface-rgb),.7);-webkit-backdrop-filter:blur(var(--gl-blur)) saturate(1.35);box-shadow:inset 1px 1.5px 1px #ffffffc2,inset -1px -1px 1px #ffffff42,0 10px 32px #14264a16}:is(.gl-dialog,.gl-popover-panel,.gl-select-list)[data-gl-refractive=true]{--gl-glass-tint:.64;box-shadow:inset 1px 1.5px 1px #ffffffc2,inset -1px -1px 1px #ffffff42,0 20px 65px #14264a30}@supports ((-webkit-backdrop-filter:url(#glass-filter)) or (backdrop-filter:url(#glass-filter))){[data-gl-refractive=true]{-webkit-backdrop-filter:var(--gl-lens-filter,blur(0px)) blur(var(--gl-blur)) saturate(1.35)!important;backdrop-filter:var(--gl-lens-filter,blur(0px)) blur(var(--gl-blur)) saturate(1.35)!important}}[data-theme=dark] :is(.gl-card,.gl-dialog,.gl-popover-panel,.gl-select-list)[data-gl-refractive=true]{border-color:#c5d8ff38;box-shadow:inset 1px 1px 1px #d4e2ff35,inset -1px -1px 1px #ffffff12,0 12px 40px #0003}@media(prefers-reduced-transparency:reduce){[data-gl-refractive=true]{background:rgb(var(--gl-surface-rgb))!important;-webkit-backdrop-filter:none!important}}[data-reduce-transparency=true] [data-gl-refractive=true]{background:rgb(var(--gl-surface-rgb))!important;-webkit-backdrop-filter:none!important}@media(forced-colors:active){[data-gl-refractive=true]{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:canvas!important;border:1px solid canvastext!important}}:root{--gl-ease:cubic-bezier(.22,1,.36,1);--gl-spring:cubic-bezier(.34,1.46,.48,1);--gl-duration-fast:.16s;--gl-duration:.28s;--gl-duration-slow:.42s}.gl-button{isolation:isolate;transition:transform var(--gl-duration) var(--gl-spring),box-shadow var(--gl-duration) var(--gl-ease),background-color .18s ease,border-color .18s ease;-webkit-tap-highlight-color:transparent;position:relative;transform:translateY(0)scale(1)}.gl-button:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .24s var(--gl-ease);background:linear-gradient(135deg,#ffffff40,#0000 55%);position:absolute;inset:0}@media(hover:hover){.gl-button:hover:not(:disabled){transform:translateY(-2px)scale(1.015)}.gl-button:hover:not(:disabled):after{opacity:1}}.gl-button:active:not(:disabled){transition-duration:90ms;transform:translateY(1px)scale(.965);box-shadow:inset 0 2px 5px #17254918}.gl-button:active:not(:disabled):after{opacity:.35}.gl-switch-track{transition:background-color var(--gl-duration) ease,box-shadow var(--gl-duration) ease}.gl-switch-track:after{transition:transform .38s var(--gl-spring),width .18s var(--gl-ease)}.gl-switch input:active+.gl-switch-track:after{width:18px}.gl-switch input:checked:active+.gl-switch-track:after{transform:translate(10px)}.gl-radio-option{transition:background-color var(--gl-duration) ease,border-color var(--gl-duration) ease,box-shadow var(--gl-duration) ease,transform var(--gl-duration) var(--gl-spring)}.gl-radio-option:active:not(:has(:disabled)){transform:scale(.985)}.gl-radio-option:has(:checked){box-shadow:inset 0 1px 1px #ffffff85,0 3px 12px rgba(var(--gl-accent-rgb),.06)}.gl-checkbox input,.gl-radio-option input{transition:transform .22s var(--gl-spring)}.gl-checkbox input:active,.gl-radio-option input:active{transform:scale(.85)}.gl-input-wrap,.gl-textarea,.gl-select-trigger{transition:background-color var(--gl-duration) ease,box-shadow var(--gl-duration) ease,border-color var(--gl-duration) ease,transform var(--gl-duration) var(--gl-spring)}.gl-input-wrap:focus-within,.gl-textarea:focus,.gl-select-trigger[aria-expanded=true]{box-shadow:var(--gl-shadow),0 0 0 5px rgba(var(--gl-accent-rgb),.07)}.gl-tablist{isolation:isolate;position:relative}.gl-tablist[data-motion=true]:before{content:"";z-index:-1;width:var(--gl-tab-width);height:var(--gl-tab-height);transform:translate(var(--gl-tab-x),var(--gl-tab-y));background:rgba(var(--gl-surface-rgb),.9);pointer-events:none;border-radius:7px;position:absolute;top:0;left:0;box-shadow:0 2px 7px #293c6f1a,inset 0 1px 1px #ffffffa8}.gl-tablist[data-motion-ready=true]:before{transition:transform .38s var(--gl-spring),width .32s var(--gl-ease),height .32s var(--gl-ease)}.gl-tablist[data-motion=true] button[aria-selected=true]{box-shadow:none;background:0 0}.gl-tablist button{transition:color var(--gl-duration-fast) ease,transform .18s var(--gl-ease);position:relative}.gl-tablist button:active{transform:scale(.96)}.gl-accordion summary>span{transition:transform .36s var(--gl-spring),color .18s ease}.gl-accordion summary{transition:background-color .22s}.gl-accordion summary:hover{background:rgba(var(--gl-accent-rgb),.035)}.gl-accordion details[data-expanding=false] summary>span{transform:rotate(0)}.gl-accordion details[data-expanding=true] summary>span{transform:rotate(45deg)}.gl-pagination button{transition:background-color var(--gl-duration) ease,color var(--gl-duration) ease,box-shadow var(--gl-duration) ease,transform var(--gl-duration) var(--gl-spring)}.gl-pagination button:active:not(:disabled){transform:scale(.9)}.gl-pagination button[aria-current]{animation:gl-page-settle .3s var(--gl-spring)}@keyframes gl-page-settle{0%{transform:scale(.92)}to{transform:scale(1)}}.gl-progress progress::-webkit-progress-value{transition:width .52s var(--gl-ease)}.gl-progress progress::-moz-progress-bar{transition:width .52s var(--gl-ease)}.gl-select-option{transition:background-color .15s,box-shadow .15s,color .15s}.gl-select-check{transition:transform .26s var(--gl-spring),opacity .18s ease;opacity:0;transform:scale(.7)}.gl-select-option[aria-selected=true] .gl-select-check{opacity:1;transform:scale(1)}.gl-select-list,.gl-popover-panel{opacity:0;transform-origin:50% 0;transition:opacity .18s ease,translate var(--gl-duration) var(--gl-ease),scale var(--gl-duration) var(--gl-ease),display var(--gl-duration) allow-discrete,overlay var(--gl-duration) allow-discrete;translate:0 -7px;scale:.975}.gl-select-list[data-side=top]{transform-origin:50% 100%;translate:0 7px}:is(.gl-select-list:popover-open,.gl-popover-panel[data-open=true]){opacity:1;animation:none;translate:0;scale:1}:is(.gl-select-list:not(:popover-open),.gl-popover-panel:not([data-open=true])){pointer-events:none}@starting-style{:is(.gl-select-list:popover-open,.gl-popover-panel[data-open=true]){opacity:0;translate:0 -7px;scale:.975}.gl-select-list[data-side=top]:popover-open{translate:0 7px}}.gl-dialog{opacity:0;transition:opacity .2s ease,translate .36s var(--gl-ease),scale .36s var(--gl-ease),display .36s allow-discrete,overlay .36s allow-discrete;translate:0 14px;scale:.97}.gl-dialog[open]{opacity:1;translate:0;scale:1}.gl-dialog:not([open]){pointer-events:none}.gl-dialog::backdrop{opacity:0;transition:opacity .3s ease,display .36s allow-discrete,overlay .36s allow-discrete;background:#1f2f5145}.gl-dialog[open]::backdrop{opacity:1}.gl-dialog.gl-drawer{transition:opacity .24s ease,translate .46s var(--gl-ease),display .46s allow-discrete,overlay .46s allow-discrete;animation:none;translate:calc(100% + 24px);scale:1}.gl-dialog.gl-drawer[open]{opacity:1;translate:0}@starting-style{.gl-dialog[open]{opacity:0;translate:0 18px;scale:.97}.gl-dialog.gl-drawer[open]{opacity:0;translate:calc(100% + 24px);scale:1}.gl-dialog[open]::backdrop{opacity:0}}.gl-tooltip{visibility:hidden;opacity:0;transform-origin:50% 100%;transition:opacity .15s ease,translate .24s var(--gl-ease),scale .24s var(--gl-ease),visibility .15s;pointer-events:none;display:block;left:auto;right:0;translate:0 4px;scale:.98}.gl-tooltip-wrap:hover .gl-tooltip,.gl-tooltip-wrap:focus-within .gl-tooltip{visibility:visible;opacity:1;pointer-events:auto;translate:0;scale:1}.gl-tooltip-wrap:has(.gl-tooltip-trigger[data-dismissed=true]) .gl-tooltip{visibility:hidden;opacity:0;pointer-events:none;display:block;translate:0 4px}@media(prefers-reduced-motion:reduce){:is(.gl-button,.gl-switch-track,.gl-radio-option,.gl-checkbox input,.gl-radio-option input,.gl-input-wrap,.gl-textarea,.gl-select-trigger,.gl-tablist button,.gl-accordion summary,.gl-accordion summary>span,.gl-pagination button,.gl-select-option,.gl-select-check,.gl-select-list,.gl-popover-panel,.gl-dialog,.gl-tooltip){transition:none!important;animation:none!important}.gl-button:hover:not(:disabled),.gl-button:active:not(:disabled){transform:none}.gl-progress progress::-webkit-progress-value{transition:none}}[data-reduce-motion=true] :is(.gl-button,.gl-switch-track,.gl-radio-option,.gl-checkbox input,.gl-radio-option input,.gl-input-wrap,.gl-textarea,.gl-select-trigger,.gl-tablist button,.gl-accordion summary,.gl-accordion summary>span,.gl-pagination button,.gl-select-option,.gl-select-check,.gl-select-list,.gl-popover-panel,.gl-dialog,.gl-tooltip,.gl-skeleton span){transition:none!important;animation:none!important}@media(prefers-reduced-motion:reduce){.gl-tablist:before,.gl-button:after,.gl-switch-track:after,.gl-dialog::backdrop{transition:none!important;animation:none!important}.gl-progress progress::-moz-progress-bar{transition:none}}[data-reduce-motion=true] .gl-tablist:before,[data-reduce-motion=true] .gl-button:after,[data-reduce-motion=true] .gl-switch-track:after,[data-reduce-motion=true] .gl-dialog::backdrop{transition:none!important;animation:none!important}[data-reduce-motion=true] .gl-progress progress::-webkit-progress-value{transition:none!important}[data-reduce-motion=true] .gl-progress progress::-moz-progress-bar{transition:none!important}@font-face{font-family:Outfit;font-style:normal;font-weight:350 700;font-display:swap;src:url(/fonts/outfit-latin-ext-v15.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:350 700;font-display:swap;src:url(/fonts/outfit-latin-v15.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cc-site .gl-lens{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.cc-site .gl-lens[data-lens-rendering=live]:before{backdrop-filter:blur(8px) saturate(1.18)!important;-webkit-backdrop-filter:blur(8px) saturate(1.18)!important}.cc-case .cc-header{backdrop-filter:blur(8px) saturate(1.15)!important;-webkit-backdrop-filter:blur(8px) saturate(1.15)!important}.cc-site .cc-header :is(.gl-button,.gl-card),.cc-site .case-opening :is(.case-button,.project-motion-toggle){backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(prefers-reduced-transparency:reduce){.cc-site .gl-lens[data-lens-rendering=live]:before,.cc-case .cc-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}:root{--cc-ink:#253448;--cc-muted:#68788e;--cc-blue:#456cdb;--cc-line:#d9e2ed;--cc-paper:#f4f7fb;--gl-font:"Outfit",sans-serif;--gl-text:#253448;--gl-muted:#68788e;--gl-accent:#456cdb;--gl-accent-rgb:69,108,219;--gl-blur:12px;--gl-opacity:.5;--gl-radius:18px;--font-sans:"Outfit",sans-serif;--font-mono:"Outfit",sans-serif;--bg-primary:#f4f7fb;--bg-secondary:#edf2f8;--bg-tertiary:#e5ecf5;--text-primary:#253448;--text-secondary:#68788e;--text-muted:#68788e;--accent-primary:#456cdb;--accent-secondary:#5172aa;--accent-tertiary:#9eacd0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}.cc-site{margin:0;background:var(--cc-paper);color:var(--cc-ink);font-family:Outfit,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}.cc-site a{color:inherit;text-decoration:none}.cc-site button,.cc-site input,.cc-site textarea{font-family:inherit}.cc-site button,.cc-site a{touch-action:manipulation}.cc-site h1,.cc-site h2,.cc-site h3,.cc-site p{margin:0}.cc-site button{cursor:pointer}.cc-site [hidden]{display:none!important}.cc-site :focus-visible{outline:2px solid #456cdb;outline-offset:5px}.cc-wrap{width:min(1200px,calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;left:20px;top:-60px;z-index:1000;background:#fff;padding:12px 20px}.skip-link:focus{top:12px}.cc-site .gl-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;font-size:13px;font-weight:450;padding:15px 21px;border-radius:30px;min-height:46px}.cc-site .gl-button--primary{background:linear-gradient(145deg,#6485ed,#4265d1);border-color:#92a9f4;color:#fff;box-shadow:inset 0 1px 1px #fff8,0 5px 15px #4662a62b}.cc-site .gl-card{background:linear-gradient(130deg,#ffffffb8,#ffffff59);border:1px solid #fff;box-shadow:inset 0 1px 1px #fff,0 5px 18px #344f7910}.cc-site glass-lens{display:block}.cc-header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 56px;max-width:1500px;margin:auto;position:relative;z-index:20}.cc-brand{display:inline-flex;align-items:center;gap:9px;font-size:25px;letter-spacing:-1.1px;font-weight:550}.cc-mark{display:grid;place-items:center;width:39px;height:39px;background:linear-gradient(135deg,#fff,#c9d8ee80);border:1px solid #fff;border-radius:12px;box-shadow:inset 1px 1px 1px #fff,0 4px 13px #304e6b12;color:#5878a7;transform:rotate(-7deg)}.cc-mark svg{transform:rotate(7deg)}.brand-period{color:#738bb0}.cc-nav{display:flex;gap:5px;padding:6px;border-radius:30px!important}.cc-nav a{font-size:12px;padding:11px 21px;border-radius:25px;color:#63748b;transition:background .2s}.cc-nav a:hover{background:#fff9;color:#253448}.cc-header .cc-start{font-size:12px;min-height:42px;padding:12px 20px}.cc-mobile-toggle{display:none!important}.cc-mobile-nav{position:absolute;top:88px;left:20px;right:20px;display:grid;padding:12px;background:#f1f6fff5!important;border-radius:20px}.cc-mobile-nav a{padding:14px;font-size:15px}.cc-hero{display:grid;grid-template-columns:1fr 1.03fr;gap:20px;align-items:center;min-height:622px;padding:38px 0 40px}.hero-intro{padding:0 0 10px;position:relative;z-index:2}.studio-note{display:flex;align-items:center;gap:9px;font-size:11px;color:#7a8ba2;margin-bottom:29px}.studio-note>span,.art-caption>span{width:5px;height:5px;background:#7c9cb3;border-radius:50%}.hero-intro h1{font-size:clamp(54px,5.1vw,75px);line-height:1.02;font-weight:450;letter-spacing:-3.9px;margin-bottom:27px}.hero-intro>p{max-width:375px;font-size:15px;line-height:1.85;color:var(--cc-muted)}.hero-actions{display:flex;align-items:center;gap:23px;margin-top:30px}.hero-watch{display:flex;align-items:center;gap:9px;border:0;background:none;color:#5d6e85;padding:0;font-size:12px}.hero-watch>span{display:grid;place-items:center;width:30px;height:30px;background:#ffffff90;border-radius:50%;border:1px solid white}.hero-watch small{font-size:9px;color:#8b9bb0;margin-left:0}.hero-footnote{display:flex;align-items:center;gap:11px;margin-top:46px;color:#8897aa;font-size:10px}.tiny-brackets{font-size:21px;color:#90a6c4;font-weight:350}.hero-art{position:relative;height:530px;border-radius:46% 44% 40% 43%;isolation:isolate;background:radial-gradient(ellipse at 60% 48%,#d6e8f2,transparent 70%);--gl-blur:2px;--gl-opacity:.15;--orb-one:#7ab8d6;--orb-two:#a9bcdf;--orb-three:#e0e6f3}.orbital{position:absolute;z-index:-1;border-radius:50%;transition:background-color .7s ease,transform .7s ease;box-shadow:inset -12px -9px 25px #2a608d20,inset 8px 15px 19px #ffffff75}.orbital-one{width:350px;height:350px;right:0;top:30px;background:radial-gradient(circle at 30% 27%,#e9fbff,var(--orb-one) 55%,#76a3c3);transform:rotate(-30deg);border-radius:48% 52% 57% 43%}.orbital-two{width:235px;height:260px;left:6px;bottom:25px;background:linear-gradient(145deg,#eff5ff,var(--orb-two));transform:rotate(35deg);border-radius:48% 52% 40% 60%}.orbital-three{width:140px;height:140px;right:15px;bottom:17px;background:linear-gradient(150deg,#fff,var(--orb-three));box-shadow:inset -9px -6px 20px #7599ba22,0 13px 25px #5f7da914}.hero-art[data-material=pearl]{--orb-one:#d0d9c9;--orb-two:#d2c3aa;--orb-three:#dde6db}.hero-art[data-material=rose]{--orb-one:#d3a0af;--orb-two:#bec0e1;--orb-three:#ecdde5}.hero-art[data-material=rose] .orbital-one{transform:rotate(10deg)}.hero-art[data-material=pearl] .orbital-two{transform:rotate(65deg)}.art-caption{display:flex;align-items:center;gap:7px;position:absolute;right:4px;top:7px;font-size:9px;color:#8a9ab0}.product-lens{position:absolute;left:14%;top:50px;width:330px;max-width:76%;transform:rotate(-7deg);color:#37495e}.product-lens>.gl-lens-content{padding:20px}.product-top{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:550;margin-bottom:18px}.product-top small{display:block;font-size:9px;font-weight:400;color:#708aa2;margin-top:2px}.product-app{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;color:#fff;background:linear-gradient(140deg,#9aa8d1,#6673a3);border:1px solid #ffffff80}.product-menu{margin-left:auto;letter-spacing:2px;color:#849ab1}.film-landscape{position:relative;overflow:hidden;height:217px;border-radius:22px;background:linear-gradient(#749fa8,#cfdbce 66%,#a2baba);isolation:isolate}.film-sun{width:54px;height:54px;border-radius:50%;position:absolute;right:50px;top:26px;background:#f1e9c4;box-shadow:0 0 40px #f2edc3aa}.film-ridge{position:absolute;width:400px;height:190px;border-radius:45%;transform:rotate(-20deg);left:-70px;bottom:-85px;background:linear-gradient(90deg,#728f92,#2e626c)}.ridge-back{bottom:-30px;left:50px;transform:rotate(28deg);background:#648f9270}.film-landscape>span:first-of-type{position:absolute;left:22px;top:35px;font-size:33px;line-height:1.02;font-weight:450;letter-spacing:-1px;color:#fff;text-shadow:0 2px 8px #45616620}.film-caption{position:absolute;bottom:20px;left:22px;color:#f2faf4d9;font-size:9px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:17px;font-size:10px;line-height:1.55;color:#71849a}.product-bottom strong{font-size:12px;color:#405570;font-weight:500}.lens-arrow{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#ffffff4a;border:1px solid #fff8}.build-lens{position:absolute;right:-10px;bottom:94px;width:282px;transform:rotate(6deg);--gl-opacity:.35}.build-lens>.gl-lens-content{display:flex;align-items:center;gap:12px;padding:18px}.build-check{display:grid;place-items:center;background:#e7f7ed9c;border:1px solid #fff8;border-radius:50%;width:34px;height:34px;flex-shrink:0;color:#658c7d}.build-lens .gl-lens-content>span:last-child{font-size:12px;font-weight:450}.build-lens small{display:block;color:#7b8da4;font-size:9px;font-weight:400;margin-top:4px}.material-dock{position:absolute;left:36px;bottom:21px;padding:7px 12px;display:flex;align-items:center;gap:8px;border-radius:30px!important;transform:rotate(-3deg);--gl-blur:5px}.material-dock button{border:1px solid transparent;background:transparent;padding:8px;border-radius:50%;color:#6c829d;display:grid;place-items:center}.material-dock button[aria-pressed=true]{background:#fff8;border-color:#fff;box-shadow:0 2px 7px #24456812}.material-dock>span{height:22px;width:1px;background:#899fb630;margin-inline:5px}.material-dock small{font-size:9px;color:#7c8da3}.product-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:31px 0 50px;border-bottom:1px solid var(--cc-line);color:#7e8b9f}.product-strip>span{font-size:10px;line-height:1.6;color:#96a1b0}.product-strip>a{font-size:23px;letter-spacing:-1px;color:#7d8b9e;font-weight:600}.product-strip>a:hover{color:#456cdb}.product-strip .wordmark-filmlovr{font-weight:450}.wordmark-filmlovr span{margin-left:5px;font-size:24px}.wordmark-superbets{font-style:italic}.wordmark-arena span{display:block;font-size:7px;letter-spacing:2px;text-align:center}.product-strip .wordmark-nocturnal{font-weight:350;letter-spacing:1px;font-size:20px}.section-kicker{font-size:12px;color:#778aa2;display:block;margin-bottom:20px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.cc-site h2{font-size:45px;font-weight:450;line-height:1.1;letter-spacing:-2px}.section-heading>p{font-size:13px;line-height:1.8;color:var(--cc-muted);padding-bottom:6px}.cc-portfolio{padding-top:95px}.portfolio-toolbar{display:flex;align-items:center;justify-content:space-between;margin:37px 0 29px}.filter-control{display:flex;gap:4px;padding:5px;border-radius:28px!important}.filter-control button{border:0;border-radius:22px;padding:11px 18px;font-size:11px;background:transparent;color:#7888a0;transition:background .25s,box-shadow .25s}.filter-control button[aria-pressed=true]{background:#fff;color:#3b5578;box-shadow:0 2px 8px #1e37691a}.filter-control button>span{font-size:9px;background:#edf2f9;padding:2px 5px;border-radius:5px;margin-left:5px}.portfolio-toolbar>span{font-size:10px;color:#8e9caf}.cc-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px}.project-visual{height:300px;display:block;position:relative;overflow:hidden;border-radius:26px;background:#dce3f1;isolation:isolate;border:1px solid #fff;transition:box-shadow .3s}.project-visual:hover{box-shadow:0 12px 25px #42506f1a}.project-visual-art{height:100%;position:relative;overflow:hidden}.project-visual-art>strong{position:absolute;font-size:39px;letter-spacing:-1.7px;line-height:1.02;font-weight:450}.project-visual-link{position:absolute;right:18px;bottom:18px;background:#ffffff50;border:1px solid #ffffffa0;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;backdrop-filter:blur(5px);color:#fff;transition:transform .3s}.project-visual:hover .project-visual-link{transform:rotate(6deg);background:#ffffff80}.project-description{padding:20px 4px 0}.project-description>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.project-description h3{font-size:22px;font-weight:500;letter-spacing:-.6px}.status-label{display:inline-flex;align-items:center;gap:5px;font-size:9px;color:#819b90}.status-label i{width:4px;height:4px;border-radius:50%;background:#83ae98}.status-label.in-progress{color:#9b9385}.status-label.in-progress i{background:#b8a581}.project-description p{font-size:12px;color:#6d7e95;margin:9px 0 13px;line-height:1.6}.project-description>span{font-size:9px;color:#93a0b2}.project-fanbase .project-visual{background:linear-gradient(120deg,#cbc6e8,#a99bca)}.project-fanbase .project-visual-art>strong{color:#fff;left:35px;bottom:37px;z-index:2}.fan-circle{position:absolute;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:39px;font-weight:350;border:2px solid #ffffff65;box-shadow:inset 0 4px 18px #fff4,0 15px 20px #5a478122}.fan-a{width:110px;height:110px;right:75px;top:33px;background:linear-gradient(145deg,#d5bbd5,#99769e)}.fan-b{width:81px;height:81px;right:25px;bottom:37px;background:linear-gradient(145deg,#c8dfd1,#829fa1)}.fan-c{width:65px;height:65px;right:185px;top:93px;background:linear-gradient(145deg,#ddcbba,#ab8c8c)}.fan-connection{position:absolute;width:225px;height:200px;border:1px solid #ffffff60;border-radius:50%;right:10px;top:37px;transform:rotate(-35deg)}.project-filmlovr .project-visual{background:linear-gradient(125deg,#9fbdbb,#759999)}.project-filmlovr .project-visual-art>strong{color:#fff;left:34px;bottom:36px}.poster-stack{position:absolute;right:40px;top:37px;width:150px;height:218px;transform:rotate(10deg)}.poster-stack i{position:absolute;inset:0;border-radius:12px;border:1px solid #ffffff60;box-shadow:0 9px 20px #2a454e22;background:radial-gradient(circle at 60% 35%,#e9d6b1 0 12%,transparent 12.5%),linear-gradient(140deg,transparent 58%,#2a5b60 58%),linear-gradient(#63949b,#bfd3be)}.poster-stack i:nth-child(1){transform:rotate(-25deg) translate(-30px,-6px);background:linear-gradient(160deg,#c9b7be,#855966)}.poster-stack i:nth-child(2){transform:rotate(-12deg) translate(-10px);background:linear-gradient(140deg,#a3b6ca,#6a7c9e)}.project-superbets .project-visual{background:linear-gradient(130deg,#9dc5b1,#648c7e)}.score-preview{position:absolute;left:15%;top:65px;width:70%;padding:26px;border-radius:20px;transform:rotate(-5deg);z-index:2;color:#386252}.score-preview>span{font-size:12px}.score-preview>div{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.score-preview b{font-size:9px;font-weight:450;letter-spacing:1px}.score-preview strong{font-size:43px;letter-spacing:2px;font-weight:450}.score-preview small{font-size:9px}.sports-orbit{position:absolute;right:-70px;top:-80px;width:350px;height:350px;border:48px solid #d3e8d43d;border-radius:50%}.project-arena-aff .project-visual{background:linear-gradient(120deg,#c5d5ec,#8eaac8)}.chart-preview{position:absolute;left:17%;top:42px;width:66%;height:217px;padding:24px;border-radius:23px;transform:rotate(5deg);color:#57799b}.chart-preview>span{font-size:12px}.chart-preview>div{height:125px;display:flex;gap:12px;align-items:flex-end;margin-top:20px}.chart-preview i{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(#87a7cebb,#688bb749);border:1px solid #ffffff75}.project-nocturnal .project-visual{background:linear-gradient(140deg,#65728d,#3c536f)}.night-orbit{position:absolute;right:35px;top:30px;border-radius:50%;width:210px;height:210px;background:radial-gradient(circle at 35% 25%,#d4e0e9,#89a4bb 50%,#47617c 75%);box-shadow:0 0 0 22px #cadfee0c,0 0 0 45px #cadfee0a}.project-nocturnal .project-visual-art>strong{color:#fff;left:33px;bottom:36px;font-size:32px}.project-okmemecoin .project-visual{background:linear-gradient(135deg,#d9ccb0,#bba581)}.project-okmemecoin .project-visual-art>strong{color:#fff;left:34px;bottom:35px}.coin{position:absolute;display:grid;place-items:center;border-radius:50%;width:112px;height:112px;font-size:55px;color:#e8e1c9;background:linear-gradient(140deg,#ded2a4,#ad935f);border:4px solid #ddcda7;box-shadow:inset 2px 3px 7px #f9efc998,0 12px 20px #75663b30}.coin-a{right:70px;top:29px;transform:rotate(-20deg)}.coin-b{right:17px;bottom:45px;width:89px;height:89px;font-size:40px;transform:rotate(20deg)}.coin-c{right:185px;top:53px;width:64px;height:64px;font-size:28px}.cc-studio{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:center;padding-block:120px}.studio-art{height:390px;position:relative;background:radial-gradient(ellipse,#e2eaf5,transparent 70%);isolation:isolate}.studio-loop{position:absolute;width:295px;height:295px;border:67px solid #aec6da;box-shadow:inset 7px 6px 15px #6082ac2a,12px 20px 30px #587fa923;border-radius:42%;transform:rotate(35deg);left:55px;top:40px;background:transparent}.studio-window{position:absolute;left:27px;top:100px;width:330px;padding:33px;border-radius:25px!important;transform:rotate(-6deg);backdrop-filter:blur(14px);color:#5c7c9c}.studio-window>span{display:block;font-size:15px;line-height:1.7;margin-top:21px;color:#7489a2}.studio-window strong{font-weight:450;color:#405a78}.studio-window>div{display:flex;gap:5px;margin-top:20px}.studio-window i{height:4px;width:35px;border-radius:10px;background:#b3c7dc}.studio-window i:first-child{background:#749bbd}.studio-art-note{position:absolute;bottom:0;left:70px;font-size:10px;color:#8c9fb6}.studio-copy>p{font-size:14px;line-height:1.85;color:var(--cc-muted);margin-top:22px}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:12px;color:#4c6e9e!important;margin-top:25px}.cc-approach{display:grid;grid-template-columns:1fr 1fr;gap:95px;padding:0 0 110px}.cc-approach>div>p{font-size:14px;line-height:1.8;color:var(--cc-muted);max-width:380px;margin-top:22px}.expertise-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px;max-width:340px}.expertise-tags span{font-size:10px;color:#74879f;border:1px solid #dce5f0;padding:8px 12px;border-radius:20px;background:#ffffff50}.cc-approach glass-accordion{align-self:center;display:block;background:transparent;border:0}.cc-approach .gl-accordion details{border-bottom:1px solid #d8e1ed}.cc-approach .gl-accordion summary{padding:22px 26px;font-size:16px;font-weight:450}.cc-approach .gl-accordion-content{padding:0 26px 26px;font-size:13px;line-height:1.9;color:var(--cc-muted)}.cc-approach .gl-accordion summary>span{font-size:22px;font-weight:350;color:#8b9eb7}.cc-contact{position:relative;isolation:isolate;background:linear-gradient(110deg,#e5edf7,#e2eaf4 45%,#e6eaf8);border-top:1px solid white;border-bottom:1px solid white}.cc-contact-inner{display:grid;grid-template-columns:1fr 1.08fr;gap:90px;align-items:center;padding-block:75px}.contact-copy h2{font-size:57px;letter-spacing:-2.5px}.contact-copy>p{font-size:14px;line-height:1.9;color:#7a8ba2;margin-top:22px}.contact-email{font-size:21px;letter-spacing:-.5px;display:inline-flex;align-items:center;gap:20px;margin-top:32px;color:#536e93!important}.contact-location{font-size:10px;color:#8c9cb2;display:flex;align-items:center;gap:8px;margin-top:35px}.cc-contact-form{padding:32px;border-radius:27px!important;position:relative}.cc-contact-form h3{font-size:22px;font-weight:450;letter-spacing:-.6px;margin:0 0 25px}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.cc-contact-form .gl-field{display:flex;flex-direction:column;gap:8px;font-size:11px;color:#62758f;margin-bottom:19px}.cc-contact-form .gl-field input{width:100%;font-size:12px;height:43px;color:#304b6c}.cc-contact-form .gl-input-wrap{background:#ffffff70;border-color:#fff;border-radius:12px;box-shadow:inset 0 1px 2px #7a93b20a}.cc-contact-form .gl-textarea{border-radius:12px;font-size:12px;padding:14px;background:#ffffff70;border-color:#fff;resize:vertical;min-height:110px}.cc-contact-form glass-select{display:block;margin-bottom:19px}.cc-contact-form glass-select .gl-field{margin-bottom:0}.cc-contact-form .gl-select-trigger{min-height:43px;font-size:12px;background:#ffffff70;border:1px solid white;border-radius:12px}.contact-form-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.contact-form-bottom p{font-size:9px;line-height:1.7;color:#91a0b5}.contact-form-bottom .gl-button{font-size:11px;padding:12px 17px;min-height:40px}.contact-status{font-size:12px;line-height:1.7;color:#476c87;margin-top:18px!important}.cc-footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-block:46px}.cc-footer .cc-brand{font-size:22px}.cc-footer .cc-mark{width:32px;height:32px;border-radius:10px}.cc-footer p{font-size:10px;color:#8a99ae;margin-top:13px}.cc-footer nav{display:flex;gap:25px}.cc-footer nav a{display:flex;align-items:center;gap:7px;font-size:11px;color:#7b8ba2}.cc-footer>span{font-size:10px;color:#9aa7b9}#story-dialog .gl-dialog{width:min(780px,calc(100vw - 32px));max-width:780px;padding:22px;background:#f4f8fcde}#story-dialog video{width:100%;display:block;border-radius:15px;max-height:65vh}#story-dialog p{font-size:12px;color:#6a7e97;margin-top:14px}#story-dialog h2{font-size:23px;letter-spacing:-.5px}@media(min-width:1500px){.cc-hero{gap:65px}.hero-art{height:565px}.product-lens{top:65px;left:15%;width:355px}.film-landscape{height:240px}}@media(max-width:1050px){.cc-wrap{width:calc(100% - 64px)}.cc-header{padding-inline:32px}.cc-nav a{padding:10px 15px}.hero-intro h1{font-size:57px;letter-spacing:-2.7px}.hero-art{height:475px}.product-lens{left:5%;top:57px;max-width:83%}.build-lens{right:-10px;width:247px;bottom:53px}.material-dock{left:5px;bottom:0}.material-dock small{display:none}.material-dock>span{display:none}.hero-actions{gap:15px}.hero-watch small{display:none}.hero-actions .gl-button{font-size:11px;padding:14px 16px}.hero-intro>p{font-size:13px;max-width:320px}.orbital-one{width:300px;height:300px}.orbital-two{width:200px;height:240px}.product-strip>a{font-size:20px}.cc-studio,.cc-approach{gap:45px}.studio-loop{left:20px;width:260px;height:260px}.studio-window{left:0;width:300px}.cc-contact-inner{gap:45px}.cc-site h2{font-size:39px}.contact-copy h2{font-size:49px}.cc-contact-form{padding:25px}.project-visual-art>strong{font-size:33px}.poster-stack{right:22px;width:127px}.fan-c{right:156px}.cc-footer nav{gap:15px}}@media(max-width:760px){.cc-header{height:90px;padding-inline:24px}.cc-brand{font-size:23px}.cc-nav{display:none}.cc-mobile-toggle{display:grid!important;place-items:center;min-height:39px!important;padding:8px!important;width:39px}.cc-start{margin-left:auto}.cc-wrap{width:calc(100% - 48px)}.cc-hero{grid-template-columns:1fr;padding-top:35px;gap:20px}.hero-intro{max-width:540px}.hero-intro h1{font-size:65px;letter-spacing:-3.2px}.hero-intro>p{font-size:15px;max-width:430px}.hero-actions{gap:24px}.hero-actions .gl-button{font-size:13px;padding:15px 22px}.hero-footnote{margin-top:25px}.hero-art{width:450px;max-width:100%;height:480px;justify-self:center;margin-top:15px}.product-lens{left:12%;max-width:76%;top:43px}.build-lens{right:-6px;bottom:65px;width:265px}.material-dock{bottom:8px;left:22px}.material-dock small{display:block}.material-dock>span{display:block}.product-strip{flex-wrap:wrap;justify-content:center;gap:25px 32px;padding-top:20px;padding-bottom:35px}.product-strip>span{width:100%;text-align:center}.product-strip>span br{display:none}.product-strip>a{font-size:22px}.cc-portfolio{padding-top:66px}.section-heading{align-items:flex-start;gap:20px}.section-heading>p{font-size:11px;max-width:180px;padding-top:25px}.cc-site h2{font-size:35px;letter-spacing:-1.5px}.cc-project-grid{gap:30px 18px}.project-visual{height:245px}.project-visual-art>strong{font-size:29px;left:23px!important;bottom:30px!important}.fan-a{width:85px;height:85px;right:20px;top:22px}.fan-b{width:60px;height:60px;right:15px;bottom:32px}.fan-c{right:118px;top:38px;width:49px;height:49px;font-size:27px}.fan-connection{width:150px;height:150px;right:0}.poster-stack{width:105px;height:150px;right:15px;top:22px}.score-preview{width:82%;left:9%;top:45px;padding:19px}.score-preview strong{font-size:31px}.score-preview b{font-size:7px}.chart-preview{width:77%;left:12%;height:180px;top:31px;padding:20px}.chart-preview>div{height:100px;gap:7px}.night-orbit{width:160px;height:160px;right:10px;top:25px}.project-nocturnal .project-visual-art>strong{font-size:26px}.coin-a{right:28px;top:20px;width:90px;height:90px}.coin-b{right:5px;bottom:35px;width:69px;height:69px;font-size:30px}.coin-c{right:130px;top:30px;width:47px;height:47px;font-size:20px}.project-description>div{align-items:flex-start;flex-direction:column;gap:7px}.project-description h3{font-size:21px}.project-description p{font-size:11px}.project-description>span{font-size:8px}.cc-studio{grid-template-columns:1fr;gap:45px;padding-block:70px}.studio-art{max-width:400px;width:100%;margin:auto;height:330px}.studio-window{left:5%;top:60px;width:85%}.studio-loop{left:15%;top:20px}.studio-art-note{left:15%}.studio-copy{max-width:530px}.cc-approach{grid-template-columns:1fr;gap:30px;padding-bottom:65px}.cc-approach>div>p{max-width:500px}.cc-contact-inner{grid-template-columns:1fr;gap:38px;padding-block:55px}.contact-copy h2{font-size:49px}.contact-copy>p{font-size:14px}.contact-location{margin-top:20px}.cc-contact-form{max-width:550px;width:100%}.cc-footer{flex-wrap:wrap;gap:27px}.cc-footer>span{width:100%;font-size:9px}.cc-footer nav{margin-left:auto}.portfolio-toolbar>span{font-size:9px}.filter-control button{padding:10px 13px}}@media(max-width:480px){.cc-header{padding-inline:20px;gap:13px}.cc-header .cc-start{font-size:10px;padding:10px 14px;min-height:37px}.cc-start svg{width:13px}.cc-brand{font-size:21px;gap:7px}.cc-mark{width:33px;height:33px;border-radius:10px}.cc-wrap{width:calc(100% - 40px)}.cc-hero{padding-top:30px}.studio-note{font-size:10px;margin-bottom:24px}.hero-intro h1{font-size:57px;letter-spacing:-2.9px}.hero-intro>p{font-size:14px;line-height:1.8}.hero-actions{gap:18px}.hero-actions .gl-button{font-size:11px;padding:14px 17px}.hero-watch{font-size:11px;gap:6px}.hero-art{height:428px;margin-top:19px}.product-lens{width:288px;left:7%;top:42px;max-width:84%}.product-lens>.gl-lens-content{padding:17px}.film-landscape{height:185px}.film-landscape>span:first-of-type{font-size:30px}.orbital-one{width:260px;height:270px;right:-10px}.orbital-two{width:170px;height:200px;left:-8px}.orbital-three{width:110px;height:110px;right:0}.build-lens{bottom:42px;right:-5px;width:239px}.build-lens>.gl-lens-content{padding:14px;gap:9px}.build-lens .gl-lens-content>span:last-child{font-size:11px}.build-lens small{font-size:8px}.build-check{width:29px;height:29px}.material-dock{left:0;bottom:-8px;padding:6px 9px;gap:4px}.material-dock small,.material-dock>span{display:none}.material-dock button{padding:7px}.art-caption{font-size:8px;top:0;right:0}.product-strip{gap:24px}.product-strip>a{font-size:21px}.product-strip .wordmark-nocturnal{font-size:18px}.section-heading{flex-direction:column;gap:18px}.section-heading>p{max-width:280px;font-size:12px;padding:0}.section-heading>p br{display:none}.portfolio-toolbar{margin-top:25px;gap:16px;align-items:flex-start;flex-direction:column}.cc-project-grid{grid-template-columns:1fr;gap:35px}.project-visual{height:280px}.project-visual-art>strong{font-size:35px;left:29px!important}.fan-a{width:105px;height:105px;right:30px}.fan-c{right:155px;top:62px;width:55px;height:55px}.fan-b{width:77px;height:77px;right:20px;bottom:34px}.poster-stack{width:132px;height:197px;right:24px;top:35px}.score-preview{top:50px;padding:24px;width:77%;left:11%}.score-preview strong{font-size:40px}.chart-preview{top:40px;left:13%;width:73%;height:205px}.chart-preview>div{height:123px}.night-orbit{width:190px;height:190px;right:25px}.project-nocturnal .project-visual-art>strong{font-size:31px}.coin-a{right:49px;width:105px;height:105px}.coin-b{width:80px;height:80px;right:12px}.coin-c{right:165px;top:48px;width:52px;height:52px}.project-description>div{flex-direction:row;align-items:center}.project-description h3{font-size:23px}.project-description p{font-size:12px}.project-description>span{font-size:9px}.contact-fields{grid-template-columns:1fr;gap:0}.cc-contact-form{padding:23px}.contact-form-bottom{gap:10px}.contact-form-bottom p{font-size:8px}.contact-form-bottom .gl-button{padding:12px;font-size:10px}.cc-footer nav{gap:17px;margin-left:0}.cc-footer .cc-brand{font-size:21px}.cc-footer{padding-block:35px}.cc-approach .gl-accordion summary{font-size:15px;padding:20px}.cc-approach .gl-accordion-content{padding:0 20px 22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cc-site *,.cc-site *:before,.cc-site *:after{animation:none!important;transition:none!important}}@media(prefers-reduced-transparency:reduce){.cc-site .gl-card,.cc-site .gl-lens,.material-dock,.project-visual-link{background:#eef3fa!important;backdrop-filter:none!important}.cc-site .project-visual-link{color:#304b6c}}.cc-hero{grid-template-columns:minmax(0,1fr) minmax(0,1.03fr)}.hero-intro,.hero-art{min-width:0}.hero-art{width:100%}.cc-site main{overflow-x:clip}.cc-contact-inner>*{min-width:0}@media(max-width:760px){.cc-hero{grid-template-columns:minmax(0,1fr)}.hero-art{width:min(450px,100%)}}@media(max-width:480px){.hero-intro h1{font-size:clamp(44px,13vw,57px)}.hero-intro>p{max-width:100%}}.hero-sculpture{position:absolute;width:112%;max-width:none;height:auto;right:-15%;top:-15px;z-index:-1;transition:filter .7s ease,transform .7s ease;pointer-events:none}.hero-art[data-material=rose] .hero-sculpture{filter:hue-rotate(65deg);transform:rotate(8deg)}.hero-art[data-material=pearl] .hero-sculpture{filter:saturate(.18);transform:rotate(-6deg)}.hero-art .product-lens{left:0;top:125px;width:275px;max-width:65%;transform:rotate(-7deg);--gl-opacity:.24}.hero-art .product-lens>.gl-lens-content{padding:17px}.hero-art .film-landscape{height:180px}.film-landscape>img{width:100%;height:100%;object-fit:cover;object-position:64% center}.film-landscape:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#142b3855,transparent 85%);z-index:0;pointer-events:none}.film-landscape>span{z-index:1}.hero-art .film-landscape>span:first-of-type{font-size:29px;left:18px;top:29px;text-shadow:0 2px 10px #10212e70}.film-caption{left:18px;bottom:16px}.hero-art .build-lens{right:-6px;bottom:46px;width:268px;transform:rotate(5deg)}.hero-art .material-dock{bottom:5px;left:16px}.hero-art .art-caption{right:15px;top:0}.project-photo{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.project-visual:hover .project-photo{transform:scale(1.035)}.project-photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,#12243166,transparent 75%),linear-gradient(0deg,#101f365e,transparent 60%);pointer-events:none}.project-art-copy{position:absolute;inset:28px 28px 82px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;color:#fff}.project-art-brand{font-size:23px;letter-spacing:-.7px;font-weight:550;text-shadow:0 2px 15px #0003}.project-art-brand img{width:126px;height:auto;display:block}.brand-superbets{font-style:italic}.brand-nocturnal{font-weight:350;letter-spacing:1px}.project-art-copy>strong{max-width:75%;font-size:36px;line-height:1.04;font-weight:450;letter-spacing:-1.4px;text-shadow:0 2px 20px #09223040}.project-art-category.gl-card{position:absolute;left:28px;bottom:24px;padding:10px 15px;border-radius:22px!important;font-size:10px;color:#fff;background:#ffffff17;border:1px solid #ffffff55;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cc-site .project-visual-link{right:24px;bottom:23px;top:auto;color:#fff;background:#ffffff18;border:1px solid #ffffff60;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.studio-sculpture{position:absolute;width:112%;max-width:none;height:auto;left:-3%;top:-90px;z-index:-1}.studio-window{top:180px;left:10px;width:300px;padding:24px;background:#ffffff3a!important}.studio-window>svg{width:30px;height:30px}.studio-window>span{font-size:14px;margin-top:12px}.studio-window>div{margin-top:15px}.studio-art-note{left:auto;right:0;bottom:-12px}.cc-site .gl-select-list{--gl-glass-tint:.86;--gl-blur:14px;background:linear-gradient(135deg,#f4f7fbed,#eff4fcf5)}@media(min-width:1500px){.hero-art .product-lens{top:150px;width:300px}.hero-art .film-landscape{height:205px}}@media(max-width:1050px){.hero-sculpture{top:0;width:120%;right:-15%}.hero-art .product-lens{top:105px;width:255px;max-width:78%}.hero-art .build-lens{bottom:21px;width:245px}.hero-art .material-dock{bottom:-22px}.project-art-copy>strong{font-size:31px}.studio-sculpture{top:-40px}.studio-window{top:180px}}@media(max-width:760px){.hero-sculpture{width:115%;top:-30px;right:-10%}.hero-art .product-lens{top:100px;width:270px;max-width:73%;left:0}.hero-art .build-lens{bottom:27px}.hero-art .material-dock{bottom:-10px}.project-art-copy{inset:22px 22px 74px}.project-art-copy>strong{font-size:27px;max-width:95%}.project-art-brand{font-size:20px}.project-art-category.gl-card{left:20px;bottom:20px;font-size:8px;padding:9px 11px}.cc-site .project-visual-link{right:18px;bottom:17px}.studio-sculpture{width:110%;top:-85px;left:-3%}.studio-window{top:155px;width:270px;left:0}.studio-art-note{bottom:-15px}}@media(max-width:480px){.hero-art{height:460px}.hero-sculpture{width:125%;right:-16%;top:-30px}.hero-art .product-lens{top:105px;width:250px;max-width:77%}.hero-art .film-landscape{height:165px}.hero-art .build-lens{bottom:30px;width:239px}.hero-art .material-dock{bottom:0}.hero-art .art-caption{top:0;right:0}.project-art-copy{inset:25px 25px 80px}.project-art-copy>strong{font-size:33px;max-width:82%}.project-art-brand{font-size:22px}.project-art-category.gl-card{left:24px;bottom:22px;font-size:9px}.studio-sculpture{top:-45px}.studio-window{top:160px;width:260px}.studio-art-note{bottom:-28px}}@media(prefers-reduced-motion:reduce){.hero-sculpture,.project-photo{transition:none}}@media(prefers-reduced-transparency:reduce){.project-art-category.gl-card,.cc-site .project-visual-link{background:#263e58!important;color:#fff!important;backdrop-filter:none}}.cc-site .gl-lens{border-color:#ffffffae;box-shadow:inset 2px 2px 1px #ffffffe0,inset -1px -2px 2px #ffffff70,0 18px 42px #071e4440;--gl-opacity:.13;--gl-blur:5px}.cc-site .gl-lens:before{background:linear-gradient(125deg,#ffffff26,transparent 35%,#ffffff05 70%,#ffffff24)}.cc-site .gl-lens:after{padding:1.5px;background:linear-gradient(135deg,#fff,#fff2 35%,#ffffff0a 63%,#fff)}.cc-site .gl-card{background:linear-gradient(130deg,#ffffff42,#ffffff12);border-color:#fff9;box-shadow:inset 1px 1.5px 1px #ffffffd9,inset -1px -1px 1px #fff5,0 8px 24px #304c7922;backdrop-filter:blur(12px) saturate(1.35);-webkit-backdrop-filter:blur(12px) saturate(1.35)}.cc-site .gl-button--primary{background:linear-gradient(145deg,#5979dadb,#3656bded);backdrop-filter:blur(10px) saturate(1.4);-webkit-backdrop-filter:blur(10px) saturate(1.4);border-color:#adbdffa8;box-shadow:inset 1px 1.5px 1px #ffffffa6,inset -1px -1px 1px #b3c6ff80,0 6px 16px #4561a633}.hero-art{border-radius:35px;background:#172c42;--gl-text:#fff;height:550px;box-shadow:0 22px 55px #1a355324;margin-block:8px}.hero-scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% center;border-radius:inherit;z-index:-2}.hero-art:after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;background:linear-gradient(180deg,#0e1b2c20,#0e1b2c00 60%,#0e1b2c66);pointer-events:none}.hero-art .hero-sculpture{width:63%;top:-10px;right:-4%;z-index:-1;filter:drop-shadow(0 12px 20px #091d3640)}.hero-art .product-lens{top:100px;left:7%;width:290px;max-width:72%;color:#fff;--gl-opacity:.13;--gl-blur:6px}.hero-art .product-top small,.hero-art .product-menu,.hero-art .product-bottom,.hero-art .product-bottom strong{color:#fff}.hero-art .product-app{background:#ffffff1f;border:1px solid #ffffff80;color:#fff}.hero-art .film-landscape{height:175px}.hero-art .product-bottom{font-size:11px}.hero-art .product-bottom strong{font-size:13px}.hero-art .build-lens{bottom:42px;right:16px;--gl-opacity:.08;--gl-blur:5px;color:#fff}.hero-art .build-lens small,.hero-art .build-check{color:#fff}.hero-art .build-check{background:#dcffe922}.hero-art .material-dock{left:20px;bottom:13px;background:#ffffff12;color:#fff;padding:6px 10px}.hero-art .material-dock button,.hero-art .material-dock small{color:#fff}.hero-art .material-dock button[aria-pressed=true]{background:#ffffff24}.hero-art .material-dock small,.hero-art .material-dock>span{display:none}.hero-art .art-caption{top:23px;right:23px;color:#ffffffe0}.hero-art .art-caption>span{background:#c4f5de}.cc-studio{gap:75px}.studio-art.glass-scene{height:490px;max-width:none;border-radius:32px;background:#102e48;overflow:hidden;isolation:isolate;box-shadow:0 18px 45px #19395529}.studio-scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;transition:opacity .65s ease,transform 1.2s ease}.studio-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#041b3333,transparent 50%,#041b3355);z-index:-1;pointer-events:none}.scene-cinema,.studio-art[data-studio-scene=cinema] .scene-city{opacity:0}.studio-art[data-studio-scene=cinema] .scene-cinema{opacity:1}.studio-scene-eyebrow{position:absolute;left:25px;top:23px;font-size:10px;color:#ffffffd9;display:flex;align-items:center;gap:7px}.studio-scene-eyebrow i{width:5px;height:5px;border-radius:50%;background:#c7f3dc}.studio-glass-panel{position:absolute;inset:83px 44px 90px;transform:rotate(-6deg);--gl-text:#fff;--gl-blur:5px!important;--gl-opacity:.08!important;color:#fff!important}.studio-glass-panel>.gl-lens-content{padding:26px 29px}.studio-panel-symbol{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border:1px solid #ffffff80;border-radius:15px;background:#ffffff13;box-shadow:inset 1px 1px 1px #fff9}.studio-panel-kicker{display:block;font-size:9px;color:#ffffffd9;margin-top:17px}.studio-glass-panel h3{font-size:27px;line-height:1.1;letter-spacing:-.8px;font-weight:400;margin-top:10px!important;text-shadow:0 1px 10px #04172533}.studio-glass-panel h3 strong{font-weight:500}.studio-glass-panel p{font-size:10px;line-height:1.6;color:#ffffffdf;margin-top:13px!important}.studio-panel-link{position:absolute;right:23px;bottom:22px;display:flex;align-items:center;gap:8px;font-size:10px}.studio-scene-controls{position:absolute;left:50%;bottom:23px;transform:translate(-50%);display:flex;padding:5px;gap:4px;border:1px solid #ffffff90;background:#ffffff12;border-radius:30px;backdrop-filter:blur(12px) saturate(1.35);-webkit-backdrop-filter:blur(12px) saturate(1.35);box-shadow:inset 1px 1px 1px #ffffff9e,0 8px 25px #05192e40;white-space:nowrap}.studio-scene-controls button{display:flex;gap:8px;align-items:center;padding:10px 15px;border:1px solid transparent;border-radius:24px;background:transparent;color:#fff;font-size:11px;transition:background .25s,border-color .25s}.studio-scene-controls button[aria-pressed=true]{background:#ffffff24;border-color:#ffffff7a;box-shadow:inset 0 1px 1px #ffffff60}.glass-scene :focus-visible,.hero-art :focus-visible{outline-color:#fff}.cc-contact{background:#152d40;color:#fff;--gl-text:#fff;--gl-muted:#e6eef5;--gl-accent:#b8d0ff}.contact-scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 60%;z-index:-2}.cc-contact:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#071e38aa,#071e3833 65%)}.cc-contact .section-kicker,.cc-contact .contact-copy>p,.cc-contact .contact-location,.cc-contact .contact-email{color:#fff!important}.contact-lens{min-width:0;--gl-blur:9px!important;--gl-opacity:.12!important}.cc-contact-form{background:transparent;box-shadow:none;border:0}.cc-contact-form .gl-field,.cc-contact-form .gl-field label,.cc-contact-form .gl-input-wrap input,.cc-contact-form .gl-textarea,.cc-contact-form .gl-select-trigger,.cc-contact .contact-form-bottom p,.cc-contact .contact-status{color:#fff}.cc-contact-form .gl-input-wrap,.cc-contact-form .gl-textarea,.cc-contact-form .gl-select-trigger{background:#ffffff0d;border-color:#ffffff70;box-shadow:inset 1px 1px 1px #ffffff78,inset -1px -1px 1px #ffffff30,0 4px 12px #09234318;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.cc-contact-form :is(input,textarea)::placeholder{color:#ffffffc9}.cc-contact-form .gl-input-wrap input:focus-visible{outline:none}.cc-contact-form .gl-input-wrap:focus-within{outline:2px solid #bdd2ff;outline-offset:3px;border-color:#ffffffb3}.cc-contact-form :is(.gl-textarea,.gl-select-trigger):focus-visible{outline:2px solid #bdd2ff;outline-offset:3px}.cc-contact .gl-select-list{--gl-text:#253448;--gl-muted:#68788e;--gl-accent:#456cdb;color:#253448;background:linear-gradient(135deg,#eff6faed,#e4edf8f5)}.cc-contact-form .gl-select-trigger:is(:hover,:focus,[aria-expanded=true]){background:#ffffff1a;color:#fff}.cc-contact :focus-visible{outline-color:#fff}.cc-contact .gl-select-list :focus-visible{outline-color:#456cdb}.cc-contact .gl-select-list .gl-select-option{color:#253448}@media(max-width:1050px){.hero-art{height:520px}.hero-art .product-lens{top:92px;left:7%;max-width:80%}.hero-art .build-lens{bottom:43px;right:10px}.cc-studio{gap:40px}.studio-glass-panel{inset:85px 28px}.studio-glass-panel>.gl-lens-content{padding:24px}.studio-glass-panel h3{font-size:24px}}@media(max-width:760px){.hero-art{width:min(450px,100%);height:520px;margin-top:20px}.cc-studio{gap:40px}.studio-art.glass-scene{height:490px;max-width:480px}.studio-glass-panel{inset:83px 40px 85px}.contact-lens{width:100%;max-width:550px}.contact-scene-image{object-position:65% center}.cc-contact-inner{padding-block:60px}}@media(max-width:480px){.hero-art{height:485px;border-radius:28px}.hero-art .product-lens{left:7%;top:75px;width:260px;max-width:82%}.hero-art .film-landscape{height:158px}.hero-art .build-lens{bottom:41px;width:235px;right:12px}.hero-art .material-dock{left:17px;bottom:13px}.hero-art .art-caption{top:20px;right:18px}.hero-art .hero-sculpture{top:-5px;right:-6%;width:68%}.studio-art.glass-scene{height:475px;border-radius:27px}.studio-glass-panel{inset:80px 25px 85px}.studio-glass-panel h3{font-size:25px}.studio-glass-panel>.gl-lens-content{padding:24px}.studio-panel-link{right:20px;bottom:20px}.studio-scene-controls button{padding:9px 13px;font-size:10px}}@media(prefers-reduced-motion:reduce){.studio-scene-image,.studio-scene-controls button{transition:none}}@media(prefers-reduced-transparency:reduce){.cc-site .gl-lens,.cc-site .gl-card{background:#eef3fa!important;color:#253448!important}.hero-art .gl-lens,.studio-art .gl-lens,.contact-lens{background:#183149!important;color:#fff!important}.studio-scene-controls{background:#183149;backdrop-filter:none}.cc-contact-form .gl-input-wrap,.cc-contact-form .gl-textarea,.cc-contact-form .gl-select-trigger{background:#26435e;backdrop-filter:none}.cc-site .gl-lens:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.project-brand{display:inline-flex;align-items:center;gap:9px;line-height:1;max-width:100%;font-weight:500;letter-spacing:-.6px;font-size:23px}.project-brand img{display:block;width:130px;height:auto;max-width:100%;object-fit:contain}.project-brand--filmlovr img{width:160px}.project-brand--superbets img{width:110px}.project-brand--superbets.project-brand--light{padding:9px 14px;background:#11161e;border-radius:12px}.project-brand--mark img{width:27px;height:24px;flex-shrink:0}.project-brand--mark>span{font-size:20px;letter-spacing:.2px;font-weight:400}.product-strip>a{display:flex;align-items:center;min-height:44px;max-width:190px}.product-strip .project-brand--arena-aff{font-size:18px;letter-spacing:-.3px;font-weight:450}.product-strip .project-brand--filmlovr img{width:152px}.product-strip .project-brand--fanbase img{width:118px}.product-top .project-brand--filmlovr img{width:150px}.product-top small{margin-top:7px}.project-art-copy .project-brand{max-width:85%;text-shadow:0 2px 12px #0003}.project-art-copy .project-brand--fanbase img{width:145px}.project-art-copy .project-brand--filmlovr img{width:177px}.project-art-copy .project-brand--superbets img{width:115px}.project-identity{margin:0 0 24px}.project-identity .project-brand img{width:180px}.project-identity .project-brand--filmlovr img{width:210px}.project-identity .project-brand--superbets img{width:120px}.project-identity .project-brand--mark img{width:40px;height:32px}@media(max-width:1050px){.product-strip{gap:20px}.product-strip .project-brand--fanbase img{width:100px}.product-strip .project-brand--filmlovr img{width:128px}.product-strip .project-brand--superbets img{width:88px}.product-strip .project-brand--mark>span{font-size:17px}.product-strip .project-brand--arena-aff{font-size:16px}}@media(max-width:480px){.product-strip{gap:20px 25px}.product-strip .project-brand--fanbase img{width:125px}.product-strip .project-brand--filmlovr img{width:145px}.product-strip .project-brand--superbets img{width:100px}.project-art-copy .project-brand--filmlovr img{width:160px}.project-art-copy .project-brand--fanbase img{width:135px}.product-top .project-brand--filmlovr img{width:145px}.project-brand--mark>span{font-size:20px}}.project-brand--okmemecoin img{width:145px}.project-brand--okmemecoin.project-brand--light{padding:8px 12px;background:#162139;border-radius:12px}.product-strip .project-brand--okmemecoin img{width:132px}.project-art-copy .project-brand--okmemecoin img{width:160px}.cc-home{background:#f3f5f8;color:#17283f;--cc-ink:#17283f;--cc-muted:#67778e;--cc-line:#dce2eb;--gl-text:#243750;--gl-muted:#6a7b90;--gl-accent:#4365c8}.cc-home .cc-header{position:relative;top:auto;width:min(1280px,calc(100% - 80px));height:88px;padding:0;margin:0 auto;border:0;border-bottom:1px solid #d9e0e9;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.cc-home .cc-brand{color:#1b2c44}.cc-home .cc-mark{background:#eef2f7;color:#3c5c82;border-color:#c1cedd;box-shadow:inset 1px 1px 1px #fff}.cc-home .cc-nav.gl-card{background:none;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.cc-home .cc-nav a{color:#53657c;font-size:12px}.cc-home .cc-nav a:hover{color:#183456;background:#e4eaf2}.cc-home .cc-mobile-nav{background:#f9fbfdf5!important}.cc-home .cc-mobile-nav a{color:#20344f}.cc-home .cc-header>.gl-button{font-size:12px;min-height:42px}.cc-home .cc-wrap{width:min(1200px,calc(100% - 80px))}.home-intro{display:grid;grid-template-columns:1.55fr 1fr;gap:75px;align-items:end;padding-block:40px 30px}.home-studio-label{display:flex;align-items:center;gap:9px;font-size:12px;color:#69798e;margin:0 0 22px}.home-studio-label>span{height:6px;width:6px;background:#77978b;border-radius:50%}.home-intro h1{font-size:clamp(48px,4.9vw,70px);line-height:1.03;letter-spacing:-3.2px;font-weight:450;margin:0}.home-intro-aside{padding-bottom:5px}.home-intro-aside>p{font-size:16px;line-height:1.8;color:#62748c;max-width:370px;margin:0 0 24px}.home-intro-aside>div{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.home-primary-link{display:inline-flex;align-items:center;gap:9px;color:#314e79;text-decoration:none;font-size:12px;font-weight:500;padding-block:7px;border-bottom:1px solid #8097b6}.home-work-link{color:#64758b;text-decoration:none;font-size:12px;padding-block:7px}.home-demo-caption{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#738299;margin-bottom:15px}.home-demo-caption strong{font-weight:450;color:#2c4464}.home-demo-caption>span:last-child{display:flex;align-items:center;gap:7px;font-size:10px}.home-demo-caption i{width:5px;height:5px;background:#769e86;border-radius:50%}.home-proof-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:37px 40px;border-bottom:1px solid #d9e0e9}.home-proof-strip>p{font-size:11px;line-height:1.65;color:#778599;margin:0;flex-shrink:0}.home-proof-strip>a{display:flex;align-items:center;color:#506077;text-decoration:none;max-width:175px;min-height:40px}.home-proof-strip .project-brand img{width:125px}.home-proof-strip .project-brand--filmlovr img{width:150px}.home-proof-strip .project-brand--superbets img{width:100px}.home-proof-strip .project-brand--okmemecoin img{width:114px}.home-proof-strip .project-brand--mark img{width:26px}.home-proof-strip .project-brand--mark>span{font-size:18px}.home-proof-strip .project-brand--superbets.project-brand--light,.home-proof-strip .project-brand--okmemecoin.project-brand--light{padding:8px 10px;border-radius:8px}.cc-home .section-kicker{font-size:12px;letter-spacing:0;text-transform:none;color:#738299}.cc-home .section-heading h2,.cc-home .studio-copy h2,.cc-home .cc-approach h2{font-size:clamp(36px,3.7vw,49px);font-weight:450;letter-spacing:-1.6px;line-height:1.1}.cc-home .section-heading>p{color:#718197;max-width:315px;font-size:14px}.cc-home .cc-portfolio{padding-top:85px}.cc-home .portfolio-toolbar{margin-top:32px}.cc-home .filter-control.gl-card{background:#e8edf4;border:1px solid #d7dfea;backdrop-filter:none;box-shadow:none}.cc-home .filter-control button{color:#728099;font-size:12px}.cc-home .filter-control button[aria-pressed=true]{background:#fff;color:#263d60;box-shadow:0 2px 6px #1a355614}.cc-home .portfolio-toolbar>span{font-size:11px;color:#7e8da1}.cc-home .cc-project-grid{gap:28px}.cc-home .cc-project{border:1px solid #d7dfea;border-radius:20px;background:#f8fafc;overflow:hidden;box-shadow:none}.cc-home .project-visual{height:255px;border:0;border-radius:19px 19px 0 0}.cc-home .project-photo{transform:none;transition:transform .5s ease}.cc-home .project-visual:hover .project-photo{transform:scale(1.025)}.cc-home .project-art-copy strong{font-size:31px;max-width:320px}.cc-home .project-description{padding:22px 24px}.cc-home .project-description p{color:#697c94;font-size:13px;line-height:1.7}.cc-home .project-description>span{color:#8591a2;font-size:10px}.cc-home .project-description h3{font-size:19px;font-weight:500}.cc-home .status-label{font-size:10px}.cc-home .project-art-category.gl-card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#142339b0;border-color:#fff5;color:#fff;font-size:10px}.cc-home .project-visual-link{backdrop-filter:none}.cc-home .cc-project-grid .cc-project:first-child .project-visual,.cc-home .cc-project-grid .cc-project:nth-child(2) .project-visual{height:300px}.cc-home .cc-studio{padding-block:100px;gap:85px}.cc-home .studio-copy>p{color:#6a7d93;font-size:14px;line-height:1.85}.cc-home .studio-art.glass-scene{border:1px solid #b8c8d9;box-shadow:0 22px 55px -30px #304c7266}.cc-home .studio-copy .text-link{color:#3f5d84}.cc-home .cc-approach{padding-bottom:95px;gap:85px}.cc-home .cc-approach>div>p{font-size:14px;color:#6f8096;line-height:1.8}.cc-home .expertise-tags span{background:#eaf0f6;border-color:#d7e0ec;color:#526985;font-size:11px}.cc-home .cc-approach .gl-accordion{background:#f8fafc;border:1px solid #d5dfec;border-radius:22px;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.cc-home .cc-approach .gl-accordion details{border-color:#dbe3ed}.cc-home .cc-approach .gl-accordion summary{padding:23px 26px;color:#304662;font-size:16px}.cc-home .cc-approach .gl-accordion-content{padding:0 26px 26px;color:#697e96;font-size:13px;line-height:1.8}.cc-home .cc-contact{border:1px solid #c8d3e2;background:#132d47}.cc-home .cc-footer{color:#28415f}.cc-home .cc-footer p,.cc-home .cc-footer nav a,.cc-home .cc-footer>span{color:#7a8a9f}.cc-home :focus-visible{outline-color:#4169b5}.cc-home #story-dialog{--gl-text:#253448;--gl-muted:#68788e;--gl-accent:#456cdb}.studio-system{background:#e9eef5;border:1px solid #d0dbe8;border-radius:22px;padding:32px;color:#2d4768}.studio-system-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #cbd8e7;padding-bottom:20px;margin-bottom:25px;font-size:12px}.studio-system-header span{display:flex;align-items:center;gap:10px}.studio-system-flow{display:flex;align-items:center;gap:12px;margin-block:30px}.studio-system-flow>span{flex:1;display:grid;place-items:center;gap:12px;min-height:100px;background:#f7f9fc;border:1px solid #ccd9e8;border-radius:14px;font-size:11px;box-shadow:inset 1px 1px 1px #fff}.studio-system>p{font-size:13px;line-height:1.8;color:#6b7f98}.studio-system-list{list-style:none;padding:0;margin:26px 0 0;border-top:1px solid #cbd8e7}.studio-system-list li{display:flex;align-items:start;gap:12px;padding:15px 0;border-bottom:1px solid #cbd8e7;font-size:12px;line-height:1.65}.studio-system-list svg{flex-shrink:0;margin-top:2px}.studio-system>a{display:flex;align-items:center;justify-content:space-between;color:#3f628a;font-size:12px;margin-top:25px;text-decoration:none}@media(max-width:1050px){.home-intro{gap:40px}.home-intro h1{font-size:58px;letter-spacing:-2.8px}.home-proof-strip{gap:18px;flex-wrap:wrap;justify-content:center}.home-proof-strip>p{margin-right:auto}.home-proof-strip .project-brand img{width:110px}.home-proof-strip .project-brand--mark img{width:24px}.home-proof-strip .project-brand--filmlovr img{width:133px}.home-proof-strip .project-brand--superbets img{width:90px}.home-proof-strip .project-brand--okmemecoin img{width:100px}.cc-home .cc-studio,.cc-home .cc-approach{gap:40px}.cc-home .project-art-copy strong{font-size:27px}.studio-system{padding:25px}}@media(max-width:760px){.cc-home .cc-header{width:calc(100% - 40px);height:82px}.cc-home .cc-wrap{width:calc(100% - 40px)}.home-intro{grid-template-columns:1fr;gap:25px;padding-block:42px 35px}.home-intro h1{font-size:62px;letter-spacing:-3px}.home-intro-aside>p{font-size:15px;max-width:470px;line-height:1.7;margin-bottom:16px}.home-studio-label{font-size:11px;margin-bottom:20px}.home-demo-caption>span:last-child{display:none}.home-proof-strip{padding-block:28px;gap:25px 30px}.home-proof-strip>p{width:100%;margin:0;text-align:center}.home-proof-strip>p br{display:none}.cc-home .cc-portfolio{padding-top:60px}.cc-home .cc-project-grid{gap:20px}.cc-home .cc-project-grid .cc-project:first-child .project-visual,.cc-home .cc-project-grid .cc-project:nth-child(2) .project-visual,.cc-home .project-visual{height:230px}.cc-home .project-description{padding:20px 17px}.cc-home .project-art-copy strong{font-size:25px}.cc-home .cc-studio{padding-block:70px;gap:38px}.cc-home .cc-approach{padding-bottom:70px}.cc-home .cc-approach .gl-accordion summary{padding:21px}.cc-home .cc-approach .gl-accordion-content{padding:0 21px 23px}.studio-system{padding:25px}}@media(max-width:480px){.cc-home .cc-header{width:calc(100% - 32px);height:76px;gap:12px}.cc-home .cc-wrap{width:calc(100% - 32px)}.home-intro{padding-block:34px 30px}.home-intro h1{font-size:clamp(39px,10.8vw,52px);letter-spacing:-2px}.home-intro-aside>p{font-size:14px}.home-intro-aside>div{gap:20px}.home-primary-link,.home-work-link{font-size:11px}.home-demo-caption{font-size:10px;margin-bottom:12px}.product-demo{border-radius:17px}.home-proof-strip{gap:22px 26px}.cc-home .section-heading h2,.cc-home .studio-copy h2,.cc-home .cc-approach h2{font-size:37px}.cc-home .cc-project-grid .cc-project:first-child .project-visual,.cc-home .cc-project-grid .cc-project:nth-child(2) .project-visual,.cc-home .project-visual{height:260px}.cc-home .project-description{padding:20px}.cc-home .project-art-copy strong{font-size:30px}.cc-home .portfolio-toolbar>span{font-size:10px}.studio-system{padding:23px}.studio-system-flow{gap:7px}.studio-system-flow>span{font-size:10px}.studio-system-flow>svg{width:16px}}@media(prefers-reduced-motion:reduce){.cc-home .project-photo{transition:none}.cc-home .project-visual:hover .project-photo{transform:none}}
