:root{--bg:var(--color-page);--bg-card:var(--color-surface);--bg-card-raised:var(--color-surface-raised);--bg-muted:var(--color-surface-muted);--surface-2:var(--bg-muted);--bg-footer:var(--color-footer);--text:var(--color-text);--text-muted:var(--color-text-muted);--accent:var(--color-primary);--sidebar-selected-glow:var(--color-mint-rgb);--accent-hover:var(--color-primary-hover);--accent-soft:var(--color-primary-soft);--border:var(--color-border);--shadow:0 2px 12px var(--color-shadow);--shadow-hover:0 8px 30px var(--color-shadow-strong);--transition-fast:var(--motion-fast);--transition-normal:var(--motion-normal);--transition-slow:var(--motion-slow);--radius:var(--radius-2);--radius-sm:var(--radius-1);--radius-lg:var(--radius-3);--radius-full:var(--radius-pill);--font-sans:var(--type-font-family-sans);--app-dock-icon-size:52px;--app-dock-bar-padding-block:var(--space-2);--app-dock-height:calc(var(--app-dock-icon-size) + var(--app-dock-bar-padding-block));--app-dock-tooltip-gap:10px;--app-dock-bottom-offset:10px;--app-dock-footer-gap:10px;--header-inline-padding:var(--layout-inset)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{min-height:100%;font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.layout{flex-direction:column;min-height:100vh;display:flex}.layout-main{flex:1;position:relative}.layout-main__wrap{min-height:100%;position:relative}.layout-main__wrap--auth-wall{flex-direction:column;flex:1;min-height:calc(100vh - 4.5rem);display:flex}.auth-wall{background:var(--bg);flex:1;min-height:100%}.login-gate-overlay{--login-gate-overlay-offset:11rem;z-index:10;padding:var(--space-3);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.login-gate-overlay .form-card--overlay{width:min(100%,32rem);transform:translateY(calc(-1*var(--login-gate-overlay-offset)));box-shadow:var(--shadow-hover);margin:0}.header{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--layout-inset);border-bottom:1px solid var(--border);background:var(--bg-card);z-index:1001;box-shadow:var(--shadow);display:flex;position:sticky;top:0}.header-menu-toggle{border-radius:var(--radius-sm);width:2.5rem;height:2.5rem;color:var(--text);cursor:pointer;transition:background var(--transition-normal),color var(--transition-normal);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:none}.header-menu-toggle:hover,.header-menu-toggle:focus-visible{color:var(--accent);background:var(--accent-soft)}.header-menu-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.header-menu-toggle__bars{flex-direction:column;justify-content:center;gap:5px;width:1.125rem;display:flex}.header-menu-toggle__bars span{width:100%;height:2px;transition:transform var(--transition-normal),opacity var(--transition-normal);transform-origin:50%;background:currentColor;border-radius:1px;display:block}.header--menu-open .header-menu-toggle__bars span:first-child{transform:translateY(7px)rotate(45deg)}.header--menu-open .header-menu-toggle__bars span:nth-child(2){opacity:0}.header--menu-open .header-menu-toggle__bars span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.logo{cursor:pointer;flex-shrink:0;text-decoration:none;display:block}.logo img{pointer-events:none;width:auto;height:40px;display:block}.header-nav{align-items:center;gap:calc(var(--space-1)/2);flex-wrap:wrap;flex:1;display:flex}.header-nav-spacer{margin-left:auto}.header-link{padding:var(--space-1)calc(var(--space-1) + var(--space-1)/2);color:var(--text-muted);border-radius:var(--radius-sm);transition:color var(--transition-normal),background var(--transition-normal);font-size:.95rem;font-weight:500;text-decoration:none}.header-link:hover,.header-link.active{color:var(--accent);background:var(--accent-soft)}.header-link--logout{cursor:pointer;font-family:inherit;font-size:inherit;color:var(--text-muted);background:0 0;border:none}.header-link--logout:hover{color:var(--accent);background:var(--accent-soft)}.header-role-picker{font-family:inherit;font-size:var(--type-label-size);line-height:var(--type-label-line-height);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;max-width:11rem;transition:color var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal);margin:0;padding:.45rem .65rem;font-weight:500}.header-role-picker:hover{color:var(--accent);background-color:var(--accent-soft);border-color:#0abab559}.header-role-picker:focus{outline:2px solid var(--accent);outline-offset:2px}.header-dock-toggle{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-muted);font-family:inherit;font-size:var(--type-label-size);line-height:var(--type-label-line-height);cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal);align-items:center;gap:.45rem;margin:0;padding:.35rem .55rem;font-weight:500;display:inline-flex;position:relative}.header-dock-toggle:hover{color:var(--accent);background-color:var(--accent-soft);border-color:#0abab559}.header-dock-toggle:focus-within{outline:2px solid var(--accent);outline-offset:2px}.header-dock-toggle input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.header-dock-toggle__track{background:var(--border);width:1.75rem;height:1rem;transition:background var(--transition-normal);border-radius:999px;flex-shrink:0;display:block;position:relative}.header-dock-toggle__thumb{background:var(--bg-card);width:.75rem;height:.75rem;transition:transform var(--transition-normal);border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0000002e}.header-dock-toggle input:checked+.header-dock-toggle__track{background:var(--accent)}.header-dock-toggle input:checked+.header-dock-toggle__track .header-dock-toggle__thumb{transform:translate(.75rem)}.header-dock-toggle__label{white-space:nowrap}.header-dropdown{position:relative}.header-link--dropdown{cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;font-family:inherit;display:inline-flex}.header-dropdown-chevron{opacity:.8;transition:transform var(--transition-normal);font-size:.6em}.header-link--dropdown.open .header-dropdown-chevron{transform:rotate(180deg)}.header-dropdown-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);min-width:280px;max-width:90vw;max-height:70vh;box-shadow:var(--shadow-hover);z-index:1002;padding:calc(var(--space-1) + var(--space-1)/2);margin-top:.25rem;position:absolute;top:100%;left:0;overflow-y:auto}.header-dropdown-grid{gap:calc(var(--space-1)/2);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.header-dropdown-link{padding:var(--space-1)calc(var(--space-1) + var(--space-1)/2);color:var(--text-muted);font-size:var(--type-label-size);line-height:var(--type-label-line-height);border-radius:var(--radius-sm);transition:color var(--transition-normal),background var(--transition-normal);font-weight:500;text-decoration:none}.header-dropdown-link:hover{color:var(--accent);background:var(--accent-soft)}.container{max-width:var(--layout-content-max);padding:var(--padding-section-y)var(--layout-inset)var(--padding-page-bottom);margin:0 auto}.container.container--admin-panel{box-sizing:border-box;width:100%;max-width:none}.container>*{animation:fadeUp .6s var(--motion-ease-slow)backwards}.container>:first-child{animation-delay:50ms}.container>:nth-child(2){animation-delay:.1s}.container>:nth-child(3){animation-delay:.15s}.container>:nth-child(4){animation-delay:.2s}.container>:nth-child(5){animation-delay:.25s}.container>:nth-child(6){animation-delay:.3s}.container>:nth-child(7){animation-delay:.35s}.container>:nth-child(8){animation-delay:.4s}.container>:nth-child(9){animation-delay:.45s}.container>:nth-child(10){animation-delay:.5s}.container>:nth-child(11){animation-delay:.55s}.container>:nth-child(12){animation-delay:.6s}.container>:nth-child(13){animation-delay:.65s}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.container>.screenshots-sticky-header{animation:none}.container>.screenshots-page{animation-name:fadeIn}.container>.motion-stagger{animation:none}.motion-stagger--pending>.motion-stagger__item{opacity:0}.motion-stagger--active>.motion-stagger__item{transform-origin:50%;animation:motionStaggerEnter var(--motion-stagger-enter)backwards;animation-delay:calc(var(--motion-stagger-initial-delay) + var(--motion-stagger-index,0)*var(--motion-stagger-step))}.motion-stagger--ready>.motion-stagger__item{opacity:1}.container h1{font-size:var(--type-h1-size);font-weight:var(--type-h1-weight);letter-spacing:0;line-height:var(--type-h1-line-height);margin:0 0 .5rem}.container h2{font-size:var(--type-h3-size);font-weight:var(--type-h3-weight);line-height:var(--type-h3-line-height);color:var(--text-muted);margin-top:2rem;margin-bottom:.75rem}.container p{font-size:var(--type-p1-size);line-height:var(--type-p1-line-height);color:var(--text);margin-bottom:1.25rem}.container a{color:var(--accent);transition:color var(--transition-normal);font-weight:500;text-decoration:none}.container a:hover{color:var(--accent-hover);text-decoration:underline}.container a.app-library-card,.container a.app-library-card:hover{color:inherit;text-decoration:none}.container a.app-library-card:hover .app-library-card__title,.container a.app-library-card:hover .app-library-card__desc{text-decoration:none}blockquote{border-left:4px solid var(--accent);padding:var(--space-2)var(--space-3);margin:var(--space-3)0;background:var(--accent-soft);color:var(--text-muted);border-radius:0 var(--radius-sm)var(--radius-sm)0;font-style:italic}.container img{border-radius:var(--radius);max-width:100%;height:auto;box-shadow:var(--shadow);margin:var(--space-3)0}.app-icon{width:var(--app-icon-size-local,40px);height:var(--app-icon-size-local,40px);min-width:var(--app-icon-size-local,40px);min-height:var(--app-icon-size-local,40px);background:var(--surface-2);border-radius:var(--radius-sm);display:block;position:relative;overflow:hidden}.app-icon img{box-shadow:none;object-fit:cover;border-radius:0;margin:0}.app-icon__initial{width:100%;height:100%;color:var(--text-muted);font-size:calc(var(--app-icon-size-local,40px)*.42);justify-content:center;align-items:center;font-weight:600;line-height:1;display:flex}.form-card{background:var(--bg-card);border-radius:var(--radius);padding:var(--padding-card);margin:var(--space-4)0;box-shadow:var(--shadow);border:1px solid var(--border);transition:box-shadow var(--transition-slow)}.form-card:hover{box-shadow:var(--shadow-hover)}.home-hero{margin:var(--space-4)0 var(--space-3)}.home-hero__text{font-size:var(--type-p1-size);line-height:var(--type-p1-line-height);color:var(--text);margin:0 0 .5rem}.home-hero__powered{color:var(--text-muted);margin:0;font-size:.9rem}.form-card .form-title{color:var(--text);margin:0 0 1rem;font-size:1.1rem;font-weight:600}.form-card .form-privacy-note{color:var(--text-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.45}.form-card .form-privacy-note a{color:var(--accent);font-weight:500;text-decoration:none}.form-card .form-privacy-note a:hover{color:var(--accent-hover);text-decoration:underline}.form-card .form-title a{color:var(--accent);border-bottom:1px solid;text-decoration:none}.form-card .form-title a:hover{color:var(--accent-hover)}.subscribe-banner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin:var(--space-3)0;text-align:center;box-shadow:var(--shadow);flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.subscribe-banner__visual{background:var(--accent);width:100%;position:relative}@supports (color:color-mix(in lab, red, red)){.subscribe-banner__visual{background:color-mix(in oklch,var(--accent)8%,var(--bg-card))}}.subscribe-banner__visual{overflow:hidden}.subscribe-banner__img{aspect-ratio:1024/536;object-fit:cover;object-position:center;width:100%;height:auto;display:block}.subscribe-banner__body{flex-direction:column;align-items:center;padding:clamp(1.5rem,3.5vw,2.25rem) clamp(1.25rem,3vw,2rem) clamp(1.75rem,3.5vw,2.5rem);display:flex}.subscribe-banner__overline{margin:0 0 var(--space-2);font-size:var(--type-overline-size,.75rem);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:600;line-height:1.3}.subscribe-banner__title{margin:0 0 var(--space-2);max-width:28rem;color:var(--text);letter-spacing:-.02em;font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:700;line-height:1.2}.subscribe-banner__title-accent{color:var(--accent)}.subscribe-banner__lead{margin:0 0 var(--space-3);max-width:26rem;font-size:var(--type-p1-size);line-height:var(--type-p1-line-height);color:var(--text-muted)}.subscribe-banner__btn{min-height:2.75rem;color:var(--color-ink-900);background:var(--accent);border-radius:var(--radius-sm);transition:background var(--motion-hover,.15s ease),transform var(--motion-hover,.15s ease),box-shadow var(--motion-hover,.15s ease);border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.container a.subscribe-banner__btn,.container a.subscribe-banner__btn:hover{color:var(--color-ink-900);text-decoration:none}.subscribe-banner__btn:hover{background:var(--accent-hover);box-shadow:0 0 24px var(--color-primary-soft);transform:translateY(-1px)}.subscribe-banner--overlay{width:min(100%,36rem);box-shadow:var(--shadow-hover);margin:0}.marquee-block{width:100vw;margin-top:calc(2rem - 20px);margin-bottom:0;margin-left:calc(50% - 50vw);padding:0 1rem}.marquee-block__title{color:var(--text);text-align:center;margin:0 0 1rem;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:600;line-height:1.4}.app-marquee{width:100%;margin:0;padding:.75rem 0 2rem;overflow:hidden}.app-marquee__track{width:max-content;animation:50s linear infinite app-marquee;display:flex}.app-marquee__list{flex-shrink:0;align-items:center;gap:1.75rem;padding:0 1rem;display:flex}.app-marquee__item{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.app-marquee__icon{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.app-marquee__icon img{object-fit:cover;width:100%;height:100%}.app-marquee__label{color:var(--text-muted);white-space:nowrap;font-size:1.05rem}@keyframes app-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.welcome-block{text-align:center;margin:2rem 0}.welcome-title{color:var(--accent-hover);margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.import-description{color:var(--text-muted);margin-bottom:1.5rem}.admin-panel-tabs{gap:.5rem;margin:1rem 0 1.25rem;display:flex}.admin-panel-tab{border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;border-radius:999px;padding:.45rem .95rem;font-size:.92rem;font-weight:600}.admin-panel-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.admin-fullness-card{margin-top:.5rem}.admin-fullness-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.admin-fullness-description{flex:280px;margin:0}.admin-fullness-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.admin-fullness-cron-status{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--text);margin:0 0 .85rem;padding:.55rem .75rem;font-size:.9rem}@supports (color:color-mix(in lab, red, red)){.admin-fullness-cron-status{background:color-mix(in srgb,var(--text)4%,transparent)}}.admin-fullness-cron-status--success{border-color:#22a06b}@supports (color:color-mix(in lab, red, red)){.admin-fullness-cron-status--success{border-color:color-mix(in srgb,#22a06b 35%,var(--border))}}.admin-fullness-cron-status--success{background:#22a06b1a}.admin-fullness-cron-status--failure{border-color:#e34949}@supports (color:color-mix(in lab, red, red)){.admin-fullness-cron-status--failure{border-color:color-mix(in srgb,#e34949 35%,var(--border))}}.admin-fullness-cron-status--failure{background:#e349491a}.admin-fullness-cron-status--cancelled{border-color:#d97706}@supports (color:color-mix(in lab, red, red)){.admin-fullness-cron-status--cancelled{border-color:color-mix(in srgb,#d97706 35%,var(--border))}}.admin-fullness-cron-status--cancelled{background:#d977061a}.admin-fullness-cron-status--unknown{color:var(--text)}@supports (color:color-mix(in lab, red, red)){.admin-fullness-cron-status--unknown{color:color-mix(in srgb,var(--text)72%,transparent)}}.admin-fullness-cron-status__link{color:var(--accent);font-weight:600;text-decoration:none}.admin-fullness-cron-status__link:hover{text-decoration:underline}.submit-btn--secondary{color:var(--text);background:var(--text)}@supports (color:color-mix(in lab, red, red)){.submit-btn--secondary{background:color-mix(in srgb,var(--text)6%,transparent)}}.submit-btn--secondary{border:1px solid var(--border)}.submit-btn--secondary:hover:not(:disabled){background:var(--text)}@supports (color:color-mix(in lab, red, red)){.submit-btn--secondary:hover:not(:disabled){background:color-mix(in srgb,var(--text)10%,transparent)}}.admin-fullness-layout{grid-template-columns:240px minmax(0,1fr);gap:1rem;display:grid}.admin-fullness-apps h2,.admin-fullness-table-wrap h2{margin:0 0 .75rem;font-size:1rem}.admin-fullness-apps-list{flex-direction:column;gap:.35rem;max-height:60vh;padding-right:.2rem;display:flex;overflow:auto}.admin-fullness-app-item{text-align:left;border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-sm);cursor:pointer;color:var(--text);padding:.45rem .6rem;font-size:.9rem}.admin-fullness-app-item.active{border-color:var(--accent);background:var(--accent-soft)}.admin-fullness-table-wrap{min-width:0}.admin-fullness-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px;font-size:.84rem}.admin-fullness-table th,.admin-fullness-table td{border:1px solid var(--border);text-align:center;white-space:nowrap;padding:.45rem .5rem}.admin-fullness-table th:first-child,.admin-fullness-table td:first-child{text-align:left;background:var(--bg-card);z-index:1;position:sticky;left:0}.admin-fullness-table.admin-fullness-table--all-apps th:first-child,.admin-fullness-table.admin-fullness-table--all-apps td:first-child{z-index:3;text-align:center;width:128px;min-width:128px}.admin-fullness-table.admin-fullness-table--all-apps th:nth-child(2),.admin-fullness-table.admin-fullness-table--all-apps td:nth-child(2){text-align:center;background:var(--bg-card);z-index:2;width:120px;min-width:120px;position:sticky;left:128px}.admin-fullness-table.admin-fullness-table--all-apps th:nth-child(n+3),.admin-fullness-table.admin-fullness-table--all-apps td:nth-child(n+3){width:92px;min-width:92px}.admin-fullness-table th{background:var(--bg-muted)}.admin-fullness-table__month-btn{appearance:none;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:var(--accent);-webkit-text-decoration-color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);background:0 0;border:0;padding:0;font-weight:600}@supports (color:color-mix(in lab, red, red)){.admin-fullness-table__month-btn{-webkit-text-decoration-color:color-mix(in srgb,var(--accent)55%,transparent);-webkit-text-decoration-color:color-mix(in srgb,var(--accent)55%,transparent);-webkit-text-decoration-color:color-mix(in srgb,var(--accent)55%,transparent);text-decoration-color:color-mix(in srgb,var(--accent)55%,transparent)}}.admin-fullness-table__month-btn{text-underline-offset:.15em}.admin-fullness-table__month-btn:hover{color:var(--accent)}.admin-fullness-table-wrap{overflow:auto}.admin-fullness-table__app-cell{vertical-align:middle;font-weight:600}.admin-fullness-table__metric-cell{color:var(--text-muted);text-align:center}.admin-fullness-table__app-group-end td{border-bottom-width:3px;border-bottom-color:var(--text)}@supports (color:color-mix(in lab, red, red)){.admin-fullness-table__app-group-end td{border-bottom-color:color-mix(in srgb,var(--text)45%,transparent)}}.admin-fullness-table.admin-fullness-table--all-apps td.admin-fullness-cell--no{background:#dc26261a!important}@media (max-width:980px){.admin-fullness-layout{grid-template-columns:1fr}.admin-fullness-apps-list{max-height:220px}.admin-fullness-header{flex-direction:column}}.import-form{align-items:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.import-label{flex-direction:column;gap:.25rem;font-weight:500;display:flex}.import-label input[type=file]{font-family:inherit}.submit-btn{padding:calc(var(--space-1) + var(--space-1)/2)var(--space-3);background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-normal);border:none;font-family:inherit;font-size:1rem;font-weight:600}.submit-btn:hover:not(:disabled){background:var(--accent-hover)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.check-form{gap:calc(var(--space-1) + var(--space-1)/2);flex-wrap:wrap;display:flex}.check-form input{min-width:200px;padding:calc(var(--space-1) + var(--space-1)/2)var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);transition:border-color var(--transition-normal),box-shadow var(--transition-normal);flex:1;font-family:inherit;font-size:1rem}.check-form input::placeholder{color:var(--text-muted)}.check-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.check-form button{min-width:8.5rem;min-height:2.75rem;padding:calc(var(--space-1) + var(--space-1)/2)var(--space-3);background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-normal),transform var(--transition-fast),opacity var(--transition-normal);border:none;justify-content:center;align-items:center;font-family:inherit;font-size:1rem;font-weight:600;display:inline-flex}.check-form button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.check-form button:active:not(:disabled){transform:translateY(0)}.check-form button:disabled{opacity:.85;cursor:not-allowed}.check-form input:disabled{opacity:.7;cursor:not-allowed}.check-form__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.7s linear infinite screenshots-admin-spin;display:inline-block}.check-form-feedback{min-height:0}.result-message{border-radius:var(--radius-sm);animation:fadeIn var(--motion-slow);margin-top:1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500}.result-message.success{color:var(--accent-hover);background:#0d94881f}.result-message.error{color:var(--color-ember-300);background:#dc262614}.verify-confirm-actions{justify-content:center;display:flex}.verify-confirm-retry{margin-top:1rem}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(110deg,transparent 0%,var(--text)22%,var(--text)38%,var(--text)54%,transparent 78%),var(--text);width:100%;min-width:0;display:block}@supports (color:color-mix(in lab, red, red)){.skeleton{background:linear-gradient(110deg,transparent 0%,color-mix(in srgb,var(--text)8%,transparent)22%,color-mix(in srgb,var(--text)15%,transparent)38%,color-mix(in srgb,var(--text)8%,transparent)54%,transparent 78%),color-mix(in srgb,var(--text)7%,transparent)}}.skeleton{background-size:220% 100%,100% 100%;animation:1.25s ease-in-out infinite skeleton-shimmer}.skeleton--rounded{border-radius:var(--radius)}.skeleton-text{flex-direction:column;gap:.55rem;width:100%;min-width:0;display:flex}.skeleton-text__line{border-radius:6px;width:100%;height:.72rem}@keyframes skeleton-shimmer{0%{background-position:120% 0,0 0}to{background-position:-120% 0,0 0}}.screenshots-section{margin:2.5rem 0}.screenshots-section h2{margin-bottom:1.25rem}.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.screenshot-item{border-radius:var(--radius);background:var(--bg);box-shadow:var(--shadow);aspect-ratio:16/10;overflow:hidden}.screenshot-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);display:block}.screenshot-item:hover img{transform:scale(1.03)}.screenshots-empty{color:var(--text-muted);margin:0;font-size:.95rem}.container--wide{max-width:1400px}.container--wide.container--screenshots{box-sizing:border-box;width:100%;max-width:none;padding-top:1.25rem;padding-left:1.5rem;padding-right:1.5rem}.publications-title{color:var(--text);margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.digest-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.digest-head__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.publication-card--manage{position:relative}.publication-card__link{color:inherit;text-decoration:none;display:block}.publication-card__link:hover .publication-card__title{color:var(--accent-hover)}.publication-card__delete{z-index:2;border:1px solid var(--border);background:var(--bg-card);width:1.75rem;height:1.75rem;color:var(--text-muted);cursor:pointer;box-shadow:var(--shadow);border-radius:999px;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.publication-card__delete:hover{color:#fff;background:var(--color-ember-700);border-color:var(--color-ember-700)}.methodology-title{color:var(--text);margin:0 0 1.5rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700}.methodology-section{margin:2rem 0}.methodology-section__title{color:var(--text);border-left:4px solid var(--accent);border-radius:0 var(--radius)var(--radius)0;background:#7bf2da1f;margin:0 0 .75rem;padding:.5rem .75rem;font-size:1.2rem;font-weight:600}.methodology-section h3{color:var(--text);margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600}.methodology-section p,.methodology-section ul{color:var(--text);margin:0 0 .75rem;line-height:1.55}.methodology-section ul{padding-left:1.5rem}.publications-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.publication-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow var(--transition-normal);overflow:hidden}.publication-card:hover{box-shadow:var(--shadow-hover)}.publication-card__image{aspect-ratio:16/10;object-fit:cover;width:100%}.publication-card__image--placeholder{background:linear-gradient(135deg,var(--border)0%,var(--bg)100%);justify-content:center;align-items:center;display:flex}.publication-card__image--placeholder:after{content:"";background:var(--border);opacity:.6;border-radius:8px;width:48px;height:48px}.publication-card__body{padding:1rem 1.25rem}.publication-card__title{color:var(--text);margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.publication-card__date{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.publication-card__excerpt{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.45}.publications-grid--skeleton{pointer-events:none}.publication-card--skeleton{box-shadow:none}.publication-card__image--skeleton{aspect-ratio:16/10;border-radius:0;width:100%;display:block}.publication-card__skeleton-lines{gap:.55rem}.publication-card__skeleton-lines .skeleton-text__line:first-child{height:1rem}.publication-card__skeleton-lines .skeleton-text__line:nth-child(2){height:.7rem;margin-bottom:.15rem}.container.container--updates{box-sizing:border-box;width:100%;max-width:none;padding-top:1.25rem;padding-bottom:4rem;padding-left:var(--updates-feed-inset-left,var(--header-inline-padding));padding-right:var(--updates-feed-inset-right,var(--updates-feed-inset-left,var(--header-inline-padding)));margin:0}.updates-feed{flex-direction:column;display:flex}html:not([data-updates-insets-ready=true]) .container--updates .updates-feed--boot{visibility:hidden}.update-post{border-bottom:1px solid var(--border);padding:1.1rem 0 1.35rem}.update-post:first-child{padding-top:.25rem}.update-post__head{margin-bottom:.65rem}.update-post__app{min-width:0;color:inherit;align-items:center;gap:.65rem;text-decoration:none;display:flex}.update-post__app:hover .update-post__app-name{color:var(--accent)}.update-post__app-icon{background-color:var(--surface-2);border-radius:10px;flex-shrink:0;width:40px;height:40px;overflow:hidden}.update-post__app-icon img{object-fit:cover;width:100%;height:100%;display:block}.update-post__app-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.update-post__app-name{color:var(--text);font-size:.98rem;font-weight:700}.update-post__meta{color:var(--text-muted);font-size:.85rem}.update-post__html img,.rich-text__clickable-image{cursor:zoom-in}.update-post__actions{justify-content:flex-end;align-items:center;gap:.35rem;margin-top:.85rem;display:flex}.update-post__favorite{width:36px;height:36px;color:var(--text-muted);cursor:pointer;opacity:1;transition:color var(--transition-fast),background var(--transition-fast),transform var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.update-post__favorite:hover:not(:disabled){color:var(--color-favourite);background:var(--color-favourite)}@supports (color:color-mix(in lab, red, red)){.update-post__favorite:hover:not(:disabled){background:color-mix(in srgb,var(--color-favourite)16%,transparent)}}.update-post__favorite:disabled{cursor:not-allowed;opacity:.45}.update-post__favorite--busy{pointer-events:none}.update-post__favorite--busy svg{animation:.9s ease-in-out infinite update-post-favorite-pulse}@keyframes update-post-favorite-pulse{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.update-post__favorite[data-favorite=true]{color:var(--color-favourite)}.update-post__favorite[data-favorite=true] svg path{fill:currentColor}.update-post__open{color:var(--accent);white-space:nowrap;border-radius:999px;padding:.35rem .55rem;font-size:.82rem;font-weight:600;text-decoration:none}.update-post__open:hover{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.update-post__open:hover{background:color-mix(in srgb,var(--accent)12%,transparent)}}.update-post__share{width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.update-post__share:hover:not(:disabled){color:var(--accent);background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.update-post__share:hover:not(:disabled){background:color-mix(in srgb,var(--accent)12%,transparent)}}.update-post__share:disabled{cursor:not-allowed;opacity:.45}.update-post-overlay{z-index:9000;padding:var(--space-2);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.update-post-overlay__backdrop{cursor:pointer;background:#0000008c;border:none;margin:0;padding:0;position:absolute;inset:0}.update-post-overlay__panel{z-index:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:min(760px,96vw);max-height:min(92vh,1100px);box-shadow:var(--shadow-hover);flex-direction:column;padding:1rem 1rem .75rem;display:flex;position:relative}.update-post-overlay__close{z-index:2;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.75rem;line-height:1;position:absolute;top:.55rem;right:.55rem}.update-post-overlay__close:hover{color:var(--text)}.update-post-overlay__content{min-height:0;padding-right:.25rem;overflow:auto}.update-post-overlay__content .update-post{border:none;padding:0}.update-post-overlay__error{margin:1.5rem 0}.update-share-modal{z-index:9500;padding:var(--space-2);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.update-share-modal__backdrop{cursor:pointer;background:#0000008c;border:none;margin:0;padding:0;position:absolute;inset:0}.update-share-modal__panel{z-index:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:min(520px,96vw);box-shadow:var(--shadow-hover);padding:1.1rem 1.15rem 1rem;position:relative}.update-share-modal__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.update-share-modal__title{font-size:var(--type-h4-size);line-height:var(--type-h4-line-height);font-weight:var(--type-h4-weight);color:var(--text);margin:0}.update-share-modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.75rem;line-height:1}.update-share-modal__close:hover{color:var(--text)}.update-share-modal__preview{border-radius:calc(var(--radius) - 2px);background:var(--text-muted);margin:0 0 .85rem;padding:.75rem .85rem}@supports (color:color-mix(in lab, red, red)){.update-share-modal__preview{background:color-mix(in srgb,var(--text-muted)8%,transparent)}}.update-share-modal__preview{color:var(--text);white-space:pre-wrap;font-size:.92rem;line-height:1.45}.update-share-modal__channels{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:.85rem;display:grid}.update-share-modal__channel{border-radius:calc(var(--radius) - 2px);border:1px solid var(--border);background:var(--bg);color:var(--text);transition:transform var(--transition-fast),box-shadow var(--transition-fast),border-color var(--transition-fast);flex-direction:column;align-items:center;gap:.4rem;padding:.7rem .45rem;text-decoration:none;display:flex}.update-share-modal__channel:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.update-share-modal__channel-icon{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2.6rem;height:2.6rem;display:inline-flex}.update-share-modal__channel-label{text-align:center;font-size:.76rem;font-weight:600}.update-share-modal__channel--whatsapp .update-share-modal__channel-icon{background:#25d366}.update-share-modal__channel--telegram .update-share-modal__channel-icon{background:#26a5e4}.update-share-modal__channel--messenger .update-share-modal__channel-icon{background:#0084ff}.update-share-modal__channel--x .update-share-modal__channel-icon{background:#0f1419}.update-share-modal__channel--linkedin .update-share-modal__channel-icon{background:#0a66c2}.update-share-modal__channel--email .update-share-modal__channel-icon{color:#fff;background:#64748b}.update-share-modal__channel--whatsapp:hover{border-color:#25d366}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--whatsapp:hover{border-color:color-mix(in srgb,#25d366 45%,var(--border))}}.update-share-modal__channel--telegram:hover{border-color:#26a5e4}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--telegram:hover{border-color:color-mix(in srgb,#26a5e4 45%,var(--border))}}.update-share-modal__channel--messenger:hover{border-color:#0084ff}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--messenger:hover{border-color:color-mix(in srgb,#0084ff 45%,var(--border))}}.update-share-modal__channel--x:hover{border-color:#0f1419}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--x:hover{border-color:color-mix(in srgb,#0f1419 45%,var(--border))}}.update-share-modal__channel--linkedin:hover{border-color:#0a66c2}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--linkedin:hover{border-color:color-mix(in srgb,#0a66c2 45%,var(--border))}}.update-share-modal__channel--email:hover{border-color:#64748b}@supports (color:color-mix(in lab, red, red)){.update-share-modal__channel--email:hover{border-color:color-mix(in srgb,#64748b 45%,var(--border))}}.update-share-modal__field{margin-bottom:.75rem;display:block}.update-share-modal__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.78rem;font-weight:600;display:block}.update-share-modal__input{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--bg);width:100%;color:var(--text);padding:.55rem .65rem;font-size:.88rem}.update-share-modal__error{color:#c0392b;margin:0 0 .65rem;font-size:.85rem}.update-share-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.update-share-modal__btn{border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.45rem .9rem;font-size:.84rem;font-weight:600}.update-share-modal__btn--ghost{color:var(--text);background:0 0}.update-share-modal__btn--ghost:hover{background:var(--text-muted)}@supports (color:color-mix(in lab, red, red)){.update-share-modal__btn--ghost:hover{background:color-mix(in srgb,var(--text-muted)10%,transparent)}}.update-share-modal__btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.update-share-modal__btn--primary:hover{filter:brightness(1.05)}.update-post__badge{color:var(--text-muted);background:var(--surface-2);border-radius:999px;margin:0 0 .65rem;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.update-post__html{font-size:.98rem;line-height:1.55}.update-post__body-skeleton{padding:.15rem 0 .35rem}.update-post--skeleton .update-post__head{margin-bottom:.85rem}.update-post__app-icon--skeleton{flex-shrink:0}.update-post__skeleton-lines{flex:1;justify-content:center;gap:.35rem;min-width:0}.update-post__empty{margin:.25rem 0 0}.updates-feed__sentinel{height:1px}.updates-feed__loading-more,.updates-feed__end{text-align:center;color:var(--text-muted);padding:1rem 0 .5rem;font-size:.9rem}.app-library-title{font-size:var(--type-h2-size);line-height:var(--type-h2-line-height);font-weight:var(--type-h2-weight);color:var(--text);margin:0 0 .5rem}.app-library-intro{color:var(--text-muted);margin:0 0 1.5rem;font-size:1rem}.app-library-grid-wrap{position:relative}.app-library-grid-wrap--locked .app-library-grid{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.app-library-subscribe-overlay{--subscribe-banner-overlay-height:4rem;z-index:2;padding:var(--space-3);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.app-library-subscribe-overlay .subscribe-banner--overlay{width:min(100%,36rem);max-height:calc(100% - 2*var(--space-3));transform:translateY(calc(-1*var(--subscribe-banner-overlay-height)));flex:0 auto;overflow-y:auto}.app-library-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--app-library-card-min,280px)),1fr));column-gap:calc(var(--space-1) + var(--space-1)/2);row-gap:calc(var(--space-1) + var(--space-1)/2);align-items:stretch;display:grid}.app-library-card{isolation:isolate;--pointer-glow-x:50%;--pointer-glow-y:50%;width:100%;min-width:0;height:100%;min-height:13.5rem;padding:var(--space-3)var(--space-2);box-sizing:border-box;background:var(--bg-card);border-radius:var(--radius);clip-path:inset(0 round var(--radius));backface-visibility:hidden;color:inherit;box-shadow:none;transition:border-color var(--transition-normal);border:1px solid #0000;grid-template-rows:1fr auto 1fr;place-items:center;text-decoration:none;display:grid;position:relative;overflow:hidden;transform:translateZ(0)}.app-library-card:before{content:"";z-index:0;border-radius:inherit;clip-path:inset(0 round var(--radius));opacity:0;pointer-events:none;background:radial-gradient(240px circle at var(--pointer-glow-x)var(--pointer-glow-y),var(--accent)0%,var(--bg-card-raised)78%);position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.app-library-card:before{background:radial-gradient(240px circle at var(--pointer-glow-x)var(--pointer-glow-y),color-mix(in srgb,var(--accent)24%,var(--bg-card-raised))0%,var(--bg-card-raised)78%)}}.app-library-card:before{transition:opacity var(--transition-slow)}@supports (mix-blend-mode:overlay){.app-library-card:before{mix-blend-mode:overlay;background:radial-gradient(240px circle at var(--pointer-glow-x)var(--pointer-glow-y),var(--accent)0%,transparent 72%)}@supports (color:color-mix(in lab, red, red)){.app-library-card:before{background:radial-gradient(240px circle at var(--pointer-glow-x)var(--pointer-glow-y),color-mix(in srgb,var(--accent)58%,transparent)0%,transparent 72%)}}}.app-library-card:after{content:"";z-index:0;border-radius:inherit;clip-path:inset(0 round var(--radius));opacity:0;pointer-events:none;background:radial-gradient(220px circle at var(--pointer-glow-x)var(--pointer-glow-y),var(--accent)0%,var(--accent)22%,var(--accent)42%,var(--accent)68%);padding:1px;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.app-library-card:after{background:radial-gradient(220px circle at var(--pointer-glow-x)var(--pointer-glow-y),color-mix(in srgb,var(--accent)55%,var(--border))0%,color-mix(in srgb,var(--accent)88%,var(--border))22%,color-mix(in srgb,var(--accent)48%,var(--border))42%,color-mix(in srgb,var(--accent)18%,var(--border))68%)}}.app-library-card:after{-webkit-mask-composite:xor;transition:opacity var(--transition-slow);-webkit-mask-composite:xor;-webkit-mask-source-type:auto,auto;-webkit-mask-composite:xor;-webkit-mask-source-type:auto,auto;-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}.app-library-card:hover{background:var(--bg-card-raised);border-color:#0000}.app-library-card:hover:before,.app-library-card:hover:after{opacity:1}.app-library-card__content{z-index:1;flex-direction:column;grid-row:2;align-items:center;gap:.75rem;width:100%;min-width:0;display:flex;position:relative}.app-library-card__text{flex-direction:column;align-items:center;gap:.15rem;width:100%;min-width:0;display:flex}.app-library-card__icon{border-radius:var(--radius-sm);background:var(--bg);width:70px;height:70px;transition:transform var(--transition-slow);flex-shrink:0;overflow:hidden}.app-library-card:hover .app-library-card__icon{transform:scale(1.08)}.app-library-card__icon img{object-fit:cover;width:100%;height:100%;box-shadow:none;margin:0;display:block}.app-library-card h2.app-library-card__title{width:100%;color:var(--text);text-align:center;margin:0;font-size:1.05rem;font-weight:600;line-height:1.25}.app-library-card p.app-library-card__desc{width:100%;min-height:2.7em;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;margin:0;font-size:.88rem;line-height:1.35;display:flex}.app-page-header{margin-bottom:.25rem}.app-page-back{border-radius:var(--radius-sm);min-height:2.25rem;color:var(--text);font-size:var(--type-label-size);line-height:var(--type-label-line-height);transition:color var(--transition-normal),background var(--transition-normal),border-color var(--transition-normal);background:0 0;border:1px solid #0000;justify-content:flex-start;align-items:center;gap:.35rem;margin:0 0 .5rem;padding:.25rem .5rem .25rem .35rem;font-weight:500;line-height:1.2;display:inline-flex}.app-page-back:hover{color:var(--text);background:var(--accent-soft);border-color:var(--border)}.container .app-page-back,.container .app-page-back:hover{color:var(--text);text-decoration:none}.app-page-back__arrow{flex-shrink:0;display:block}.app-page-back__label{white-space:nowrap}.app-page-title-row{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.85rem;margin:0 0 .5rem;display:flex}.app-page-title-row__icon{border-radius:var(--radius-sm);background:var(--bg);width:48px;height:48px;box-shadow:var(--shadow);flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:flex;overflow:hidden}.app-page-title-row__icon img{object-fit:cover;width:100%;height:100%;box-shadow:none;border-radius:0;margin:0;display:block}.container .app-page-title-row h1.app-page-title-row__heading{letter-spacing:-.02em;color:var(--text);align-self:center;margin:0;padding:0;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.05}.screenshots-sticky-header--tight-bottom{margin-bottom:0}.app-highlights{border-bottom:1px solid var(--border);margin:0 0 1.25rem;padding:0 0 1rem}.app-highlights__title{font-size:var(--type-h5-size);line-height:var(--type-h5-line-height);font-weight:var(--type-h5-weight);letter-spacing:.01em;color:var(--text-muted);margin:0 0 .75rem}.app-highlights__grid{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.app-highlights__item{cursor:zoom-in;width:min(200px,33.3333% - .5rem);min-width:120px;font:inherit;text-align:left;background:0 0;border:none;flex:0 auto;margin:0;padding:0;line-height:0}.app-highlights__item:focus-visible{outline:none}.app-highlights__item:focus-visible img{outline:2px solid var(--accent);outline-offset:2px}.container .app-highlights__item img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow);transition:box-shadow var(--transition-normal);margin:0;display:block}.app-highlights__item:hover img{box-shadow:var(--shadow-hover)}.screenshots-page{padding-bottom:calc(var(--app-dock-height) + 1.25rem);margin-top:.5rem}.screenshots-page--no-dock{padding-bottom:1.25rem}.app-dock{left:var(--header-inline-padding);right:var(--header-inline-padding);bottom:var(--app-dock-bottom-offset);z-index:120;pointer-events:none;opacity:0;visibility:hidden;flex-direction:column;justify-content:flex-end;align-items:center;padding-top:2.25rem;display:flex;position:fixed;overflow:visible}.app-dock--positioned{opacity:1;visibility:visible}.app-dock__panel{pointer-events:auto;box-sizing:border-box;border:1px solid var(--color-border-strong);background:var(--bg-card);max-width:100%;box-shadow:0 10px 28px var(--text);border-radius:18px;padding:7px 10px 9px}@supports (color:color-mix(in lab, red, red)){.app-dock__panel{box-shadow:0 10px 28px color-mix(in srgb,var(--text)12%,transparent)}}.app-dock__panel{transition:width var(--motion-duration-normal)var(--motion-ease-slow);overflow:hidden}.app-dock--compact .app-dock__panel{width:max-content}.app-dock--expanded .app-dock__panel{width:100%}.app-dock__scroll{max-height:calc(var(--app-dock-icon-size) + 6px);scrollbar-width:none;overscroll-behavior-x:contain;overscroll-behavior-y:none;touch-action:pan-x;overflow:hidden}.app-dock--expanded .app-dock__scroll{overflow:auto hidden}.app-dock__scroll::-webkit-scrollbar{height:0;display:none}.app-dock__list{width:max-content;height:calc(var(--app-dock-icon-size) + 6px);box-sizing:border-box;align-items:flex-end;gap:2px;margin:0;padding:0 2px;list-style:none;display:flex}.app-dock__item{width:calc(var(--app-dock-icon-size) + 6px);flex:none;justify-content:center;align-items:flex-end;display:flex;position:relative}.app-dock__link{anchor-name:--dock-icon;width:var(--app-dock-icon-size);height:var(--app-dock-icon-size);transition:filter var(--transition-fast);border-radius:14px;flex-direction:column;justify-content:flex-end;align-items:center;text-decoration:none;display:flex;position:relative}.app-dock__link:hover{filter:brightness(1.04)}.app-dock__link--active .app-dock__icon{box-shadow:0 0 0 2px var(--accent),0 4px 14px var(--accent)}@supports (color:color-mix(in lab, red, red)){.app-dock__link--active .app-dock__icon{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent)70%,transparent),0 4px 14px color-mix(in srgb,var(--accent)35%,transparent)}}.app-dock__icon{width:100%;height:100%;box-shadow:0 2px 8px var(--text);border-radius:14px;display:block;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.app-dock__icon{box-shadow:0 2px 8px color-mix(in srgb,var(--text)12%,transparent)}}.app-dock__icon img{object-fit:cover}.app-dock__dot{background:var(--text);border-radius:50%;width:4px;height:4px;margin-left:-2px;position:absolute;bottom:-5px;left:50%}@supports (color:color-mix(in lab, red, red)){.app-dock__dot{background:color-mix(in srgb,var(--text)78%,transparent)}}.app-dock__tooltip{position-anchor:--dock-icon;left:anchor(center);top:anchor(top);z-index:3;translate:-50% calc(-100% - var(--app-dock-tooltip-gap));letter-spacing:.01em;color:#fff;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;background:var(--text);border-radius:6px;padding:.28rem .55rem;font-size:.72rem;font-weight:600;line-height:1.2;position:fixed}@supports (color:color-mix(in lab, red, red)){.app-dock__tooltip{background:color-mix(in srgb,var(--text)88%,#000)}}.app-dock__tooltip{box-shadow:0 4px 14px var(--text)}@supports (color:color-mix(in lab, red, red)){.app-dock__tooltip{box-shadow:0 4px 14px color-mix(in srgb,var(--text)22%,transparent)}}.app-dock__tooltip{transition:opacity .12s,translate .12s,visibility .12s}@supports not (anchor-name:--dock-icon){.app-dock__tooltip{top:auto;left:50%;bottom:calc(100% + var(--app-dock-tooltip-gap));position:absolute;translate:-50% 4px}.app-dock__item:hover .app-dock__tooltip,.app-dock__item:focus-within .app-dock__tooltip{translate:-50%}}.app-dock__item:hover .app-dock__tooltip,.app-dock__item:focus-within .app-dock__tooltip{opacity:1;visibility:visible}@supports (anchor-name:--dock-icon){.app-dock__item:hover .app-dock__tooltip,.app-dock__item:focus-within .app-dock__tooltip{translate:-50% calc(-100% - var(--app-dock-tooltip-gap))}}@media (prefers-reduced-motion:reduce){.app-dock--positioned{transition:none}.app-dock__panel,.app-dock__tooltip{transition-duration:.01ms}.skeleton{animation:none}.motion-stagger--pending>.motion-stagger__item,.motion-stagger--active>.motion-stagger__item{opacity:1;animation:none;transform:none}}.screenshots-feed{flex-direction:column;gap:0;display:flex}.screenshots-feed-month{scroll-margin-top:1rem}.screenshots-feed-month--follow{border-top:1px solid var(--border);margin-top:2.75rem;padding-top:2rem}.screenshots-feed-month__title{letter-spacing:-.02em;color:var(--text);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1.1rem;font-size:1.15rem;font-weight:700;display:flex}.screenshots-feed-month__badge{letter-spacing:.02em;text-transform:uppercase;color:var(--text);background:var(--accent-soft);border:1px solid var(--border);border-radius:999px;padding:.12rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}.screenshots-feed-month__loading{margin:.25rem 0 0}.screenshots-feed--skeleton{pointer-events:none}.screenshots-skeleton-month{gap:var(--space-4);flex-direction:column;display:flex}.screenshots-skeleton-month--compact{gap:var(--space-2)}.screenshots-skeleton-highlights{flex-direction:column;gap:.75rem;display:flex}.screenshots-skeleton-title{border-radius:999px;width:min(180px,44vw);height:1.1rem}.screenshots-skeleton-title--month{width:min(136px,38vw);height:1.35rem}.screenshots-skeleton-highlights__grid{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.screenshots-skeleton-highlight{aspect-ratio:9/19;flex:0 auto;width:min(200px,33.3333% - .5rem);min-width:120px}.screenshots-feed-sentinel{pointer-events:none;height:24px;min-height:24px;margin:0;padding:0}.screenshots-admin-tag-btn{font:inherit;color:var(--text);background:var(--text);padding:.4rem .85rem;font-size:.85rem;font-weight:600}@supports (color:color-mix(in lab, red, red)){.screenshots-admin-tag-btn{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshots-admin-tag-btn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.screenshots-admin-tag-btn:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshots-admin-tag-btn:hover{background:color-mix(in srgb,var(--text)10%,transparent)}}.screenshots-admin-tag-btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.screenshots-admin-tag-btn--primary:hover{filter:brightness(1.05)}.screenshots-admin-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.screenshots-admin-spinner{border:2px solid var(--text);width:1.1rem;height:1.1rem;display:inline-block}@supports (color:color-mix(in lab, red, red)){.screenshots-admin-spinner{border:2px solid color-mix(in srgb,var(--text)18%,transparent)}}.screenshots-admin-spinner{border-top-color:var(--accent);border-radius:50%;animation:.7s linear infinite screenshots-admin-spin}@keyframes screenshots-admin-spin{to{transform:rotate(360deg)}}.screenshots-admin-tag-btn:disabled{opacity:.5;cursor:not-allowed}.screenshots-file-save-error{margin:0 0 .75rem;padding:0 .5rem}.screenshots-tag-toolbar{border:1px solid var(--border);border-radius:var(--radius);background:var(--text);margin:0 0 .9rem;padding:.85rem}@supports (color:color-mix(in lab, red, red)){.screenshots-tag-toolbar{background:color-mix(in srgb,var(--text)4%,transparent)}}.screenshots-tag-toolbar__count{color:var(--text);margin:0 0 .65rem;font-size:.88rem;font-weight:600}.screenshots-tag-toolbar__warn{color:var(--color-amber-300);margin:0 0 .75rem;font-size:.82rem;line-height:1.35}.screenshots-tag-toolbar__hint{color:var(--text);margin:0 0 .65rem;font-size:.82rem;line-height:1.4}@supports (color:color-mix(in lab, red, red)){.screenshots-tag-toolbar__hint{color:color-mix(in srgb,var(--text)72%,transparent)}}.screenshots-tag-toolbar__btn--danger{color:#fff;background:var(--color-ember-700);border-color:var(--color-ember-300)}.screenshots-feed-month--drop-target{outline:3px dashed var(--accent);outline-offset:6px;border-radius:var(--radius)}.screenshot-item-flo--draggable img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.screenshot-item-flo--draggable{touch-action:none}.screenshots-group--drop-target{outline:2px dashed var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshots-group--drop-target{outline:2px dashed color-mix(in srgb,var(--accent)70%,transparent)}}.screenshots-group--drop-target{outline-offset:6px;border-radius:var(--radius)}.screenshot-item-flo--draggable{cursor:grab}.screenshot-item-flo--draggable:active{cursor:grabbing}.screenshot-item-flo--draggable.screenshot-item-flo--select-mode{cursor:grab}.screenshots-tag-toolbar__row{flex-wrap:wrap;gap:.55rem;margin-top:.55rem;display:flex}.screenshots-tag-toolbar__select,.screenshots-tag-toolbar__input{min-width:220px;font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);flex:240px;padding:.45rem .5rem;font-size:.88rem}.screenshots-tag-toolbar__btn{font:inherit;color:var(--text);background:var(--text);flex:none;padding:.45rem .65rem;font-size:.88rem;font-weight:600}@supports (color:color-mix(in lab, red, red)){.screenshots-tag-toolbar__btn{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshots-tag-toolbar__btn{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer}.screenshots-tag-toolbar__btn:disabled{opacity:.45;cursor:not-allowed}.screenshots-tag-toolbar__btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.screenshots-tag-toolbar__error{color:var(--color-ember-300);margin:.7rem 0 0;font-size:.82rem}.screenshot-item-flo--select-mode,.screenshot-item-flo--select-mode img{cursor:pointer}.screenshot-item-flo--selected{outline:3px solid var(--accent);outline-offset:2px;border-radius:var(--radius)}.screenshot-item-flo--draggable.screenshot-item-flo--selected{outline-offset:3px;outline:5px solid #00c9ad;box-shadow:0 0 0 2px #5ef8e6,0 0 20px #00c9ad8c,0 0 32px #5ef8e673}.screenshot-item-flo__tag-overlay{z-index:2;pointer-events:none;flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:.35rem;max-width:calc(100% - .8rem);display:flex;position:absolute;top:.4rem;right:.4rem}.screenshot-tag-chip{pointer-events:auto;letter-spacing:.01em;color:#f8f8f8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#16161ae6;border:1px solid #ffffff38;border-radius:6px;align-items:center;gap:.3rem;max-width:100%;padding:.28rem .5rem .28rem .62rem;font-size:.82rem;font-weight:700;line-height:1.25;display:inline-flex;box-shadow:0 2px 10px #00000059,0 0 0 1px #0000001f}.screenshot-tag-chip__label{text-overflow:ellipsis;white-space:nowrap;max-width:11rem;overflow:hidden}.screenshot-tag-chip__remove{width:1.35rem;height:1.35rem;font:inherit;color:#ffffffb8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:0;padding:0;font-size:1.05rem;line-height:1;display:inline-flex}.screenshot-tag-chip__remove:hover{color:#fff;background:#ffffff29}.screenshots-sticky-header{z-index:1000;background:var(--bg);margin-bottom:1.25rem;position:sticky;top:73px}.screenshots-sticky-header--with-toolbar{border-bottom:1px solid var(--border)}.screenshots-sticky-header .app-shot-bar{z-index:auto;border-bottom:none;margin-bottom:0;position:static;top:auto}.screenshots-sticky-header:not(.screenshots-sticky-header--with-toolbar) .app-shot-bar{border-bottom:1px solid var(--border)}.screenshots-sticky-header .screenshots-tag-toolbar{z-index:200;border:none;border-top:1px solid var(--border);background:var(--bg);border-radius:0;margin:0;position:relative}.app-shot-bar{z-index:1000;background:var(--bg);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:0;margin-bottom:1.25rem;padding-top:.35rem;padding-bottom:.65rem;display:flex;position:sticky;top:73px}.app-shot-bar__right{align-items:center;margin-left:auto;display:inline-flex}.app-shot-bar__left{flex-shrink:0;position:relative}.app-shot-bar__trigger{font:inherit;font-size:var(--type-label-size);line-height:var(--type-label-line-height);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal);align-items:center;gap:.4rem;margin:0;padding:.45rem .65rem;font-weight:500;display:inline-flex}.app-shot-bar__trigger:hover,.app-shot-bar__trigger--open{color:var(--accent);background-color:var(--accent-soft);border-color:#0abab559}.app-shot-bar__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shot-bar__trigger-line{align-items:center;gap:.45rem;display:inline-flex}.app-shot-bar__trigger-text{line-height:1.2}.app-shot-bar__chevron{opacity:.75;color:currentColor;flex-shrink:0;width:.7rem;height:.7rem}.app-shot-bar__badge{letter-spacing:.02em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);justify-content:center;align-items:center;padding:.1rem .45rem;font-size:.65rem;font-weight:600;line-height:1.2;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.app-shot-bar__badge{border:1px solid color-mix(in srgb,var(--accent)35%,var(--border))}}.app-shot-bar__badge{border-radius:var(--radius-sm)}.app-shot-bar__badge--in-dd{color:var(--accent);background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.app-shot-bar__badge--in-dd{background:color-mix(in srgb,var(--accent)18%,transparent)}}.app-shot-bar__badge--in-dd{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.app-shot-bar__badge--in-dd{border-color:color-mix(in srgb,var(--accent)45%,transparent)}}.app-shot-bar__divider{background:var(--border);flex-shrink:0;width:1px;height:1.35rem;margin:0 1rem}.app-shot-bar__tabs{align-items:center;gap:1.5rem;display:flex}.app-shot-bar__tab{font:inherit;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;margin:0;padding:.35rem 0;font-size:.95rem;font-weight:500}.app-shot-bar__tab:hover{color:var(--text)}.app-shot-bar__tab--active{color:var(--text);border-bottom-color:var(--text);font-weight:700}.app-shot-bar__dropdown{z-index:100;isolation:isolate;-webkit-backdrop-filter:blur(18px)saturate(165%);backdrop-filter:blur(18px)saturate(165%);background:linear-gradient(145deg,#ffffff21 0%,#ffffff0d 45%,#0c0c1240 100%),#181820ad;border:1px solid #ffffff29;border-radius:16px;width:max-content;min-width:0;max-width:min(220px,100vw - 2rem);padding:.45rem;position:absolute;top:calc(100% + .4rem);left:0;box-shadow:0 10px 36px #00000047,inset 0 1px #ffffff14,inset 0 -1px #0000001f}.app-shot-bar__dd-row{width:100%;font:inherit;font-size:var(--type-label-size);line-height:var(--type-label-line-height);color:#ffffffeb;text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:.45rem;margin:0;padding:.55rem .65rem;font-weight:500;display:flex}.app-shot-bar__dd-row:hover{background:#ffffff1a}.app-shot-bar__dd-row--active{background:#ffffff12}.app-shot-bar__dd-label{flex:1;min-width:0}.app-shot-bar__check{text-align:center;color:#ffffffa6;flex-shrink:0;width:1.25rem;font-size:.85rem}.app-shot-bar__check-placeholder{flex-shrink:0;width:1.25rem}.month-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.month-tabs__btn{color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-normal),background var(--transition-normal),border-color var(--transition-normal);padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:500}.month-tabs__btn:hover{color:var(--text);border-color:var(--accent);background:var(--accent-soft)}.month-tabs__btn--active{color:#fff;background:var(--accent);border-color:var(--accent)}.month-tabs__btn--active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.content-tabs{gap:.5rem;margin:-.25rem 0 1rem;display:flex}.content-tabs__btn{font-size:var(--type-label-size);line-height:var(--type-label-line-height);color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-normal),background var(--transition-normal),border-color var(--transition-normal);padding:.45rem .9rem;font-family:inherit;font-weight:500}.content-tabs__btn:hover{color:var(--text);border-color:var(--accent);background:var(--accent-soft)}.content-tabs__btn--active{color:#fff;background:var(--accent);border-color:var(--accent)}.content-tabs__btn--active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.screenshots-groups{gap:var(--space-4);flex-direction:column;display:flex}.screenshots-groups--multiple{gap:2.75rem}.screenshots-group{flex-direction:column;gap:0;display:flex}.screenshots-group+.screenshots-group{border-top:1px solid var(--border);padding-top:1.25rem}.screenshots-groups--multiple .screenshots-group+.screenshots-group{padding-top:1.75rem}.screenshot-carousel{gap:var(--space-2);flex-direction:column;display:flex}.screenshot-carousel__preview{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:flex-end;gap:.75rem;min-height:220px;padding:5rem 0 .5rem;display:flex;overflow:auto clip}.screenshot-carousel__preview::-webkit-scrollbar{display:none}.screenshot-carousel__preview-slide{border-radius:var(--radius);background:var(--bg);width:200px;box-shadow:var(--shadow);cursor:pointer;opacity:.88;transition:opacity var(--transition-normal),transform var(--transition-slow),box-shadow var(--transition-normal);transform-origin:bottom;border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.screenshot-carousel__preview-slide:hover{opacity:1}.screenshot-carousel__preview-slide--selected{opacity:1;border-color:var(--accent-soft);box-shadow:var(--shadow-hover);z-index:1;position:relative;transform:scale(1.2)}.screenshot-carousel__preview-slide img{vertical-align:middle;width:100%;height:auto;display:block}.screenshot-carousel__strip{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:.5rem;padding:.25rem 0;display:flex;overflow:auto clip}.screenshot-carousel__strip::-webkit-scrollbar{height:8px}.screenshot-carousel__strip::-webkit-scrollbar-track{background:var(--border);border-radius:4px}.screenshot-carousel__strip::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.screenshot-carousel__thumb{border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;width:100px;transition:border-color var(--transition-normal),box-shadow var(--transition-normal);border:2px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.screenshot-carousel__thumb:hover{border-color:var(--border)}.screenshot-carousel__thumb--active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.screenshot-carousel__thumb img{vertical-align:middle;width:100%;height:auto;display:block}@media (max-width:768px){:root{--app-dock-bottom-offset:8px;--app-dock-footer-gap:8px}.app-dock{left:var(--header-inline-padding);right:var(--header-inline-padding)}.app-dock__panel{border-radius:16px;padding:6px 8px 8px}:root{--app-dock-icon-size:46px;--app-dock-bar-padding-block:14px;--app-dock-height:calc(var(--app-dock-icon-size) + var(--app-dock-bar-padding-block))}.screenshot-carousel__preview{min-height:180px}.screenshot-carousel__preview-slide{width:160px}.screenshot-carousel__preview-slide--selected{transform:scale(1.15)}.screenshot-carousel__thumb{width:72px}}.screenshots-grid-flo{grid-template-columns:repeat(8,minmax(0,1fr));align-items:start;gap:.75rem;display:grid}.screenshot-item-flo--thumb{cursor:zoom-in;width:100%;font:inherit;text-align:left;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:0;line-height:0;display:block;position:relative}.screenshot-item-flo--thumb:focus-visible{outline:none}.screenshot-item-flo--thumb:focus-visible img{outline:2px solid var(--accent);outline-offset:2px}.screenshot-item-flo img{vertical-align:middle;border-radius:var(--radius);width:100%;height:auto;box-shadow:none;transition:box-shadow var(--transition-normal);margin:0;display:block}.screenshot-item-flo__img-preload{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.screenshot-item-flo--thumb:hover img{box-shadow:var(--shadow-hover)}.screenshot-item-flo__skeleton{aspect-ratio:9/19;border-radius:var(--radius);width:100%;margin:0;display:block}.screenshot-lightbox{z-index:11000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.screenshot-lightbox__backdrop{cursor:zoom-out;background:#000000d1;border:none;margin:0;padding:0;position:absolute;inset:0}.screenshot-lightbox__inner{z-index:1;pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;max-width:min(96vw,1400px);max-height:92vh;display:flex;position:relative}.screenshot-lightbox__inner>*{pointer-events:auto}.screenshot-lightbox__figure{max-width:100%;line-height:0;display:inline-block}.screenshot-lightbox__close{top:calc(1rem + env(safe-area-inset-top,0px));right:calc(1rem + env(safe-area-inset-right,0px));z-index:2;border-radius:var(--radius-sm);color:#fff;cursor:pointer;width:2.5rem;height:2.5rem;transition:background var(--transition-normal);pointer-events:auto;background:#ffffff24;border:none;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;display:flex;position:fixed;box-shadow:0 2px 10px #00000059}.screenshot-lightbox__close:hover{background:#ffffff3d}.screenshot-lightbox__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.screenshot-lightbox__nav{z-index:2;border-radius:var(--radius-sm);color:#fff;cursor:pointer;width:2.75rem;height:2.75rem;transition:background var(--transition-normal),opacity var(--transition-normal);pointer-events:auto;background:#ffffff24;border:none;justify-content:center;align-items:center;display:flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000059}.screenshot-lightbox__nav--prev{left:calc(1rem + env(safe-area-inset-left,0px))}.screenshot-lightbox__nav--next{right:calc(1rem + env(safe-area-inset-right,0px))}.screenshot-lightbox__nav:hover:not(:disabled){background:#ffffff3d}.screenshot-lightbox__nav:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.screenshot-lightbox__nav:disabled{opacity:.28;cursor:default}.screenshot-lightbox__img{object-fit:contain;border-radius:var(--radius-sm);vertical-align:top;width:auto;max-width:100%;height:auto;max-height:92vh;box-shadow:0 8px 40px #00000073}.screenshots-actions{text-align:center;margin-top:1.5rem}.screenshots-load-more{color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-normal),color var(--transition-normal);padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600}.screenshots-load-more:hover{background:var(--accent);color:#fff}.screenshots-count{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.9rem}@media (max-width:1280px){.screenshots-grid-flo{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:900px){.screenshots-grid-flo{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:600px){.screenshots-grid-flo{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.app-library-grid{gap:.6rem}}.subscribe-wrapper{text-align:center;margin-top:2.5rem}.subscribe-button{background:var(--accent);color:#fff;border-radius:var(--radius-sm);transition:background var(--transition-normal),transform var(--transition-fast);box-shadow:var(--shadow);padding:.85rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.subscribe-button:hover{background:var(--accent-hover);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.footer{padding:var(--space-4)var(--layout-inset);border-top:1px solid var(--border);background:var(--bg-footer);color:var(--text-muted);font-size:.9rem}.footer__inner{justify-content:space-between;align-items:flex-start;gap:var(--space-3)var(--space-4);flex-flow:wrap;width:100%;margin:0;display:flex}.footer__brand{flex-direction:column;flex:12rem;align-items:flex-end;gap:.75rem;display:flex}.footer__brand .logo{flex-shrink:0}.footer__brand .footer__copy{text-align:right;margin:0;line-height:1.45}.footer__links{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.4rem;display:flex}.footer__link{color:var(--text-muted);text-align:left;font-weight:500;text-decoration:none}.footer__link--button{font:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;display:inline}.footer__link:hover{color:var(--accent)}@media (max-width:600px){.footer__inner{flex-direction:column;align-items:stretch}.footer__brand{align-items:flex-start}.footer__brand .footer__copy{text-align:left}}.hypotheses-title{font-size:var(--type-h2-size);line-height:var(--type-h2-line-height);font-weight:var(--type-h2-weight);color:var(--text);margin:0}.hypotheses-intro{color:var(--text-muted);margin:.5rem 0 0}.hypotheses-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.hypotheses-head__spacer{min-height:1px}.hypotheses-back-btn{font:inherit;cursor:pointer}.hypotheses-new-btn{border-radius:var(--radius-sm);border:1px solid var(--accent);color:#fff;background:var(--accent);cursor:pointer;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600}.hypotheses-new-btn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.hypotheses-layout{grid-template-columns:minmax(240px,340px) minmax(0,1fr);align-items:start;gap:1.2rem;width:100%;min-width:0;margin-top:1rem;display:grid}.hypotheses-layout--feed-only{grid-template-columns:minmax(0,1fr)}.hypotheses-list{align-content:start;gap:.5rem;min-width:0;max-height:calc(100vh - 100px);padding-right:.25rem;display:grid;position:sticky;top:86px;overflow:auto}.hypotheses-list__item{text-align:left;border-radius:var(--radius-sm);border:1px solid var(--border);width:100%;min-width:0;color:var(--text);background:var(--bg-card);cursor:pointer;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;font-family:inherit;display:flex}.hypotheses-list__item:hover,.hypotheses-list__item.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}@supports (color:color-mix(in lab, red, red)){.hypotheses-list__item:hover,.hypotheses-list__item.active{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent)22%,transparent)}}.hypotheses-list__select{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:none;flex:1;padding:0;font-family:inherit}.hypotheses-list__meta{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.45rem;display:inline-flex}.hypotheses-list__title{overflow-wrap:anywhere;min-width:0;font-weight:600}.hypotheses-list__status{font-size:var(--type-overline-size);line-height:var(--type-overline-line-height);text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--border);border-radius:999px;padding:.28rem .42rem}.hypotheses-list__status--draft{color:var(--color-amber-200);background:#ae670029;background:lab(50.7203% 29.4483 78.7713/.16);border-color:#e49e2266;border-color:lab(70.8468% 20.2319 68.534/.4)}.hypotheses-list__status--published{color:var(--color-meadow-200);background:#21804129;background:lab(47.1065% -39.3668 26.0887/.16);border-color:#5cb57266;border-color:lab(66.8564% -39.0505 25.526/.4)}.hypotheses-list__actions{align-items:center;gap:.3rem;display:inline-flex}.hypotheses-list__action{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:var(--radius-sm);font-size:var(--type-caption-size);line-height:var(--type-caption-line-height);font-weight:var(--type-label-weight);cursor:pointer;padding:.25rem .42rem;font-family:inherit}.hypotheses-list__action:hover{color:var(--accent);border-color:var(--accent)}.hypotheses-content{gap:1rem;min-width:0;display:grid}.hypotheses-content__title{margin:0 0 .9rem;font-size:1.25rem}.hypotheses-feed-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);transition:border-color var(--transition-normal),box-shadow var(--transition-normal);overflow-wrap:anywhere;min-width:0;padding:.8rem 1rem 1rem}.hypotheses-feed-item.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}@supports (color:color-mix(in lab, red, red)){.hypotheses-feed-item.active{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent)24%,transparent)}}.hypotheses-feed-item+.hypotheses-feed-item{margin-top:.25rem}.hypotheses-layout--skeleton{pointer-events:none}.hypotheses-list__item--skeleton{cursor:default}.hypotheses-list__skeleton-lines{flex:1;gap:.4rem;min-width:0}.hypotheses-list__skeleton-lines .skeleton-text__line:first-child{height:.85rem}.hypotheses-list__skeleton-lines .skeleton-text__line:nth-child(2){height:.65rem}.hypotheses-feed-item--skeleton{min-height:8rem}.hypotheses-feed-item__body-skeleton{gap:.7rem;padding:.15rem 0 .35rem}.hypotheses-feed-item__body-skeleton .skeleton-text__line{height:.85rem}.hypotheses-feed-item .rich-text>:first-child{margin-top:0}.hypotheses-feed-item .rich-text h1,.hypotheses-feed-item .rich-text h2,.hypotheses-feed-item .rich-text h3{margin-bottom:1.2rem}.favourites-head{justify-content:space-between;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.favourites-title{margin:0;font-size:clamp(1.55rem,2.4vw,2rem);font-weight:700;line-height:1.15}.favourites-intro{color:var(--text-muted);margin:.45rem 0 0;font-size:.95rem}.favourites-layout{grid-template-columns:minmax(240px,340px) minmax(0,1fr);align-items:start;gap:1.2rem;width:100%;min-width:0;margin-top:1rem;display:grid}.favourites-layout--skeleton{pointer-events:none}.favourites-list{align-content:start;gap:.5rem;min-width:0;max-height:calc(100vh - 100px);padding-right:.25rem;display:grid;position:sticky;top:86px;overflow:auto}.favourites-list__item{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;width:100%;min-width:0;transition:border-color var(--transition-normal),box-shadow var(--transition-normal);align-items:center;gap:.65rem;padding:.65rem .75rem;display:flex}.favourites-list__item:hover,.favourites-list__item.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}@supports (color:color-mix(in lab, red, red)){.favourites-list__item:hover,.favourites-list__item.active{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent)22%,transparent)}}.favourites-list__icon{background-color:var(--surface-2);border-radius:10px;flex-shrink:0;width:36px;height:36px;overflow:hidden}.favourites-list__item--skeleton{cursor:default}.favourites-list__icon--skeleton{border-radius:10px;flex-shrink:0;width:36px;height:36px;display:block}.favourites-list__skeleton-lines{flex:1;justify-content:center;gap:.35rem;min-width:0}.favourites-list__skeleton-lines .skeleton-text__line:first-child{height:.85rem}.favourites-list__skeleton-lines .skeleton-text__line:nth-child(2){height:.7rem}.favourites-list__icon img{object-fit:cover;width:100%;height:100%;display:block}.favourites-list__text{gap:.15rem;min-width:0;display:grid}.favourites-list__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.favourites-list__meta{color:var(--text-muted);font-size:.78rem}.favourites-list__empty{color:var(--text-muted);margin:0;font-size:.9rem}.favourites-content{min-width:0}.favourites-content .update-post{margin:0}.favourites-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--bg-card);flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:2rem 1rem;display:flex}.favourites-empty__title{margin:0 0 .65rem;font-size:1.2rem;font-weight:700}.favourites-empty__text{max-width:34ch;color:var(--text-muted);margin:0;line-height:1.5}.favourites-empty__link{color:var(--accent);font-weight:600;text-decoration:none}.favourites-empty__link:hover{text-decoration:underline}.hypotheses-feed-item .rich-text{min-width:0;max-width:100%}.hypotheses-feed-item .rich-text img{max-width:100%;height:auto}.hypotheses-feed-item .rich-text p:has(>img+img){flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.hypotheses-feed-item .rich-text p:has(>img+img) img{flex:min(100%,220px);width:auto;max-width:100%}.hypotheses-feed-item .rich-text>div,.hypotheses-feed-item .rich-text>figure,.hypotheses-feed-item .rich-text table,.hypotheses-feed-item .rich-text iframe{min-width:0;max-width:100%}.hypotheses-editor__label{font-size:var(--type-label-size);line-height:var(--type-label-line-height);font-weight:var(--type-label-weight);color:var(--text-muted);flex-shrink:0;margin-bottom:.35rem;display:block}.hypotheses-editor__title-input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);margin-bottom:.8rem;padding:.6rem .7rem;font-size:.98rem}.hypotheses-editor__title-input:focus{outline:2px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.hypotheses-editor__title-input:focus{outline:2px solid color-mix(in srgb,var(--accent)35%,transparent)}}.hypotheses-editor__title-input:focus{outline-offset:1px}.hypotheses-editor__title-editor{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);flex:none;margin-bottom:.8rem;overflow:hidden}.hypotheses-editor__title-host{flex-direction:column;display:flex}.hypotheses-editor__title-editor:focus-within{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}@supports (color:color-mix(in lab, red, red)){.hypotheses-editor__title-editor:focus-within{box-shadow:0 0 0 1px color-mix(in srgb,var(--accent)35%,transparent)}}.hypotheses-editor__title-host .ql-toolbar.ql-snow{border:none;border-bottom:1px solid var(--border);background:var(--bg-card);flex:none;padding:4px 6px}.hypotheses-editor__title-host .ql-container.ql-snow{border:none;flex:none;font-size:1.1rem}.hypotheses-editor__title-host .ql-editor{min-height:2.4rem;color:var(--text);white-space:nowrap;padding:.55rem .7rem;font-size:1.1rem;font-weight:600;overflow:auto hidden}.hypotheses-editor__title-host .ql-editor.ql-blank:before{color:var(--text-muted);font-style:normal}.hypotheses-feed-item__title{color:var(--text);margin:0 0 .9rem;font-size:1.45rem;font-weight:700;line-height:1.25}.hypotheses-feed-item__title a{color:inherit}.ql-toolbar.ql-snow{border-color:var(--border)!important;padding:10px 8px!important}.ql-container.ql-snow{border-color:var(--border)!important}.ql-toolbar.ql-snow .ql-formats{margin-right:12px}.ql-toolbar.ql-snow button{width:34px!important;height:34px!important}.ql-toolbar.ql-snow button svg{float:none!important;width:22px!important;height:22px!important}.ql-snow .ql-picker{color:var(--text)!important;height:34px!important;font-size:15px!important;font-weight:600!important}.ql-snow .ql-picker-label{padding-left:8px;line-height:32px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-10px;width:20px!important}.ql-snow .ql-stroke,.ql-snow .ql-stroke-miter{stroke:var(--text)!important;stroke-width:2.25px!important}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1.25px!important}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:var(--text)!important}.ql-snow .ql-picker-options{background-color:var(--bg-card)!important;color:var(--text)!important;border-color:var(--border)!important}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:var(--border)!important}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:var(--accent)!important}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter{stroke:var(--accent)!important}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill{fill:var(--accent)!important}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:var(--text)!important}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:var(--text)!important}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:var(--text)!important}}.ql-toolbar.ql-snow button.ql-app{letter-spacing:.02em;min-width:40px;padding:0 8px;font:600 .85rem/1 inherit;width:auto!important;height:34px!important;color:var(--text)!important}.ql-toolbar.ql-snow button.ql-app:hover,.ql-toolbar.ql-snow button.ql-app.ql-active{color:var(--accent)!important}.app-picker{z-index:10100;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);width:260px;max-height:320px;box-shadow:var(--shadow-hover,0 8px 24px #0000002e);flex-direction:column;font-family:inherit;display:flex;position:fixed;overflow:hidden}.app-picker__search{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);background:0 0;outline:none;padding:.5rem .65rem;font-family:inherit;font-size:.9rem}.app-picker__list{flex:1;padding:.25rem 0;overflow-y:auto}.app-picker__item{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.55rem;padding:.4rem .65rem;font-size:.92rem;display:flex}.app-picker__item:hover,.app-picker__item:focus-visible{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.app-picker__item:hover,.app-picker__item:focus-visible{background:color-mix(in srgb,var(--accent)12%,transparent)}}.app-picker__item:hover,.app-picker__item:focus-visible{outline:none}.app-picker__item.is-current{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.app-picker__item.is-current{background:color-mix(in srgb,var(--accent)16%,transparent)}}.app-picker__icon{object-fit:cover;background:var(--bg);border-radius:5px;flex:none;width:22px;height:22px}.app-picker__label{font-weight:500}.app-picker__empty{color:var(--text-muted);padding:.6rem .65rem;font-size:.88rem}.app-mention{color:var(--accent);font:inherit;vertical-align:middle;cursor:pointer;white-space:nowrap;transition:color var(--transition-fast);background:0 0;border:0;align-items:center;gap:0;padding:0;line-height:1;text-decoration:none;display:inline-flex}.app-mention:hover{color:var(--accent-hover,var(--accent))}.app-mention img.app-mention__icon{object-fit:cover;vertical-align:middle;width:1.1em;max-width:none;height:1.1em;box-shadow:none;border-radius:4px;flex-shrink:0;margin:0 .2em 0 0;display:inline-block;transform:translateY(-.12em)}.app-mention__label{font-weight:inherit;color:inherit;align-items:center;line-height:1;display:inline-flex}.app-mention--placeholder{color:var(--text-muted);border:1px dashed var(--border);background:0 0;border-radius:999px;padding:.15em .5em}.app-mention--placeholder:hover{color:var(--accent);border-color:var(--accent)}.hypotheses-feed-item__title .app-mention,.hypotheses-list__title .app-mention,.hypotheses-editor__title-host .ql-editor .app-mention,.rich-text h1 .app-mention,.rich-text h2 .app-mention,.rich-text h3 .app-mention{font-weight:inherit}.hypotheses-list__title .app-mention{color:inherit;background:0 0;border-color:#0000;border-radius:6px;padding:0 .35em 0 .25em}.hypotheses-list__title .app-mention:hover{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.hypotheses-list__title .app-mention:hover{background:color-mix(in srgb,var(--accent)10%,transparent)}}.changes-panel{margin-top:.5rem}.changes-skeleton-month{flex-direction:column;gap:.85rem;display:flex}.changes-panel--skeleton{margin-top:0}.changes-panel__body-skeleton{gap:.7rem;padding:.15rem 0 .35rem}.changes-panel__body-skeleton .skeleton-text__line{height:.85rem}.changes-panel__bar{align-items:center;gap:.75rem;min-height:2rem;margin-bottom:1rem;display:flex}.changes-panel__bar-spacer{flex:1}.changes-panel__badge{color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:.2rem .55rem;font-size:.8rem;font-weight:600}.changes-panel__edit{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:2.5rem;height:2.5rem;color:var(--text-muted);cursor:pointer;transition:color var(--transition-normal),border-color var(--transition-normal),background var(--transition-normal);justify-content:center;align-items:center;padding:0;display:inline-flex}.changes-panel__edit:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.rich-text{font-size:var(--type-p2-size);line-height:var(--type-p2-line-height);color:var(--text)}.rich-text p{margin:0 0 .75rem}.rich-text ul,.rich-text ol{margin:0 0 .75rem;padding-left:1.5rem}.rich-text a{color:var(--accent)}.rich-text .ql-align-center{text-align:center}.rich-text .ql-align-right{text-align:right}.rich-text .ql-align-justify{text-align:justify}.rich-text img{border-radius:var(--radius-sm);max-width:100%;height:auto}.rich-text pre,.rich-text .ql-code-block-container{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-muted);color:var(--text);margin:0 0 .9rem;padding:.75rem 2.9rem .75rem .9rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92rem;line-height:1.5;overflow-x:auto}.rich-text .rich-text-code{position:relative}.rich-text .rich-text-code__copy-btn{z-index:2;border:1px solid var(--border);background:var(--bg-card);width:1.7rem;height:1.7rem;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast),opacity var(--transition-fast);border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:.4rem;right:.45rem}.rich-text .rich-text-code__copy-btn:hover{color:var(--text);border-color:var(--color-border-strong);background:var(--bg-card-raised)}.rich-text .rich-text-code__copy-btn:focus-visible{outline:2px solid var(--color-border-strong);outline-offset:1px}.rich-text .rich-text-code__copy-btn svg{display:block}.rich-text .rich-text-code__copy-btn.is-copied{opacity:.62}.rich-text .ql-code-block-container .ql-code-block{white-space:pre}.rich-text :not(pre)>code,.rich-text p code,.rich-text li code{background:var(--bg-muted);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em}.changes-editor-modal{z-index:10000;padding:var(--space-2);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.changes-editor-modal__backdrop{cursor:pointer;background:#0000008c;border:none;margin:0;padding:0;position:absolute;inset:0}.changes-editor-modal__panel{z-index:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:min(1280px,98vw);max-height:min(96vh,1300px);box-shadow:var(--shadow-hover);flex-direction:column;padding:1.25rem 1.25rem 1rem;display:flex;position:relative;overflow:hidden}.changes-editor-modal__head{flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.changes-editor-modal__title{font-size:var(--type-h4-size);line-height:var(--type-h4-line-height);font-weight:var(--type-h4-weight);color:var(--text);margin:0}.changes-editor-modal__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.75rem;line-height:1}.changes-editor-modal__close:hover{color:var(--text)}.changes-editor-modal__hint{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem}.changes-editor-modal__distribution{flex-wrap:wrap;gap:1rem;margin:0;display:flex}.changes-editor-modal__sections{flex-direction:column;flex:1;gap:1.25rem;min-height:0;margin-bottom:1rem;display:flex;overflow:auto}.changes-editor-modal__section{flex-direction:column;gap:.5rem;display:flex}.changes-editor-modal__section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.changes-editor-modal__section-title{color:var(--text);margin:0;font-size:1rem;font-weight:600}.changes-editor-modal__checkbox{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;font-size:.9rem;display:inline-flex}.changes-editor-modal__checkbox input{width:1rem;height:1rem;accent-color:var(--accent);cursor:pointer;margin:0}.changes-editor-modal__quill{min-height:0}.changes-editor-modal__panel>.changes-editor-modal__quill{flex:auto;margin-bottom:.75rem;overflow:auto}.changes-editor-modal__quill-host .ql-container{min-height:280px;font-size:1rem}.changes-editor-modal__quill-host .ql-toolbar{z-index:3;background:var(--bg-card);border-top-left-radius:var(--radius-sm);border-top-right-radius:var(--radius-sm);position:sticky;top:0}.changes-editor-modal__quill-host .ql-editor img{vertical-align:middle;max-width:100%}.ql-image-resize-overlay{z-index:10050;pointer-events:none;box-sizing:border-box;border:2px solid var(--accent);border-radius:2px;position:fixed;box-shadow:0 0 0 1px #0000001f}.ql-image-resize-handle{box-sizing:border-box;background:var(--bg-card);border:2px solid var(--accent);pointer-events:auto;z-index:1;border-radius:2px;width:11px;height:11px;position:absolute}.ql-image-resize-handle--nw{cursor:nwse-resize;top:-6px;left:-6px}.ql-image-resize-handle--ne{cursor:nesw-resize;top:-6px;right:-6px}.ql-image-resize-handle--se{cursor:nwse-resize;bottom:-6px;right:-6px}.ql-image-resize-handle--sw{cursor:nesw-resize;bottom:-6px;left:-6px}.ql-editor .ql-image-resize-target{outline:none}.changes-editor-modal__actions{border-top:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.5rem;padding-top:.25rem;display:flex}.changes-editor-modal__btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;padding:.55rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600}.changes-editor-modal__btn--ghost{color:var(--text);background:var(--bg);border-color:var(--border)}.changes-editor-modal__btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.changes-editor-modal__btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.changes-editor-modal__btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.screenshot-name-conflict__list{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--text);max-height:min(40vh,280px);margin:0 0 1rem;padding:0;list-style:none;overflow-y:auto}@supports (color:color-mix(in lab, red, red)){.screenshot-name-conflict__list{background:color-mix(in srgb,var(--text)3%,transparent)}}.screenshot-name-conflict__item{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.55rem .65rem;font-size:.84rem;line-height:1.35;display:flex}.screenshot-name-conflict__item:last-child{border-bottom:none}.screenshot-name-conflict__from{color:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-name-conflict__from{color:color-mix(in srgb,var(--text)65%,transparent)}}.screenshot-name-conflict__from{word-break:break-all}.screenshot-name-conflict__arrow{color:var(--text);flex-shrink:0}@supports (color:color-mix(in lab, red, red)){.screenshot-name-conflict__arrow{color:color-mix(in srgb,var(--text)45%,transparent)}}.screenshot-name-conflict__to{color:var(--text);word-break:break-all;font-weight:600}.screenshot-replace-modal__panel{width:min(32rem,100%)}.screenshot-replace-modal__file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.screenshot-replace-modal__dropzone{border:2px dashed var(--border);border-radius:var(--radius);background:var(--text);justify-content:center;align-items:center;min-height:200px;margin:0 0 .75rem;padding:.75rem;display:flex}@supports (color:color-mix(in lab, red, red)){.screenshot-replace-modal__dropzone{background:color-mix(in srgb,var(--text)3%,transparent)}}.screenshot-replace-modal__dropzone{transition:border-color var(--transition-fast),background var(--transition-fast)}.screenshot-replace-modal__dropzone--over{border-color:var(--accent);background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshot-replace-modal__dropzone--over{background:color-mix(in srgb,var(--accent)12%,transparent)}}.screenshot-replace-modal__dropzone--has-preview{min-height:0;padding:.5rem}.screenshot-replace-modal__dropcopy{text-align:center;padding:1rem}.screenshot-replace-modal__dropcopy p{color:var(--text);margin:0;font-size:.9rem}.screenshot-replace-modal__sub{color:var(--text)!important;margin-top:.35rem!important;font-size:.82rem!important}@supports (color:color-mix(in lab, red, red)){.screenshot-replace-modal__sub{color:color-mix(in srgb,var(--text)65%,transparent)!important}}.screenshot-replace-modal__preview{border-radius:var(--radius-sm);width:auto;max-width:100%;height:auto;max-height:min(50vh,420px);box-shadow:var(--shadow);margin:0 auto;display:block}.screenshot-replace-modal__actions-row{justify-content:center;margin-bottom:.5rem;display:flex}.screenshot-move-modal{z-index:1200;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.screenshot-move-modal__backdrop{cursor:pointer;background:#00000073;border:none;position:absolute;inset:0}.screenshot-move-modal__panel{z-index:1;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:min(28rem,100%);max-height:min(85vh,640px);box-shadow:var(--shadow-hover);flex-direction:column;padding:1.1rem 1.15rem 1rem;display:flex;position:relative}.screenshot-move-modal__head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.screenshot-move-modal__title{margin:0;font-size:1.1rem;font-weight:700}.screenshot-move-modal__close{width:2rem;height:2rem;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:none;padding:0;font-size:1.35rem;line-height:1}.screenshot-move-modal__close:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__close:hover{background:color-mix(in srgb,var(--text)8%,transparent)}}.screenshot-move-modal__hint,.screenshot-move-modal__dest{color:var(--text);margin:0 0 .55rem;font-size:.84rem;line-height:1.4}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__hint,.screenshot-move-modal__dest{color:color-mix(in srgb,var(--text)75%,transparent)}}.screenshot-move-modal__storage-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .65rem;display:flex}.screenshot-move-modal__root-label{color:var(--text);flex:none;font-size:.84rem;font-weight:600}.screenshot-move-modal__app-select{min-width:10rem;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex:12rem;padding:.4rem .55rem;font-size:.88rem}.screenshot-move-modal__app-select:disabled{opacity:.55;cursor:not-allowed}.screenshot-move-modal__tree-wrap{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--text);flex:auto;min-height:8rem;max-height:22rem;margin:.35rem 0 .65rem;padding:.5rem;overflow:auto}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__tree-wrap{background:color-mix(in srgb,var(--text)3%,transparent)}}.screenshot-move-modal__status{color:var(--text);margin:0;font-size:.88rem}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__status{color:color-mix(in srgb,var(--text)70%,transparent)}}.screenshot-move-modal__error{color:var(--color-ember-300);margin:0;font-size:.84rem}.screenshot-move-modal__dest strong{color:var(--text);font-weight:600}.screenshot-move-tree{margin:0;padding:0;list-style:none}.screenshot-move-tree__month{margin:0 0 .15rem}.screenshot-move-tree__month-row{border-radius:var(--radius-sm);align-items:stretch;gap:.15rem;display:flex}.screenshot-move-tree__month-row--selected{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__month-row--selected{background:color-mix(in srgb,var(--accent)14%,transparent)}}.screenshot-move-tree__month-row--selected{outline:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__month-row--selected{outline:1px solid color-mix(in srgb,var(--accent)45%,transparent)}}.screenshot-move-tree__chevron-btn{font:inherit;color:var(--text);flex:0 0 1.75rem;padding:.35rem .25rem;font-size:.85rem;line-height:1}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__chevron-btn{color:color-mix(in srgb,var(--text)70%,transparent)}}.screenshot-move-tree__chevron-btn{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none}.screenshot-move-tree__chevron-btn:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__chevron-btn:hover{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshot-move-tree__month-select-btn{min-width:0;font:inherit;font-size:var(--type-label-size);line-height:var(--type-label-line-height);font-weight:var(--type-label-weight);text-align:left;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex:auto;align-items:center;gap:.4rem;padding:.35rem .45rem;display:flex}.screenshot-move-tree__month-select-btn:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__month-select-btn:hover{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshot-move-tree__month-row--selected .screenshot-move-tree__month-select-btn:hover{background:0 0}.screenshot-move-tree__groups{margin:0 0 .35rem;padding:0 0 0 1.15rem;list-style:none}.screenshot-move-tree__group-btn{width:100%;font:inherit;text-align:left;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.32rem .45rem;font-size:.86rem;display:flex}.screenshot-move-tree__group-btn:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__group-btn:hover{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshot-move-tree__group-btn--selected{background:var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__group-btn--selected{background:color-mix(in srgb,var(--accent)14%,transparent)}}.screenshot-move-tree__group-btn--selected{outline:1px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-tree__group-btn--selected{outline:1px solid color-mix(in srgb,var(--accent)45%,transparent)}}.screenshot-move-tree__folder-icon{flex-shrink:0;font-size:.95rem;line-height:1}.screenshot-move-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.screenshot-move-modal__btn{font:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;padding:.45rem .85rem;font-size:.88rem;font-weight:600}.screenshot-move-modal__btn--ghost{color:var(--text);background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__btn--ghost{background:color-mix(in srgb,var(--text)6%,transparent)}}.screenshot-move-modal__btn--ghost:hover{background:var(--text)}@supports (color:color-mix(in lab, red, red)){.screenshot-move-modal__btn--ghost:hover{background:color-mix(in srgb,var(--text)10%,transparent)}}.screenshot-move-modal__btn--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.screenshot-move-modal__btn--primary:hover:not(:disabled){filter:brightness(1.05)}.screenshot-move-modal__btn--primary:disabled{opacity:.45;cursor:not-allowed}@media (max-width:768px){.header{flex-wrap:nowrap;gap:.65rem;padding-block:.65rem}.header-menu-toggle{display:inline-flex}.logo img{height:28px}.header-nav{top:calc(100% + .35rem);left:var(--layout-inset-mobile,var(--layout-inset));min-width:min(16.5rem,calc(100vw - 2*var(--layout-inset-mobile,var(--layout-inset))));background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);max-height:min(70vh,28rem);box-shadow:var(--shadow-hover);z-index:1002;flex-flow:column;flex:none;align-items:stretch;gap:.15rem;padding:.5rem;display:none;position:absolute;right:auto;overflow-y:auto}.header-nav.header-nav--open{display:flex}.header-nav-spacer{display:none}.header-link{box-sizing:border-box;text-align:left;width:100%;padding:.65rem .75rem;font-size:.9375rem;display:block}.header-link--subscribe{text-align:center;margin-top:.25rem}.header-role-picker{width:100%;max-width:none;margin:.15rem 0}.header-dock-toggle{box-sizing:border-box;justify-content:flex-start;width:100%;margin:.15rem 0;padding:.65rem .75rem}.container{padding:var(--space-3)var(--layout-inset-mobile)var(--space-6)}.container.container--admin-panel{padding-left:var(--layout-inset);padding-right:var(--layout-inset)}.container.container--wide.container--screenshots{padding-top:1rem;padding-left:var(--layout-inset);padding-right:var(--layout-inset)}.hypotheses-layout,.favourites-layout{grid-template-columns:1fr}.favourites-list,.hypotheses-list{max-height:none;padding-right:0;position:static;top:auto;overflow:visible}.check-form{flex-direction:column}.check-form input{min-width:100%}}.cookie-banner{z-index:200;padding:var(--space-2)var(--layout-inset);pointer-events:none;position:fixed;bottom:0;left:0;right:0}.cookie-banner__inner{pointer-events:auto;justify-content:space-between;align-items:center;gap:var(--space-3);max-width:72rem;padding:var(--space-2)var(--space-3);background:var(--bg-card-raised);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hover);margin:0 auto;display:flex}.cookie-banner__copy{flex:16rem;min-width:0}.cookie-banner__title{color:var(--text);margin:0 0 .35rem;font-size:1rem;font-weight:600}.cookie-banner__text{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.cookie-banner__text a{color:var(--accent);font-weight:500;text-decoration:none}.cookie-banner__text a:hover{color:var(--accent-hover);text-decoration:underline}.cookie-banner__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.cookie-banner__btn{border-radius:var(--radius-sm);cursor:pointer;min-height:2.5rem;transition:background var(--transition-normal),border-color var(--transition-normal),color var(--transition-normal),transform var(--transition-fast);justify-content:center;align-items:center;padding:.55rem 1.1rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.cookie-banner__btn:hover{transform:translateY(-1px)}.cookie-banner__btn:active{transform:translateY(0)}.cookie-banner__btn--primary{background:var(--accent);color:var(--color-ink-900);border:1px solid var(--accent)}.cookie-banner__btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.cookie-banner__btn--secondary{background:var(--accent);color:var(--color-ink-900);border:1px solid var(--accent)}.cookie-banner__btn--secondary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--color-ink-900)}@media (max-width:720px){.cookie-banner{padding:var(--space-2)}.cookie-banner__inner{align-items:stretch;gap:var(--space-2);padding:var(--space-2);flex-direction:column}.cookie-banner__actions{justify-content:stretch}.cookie-banner__btn{flex:auto}}.legal-table-wrap{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);width:100%;margin:0 0 1rem;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;font-size:.9rem;line-height:1.45}.legal-table th,.legal-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);color:var(--text);padding:.75rem .85rem}.legal-table th{background:var(--accent-soft);color:var(--text);white-space:nowrap;font-weight:600}.legal-table tr:last-child td{border-bottom:none}.legal-table td:first-child{min-width:10rem;font-weight:500}@media (max-width:720px){.legal-table th,.legal-table td{padding:.65rem .7rem;font-size:.85rem}}.landing-shell{position:relative}.landing-watermark-track{z-index:0;pointer-events:none;justify-content:center;align-items:flex-start;padding-top:18vh;display:flex;position:absolute;inset:0;overflow:visible}.landing-watermark{opacity:.12;width:min(58vw,440px);height:auto;color:var(--accent);position:sticky;top:22vh}.landing-shell__content{z-index:1;position:relative}.landing{width:100%;max-width:1120px;padding:0 var(--layout-inset)var(--space-5);margin:0 auto}.landing__section{margin-top:clamp(2.5rem,6vw,4.5rem)}.landing__section:first-child{margin-top:clamp(1.5rem,4vw,2.5rem)}.landing__overline{margin:0 0 var(--space-2);font-size:var(--type-overline-size,.75rem);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:600;line-height:1.3}.landing__title{margin:0 0 var(--space-2);color:var(--text);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.landing__title-accent{color:var(--accent)}.landing__lead{max-width:36rem;font-size:var(--type-p1-size);line-height:var(--type-p1-line-height);color:var(--text-muted);margin:0}.landing__section-head{max-width:40rem;margin-bottom:clamp(1.25rem,3vw,2rem)}.landing__section-head .landing__title{font-size:clamp(1.5rem,3vw,2rem)}.landing-btn{border-radius:var(--radius-sm);cursor:pointer;min-height:2.75rem;transition:background var(--motion-hover),color var(--motion-hover),border-color var(--motion-hover),transform var(--motion-hover),box-shadow var(--motion-hover);justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-btn--primary{color:var(--color-ink-900);background:var(--accent);border:1px solid #0000}.landing-btn--primary:hover{color:var(--color-ink-900);background:var(--accent-hover);box-shadow:0 0 24px var(--color-primary-soft);text-decoration:none;transform:translateY(-1px)}.landing-btn--secondary{color:var(--accent);border:1px solid var(--accent);background:0 0}@supports (color:color-mix(in lab, red, red)){.landing-btn--secondary{border:1px solid color-mix(in oklch,var(--accent)45%,transparent)}}.landing-btn--secondary:hover{color:var(--accent);background:var(--accent-soft);text-decoration:none;transform:translateY(-1px)}.landing-btn-row{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}[data-landing-reveal]{opacity:0;transition:opacity var(--motion-stagger-enter),transform var(--motion-stagger-enter);transform:translateY(16px)}[data-landing-reveal].is-inview{opacity:1;transform:translateY(0)}[data-landing-reveal][data-reveal-delay="1"]{transition-delay:calc(var(--motion-stagger-step)*1)}[data-landing-reveal][data-reveal-delay="2"]{transition-delay:calc(var(--motion-stagger-step)*2)}[data-landing-reveal][data-reveal-delay="3"]{transition-delay:calc(var(--motion-stagger-step)*3)}[data-landing-reveal][data-reveal-delay="4"]{transition-delay:calc(var(--motion-stagger-step)*4)}@media (prefers-reduced-motion:reduce){[data-landing-reveal]{opacity:1;transition:none;transform:none}}.landing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--padding-card);box-shadow:var(--shadow);transition:border-color var(--motion-hover),transform var(--motion-hover),box-shadow var(--motion-hover)}.landing-card:hover{border-color:var(--accent)}@supports (color:color-mix(in lab, red, red)){.landing-card:hover{border-color:color-mix(in oklch,var(--accent)35%,var(--border))}}.landing-card:hover{box-shadow:0 8px 28px var(--color-shadow);transform:translateY(-2px)}@supports (color:color-mix(in lab, red, red)){.landing-card:hover{box-shadow:0 8px 28px color-mix(in oklch,var(--color-shadow)80%,transparent)}}.header-link--subscribe{color:var(--color-ink-900);background:var(--accent);font-weight:600}.header-link--subscribe:hover,.header-link--subscribe:focus{color:var(--color-ink-900);background:var(--accent-hover)}.landing-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(1.5rem,4vw,3rem);display:grid}.landing-hero__trust{margin:var(--space-3)0 0;font-size:var(--type-label-size,.8rem);color:var(--text-subtle,var(--text-muted));letter-spacing:.04em;text-transform:uppercase;line-height:1.4}.landing-hero__visual{justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.landing-value-bar{background:var(--border);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.landing-value-bar__item{background:var(--bg-card);padding:1.25rem 1.1rem}.landing-value-bar__icon{width:2rem;height:2rem;color:var(--accent);justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.landing-value-bar__icon svg{width:1.35rem;height:1.35rem}.landing-value-bar__title{color:var(--text);margin:0 0 .25rem;font-size:.95rem;font-weight:600}.landing-value-bar__desc{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.4}.landing-how{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.landing-how__step{position:relative}.landing-how__index{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.landing-how__icon{width:2.5rem;height:2.5rem;color:var(--accent);border:1px solid var(--accent);justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}@supports (color:color-mix(in lab, red, red)){.landing-how__icon{border:1px solid color-mix(in oklch,var(--accent)35%,transparent)}}.landing-how__icon{border-radius:var(--radius-sm)}.landing-how__icon svg{width:1.25rem;height:1.25rem}.landing-how__title{color:var(--text);margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.landing-how__desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.landing-features{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.landing-features__icon{width:2.25rem;height:2.25rem;color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-bottom:.85rem;display:flex}.landing-features__icon svg{width:1.15rem;height:1.15rem}.landing-features__title{color:var(--text);margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.landing-features__desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.landing-audience{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.landing-audience__role{color:var(--text);margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.landing-audience__desc{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.landing-final{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,4vw,2.5rem);padding:clamp(1.5rem,3vw,2.25rem);display:grid}.landing-final__copy .landing__title{font-size:clamp(1.35rem,2.5vw,1.75rem)}.landing-final .form-card{box-shadow:none;background:var(--color-surface-raised,var(--bg-card));margin:0}.landing-final #get-access{scroll-margin-top:5rem}.landing-marquee{margin-top:clamp(2.5rem,6vw,4.5rem)}.landing-marquee .marquee-block{margin-top:0}@media (max-width:900px){.landing-watermark-track{padding-top:12vh}.landing-watermark{opacity:.1;width:min(62vw,260px);top:16vh}.landing-hero{grid-template-columns:1fr}.landing-hero__visual{order:-1;min-height:auto}.landing-value-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-how,.landing-audience,.landing-final{grid-template-columns:1fr}}@media (max-width:560px){.landing-value-bar,.landing-features{grid-template-columns:1fr}}
