:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Brockmann Medium;src:url(/fonts/Brockmann_Medium/webfontkit/brockmann-medium-webfont.woff2) format("woff2"),url(/fonts/Brockmann_Medium/webfontkit/brockmann-medium-webfont.woff) format("woff"),url(/fonts/Brockmann_Medium/webfontkit/brockmann-medium-webfont.ttf) format("truetype");font-weight:400;font-style:normal}:root{--primary-color: #1a1a1a;--text-color: #1a1a1a;--background-color: #F9F9F9 ;--accent-color: #555555;--inactive-color: #b4b4b4;--heading-font: "Brockmann Medium", sans-serif;--body-font: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;--button-font: "Brockmann Medium", sans-serif;--tag-color: #555555;--tag-bg: #f2f2f2}body{font-family:var(--body-font);color:var(--text-color);background:var(--background-color)}.app{min-height:calc(100vh - 2rem);padding-top:2rem;display:flex}.app.mobile{flex-direction:column;overflow-x:hidden}.left-column{width:50%;padding:3rem 4rem 2.5rem 3rem;position:fixed;left:0;top:2rem;height:calc(100vh - 2rem);overflow-y:auto;display:flex;flex-direction:column;z-index:10;background-color:var(--background-color)}.app.mobile .left-column{position:relative;width:100%;height:auto;padding:2rem;overflow-y:visible}.logo h1{font-family:var(--heading-font);font-size:2rem;font-weight:700;margin-bottom:2.5rem}.app.mobile .logo h1{margin-bottom:0}.section-nav{margin-bottom:4rem;display:flex;flex-direction:column;gap:.15 rem}.nav-item{display:flex;align-items:center;color:var(--inactive-color);cursor:pointer;transition:color .3s ease;position:relative;padding-left:2rem}.nav-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:.5rem;height:1px;background-color:currentColor;transition:width .3s ease,height .3s ease}.nav-item.active{color:var(--primary-color)}.nav-item.active:before{width:1.75rem;height:1.5px}.section-number{font-weight:600;margin-right:.45rem}.section-title{font-size:.95rem}.nav-item:hover{color:var(--primary-color)}.content-section{display:flex;flex-direction:column;max-width:90%;margin-top:.5rem}.section-content{display:flex;flex-direction:column;width:100%}.mobile-section .section-content{padding:.5rem 2rem}.section-content h2{font-size:3.7rem;font-weight:400;margin-bottom:1rem}.section-content h3{font-family:var(--heading-font);font-size:1.8rem;line-height:1.2;font-weight:500;margin-bottom:1.3rem}.section-content p{font-size:1.2rem;font-weight:300}.tag{display:inline-flex;display:none;align-items:center;background-color:var(--tag-bg);color:var(--tag-color);padding:.5rem 1.3rem;border-radius:100px;margin-bottom:2rem;font-size:.95rem;width:fit-content;box-shadow:0 0 0 1px #0000001a}h2{font-family:var(--heading-font);font-size:3.25rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}p{font-size:1.15rem;line-height:1.5;margin-bottom:2rem}.cta-button{align-self:flex-start;background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:2rem;font-family:var(--button-font);font-size:1rem;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:var(--accent-color)}.right-column{width:50%;margin-left:50%;display:flex;flex-direction:column;align-items:center;padding-top:2rem}.right-column.mobile{width:100%;margin-left:0;padding-top:0}.scroll-section{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;scroll-snap-align:start}#section-02.scroll-section{padding:0;justify-content:flex-start}.mobile-sections{width:100%}.mobile-section{width:100%;padding:0rem;margin-bottom:2rem}.section-container{display:flex;flex-direction:column;gap:2rem}.mobile-content{width:100%}.hero-image{width:100%;background-color:#161616;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:40px 40px;border-radius:1rem;aspect-ratio:4/3;height:calc(100vh - 4rem);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.mobile-section .hero-image{height:90vh;padding:.5rem}.hero-image h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.hero-image p{color:#fffc;font-size:1.3rem;max-width:90%}@media (max-width: 1024px){.section-content h2{font-size:2.75rem;line-height:1.2}}@media (max-width: 768px){.app{flex-direction:column}h2{font-size:2rem;margin-bottom:1rem}p{font-size:1rem;margin-bottom:1.5rem}.tag{margin-bottom:1.5rem}.hero-image{height:80vh}.hero-image h2{font-size:1.8rem}.hero-image p{font-size:1rem}.announcement-bar{padding:.4rem 1rem;font-size:.8rem;display:none}.announcement-bar p{font-size:.8rem}.app.mobile .left-column{top:0;height:auto}.announcement-bar{position:relative}.app.mobile{padding-top:0}.nowrap{white-space:nowrap}}.section{display:none;min-height:100vh;padding:2rem}.section.active{display:block}.waitlist-form{display:flex;flex-direction:column;width:100%;max-width:450px}.input-container{display:flex;width:100%;margin-bottom:.75rem}.waitlist-form input[type=email]{flex:1;padding:.8rem 1.25rem;border:1px solid rgba(0,0,0,.1);border-radius:2rem 0 0 2rem;font-family:var(--body-font);font-size:1rem;outline:none;transition:border-color .3s ease}.waitlist-form input[type=email]:focus{border-color:var(--primary-color)}.waitlist-form button{border-radius:0 2rem 2rem 0;margin-left:-1px}.waitlist-form button:disabled{background-color:var(--inactive-color);cursor:not-allowed}.form-message{margin-top:.5rem;font-size:.9rem;padding:.5rem 0}.form-message.success{color:#2e7d32}.form-message.error{color:#d32f2f}@media (max-width: 768px){.input-container{flex-direction:column}.waitlist-form input[type=email]{border-radius:2rem;margin-bottom:.75rem}.waitlist-form button{border-radius:2rem;margin-left:0}}.mobile-section:not(:last-child){margin-bottom:3rem}.mobile-section .tag{display:inline-flex}.announcement-bar{width:100%;background-color:#171717;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.9rem;position:fixed;top:0;left:0;right:0;z-index:20;display:none}.announcement-bar p{margin:0;font-size:.9rem;font-weight:500}.view-navigation{position:fixed;bottom:20px;right:20px;z-index:1000}.nav-button{background:#000;color:#fff;border:1px solid rgba(255,255,255,.3);padding:12px 20px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 8px #0003}.nav-button:hover{background:#000c;transform:translateY(-2px);box-shadow:0 6px 12px #0000004d}.static-card-page{width:100%;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);color:#fff;padding:50px 20px;display:flex;flex-direction:column;align-items:center}.static-card-page h1{font-size:2rem;margin-bottom:10px}.static-card-page p{font-size:1rem;margin-bottom:40px;opacity:.8}.static-card-page h2{font-size:1.5rem;margin:50px 0 20px}.card-container{width:100%;max-width:600px;margin:0 auto;position:relative}.card-container .product-card{position:relative;opacity:1;transform:none}.collapsed-view-container{width:100%;max-width:600px;margin:0 auto}.logo-switch-wrapper{position:relative;width:90%;max-width:600px;margin:0 auto;z-index:20;display:block}.logo-switch{display:flex;align-items:center;justify-content:space-between;background-color:#ffffffe6;border-radius:50px;padding:8px;box-shadow:0 2px 10px #00000014;position:relative}.logo-option{background:none;border:none;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50px;transition:all .3s ease;flex:1;position:relative;z-index:2;height:35px}.logo-option img{max-height:22px;max-width:80px;width:auto;height:auto;object-fit:contain;opacity:.4;transition:opacity .3s ease,filter .3s ease;filter:grayscale(100%)}.logo-option:nth-child(1) img{max-width:60px}.logo-option:nth-child(5) img{max-width:90px;max-height:16px}.logo-option:hover img{opacity:.7}.logo-option.active img{opacity:1;filter:grayscale(0%)}.slider-indicator{position:absolute;top:4px;left:4px;width:calc(20% - 2px);height:calc(100% - 8px);background-color:#ffffffd9;border-radius:50px;transition:transform .3s ease;box-shadow:0 2px 8px #0000000f;z-index:1}@media (max-width: 768px){.logo-switch-wrapper{width:95%;margin:10px auto}.logo-switch{padding:5px}.logo-option{padding:8px 12px}.logo-option img{height:18px}}.hero-image.video-section{background:transparent}#section-02 .hero-image.video-section{justify-content:flex-start;padding-left:0;margin-left:0%;width:80%}#section-03 .hero-image{background:transparent;display:flex;align-items:center;justify-content:center}#section-03 .hero-image img{max-width:100%;max-height:80%;object-fit:contain}.xoxo-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.pixelated-heart{position:absolute;z-index:1;image-rendering:pixelated}.heart-1{animation:float 4s ease-in-out infinite,pulse 5s ease-in-out infinite}.heart-2{animation:float 3.5s ease-in-out infinite,pulse 6s ease-in-out infinite;animation-delay:.5s}.heart-3{animation:float 5s ease-in-out infinite,pulse 4s ease-in-out infinite;animation-delay:1s}.heart-4{animation:float 4.5s ease-in-out infinite,pulse 5.5s ease-in-out infinite;animation-delay:1.5s}.heart-5{animation:float 3s ease-in-out infinite,pulse 4.5s ease-in-out infinite;animation-delay:.75s}.heart-6{animation:float 4.2s ease-in-out infinite,pulse 5.2s ease-in-out infinite;animation-delay:1.25s}.heart-7{animation:float 3.7s ease-in-out infinite,pulse 4.7s ease-in-out infinite;animation-delay:.2s}.heart-8{animation:float 4.6s ease-in-out infinite,pulse 5.3s ease-in-out infinite;animation-delay:.8s}.heart-9{animation:float 3.3s ease-in-out infinite,pulse 4.2s ease-in-out infinite;animation-delay:1.3s}.heart-10{animation:float 4.9s ease-in-out infinite,pulse 5.8s ease-in-out infinite;animation-delay:.4s}.heart-11{animation:float 3.4s ease-in-out infinite,pulse 4.3s ease-in-out infinite;animation-delay:1.1s}.heart-12{animation:float 5.1s ease-in-out infinite,pulse 6.1s ease-in-out infinite;animation-delay:.6s}.heart-13{animation:float 3.8s ease-in-out infinite,pulse 4.6s ease-in-out infinite;animation-delay:1.4s}.heart-14{animation:float 4.2s ease-in-out infinite,pulse 5.4s ease-in-out infinite;animation-delay:.3s}.heart-15{animation:float 3.5s ease-in-out infinite,pulse 4.8s ease-in-out infinite;animation-delay:.9s}.heart-16{animation:float 4.7s ease-in-out infinite,pulse 5.6s ease-in-out infinite;animation-delay:1.2s}.xoxo-container img{position:relative;z-index:2;max-width:100%;max-height:100%}.product-search-demo{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff;overflow:hidden;transition:all .5s ease}.product-search-demo.analysis-mode{justify-content:flex-start}.product-search-demo.results-mode{justify-content:center;padding-top:0}.product-search-demo.collapsed-mode{justify-content:center;padding-top:0;padding-bottom:0}.search-container{width:100%;max-width:600px;position:relative;display:flex;flex-direction:column;align-items:center;transition:all .5s ease}.search-container.centered{margin-bottom:3rem}.search-bar{display:flex;width:100%;position:relative;z-index:10;cursor:pointer;background:#ffffff1a;border-radius:2rem;padding:.9rem 1.25rem;border:1px solid rgba(255,255,255,.15);transition:all .3s ease;align-items:flex-start;min-height:65px}.search-bar.dimmed{background:#ffffff0d;border-color:#ffffff1a}.search-bar:hover{background:#ffffff1f}.search-textarea{flex:1;background:transparent;border:none;color:#fff;font-size:1.1rem;outline:none;padding:0;white-space:normal;text-overflow:ellipsis;overflow:visible;line-height:1.4;height:auto;min-height:24px;resize:none;font-family:inherit}.search-textarea::placeholder{color:#ffffffb3}.up-icon{width:36px;height:36px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0;box-shadow:0 2px 5px #0000004d;align-self:flex-start;margin-top:3px}.analysis-content{align-self:flex-start;width:100%;max-width:100%;display:flex;margin-top:1rem;justify-content:center}.analysis-box{position:relative;background:#1e1e1eb3;border-radius:1rem;padding:1.5rem;width:100%;max-width:600px;box-shadow:0 4px 12px #00000026}.analysis-steps{width:100%;display:flex;flex-direction:column;gap:.75rem;text-align:left}.analysis-step{display:flex;align-items:flex-start;gap:.75rem;padding:0;position:relative;animation:fadeIn .3s ease-in-out;text-align:left}.analysis-step p{font-size:.95rem;margin:0;color:#ffffffe6;line-height:1.4;text-align:left;padding-top:1px}.step-icon{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:2px}.icon-chat,.icon-camera,.icon-search,.icon-brain,.icon-internet,.icon-filter,.icon-check{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background-color:#0000004d;border-radius:50%;color:#fff;padding:4px}.icon-chat svg,.icon-camera svg,.icon-search svg,.icon-brain svg,.icon-internet svg,.icon-filter svg,.icon-check svg{width:100%;height:100%;stroke:#fff;stroke-width:2}.analyzing-dot{width:8px;height:8px;background:#fffc;border-radius:50%;animation:pulse 1.2s infinite}.analysis-step:not(:last-child):not(.query-step) .step-icon:after{content:"";position:absolute;top:20px;left:9px;width:1px;height:26px;background-color:#ffffff26;z-index:-1}.foundation-input-dialog{margin-left:27px;background:transparent;padding:.5rem 0;width:calc(100% - 27px);max-width:500px}.foundation-input-dialog h3{font-size:.95rem;margin-bottom:.5rem;color:#ffffffe6;font-weight:400}.foundation-input{display:flex;width:100%;max-width:300px}.foundation-input input{width:100%;padding:.5rem .75rem;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:.25rem;color:#fff;font-size:.9rem}.dragging-image{position:absolute;z-index:20;width:180px;height:180px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0003;transition:transform .05s ease-out,opacity .3s ease;pointer-events:none}.dragging-image img{width:100%;height:100%;object-fit:cover}.minified-image{position:absolute;bottom:17px;right:60px;width:30px;height:30px;border-radius:4px;overflow:hidden;z-index:15;box-shadow:0 2px 4px #0000001a}.minified-image img{width:100%;height:100%;object-fit:cover}.search-bar.with-image .search-textarea{padding-right:40px}.search-results.card-slider{width:100%;position:relative;height:600px;display:flex;justify-content:center;align-items:center;perspective:1000px;overflow:visible}.product-card{position:absolute;width:100%;max-width:600px;background:#1e1e1ecc;border-radius:16px;overflow:hidden;transition:all .5s ease;box-shadow:0 8px 30px #00000080;height:auto;transform-origin:center center;opacity:0;pointer-events:none;padding-bottom:2rem;margin-top:0}.product-card.active{z-index:10;opacity:1;pointer-events:all}.product-header{width:100%;padding:2rem 1.5rem 1rem;text-align:center}.product-header h2{font-size:2.5rem;margin:0;font-weight:600;color:#fff}.product-content{display:flex;flex-direction:row;text-align:left;padding:.5rem 1.5rem 1.5rem;gap:1.5rem;align-items:flex-start}.product-image-container{width:45%;display:flex;flex-direction:column}.product-image{width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{width:55%;padding-top:.5rem}.product-info h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#fff}.product-brand{font-size:1.1rem;color:#fffc;margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.25rem;color:#fff;font-size:.9rem;margin-bottom:.5rem}.product-rating span.reviews{opacity:.8;margin-left:.25rem}.product-price{font-weight:600;font-size:1.2rem;margin-bottom:1rem}.product-description{font-size:1rem;color:#fffc;line-height:1.5;margin-bottom:1.5rem}.product-badge{display:inline-flex;align-items:center;background-color:#0f0f0f;color:#fff;padding:.5rem 1.3rem;border-radius:100px;margin-bottom:1rem;font-size:.95rem;width:fit-content;box-shadow:0 0 0 1px #6a69691a}.product-badge span:first-child{font-weight:700;margin-right:.5rem}.product-rationale{margin-bottom:1.5rem}.product-rationale h4{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:#fff}.product-rationale p{font-size:1rem;line-height:1.5;color:#fffc}.buy-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffffe6;color:#000;text-decoration:none;padding:1rem;border-radius:2rem;font-weight:700;transition:all .2s ease;border:none;cursor:pointer;font-size:1rem;width:100%;letter-spacing:.5px}.buy-button:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.buy-button svg{margin-left:.5rem}.card-badge{display:inline-flex;align-items:center;background-color:#0f0f0f;color:#fff;padding:.3rem .8rem;border-radius:100px;font-size:.7rem;margin-left:auto;box-shadow:0 0 0 1px #6a69691a}.card-badge span:first-child{font-weight:700;margin-right:.5rem}.nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .2s ease}.nav-arrow:hover{background:#000c}.nav-arrow.prev{left:-50px}.nav-arrow.next{right:-50px}.collapsed-list{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1rem;animation:fadeIn .5s ease-in-out}.collapsed-card{background:#1e1e1ecc;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;overflow:hidden;padding:1rem;transition:all .3s ease;cursor:pointer;text-align:left}.collapsed-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.collapsed-card.kates-pick{border:1px solid rgba(255,255,255,.3)}.card-content{display:flex;align-items:center;gap:1rem;position:relative}.card-image{width:60px;height:60px;border-radius:.25rem;overflow:hidden;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover}.card-info{flex:1}.card-info h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#fff}.card-brand{font-size:.85rem;color:#ffffffb3;margin-bottom:.25rem}.card-rating{display:flex;align-items:center;gap:.25rem;color:#fff;font-size:.75rem;margin-bottom:.25rem}.card-rating svg{margin-top:-2px}.reviews-small{font-size:.7rem;opacity:.8;margin-left:.15rem}.card-price{font-weight:600;font-size:.85rem}.small-badge{position:absolute;right:0;top:50%;transform:translateY(-50%);background:#fffc;color:#000;padding:.25rem .5rem;border-radius:.25rem;font-size:.7rem;font-weight:700}@keyframes pulse{0%{transform:scale(.8);opacity:.7}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.product-content{flex-direction:column}.product-image-container,.product-info{width:100%}.product-image{margin-bottom:.75rem}.product-card{height:auto}.nav-arrow.prev{left:10px}.nav-arrow.next{right:10px}.shade-swatches{gap:1.5rem}}@media (max-width: 1024px){.product-search-demo{padding:1.5rem}.product-header h2{font-size:2rem}.product-card,.search-container,.analysis-box{max-width:90%}}@media (max-width: 768px){.product-search-demo{padding:1rem}.product-header h2{font-size:1.8rem}.product-content{padding:.5rem 1rem 1rem}.nav-arrow{width:35px;height:35px}.collapsed-list{max-width:100%}.search-bar{min-height:55px;padding:.7rem 1rem}.search-textarea{font-size:1rem}}@media (max-width: 480px){.product-search-demo{padding:.5rem}.collapsed-card{padding:.75rem;margin-bottom:.5rem}.card-content{gap:.5rem}.card-image{width:50px;height:50px}.card-info h3{font-size:.9rem;margin-bottom:.15rem}.card-brand{font-size:.75rem;margin-bottom:.15rem}.card-rating{font-size:.7rem;margin-bottom:.15rem}.card-price{font-size:.8rem}.card-badge{padding:.2rem .6rem;font-size:.65rem}.product-header{padding:1.5rem 1rem .5rem}.product-header h2{font-size:1.5rem}.product-content{padding:.5rem .75rem 1rem;gap:1rem}.product-badge{padding:.4rem 1rem;font-size:.85rem;margin-bottom:.75rem}.product-description{font-size:.9rem;margin-bottom:1rem}.product-rationale h4{font-size:1rem;margin-bottom:.5rem}.product-rationale p{font-size:.9rem}.buy-button{padding:.8rem;font-size:.9rem}.recommended-shades{margin-top:1rem;margin-bottom:1rem}.shade-swatch{gap:.75rem}.swatch-color{width:2rem;height:2rem}.analysis-box{padding:1rem}.analysis-step p{font-size:.85rem}.product-counter{padding:6px 10px;font-size:12px;margin-bottom:12px}}.recommended-shades{margin-top:1.5rem;margin-bottom:1.5rem}.recommended-title{font-size:1rem;margin:0 0 1rem;color:#fff}.recommended-shades h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff}.shade-swatches{display:flex;flex-direction:column;gap:1rem}.shade-swatch{display:flex;align-items:center;gap:1rem}.swatch-color{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 5px #0003;transition:transform .2s ease}.swatch-name{font-size:.9rem;font-weight:500;color:#ffffffe6}.product-counter{display:flex;align-items:center;margin-bottom:16px;padding:8px 12px;background-color:#ffffff1a;border-radius:6px;font-size:14px}.counter-icon{margin-right:10px;background-color:#fff3;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.counter-text{opacity:.8}.count-number{font-weight:700;color:#fff;opacity:1}.foundation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out;border-radius:1rem}.foundation-card{background-color:#191919f2;border-radius:18px;width:85%;max-width:85%;overflow:hidden;box-shadow:0 15px 35px #0006;transform:translateY(0);animation:slideUp .4s ease-out;border:1px solid rgba(255,255,255,.1)}.foundation-card-content{padding:30px}.foundation-card-content h3{margin:0 0 12px;font-size:16px;font-weight:500;color:#ffffffe6;letter-spacing:.3px;text-align:left}.search-bar.foundation-search{width:100%;background:#ffffff14;border-radius:16px;padding:12px 16px;border:1px solid rgba(255,255,255,.12);min-height:60px;display:flex;align-items:center;transition:all .2s ease}.search-bar.foundation-search:hover{background:#ffffff1c;border-color:#ffffff2e}.foundation-card-content .search-textarea{flex:1;background:transparent;border:none;color:#fff;font-size:16px;outline:none;padding:0;white-space:normal;text-overflow:ellipsis;overflow:visible;line-height:1.4;height:auto;min-height:24px;resize:none;font-family:inherit}.foundation-card-header,.foundation-input-container,.foundation-input-field,.foundation-submit-button{display:none}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.foundation-card-content p{font-size:13px;line-height:1.2;margin:0 0 20px;color:#ffffffb3;text-align:left}.video-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;background-color:transparent;position:relative}.video-frame{position:relative;width:360px;height:640px;max-height:85vh;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000040;background-color:#000}.vertical-video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.vertical-video.playing{opacity:1}.video-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite}.unmute-button{position:absolute;bottom:20px;right:20px;background-color:#00000080;border-radius:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:all .3s ease;padding:8px 12px}.unmute-button:hover{background-color:#000000b3;transform:scale(1.05)}.unmute-button svg{width:22px;height:22px;fill:#fff}.unmute-text{color:#fff;font-size:12px;margin-left:6px;font-weight:500;white-space:nowrap}.caption-container{display:flex;flex-direction:column;align-items:center;width:100%;opacity:0;transition:opacity .8s ease;margin-bottom:10px}.caption-container.visible{opacity:1}.marker-caption{position:relative;max-width:280px;font-family:Permanent Marker,cursive,sans-serif;font-size:22px;color:#000;background:url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-1&color=feeec5);transform:rotate(-2deg);z-index:20;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));text-align:center;margin-bottom:5px;width:100%}.marker-caption.visible{opacity:1}.marker-caption.video-0{transform:rotate(-2deg)}.marker-caption.video-1{transform:rotate(2deg)}.marker-arrow{position:relative;width:80px;height:50px;pointer-events:none;z-index:15}.marker-arrow.visible{opacity:1}.marker-arrow svg{width:100%;height:100%;overflow:visible}.marker-arrow svg path{stroke:#000;stroke-width:4px;fill:none;stroke-linecap:round;stroke-linejoin:round}.credit-overlay{position:absolute;top:16px;right:16px;width:auto;padding:4px 8px;background-color:#000000b3;color:#fff;z-index:5;font-size:12px;font-weight:400;opacity:0;transition:opacity .5s ease;border-radius:4px}.credit-overlay.visible{opacity:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.video-frame{width:280px;height:500px}.marker-caption{font-size:22px;max-width:260px;margin-bottom:25px}.marker-arrow{width:60px;height:50px;margin-bottom:-10px}}@media (max-height: 700px){.video-frame{height:75vh}.marker-caption{margin-bottom:20px;font-size:14px}.marker-arrow{height:40px;width:50px}}
