.cursor-index .sort-menu{box-shadow:none}.stat-simple{display:flex;align-items:baseline;gap:.5rem;white-space:nowrap}.stat-simple>span:first-child{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.stat-simple>h1,.stat-simple>span:last-child{font-size:.875rem;color:var(--text-secondary);font-weight:500;margin:0;display:inline;line-height:inherit}.sidebar{width:280px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--border-subtle);padding:0;overflow-y:auto;position:relative;z-index:60;-webkit-overflow-scrolling:touch}.sidebar-header{display:flex;align-items:center;justify-content:center;padding:20px 16px;border-bottom:1px solid var(--border-subtle)}.sidebar-header>a{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit}.sidebar-header>a>div:first-child{width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-header>a>div:first-child svg{width:60px;height:60px}.sidebar-header>a>div:last-child{display:flex;flex-direction:column;gap:3px}.sidebar-header>a>div:last-child>span:first-child{font-size:22px;font-weight:700;color:var(--text-primary);letter-spacing:-.5px;line-height:1;white-space:nowrap}.sidebar-header>a>div:last-child>span:last-child{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;line-height:1}.sidebar-tabs{display:flex;gap:0;background:var(--sidebar-bg);position:sticky;top:0;z-index:2}.sidebar-tab{flex:1;border:none;background:transparent;color:var(--text-muted);font-size:13px;font-weight:700;padding:14px 12px;transition:background .2s ease,color .2s ease;position:relative}.sidebar-tab:hover{background:var(--bg-elevated);color:var(--text-secondary)}.sidebar-tab.is-active{color:var(--text-primary)}.sidebar-tab.is-active:after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;background:var(--accent-primary);border-radius:2px}.sidebar-tab:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px;border-radius:10px}.sidebar-panel[hidden]{display:none}.menu-section{padding:20px 0;border-bottom:1px solid var(--border-subtle)}.sidebar .sidebar-content>.menu-section:first-of-type{border-bottom:none}.menu-title{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:0 20px 12px;font-weight:600}.category-list{list-style:none;padding:0;margin:0}.category-item{border-bottom:1px solid var(--border-subtle)}.category-item:last-child{border-bottom:none}.category-header{display:flex;align-items:center;padding:10px 20px;transition:background .2s ease;position:relative}.category-header:hover{background:var(--bg-elevated)}.category-icon{order:0;width:20px;height:20px;margin-right:12px;flex-shrink:0;font-size:18px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s ease}.category-icon svg{width:100%;height:100%;stroke-width:2}.category-icon .material-symbols-outlined{font-size:20px;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 20}.category-header:hover .category-icon,.category-item.active .category-icon{color:var(--accent-primary)}.category-link{order:1;flex:1;font-size:13px;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.category-link:hover{color:var(--text-primary)}.category-toggle{order:2;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);flex-shrink:0;cursor:pointer;user-select:none;transition:transform .2s ease}.category-item.active .category-toggle{transform:rotate(90deg)}.subcategory-list{max-height:0;overflow:hidden;transition:max-height .3s ease;background:rgba(0,0,0,.1)}[data-theme=light] .subcategory-list{background:rgba(0,0,0,.02)}.category-item.active .subcategory-list{max-height:1000px}.subcategory-item{padding:8px 20px 8px 52px;position:relative}.subcategory-item:before{content:"";position:absolute;left:36px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid var(--text-muted);border-top:4px solid transparent;border-bottom:4px solid transparent}.subcategory-link{font-size:12px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s ease;display:block}.subcategory-link:hover{color:var(--text-primary)}.subcategory-item.fotm-feature:before{display:none}.subcategory-item.fotm-empty,.subcategory-item.fotm-feature{padding:12px 16px}.subcategory-item.fotm-feature .cursor-card{width:100%}.subcategory-item.fotm-feature .cursor-preview{height:120px;min-height:110px}.subcategory-item.fotm-feature .card-carousel-wrapper{width:min(100%,213px);margin:0 auto}.subcategory-item.fotm-feature .cursor-info{padding:10px}.subcategory-item.fotm-feature .cursor-name{font-size:13px}.subcategory-item.fotm-feature .favorite-btn{top:10px;right:10px}.fotm-empty-state{font-size:12px;font-weight:600;padding:10px 12px;border-radius:10px;border:1px dashed var(--border-medium)}.empty-state,.fotm-empty-state{color:var(--text-muted);background:var(--bg-card)}.empty-state{text-align:center;padding:3rem 1.5rem;font-size:.95rem;border-radius:var(--radius-md);border:1px dashed var(--border-medium)}.topbar-container{padding:16px 24px 0;display:flex;justify-content:flex-start;position:sticky;top:0;pointer-events:none}.floating-island{display:flex;align-items:center;gap:20px;background:var(--bg-island);padding:12px 24px;border-radius:50px;border:1px solid var(--border-medium);width:100%;max-width:1200px;pointer-events:auto}.logo{display:none;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-icon{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#fff;letter-spacing:-.5px}.logo-icon,.logo-icon svg{width:36px;height:36px}.logo-text{font-weight:600;font-size:18px;color:var(--text-primary);transition:color .3s ease}.search-wrapper{flex:1;position:relative;min-width:120px}.search-wrapper form{width:100%}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-placeholder);pointer-events:none;transition:color .3s ease}.search-icon svg{width:18px;height:18px}.search-icon.material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.search-input{width:100%;padding:10px 16px 10px 42px;border:2px solid transparent;border-radius:24px;background:var(--search-bg);font-size:14px;color:var(--text-primary);outline:none;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.search-input::placeholder{color:var(--text-placeholder)}.search-input:focus{background:var(--search-focus);border-color:var(--search-border);box-shadow:0 0 0 4px var(--accent-glow)}.search-input:focus+.search-icon{color:var(--accent)}.favorites{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--heart-bg);border-radius:20px;transition:transform .3s ease;flex-shrink:0;text-decoration:none}.favorites:hover{transform:scale(1.05)}.favorites:hover .heart-icon{animation:heartbeat .6s ease-in-out}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.heart-icon{color:var(--heart);transition:transform .3s ease;width:18px;height:18px}.heart-icon.material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20}.favorites-count{font-weight:600;font-size:14px;color:var(--heart);background:transparent;padding:0;min-width:28px;text-align:center;height:auto;border-radius:0;display:inline-block}.theme-toggle{position:relative;width:56px;height:32px;background:var(--toggle-bg);border-radius:16px;transition:background .3s ease;flex-shrink:0;border:none;outline:none;padding:0;display:block}.theme-toggle:focus-visible{box-shadow:0 0 0 3px var(--accent-glow)}.toggle-knob{position:absolute;top:4px;left:4px;width:24px;height:24px;background:var(--toggle-knob);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:left .4s cubic-bezier(.68,-.55,.27,1.55);box-shadow:0 2px 8px rgba(0,0,0,.15)}[data-theme=dark] .toggle-knob{left:28px}.toggle-icon{font-size:14px;transition:transform .3s ease}@media (max-width:470px){.theme-toggle,.view-toggle{display:none!important}}@media (max-width:360px){.favorites{display:none!important}}.moon-icon,.sun-icon{position:absolute;transition:opacity .3s ease,transform .3s ease}.sun-icon{opacity:1;transform:rotate(0deg);color:#f59e0b}.moon-icon{opacity:0;transform:rotate(-90deg);color:#fff}[data-theme=dark] .sun-icon{opacity:0;transform:rotate(90deg)}[data-theme=dark] .moon-icon{opacity:1;transform:rotate(0deg)}.hamburger{width:36px;height:36px;border-radius:10px;border:none;background:transparent;display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;margin-right:4px}.hamburger span{width:18px;height:2px;border-radius:2px;background:var(--text-primary);transition:transform .3s ease}.hamburger:hover{background:var(--bg-island-hover)}@media (max-width:640px){.topbar-container{padding:12px 16px}.floating-island{padding:10px 16px;gap:12px}.logo-text{display:none}.hamburger{display:flex}.search-input{padding:8px 14px 8px 38px;font-size:13px}.favorites{padding:6px 12px}.theme-toggle{width:48px;height:28px}.toggle-knob{width:20px;height:20px}[data-theme=dark] .toggle-knob{left:24px}}.cb-7x3k{border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.ldr-slot{min-height:90px;margin:12px 0}@media (max-width:499px){.ldr-slot{display:none}.hero-3{margin-bottom:24px}}.cb-7x3k-hz{width:100%;margin:0;display:block;min-height:90px}.cb-7x3k-hz .cb-7x3k-lbl{display:block;text-align:center;margin-bottom:8px}.cb-7x3k-hz .adsbygoogle{width:100%}.cb-7x3k-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-weight:600}.cb-7x3k-ph{font-size:14px;font-weight:500}.cb-7x3k-ph,.pill-card{color:var(--text-secondary)}.pill-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:16px 20px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;font-size:.95rem;width:100%;margin:24px 0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.pill-card h2,.pill-card h3,.pill-card strong{margin:0;color:var(--text-primary);font-weight:600}.pill-card p{margin:0}.controls-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding:16px 20px;border:2px solid var(--pill-border);border-radius:12px;background:var(--bg-card)}.sort-dropdown{position:relative;user-select:none}#sortLabel{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;font-size:18px;color:var(--text-secondary)}#sortLabel svg{width:18px;height:18px}#sortLabel:hover{border-color:var(--accent-primary)}.sort-menu{position:absolute;top:100%;left:0;right:auto;margin-top:.5rem;min-width:180px;background:var(--bg-card);border:1px solid var(--border-medium);border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.5);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top left;transition:transform .2s ease,opacity .2s ease,visibility .2s ease;z-index:50;overflow:hidden}.sort-dropdown:hover .sort-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.sort-option{display:block;padding:.75rem 1rem;color:var(--text-secondary);text-decoration:none;transition:background .2s ease,color .2s ease}.sort-option:hover{background:var(--bg-hover,#1e293b);color:var(--text-primary)}.sort-option.selected{color:var(--accent-primary);background:rgba(59,130,246,.1);font-weight:600}[data-theme=light] .controls-bar{background:#fff;border-color:var(--accent-primary)}[data-theme=light] #sortLabel{background:#f8fafc;border-color:#e2e8f0}[data-theme=light] #sortLabel:hover{background:rgba(59,130,246,.05)}[data-theme=light] .sort-menu{background:#fff;border-color:#e2e8f0}[data-theme=light] .sort-option{border-bottom:1px solid #e2e8f0}[data-theme=light] .sort-option:hover{background:#f1f5f9;color:var(--text-primary)}@media (max-width:480px){.controls-bar{min-width:0}.stat-simple{min-width:0;flex:1}.stat-simple>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}[data-theme=light] .cursor-card{background:transparent}[data-theme=light] .cursor-preview{background:hsla(0,0%,100%,.6)}.backdrop,[data-theme=light] .cursor-info{background:transparent}.backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:25;pointer-events:auto}.app.menu-open .backdrop{display:block;background:rgba(2,6,23,.55)}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}}.page-header{background:var(--bg-card);border:2px solid var(--pill-border);border-radius:12px;margin-bottom:28px}.page-header .breadcrumb-current{font-weight:400;color:var(--text-muted)}.page-header__topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px 0}.page-header__topbar:last-child{padding-bottom:14px}.page-header__heading{display:flex;flex-direction:column;gap:2px;min-width:0}.page-header .breadcrumb-nav{margin:0;padding:0;background:transparent;border:none;box-shadow:none;width:auto;font-size:13px}.page-header .breadcrumb-link,.page-header .breadcrumb-link:hover{font-weight:400;color:var(--text-muted)}.page-header__title{margin:0;font-size:32px;font-weight:800;letter-spacing:-.5px;color:var(--text-primary)}.page-header__body{padding:6px 20px 14px}.page-header__lede{margin:0;font-size:.95rem;line-height:1.55;color:var(--text-muted)}.page-header__lede strong{color:var(--text-primary);font-weight:700;margin-right:4px}.page-header:has(.page-header__more) .page-header__lede,.page-header__lede--clamped{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page-header:has(.page-header__more[open]) .page-header__lede{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.controls-bar #sortLabel,.page-header #sortLabel{width:auto;height:34px;padding:0 12px;gap:6px;font-size:13px;font-weight:600;color:var(--text-primary)}.controls-bar .sort-menu,.page-header .sort-menu{left:auto;right:0;transform-origin:top right}.page-header__more{display:flex;flex-direction:column}.page-header__more>summary{order:2;list-style:none;cursor:pointer;display:block;width:100%;padding:6px 8px;text-align:center;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);user-select:none;border-top:1px solid var(--border-subtle);border-bottom-left-radius:calc(var(--radius-lg) - 1px);border-bottom-right-radius:calc(var(--radius-lg) - 1px)}.page-header__more>summary::-webkit-details-marker{display:none}.page-header__more>summary .page-header__more-label--open,.page-header__more[open]>summary .page-header__more-label--closed{display:none}.page-header__more[open]>summary .page-header__more-label--open{display:inline}.page-header__more::details-content{overflow:hidden;block-size:0;transition:block-size .3s ease,content-visibility allow-discrete .3s ease}.page-header__more[open]::details-content{block-size:auto}.page-header__more-body{order:1;padding:0 20px 12px}.page-header__more-body p{margin:0 0 10px;font-size:.92rem;line-height:1.6;color:var(--text-muted)}.page-header__more-body p:last-child{margin-bottom:0}@media (max-width:720px){.page-header__topbar{flex-wrap:nowrap;gap:12px;padding:12px 16px 0}.page-header__heading{min-width:0}.page-header__body{padding:6px 16px 12px}.page-header__more-body{padding:0 16px 12px}.page-header__title{font-size:1.5rem}.page-header__lede{font-size:.92rem}.controls-bar #sortLabel,.page-header #sortLabel{padding:0 10px;font-size:12px}}@media (max-width:420px){.controls-bar #sortLabel span:last-child,.page-header #sortLabel span:last-child{display:none}.controls-bar #sortLabel,.page-header #sortLabel{padding:0 8px;width:36px}}.cursor-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:32px;grid-auto-flow:dense;grid-auto-rows:minmax(200px,auto)}.cursor-gallery .gf-9m2w{grid-row:span 2;grid-column:span 3}.gf-9m2w,.gf-9m2w-if{border-radius:10px;padding:20px;text-align:center;min-height:280px}.cursor-card{background:transparent;border:none;border-radius:10px;overflow:hidden;position:relative;contain:layout style paint}.cursor-card,.cursor-card>a{display:flex;flex-direction:column;height:100%}.cursor-card>a{text-decoration:none;color:inherit}.favorite-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:var(--bg-elevated);border:1px solid var(--border-medium);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:16px;color:var(--text-muted);opacity:1;transition:opacity .2s ease,transform .2s ease}.favorite-btn svg{width:18px;height:18px;fill:none!important;stroke:currentColor!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.favorite-btn .material-symbols-outlined{font-size:18px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.favorite-btn:hover{background:var(--bg-card);color:var(--text-secondary)}.favorite-btn.active{opacity:1;background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3);color:#ef4444}.favorite-btn.active svg{fill:currentColor!important;stroke:none!important}.favorite-btn.active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20}.trending-rank{position:absolute;top:8px;left:8px;min-width:28px;height:28px;padding:0 6px;border-radius:6px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px rgba(249,115,22,.4)}.trending-creators-section{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:2rem}.section-3+.trending-creators-section{margin-top:-2rem}.trending-creators-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.trending-creators-title{display:flex;align-items:center;gap:.5rem}.trending-creators-title .material-symbols-outlined{color:#f97316;font-size:1.25rem}.trending-creators-title h2{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0}.trending-creators-link{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:600;color:var(--accent-primary);text-decoration:none;transition:color .2s}.trending-creators-link:hover{color:var(--accent-secondary)}.trending-creators-link .material-symbols-outlined{font-size:1rem}.trending-creators-grid--horizontal{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.trending-creator-card--horizontal{display:flex;flex-direction:row;align-items:center;gap:.875rem;padding:.875rem 1rem;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;position:relative;min-height:72px;min-width:0}.trending-creator-card--horizontal:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.trending-creator-card--horizontal .trending-creator-rank{position:absolute;top:-.5rem;left:-.5rem;min-width:24px;height:24px;padding:0 6px;border-radius:6px;background:var(--bg-card);border:1px solid var(--border-medium);color:var(--text-muted);font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:10}.trending-creator-card--horizontal .trending-creator-rank.top-3{background:linear-gradient(135deg,#f97316,#ea580c);border:none;color:#fff;box-shadow:0 2px 6px rgba(249,115,22,.35)}.trending-creator-card--horizontal .trending-creator-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;flex-shrink:0;overflow:hidden;position:relative}.trending-creator-avatar.has-image{background:var(--bg-secondary)}.trending-creator-avatar img{flex-shrink:0}.trending-creator-avatar[data-gradient="0"]{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.trending-creator-avatar[data-gradient="1"]{background:linear-gradient(135deg,#f97316,#ef4444)}.trending-creator-avatar[data-gradient="2"]{background:linear-gradient(135deg,#10b981,#14b8a6)}.trending-creator-avatar[data-gradient="3"]{background:linear-gradient(135deg,#ec4899,#f43f5e)}.trending-creator-avatar[data-gradient="4"]{background:linear-gradient(135deg,#3b82f6,#6366f1)}.trending-creator-avatar[data-gradient="5"]{background:linear-gradient(135deg,#f59e0b,#f97316)}.trending-creator-info{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1;overflow:hidden}.trending-creator-card--horizontal .trending-creator-name{font-size:1rem;font-weight:600;color:var(--text-primary);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.trending-creator-stats{display:flex;gap:1rem}.trending-creator-stat{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.trending-creator-stat .material-symbols-outlined{font-size:1rem;opacity:.8}@media (max-width:1299px){.trending-creators-grid--horizontal{grid-template-columns:repeat(2,1fr)}}@media (max-width:939px){.trending-creators-grid--horizontal{grid-template-columns:1fr}}@media (max-width:739px){.trending-creators-grid--horizontal{grid-template-columns:repeat(2,1fr)}.trending-creator-card--horizontal{padding:.75rem;gap:.75rem;min-height:64px}.trending-creator-card--horizontal .trending-creator-avatar{width:44px;height:44px;font-size:1.125rem;border-radius:10px}.trending-creator-card--horizontal .trending-creator-name{font-size:.9375rem}.trending-creator-stat{font-size:.8125rem}.trending-creator-stat .material-symbols-outlined{font-size:.9375rem}}@media (max-width:599px){.trending-creators-grid--horizontal{grid-template-columns:1fr}.trending-creators-section{padding:1rem}}.download-btn-card{width:28px;height:28px;border-radius:50%;background:var(--bg-elevated);border:1.5px solid var(--border-medium);color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,opacity .2s ease,transform .2s ease;flex-shrink:0}.download-btn-card svg{width:14px;height:14px;fill:none!important;stroke:currentColor!important;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.download-btn-card .material-symbols-outlined{font-size:16px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.download-btn-card:hover{background:var(--bg-card);border-color:var(--border-strong);color:var(--text-primary)}.download-btn-card.downloading{opacity:.6;pointer-events:none}.loading-spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spin .6s linear infinite}[data-theme=light] .loading-spinner{border:2px solid rgba(0,0,0,.25);border-top:2px solid var(--accent-primary)}.cursor-preview{height:140px;flex:1;min-height:130px;background:var(--bg-card);display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--border-subtle);border-radius:10px;outline:2px solid transparent;outline-offset:-2px;transition:outline-color .2s ease}.cursor-card:hover .cursor-preview{outline-color:transparent}.cursor-preview img{width:auto;height:auto;max-width:100%;max-height:100%}.cursor-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));border-radius:50%;transition:transform .2s ease}.cursor-info{padding:12px;background:transparent;margin-top:auto}.cursor-name{font-size:14px;font-weight:600;margin:0 0 6px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cursor-rating{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px}.rating-numeric{display:none;font-size:14px;font-weight:600;color:var(--text-primary)}.rating-numeric:after{content:"near_me";font-family:Material Symbols Outlined;font-size:16px;color:var(--star-gold);margin-left:4px;vertical-align:middle;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 16}.cursor-card.cursor-set{min-height:160px;grid-column:span 3;grid-row:span 1;display:flex;flex-direction:column}.cursor-card.cursor-set .cursor-preview{height:auto;flex:1;padding:0 8px}.cursor-set-carousel-wrapper{position:relative;display:block;overflow:hidden;border-radius:12px;flex-direction:column;contain:layout style paint;min-height:100px}.cursor-set-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(120px,1fr);grid-template-rows:1fr;gap:8px;width:100%;flex:1;border-radius:0;overflow-x:auto;overflow-y:hidden;padding:8px 4px;scroll-snap-type:x mandatory;align-items:center;background:transparent;scrollbar-width:none}.cursor-set-carousel::-webkit-scrollbar{display:none}.cursor-set-cell{display:flex;align-items:center;justify-content:center;padding:6px;scroll-snap-align:center}.cursor-set-cell img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.cursor-set-link{display:block;position:relative;border:1px solid transparent;border-radius:10px;padding:4px;transition:border-color .2s ease;text-decoration:none}.cursor-set-link:hover{border-color:var(--accent-primary)}.cursor-set-carousel .cursor-set-placeholder{display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-muted);text-align:center;padding:8px;min-height:72px}.cursor-set-more{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-card));border:2px dashed var(--border-medium);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-secondary);min-width:80px}.cursor-set-more .more-count{font-size:1.25rem;font-weight:700;color:var(--accent-primary)}.cursor-set-more .more-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.cursor-set-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:2;transition:opacity .3s ease;background:transparent;border:none;opacity:1;flex-shrink:0}.cursor-set-arrow.disabled{opacity:.3;pointer-events:none}.cursor-set-toolbar{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0 4px 8px;z-index:10;pointer-events:none}.cursor-set-toolbar .cursor-set-arrow{position:static;transform:none;pointer-events:auto;cursor:pointer;width:28px;height:28px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.15)}.cursor-set-toolbar .cursor-set-arrow:hover{transform:none;background:var(--bg-card);border-color:var(--accent-primary)}.cursor-set-toolbar .cursor-set-arrow svg{width:16px;height:16px}.cursor-set-toolbar .cursor-set-arrow .material-symbols-outlined{font-size:16px;color:var(--accent-primary);font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;transition:color .3s ease}.cursor-set-toolbar .cursor-set-arrow:hover .material-symbols-outlined{color:var(--accent-primary)}.cursor-set-arrow.left{left:6px}.cursor-set-arrow.right{right:6px}.cursor-set-arrow svg{width:20px;height:20px;position:relative;z-index:1;stroke:var(--accent-primary);stroke-width:2.5;fill:none;transition:stroke .3s ease,transform .3s ease}.cursor-set-arrow .material-symbols-outlined{font-size:20px;position:relative;z-index:1;color:var(--accent-primary);font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;transition:color .3s ease,transform .3s ease}.cursor-set-arrow:hover svg{stroke:#fff;transform:translateX(0)}.cursor-set-arrow:hover .material-symbols-outlined{color:var(--accent-primary);transform:translateX(0)}.cursor-set-arrow.left:hover .material-symbols-outlined,.cursor-set-arrow.left:hover svg{transform:translateX(-2px)}.cursor-set-arrow.right:hover .material-symbols-outlined,.cursor-set-arrow.right:hover svg{transform:translateX(2px)}.card-carousel-wrapper{position:relative;display:block;overflow:hidden;border-radius:12px;contain:layout style paint;min-height:100px}.card-carousel{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:15px;width:100%;overflow-x:auto;overflow-y:hidden;padding:8px 4px;scroll-snap-type:x mandatory;align-items:center;background:transparent;scrollbar-width:none;-webkit-overflow-scrolling:touch}.card-carousel::-webkit-scrollbar{display:none}.card-carousel__cell{display:flex;align-items:center;justify-content:center;padding:2px;scroll-snap-align:start;width:95px;min-width:95px;height:95px;flex-shrink:0}.card-carousel__cell img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.card-carousel__placeholder{font-size:.85rem;color:var(--text-muted);text-align:center;padding:8px;min-height:72px;width:100%}.card-carousel__more,.card-carousel__placeholder{display:flex;align-items:center;justify-content:center}.card-carousel__more{background:linear-gradient(135deg,var(--bg-elevated),var(--bg-card));border:2px dashed var(--border-medium);border-radius:10px;flex-direction:column;gap:2px;color:var(--text-secondary)}.card-carousel__more .more-count{font-size:1.25rem;font-weight:700;color:var(--accent-primary)}.card-carousel__more .more-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.card-carousel__toolbar{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0 4px 8px;z-index:10;pointer-events:none}.card-carousel__arrow{position:static;transform:none;pointer-events:auto;cursor:pointer;width:28px;height:28px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;transition:background .3s ease,border-color .3s ease}.card-carousel__arrow:hover{background:var(--bg-card);border-color:var(--accent-primary)}.card-carousel__arrow .material-symbols-outlined{font-size:16px;color:var(--accent-primary);font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20;transition:color .3s ease}.card-carousel__arrow.disabled{opacity:.3;pointer-events:none}@media (max-width:1420px) and (min-width:1301px){.cursor-gallery{grid-template-columns:repeat(6,1fr)}.cursor-gallery .cursor-card.cursor-set{grid-column:span 3;grid-row:span 1}.cursor-gallery .gf-9m2w{grid-column:span 3;grid-row:span 2}}@media (max-width:1300px) and (min-width:901px){.cursor-gallery{grid-template-columns:repeat(4,1fr)}.cursor-gallery .cursor-card.cursor-set{grid-column:span 2;grid-row:span 1}.cursor-gallery .gf-9m2w{grid-column:span 3;grid-row:span 2}}@media (max-width:900px) and (min-width:801px){.cursor-gallery{grid-template-columns:repeat(3,1fr)!important}.cursor-gallery .cursor-card.cursor-set{grid-column:span 3!important;grid-row:span 1!important}.cursor-gallery .gf-9m2w{grid-column:span 3!important;grid-row:span 2!important}}@media (max-width:800px) and (min-width:741px){.cursor-gallery{grid-template-columns:repeat(2,1fr)!important}.cursor-gallery .cursor-card.cursor-set{grid-column:span 2!important;grid-row:span 1!important}.cursor-gallery .gf-9m2w{grid-column:span 2!important;grid-row:span 2!important}}@media (max-width:800px) and (min-width:440px){.cursor-gallery{grid-template-columns:repeat(3,1fr)!important}.cursor-gallery .cursor-card.cursor-set{grid-column:span 3!important;grid-row:span 1!important}.cursor-gallery .gf-9m2w{grid-column:span 3!important;grid-row:span 2!important}}@media (max-width:439px){.cursor-gallery{grid-template-columns:repeat(2,1fr)!important}.cursor-gallery .cursor-card.cursor-set{grid-column:span 2!important;grid-row:span 1!important}.cursor-gallery .gf-9m2w{grid-column:span 2!important;grid-row:span 2!important}}@media (max-width:860px){.cursor-set-carousel{grid-auto-columns:minmax(110px,1fr)}}@media (max-width:640px){.cursor-set-carousel{grid-auto-columns:minmax(100px,1fr)}}@media (max-width:560px){.cursor-set-carousel{grid-template-rows:1fr}}@media (max-width:800px){.cursor-rating .stars{display:none}.rating-numeric{display:inline-block}}.stars{display:inline-block;position:relative;height:16px;width:80px;font-size:0;line-height:0;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 3 3 10.53v.98l6.84 2.65L12.48 21h.98z'/%3E%3C/svg%3E");-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x;background-color:var(--star-empty)}.stars:before{content:"";display:none}.stars:after{content:"";position:absolute;left:0;top:0;height:100%;background-color:var(--star-gold)}.stars[data-rating="5"]:after{width:100%}.stars[data-rating="4"]:after{width:80%}.stars[data-rating="3"]:after{width:60%}.stars[data-rating="2"]:after{width:40%}.stars[data-rating="1"]:after{width:20%}.stars[data-rating="0"]:after{width:0}.pagination{display:flex;justify-content:center;gap:6px;padding:16px}.pagination--spaced{margin-top:2rem}.page-btn{min-width:36px;height:36px;padding:0 10px;border-radius:8px;border:1px solid var(--border-medium);background:var(--bg-card);color:var(--text-secondary);font-size:13px;font-weight:500;transition:background .2s ease,border-color .2s ease,color .2s ease;font-family:Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.page-btn:hover{background:var(--bg-elevated);border-color:var(--accent-primary);color:var(--text-primary)}.page-btn.active{background:var(--accent-fill);border-color:var(--accent-fill);color:#fff;font-weight:600}.page-ellipsis{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;color:var(--text-muted);font-size:13px}@media (max-width:480px){.pagination{gap:4px;padding:12px 8px;flex-wrap:wrap}.page-btn{min-width:32px;height:32px;padding:0 8px}.page-ellipsis{padding:0 4px}}@media (max-width:360px){.pagination{gap:3px}.page-btn{min-width:28px;height:28px;padding:0 6px;border-radius:6px}}@media (max-width:800px){.sidebar{position:fixed;left:-280px;width:280px;height:100vh}.search-input{font-size:13px}.app.menu-open{overflow:hidden}.app.menu-open .sidebar{left:0;box-shadow:4px 0 24px rgba(0,0,0,.5)}.app.menu-open .backdrop{left:280px;right:0}.logo{display:flex!important}.logo-text{display:none}.app.menu-open .logo{display:none!important}.hamburger{display:flex}.main-content{padding:16px}.cursor-gallery{grid-template-columns:repeat(2,1fr)}.cursor-gallery .cursor-card.cursor-set{grid-column:span 1;grid-row:span 1}.cursor-gallery .gf-9m2w,.gf-9m2w-if{grid-row:span 2;grid-column:span 2}}@media (max-width:640px){.main-content{padding:16px 14px}.cursor-gallery .gf-9m2w,.gf-9m2w-if{grid-row:span 2;grid-column:span 2}.cursor-preview{height:120px}.cursor-icon{width:48px;height:48px}.cursor-info{padding:10px}.cursor-name{font-size:13px}}.cursor-wave-2{position:absolute;left:0;right:0;bottom:400px;height:400px;background-image:url(/images/wave-wave.webp);background-repeat:repeat-x;background-position:0 100%;background-size:auto;overflow:hidden;pointer-events:none;z-index:0}.site-footer{font-family:Inter,sans-serif;background:transparent;position:relative;margin-top:auto;z-index:1}.site-footer .footer-content{position:relative;z-index:1;max-width:1200px;margin:0;padding:40px 40px 30px}.site-footer .footer-main{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem}.site-footer .footer-divider{width:2px;height:60px;background:linear-gradient(180deg,#8b5cf6,#ec4899);border-radius:2px;flex-shrink:0}.site-footer .footer-brand{display:flex;flex-direction:column;gap:1rem}.site-footer .footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.site-footer .footer-logo-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-footer .footer-logo-icon svg{width:44px;height:44px}.site-footer .footer-logo-text{display:flex;flex-direction:column;gap:1px}.site-footer .footer-logo-text span:first-child{font-size:18px;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.site-footer .footer-logo-text span:last-child{font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.site-footer .footer-tagline{color:var(--text-secondary);font-size:14px;margin:0;max-width:700px;line-height:1.6}.site-footer .footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-footer .footer-links a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.site-footer .footer-links a:hover{color:var(--accent-primary)}.termly-display-preferences--disabled{display:none}.site-footer .footer-bottom{border-top:1px solid var(--border-subtle);padding-top:1.5rem;text-align:center}.site-footer .footer-bottom p{color:var(--text-muted);font-size:13px;margin:0}.breadcrumb-nav{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 20px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;font-size:14px;color:var(--text-secondary);margin:12px 0;width:100%;box-shadow:0 1px 2px rgba(0,0,0,.05)}.breadcrumb-link{color:var(--text-secondary);text-decoration:none;transition:color .2s;font-weight:500}.breadcrumb-link:hover{color:var(--text-primary)}.breadcrumb-separator{color:var(--text-muted);font-size:12px}.breadcrumb-title{font-weight:700;font-size:1.5rem;color:var(--text-primary);text-transform:capitalize;margin-top:4px;margin-bottom:0;line-height:1.2;width:100%}.breadcrumb-current{color:var(--text-primary);font-weight:600}@media (max-width:768px){.site-footer .footer-main{flex-direction:column;align-items:flex-start;gap:1.5rem}.site-footer .footer-divider{display:none}.site-footer .footer-brand{align-items:flex-start}.site-footer .footer-tagline{max-width:100%}.site-footer .footer-links{gap:1rem 1.5rem}}@media (max-width:480px){.site-footer .footer-content{padding:32px 20px 24px}.site-footer .footer-links{gap:.75rem 1rem}.site-footer .footer-links a{font-size:13px}}@keyframes spin{to{transform:rotate(1turn)}}.section-3{margin-bottom:60px}.section-header-3{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;padding:16px 20px;border:2px solid var(--pill-border);border-radius:12px;background:var(--bg-card)}.section-title-wrapper-3{display:flex;align-items:center;gap:16px}.section-icon-3{width:48px;height:48px;background:var(--icon-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}.section-icon-3 svg{width:24px;height:24px}.section-title-3{font-size:32px;font-weight:800;color:var(--text-primary);margin:0;letter-spacing:-.5px}.section-view-all-3{padding:10px 24px;background:var(--bg-elevated);border:2px solid var(--border-medium);color:var(--text-primary);border-radius:8px;text-decoration:none;font-weight:600;font-size:14px;transition:border-color .2s ease,background .2s ease,transform .2s ease;white-space:nowrap}.section-view-all-3:hover{border-color:var(--accent-primary);background:var(--bg-card);transform:translateY(-2px)}@media (max-width:640px){.section-header-3{flex-direction:column;gap:16px;align-items:stretch;text-align:center}.section-title-wrapper-3{justify-content:center}.section-view-all-3{text-align:center}}.hero-3{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:var(--bg-card);border:2px solid var(--border-medium);border-radius:20px;padding:0;overflow:hidden}.hero-3-left{padding:60px 50px;flex-direction:column}.hero-3-left,.hero-3-right{display:flex;justify-content:center}.hero-3-right{background:url(/images/cursor-bg-min.webp) 50%;background-size:cover;align-items:center;position:relative;overflow:hidden}[data-theme=light] .hero-3-right{background-image:url(/images/cursor-bg-daytime-min.webp)}.hero-3-eyebrow{font-size:14px;font-weight:700;color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.hero-3-title{font-size:56px;font-weight:800;color:var(--text-primary);margin:0 0 20px;line-height:1.1;letter-spacing:-1px}.hero-3-subtitle{font-size:18px;color:var(--text-secondary);line-height:1.7;margin:0 0 32px}@media (max-width:968px){.hero-3{grid-template-columns:1fr}.hero-3-right{min-height:400px}}@media (max-width:530px){.hero-3-left{padding:30px 20px}.hero-3-right{display:none}.hero-3-title{font-size:36px}.hero-3-subtitle{font-size:16px}}.custom-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:none;align-items:center;justify-content:center}.custom-modal.show{display:flex}.custom-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.custom-modal-content{position:relative;background:var(--bg-card);border:2px solid var(--border-medium);border-radius:16px;padding:32px;max-width:440px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:slideUp .3s ease;text-align:center}.custom-modal-icon{font-size:48px;margin-bottom:16px}.custom-modal-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 12px}.custom-modal-message{font-size:15px;color:var(--text-secondary);line-height:1.6;margin:0 0 24px}.custom-modal-buttons{display:flex;gap:12px;justify-content:center}.custom-modal-btn{padding:12px 28px;border-radius:10px;font-weight:600;font-size:15px;transition:background .2s ease,transform .2s ease,border-color .2s ease;border:2px solid transparent}.custom-modal-btn-primary{background:var(--accent-fill);color:#fff}.custom-modal-btn-primary:hover{background:var(--accent-fill);transform:translateY(-2px)}.custom-modal-btn-secondary{background:var(--bg-elevated);border-color:var(--border-medium);color:var(--text-primary)}.custom-modal-btn-secondary:hover{border-color:var(--accent-primary)}.custom-modal-btn-danger{background:#dc2626;color:#fff}.custom-modal-btn-danger:hover{background:#b91c1c;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rating-toast{position:fixed;top:20px;right:20px;padding:16px 24px;border-radius:12px;font-size:14px;font-weight:600;z-index:10000;display:none;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid var(--border-medium);background:var(--bg-card);color:var(--text-primary)}.rating-toast.success{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.rating-toast.error{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff}.rating-toast.info{background:var(--accent-fill);border-color:var(--accent-fill);color:#fff}.rating-toast.show{display:block;animation:slideInRight .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}#backToTopBtn{position:fixed;bottom:30px;right:30px;z-index:9999;padding:0;border:none;background:transparent;transition:opacity .3s ease,transform .3s ease;opacity:0;pointer-events:none;transform:translateY(20px)}#backToTopBtn.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top-circle{width:50px;height:50px;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(139,92,246,.4);transition:transform .2s ease}#backToTopBtn:hover .back-to-top-circle{transform:scale(1.1)}.back-to-top-circle svg{width:24px;height:24px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none}.static-page{max-width:1200px;padding-top:1rem}.static-page-content{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);padding:2.5rem}.static-page-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.static-page-header h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.static-page-lead{font-size:1.125rem;color:var(--text-secondary);margin:0}.static-section{margin-bottom:2rem}.static-section:last-child{margin-bottom:0}.static-section h2{font-size:1.375rem;margin:0 0 1rem}.static-section h2,.static-section h3{font-weight:600;color:var(--text-primary)}.static-section h3{font-size:1.125rem;margin:1.5rem 0 .75rem}.static-section p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0 0 1rem}.static-section p:last-child{margin-bottom:0}.static-list{list-style:none;padding:0;margin:0 0 1rem}.static-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.6;color:var(--text-secondary)}.static-list li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--accent-primary);border-radius:50%}.static-list li:last-child{margin-bottom:0}.static-link{color:var(--accent-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.static-link:hover{color:var(--accent-hover);text-decoration:underline}.contact-card{display:flex;align-items:flex-start;gap:1.25rem;background:var(--bg-elevated);padding:1.5rem;border-radius:var(--radius-md);margin:1.5rem 0}.contact-icon{width:48px;height:48px;background:var(--accent-gradient);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .material-symbols-outlined{font-size:24px;color:#fff}.contact-details h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.contact-email{font-size:1.125rem;color:var(--accent-primary);text-decoration:none;font-weight:500}.contact-email:hover{text-decoration:underline}.contact-note{font-size:.875rem;color:var(--text-muted);margin:.5rem 0 0}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.faq-item h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.faq-item p{margin:0}@media (max-width:640px){.static-page-content{padding:1.5rem}.static-page-header h1{font-size:1.5rem}.static-page-lead{font-size:1rem}.contact-card{flex-direction:column;align-items:center;text-align:center}}.view-toggle{display:flex;align-items:center;gap:6px;background:var(--border-subtle);border:none;color:var(--text-muted);cursor:pointer;padding:6px 10px;border-radius:20px;font-size:13px;font-family:inherit;white-space:nowrap;flex-shrink:0}.view-toggle .material-symbols-outlined{font-size:18px}.compact-view .cursor-gallery .cursor-info,.compact-view .fotm-feature .cursor-info{display:none}.compact-view .subcategory-item.fotm-feature{padding-bottom:4px}.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview{height:110px;min-height:110px}.compact-view .cursor-gallery .card-carousel__cell:nth-child(n+2),.compact-view .cursor-gallery .cursor-set-cell:nth-child(n+2),.compact-view .fotm-feature .card-carousel__cell:nth-child(n+2){content-visibility:hidden;display:none}.compact-view .cursor-gallery .card-carousel__toolbar,.compact-view .cursor-gallery .cursor-set-toolbar,.compact-view .fotm-feature .card-carousel__toolbar{display:none}.compact-view .cursor-gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.compact-view .cursor-gallery .cursor-card.cursor-set{grid-column:span 1!important;grid-row:span 1!important}.compact-view .cursor-gallery .gf-9m2w,.compact-view .gf-9m2w-if{grid-column:span 3!important;grid-row:span 2!important}@media (max-width:530px){.compact-view .cursor-gallery{grid-template-columns:repeat(2,1fr)!important}.compact-view .cursor-gallery .gf-9m2w,.compact-view .gf-9m2w-if{grid-column:span 2!important}}.compact-view .cursor-gallery .cursor-card.cursor-set,.compact-view .fotm-feature .cursor-card.cursor-set{overflow:visible;contain:layout style}.compact-view .cursor-gallery .cursor-card.cursor-set .card-carousel__cell:first-child,.compact-view .fotm-feature .cursor-card.cursor-set .card-carousel__cell:first-child{width:100%;height:100%;min-width:0}.compact-view .cursor-gallery .cursor-card.cursor-set .cursor-preview,.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview{position:relative;margin:8px;background:var(--compact-preview-bg)}.compact-view .cursor-gallery .cursor-card.cursor-set .cursor-preview:after,.compact-view .cursor-gallery .cursor-card.cursor-set .cursor-preview:before,.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview:after,.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid var(--border-medium);background:var(--compact-stack-bg);box-shadow:0 1px 4px rgba(0,0,0,.15);z-index:-1}.compact-view .cursor-gallery .cursor-card.cursor-set .cursor-preview:before,.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview:before{transform:rotate(6deg) translate(6px,-2px)}.compact-view .cursor-gallery .cursor-card.cursor-set .cursor-preview:after,.compact-view .fotm-feature .cursor-card.cursor-set .cursor-preview:after{transform:rotate(-5deg) translate(-5px,-1px)}.compact-cycle{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;border:1px solid var(--border-medium);background:var(--bg-elevated);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:3}.compact-cycle .material-symbols-outlined{font-size:16px}.compact-cycle:hover{background:var(--accent-fill);color:#fff;border-color:var(--accent-fill)}.compact-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:4px;z-index:3}.compact-dot{width:5px;height:5px;border-radius:50%;background:var(--text-muted);opacity:.4;transition:opacity .2s}.compact-dot.active{opacity:1;background:var(--accent-primary)}.compact-more-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;color:var(--text-muted);gap:2px}.compact-more-overlay .more-count{font-weight:700;font-size:18px;color:var(--text-primary)}.compact-more-overlay .more-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px}.view-toggle-wrap{position:relative;flex-shrink:0}