.photo-upload{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.upload-header{text-align:center;margin-bottom:1.5rem}.upload-header h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--color-neutral-4)}.upload-description{font-size:1rem;color:var(--color-muted-2);margin-bottom:.75rem}.photos-status{font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;margin-top:.5rem;display:inline-block}.photos-status.insufficient{background:var(--color-warning-2);color:var(--color-error-4);border:1px solid var(--color-warning-3)}.photos-status.sufficient{background:var(--color-success-1);color:var(--color-success-4);border:1px solid var(--color-success-3)}.photos-status.converting{margin-left:1rem;background:var(--color-brand-1);color:var(--color-accent-2);border:1px solid var(--color-brand-2);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.upload-area{border:3px dashed var(--color-border-3);border-radius:12px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--color-surface-2);margin-bottom:1.5rem}.upload-area:hover{border-color:var(--color-brand-2);background:var(--color-muted-1)}.upload-area.dragging{border-color:var(--color-brand-2);background:var(--color-accent-1);transform:scale(1.02)}.upload-icon{font-size:3rem;margin-bottom:.75rem}.upload-text{font-size:1.25rem;font-weight:600;color:var(--color-neutral-4);margin-bottom:.5rem}.upload-hint{font-size:.875rem;color:var(--color-muted-2)}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-bottom:2rem}.photo-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.photo-preview{width:100%;height:100%;position:relative}.photo-preview img{width:100%;height:100%;object-fit:cover}.photo-number{position:absolute;top:.5rem;left:.5rem;background:#000000b3;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.remove-photo{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background:#ef4444e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;transition:all .2s ease;z-index:10}.remove-photo:hover:not(:disabled){background:#ef4444;transform:scale(1.1)}.photo-upload--print{max-width:none;margin:0;padding:0}.photo-upload-print-status{margin-bottom:.35rem}.photo-upload-print-status .photos-status{font-size:.6875rem;padding:.2rem .45rem;margin-top:0;margin-right:.25rem;display:inline-block}.photo-upload-print-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem;width:100%}.photo-upload-print-drop{flex-shrink:0}.photo-upload-print-drop .upload-area{width:220px;height:calc(var(--print-grid-rows) * var(--print-cell-size, 50px) + (var(--print-grid-rows) - 1) * var(--print-grid-gap, 3px));margin-bottom:0;padding:.5rem .35rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-width:2px;box-sizing:border-box}.photo-upload--print .upload-icon{font-size:1.1rem;margin-bottom:.2rem}.photo-upload--print .upload-text{font-size:.6875rem;margin-bottom:.1rem;line-height:1.2}.photo-upload--print .upload-hint{font-size:.5625rem;line-height:1.25}.photo-upload-print-grid-wrap{flex:1;min-width:340px;border:1px solid var(--color-border-2);border-radius:8px;padding:.5rem;background:var(--color-surface-2);width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.photo-upload-print-grid-wrap .photos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--print-cell-size, 50px),var(--print-cell-size, 50px)));grid-auto-rows:var(--print-cell-size, 50px);gap:var(--print-grid-gap, 6px);width:100%;justify-content:start;height:auto;margin-bottom:0}.photo-upload-print-grid-wrap .photo-item{width:auto;height:auto;min-height:var(--print-cell-size, 50px);aspect-ratio:1;border-radius:3px}.photo-upload-print-grid-wrap .photo-preview,.photo-upload-print-grid-wrap .photo-preview img{width:100%;height:100%;object-fit:cover}.photo-upload-print-grid-wrap .photo-number{width:.875rem;height:.875rem;font-size:.5rem;top:1px;left:1px}.photo-upload-print-grid-wrap .remove-photo{width:.875rem;height:.875rem;font-size:.5625rem;top:1px;right:1px;line-height:1}.photo-upload-print-empty{width:calc(6 * var(--print-cell-size, 50px) + 5 * var(--print-grid-gap, 3px));height:calc(var(--print-grid-rows) * var(--print-cell-size, 50px) + (var(--print-grid-rows) - 1) * var(--print-grid-gap, 3px));display:flex;align-items:center;justify-content:center;text-align:center;font-size:.6875rem;color:var(--color-muted-2);margin:0;padding:.35rem;box-sizing:border-box}@media (max-width: 968px){.photo-upload-print-body{flex-direction:column;gap:.85rem}.photo-upload-print-drop .upload-area{width:100%;height:auto;min-height:88px;padding:.85rem}.photo-upload-print-grid-wrap{width:100%;min-width:0;flex:none}.photo-upload-print-grid-wrap .photos-grid{grid-template-columns:repeat(auto-fill,minmax(var(--print-cell-size, 50px),1fr));grid-template-rows:unset;width:100%;justify-content:stretch}.photo-upload-print-grid-wrap .photo-item{width:auto;height:auto;min-height:var(--print-cell-size, 50px)}.photo-upload-print-empty{width:100%;height:auto;min-height:88px}}@media (max-width: 768px){.photo-upload{padding:1.5rem 1rem}.upload-area{padding:3rem 1.5rem}.upload-icon{font-size:3rem}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.upload-header h2{font-size:1.5rem}}.game-grid-container{width:100%;max-width:800px;margin:0 auto;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;--grid-max: min(100%, calc(100vh - 17rem) )}@media (min-width: 769px){.game-grid-container{padding:1.5rem}.game-grid{gap:1rem}}.game-stats{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;font-size:1.25rem}.stat-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.stat-label{font-weight:600;color:var(--color-muted-2)}.stat-value{font-weight:700;color:var(--color-neutral-4)}.speed-selector{padding:.5rem!important}.speed-buttons{display:flex;gap:.25rem;background:var(--color-muted-1);padding:.25rem;border-radius:8px}.speed-btn{padding:.5rem .75rem;border:none;background:transparent;color:var(--color-muted-2);font-size:.875rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap}.speed-btn:hover{background:rgba(var(--color-brand-2-rgb),.1);color:var(--color-brand-2)}.speed-btn.active{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;box-shadow:0 2px 4px rgba(var(--color-brand-2-rgb),.3)}.game-grid{display:grid;gap:.75rem;width:100%;max-width:var(--grid-max, 100%);aspect-ratio:1;max-height:var(--grid-max, none)}.game-card{aspect-ratio:1;cursor:pointer;perspective:1000px;container-type:size;container-name:card}.game-card.preview-mode{cursor:default}.card-inner{position:relative;width:100%;height:100%;transition:transform var(--flip-duration, .65s);transform-style:preserve-3d}.game-card.flipped .card-inner{transform:rotateY(180deg)}.matched-card-image{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #00000026}.matched-card-image img{width:100%;height:100%;object-fit:cover}.game-card.just-matched{animation:matchSuccess var(--match-duration, .8s) ease-out;z-index:10}@keyframes matchSuccess{0%{transform:scale(1);box-shadow:0 4px 8px #00000026}25%{transform:scale(1.2) rotate(2deg);box-shadow:0 8px 20px #10b98166}50%{transform:scale(1.15) rotate(-2deg);box-shadow:0 12px 30px #10b98180}75%{transform:scale(1.1) rotate(1deg);box-shadow:0 8px 20px #10b98166}to{transform:scale(1) rotate(0);box-shadow:0 4px 8px #00000026}}.game-card.just-matched .matched-card-image,.game-card.just-matched .card-back{animation:matchGlow var(--match-duration, .8s) ease-out}@keyframes matchGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #00000026}.card-front{display:flex;align-items:center;justify-content:center;transform:rotateY(0)}.card-back{background:#fff;transform:rotateY(180deg)}.card-back img,.matched-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.card-back-pattern{font-size:clamp(1.25rem,6vmin,3rem);color:#fff;font-weight:700;opacity:.8}@container card (min-width: 1px){.card-back-pattern{font-size:22cqmin}}.center-card{cursor:default;pointer-events:none}.center-card .card-front,.center-card .card-back{background:transparent!important;border:3px solid rgba(255,255,255,.3);box-shadow:inset 0 0 20px #0000001a,0 4px 12px #00000026}.center-logo{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent}.center-emoji{font-size:clamp(1.5rem,8vmin,4rem);filter:drop-shadow(0 2px 4px rgba(var(--color-tint-4-rgb),.2))}@container card (min-width: 1px){.center-emoji{font-size:40cqmin}.center-logo-img:not(.center-photo){max-width:60cqmin;max-height:60cqmin}.center-logo-img.center-photo{max-width:none;max-height:none;width:100%;height:100%}}.center-logo-img{width:80%;height:80%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(var(--color-tint-4-rgb),.2))}.center-logo-img.center-photo{width:100%;height:100%;object-fit:cover;border-radius:8px}.game-card.matched{cursor:default;pointer-events:none}.game-card.processing{pointer-events:none}.game-card:hover:not(.matched):not(.processing):not(.preview-mode) .card-front{transform:scale(1.05);box-shadow:0 6px 12px rgba(var(--color-tint-4-rgb),.2)}.game-complete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:flex;align-items:center;justify-content:center;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));background:#0000008c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:game-complete-fade-in .2s ease-out}@keyframes game-complete-fade-in{0%{opacity:0}to{opacity:1}}.game-complete-panel{width:min(100%,22rem);max-height:min(90vh,24rem);overflow:auto;text-align:center;padding:1.25rem 1.35rem 1.1rem;background:linear-gradient(145deg,var(--color-success-3) 0%,var(--color-success-3) 100%);color:#fff;border-radius:14px;box-shadow:0 20px 50px #00000059,0 0 0 1px #ffffff1f inset;animation:game-complete-pop-in .28s ease-out}@keyframes game-complete-pop-in{0%{transform:scale(.94) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.game-complete-title{font-size:1.25rem;font-weight:800;line-height:1.25;margin:0 0 .65rem;letter-spacing:-.02em}.game-complete-line{font-size:.95rem;line-height:1.45;margin:0 0 .4rem;opacity:.95}.game-complete-line:last-of-type{margin-bottom:.85rem}.game-complete-close{width:100%;margin-top:.15rem;padding:.55rem 1rem;border:none;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;color:var(--color-success-4);background:#fff;box-shadow:0 2px 8px #0000001f;transition:transform .15s ease,box-shadow .15s ease}.game-complete-close:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0000002e}.game-complete-close:focus-visible{outline:2px solid white;outline-offset:2px}.game-grid-container.preview-mode{padding:1rem}.preview-mode .game-stats{display:none}.preview-mode .game-card{cursor:default}@media (max-width: 768px){.game-grid-container{padding:1rem .5rem}.game-grid{gap:.5rem}.game-stats{gap:.75rem;font-size:1rem}.speed-btn{padding:.4rem .6rem;font-size:.75rem}.stat-item{padding:.5rem 1rem}.game-complete-panel{width:min(100%,20rem);padding:1.1rem 1.15rem 1rem}.game-complete-title{font-size:1.15rem}.game-complete-line{font-size:.88rem}}@media (max-width: 480px){.game-grid{gap:.25rem}}.floating-game-preview{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;perspective:1500px;perspective-origin:center center;min-height:400px}.floating-game-preview .game-grid-container{max-width:500px;min-width:300px;flex-shrink:0}@media (max-width: 640px){.floating-game-preview .game-grid-container{min-width:0;max-width:100%}}.floating-game-preview .game-grid{gap:1rem}.floating-game-preview .card-back-pattern{font-size:2rem}.floating-game-preview .center-emoji{font-size:3rem}.floating-game-container{position:relative;transform-style:preserve-3d;animation:float3d 10s ease-in-out infinite;transform:rotateY(-20deg) rotateX(8deg);filter:drop-shadow(0 25px 50px rgba(0,0,0,.4));transition:transform .3s ease;width:100%;max-width:100%}.floating-game-container:hover{animation-play-state:paused;transform:rotateY(-15deg) rotateX(5deg) scale(1.02)}@keyframes float3d{0%,to{transform:rotateY(-20deg) rotateX(8deg) translateY(0)}25%{transform:rotateY(-15deg) rotateX(10deg) translateY(-15px)}50%{transform:rotateY(-25deg) rotateX(6deg) translateY(-8px)}75%{transform:rotateY(-18deg) rotateX(9deg) translateY(-12px)}}@media (max-width: 768px){.floating-game-container{transform:rotateY(-10deg) rotateX(3deg) scale(.8)}@keyframes float3d{0%,to{transform:rotateY(-10deg) rotateX(3deg) translateY(0) scale(.8)}25%{transform:rotateY(-8deg) rotateX(5deg) translateY(-8px) scale(.8)}50%{transform:rotateY(-12deg) rotateX(2deg) translateY(-4px) scale(.8)}75%{transform:rotateY(-9deg) rotateX(4deg) translateY(-6px) scale(.8)}}}.gradient-maker{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000001a;width:100%;min-width:0}.gradient-maker-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.5rem}.gradient-maker-subtitle{font-size:.875rem;color:var(--color-muted-2);margin-bottom:1.5rem}.gradient-maker-section:last-of-type .gradient-maker-subtitle{margin-bottom:1rem}.gradient-mode-toggle{display:inline-flex;gap:.35rem;padding:.3rem;border:1px solid var(--color-border-2);border-radius:10px;background:var(--color-surface-3);margin-bottom:1rem}.gradient-mode-toggle-button{border:1px solid transparent;background:transparent;color:var(--color-muted-3);font-size:.8125rem;font-weight:600;border-radius:8px;padding:.35rem .65rem;cursor:pointer;transition:all .15s ease}.gradient-mode-toggle-button:hover{color:var(--color-neutral-4)}.gradient-mode-toggle-button.is-active{background:var(--color-neutral-1);color:var(--color-neutral-4);border-color:var(--color-border-2);box-shadow:0 1px 3px rgba(var(--color-tint-4-rgb),.12)}.gradient-maker-divider{height:1px;background:linear-gradient(90deg,transparent,var(--color-neutral-3) 15%,var(--color-neutral-3) 85%,transparent);margin:1.75rem 0}.gradient-maker-section{margin:0}.background-palette-label{font-size:.8125rem;font-weight:600;color:var(--color-muted-3);margin-bottom:.5rem}.background-palette{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:0}.background-palette-swatch{width:2.25rem;height:2.25rem;border-radius:10px;border:2px solid rgba(0,0,0,.08);cursor:pointer;padding:0;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.background-palette-swatch:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000001f}.background-palette-swatch.selected{outline:2px solid var(--color-brand-2);outline-offset:2px;box-shadow:0 2px 8px rgba(var(--color-brand-2-rgb),.35)}.background-custom-row{display:flex;flex-direction:column;gap:.5rem}.background-custom-label{font-size:.875rem;font-weight:600;color:var(--color-muted-4)}.background-custom-input{width:100%;height:48px;border:2px solid var(--color-neutral-3);border-radius:8px;cursor:pointer;padding:0;background:none}.background-custom-input::-webkit-color-swatch-wrapper{padding:4px}.background-custom-input::-webkit-color-swatch{border:none;border-radius:4px}.gradient-content{display:flex;flex-direction:column;gap:1.25rem}.gradient-controls{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-width:0}@media (min-width: 768px){.gradient-content,.gradient-controls{gap:1.5rem}}@media (min-width: 560px){.gradient-content{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}.gradient-controls{flex:1 1 auto;min-width:0}}@media (max-width: 559px){.gradient-tile-preview{order:-1;margin-inline:auto}}.gradient-tile-preview{width:100%;max-width:132px;aspect-ratio:1;margin:0;border-radius:12px;border:2px solid rgba(0,0,0,.08);box-shadow:0 4px 14px #0000001f,inset 0 1px #ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center}.gradient-tile-preview-question{font-size:clamp(1.75rem,8vw,2.25rem);font-weight:700;color:#fffffff2;text-shadow:0 1px 3px rgba(0,0,0,.35);line-height:1;-webkit-user-select:none;user-select:none}.gradient-colors{display:flex;flex-direction:row;gap:.5rem;align-items:flex-end}.gradient-color-item{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.gradient-color-item--single{max-width:220px}.gradient-color-label{font-size:.6875rem;font-weight:600;color:var(--color-muted-3);text-align:center;line-height:1.2}.gradient-color-input{width:100%;height:44px;border:2px solid var(--color-neutral-3);border-radius:8px;cursor:pointer;padding:0;background:none}.gradient-color-input::-webkit-color-swatch-wrapper{padding:0}.gradient-color-input::-webkit-color-swatch{border:none;border-radius:6px}.gradient-angle{display:flex;flex-direction:column;gap:.75rem}.gradient-angle-label{font-size:.875rem;font-weight:600;color:var(--color-muted-4)}.gradient-angle-slider{width:100%;height:8px;border-radius:4px;background:var(--color-neutral-3);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.gradient-angle-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-brand-2);cursor:pointer;box-shadow:0 2px 4px rgba(var(--color-tint-4-rgb),.2)}.gradient-angle-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-brand-2);cursor:pointer;border:none;box-shadow:0 2px 4px rgba(var(--color-tint-4-rgb),.2)}.gradient-angle-slider::-webkit-slider-thumb:hover{background:var(--color-brand-3)}.gradient-angle-slider::-moz-range-thumb:hover{background:var(--color-brand-3)}@media (min-width: 768px){.gradient-tile-preview{max-width:152px}.gradient-colors{gap:1.25rem}.gradient-color-label{font-size:.8125rem}.gradient-color-input{height:50px}.background-page-preview{max-width:168px}}.background-content{display:flex;flex-direction:column;gap:1.25rem}.background-controls{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:0}@media (min-width: 560px){.background-content{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}.background-controls{flex:1 1 auto;min-width:0}}@media (max-width: 559px){.background-page-preview{order:-1;margin-inline:auto}}.background-page-preview{width:100%;max-width:140px;aspect-ratio:4 / 3;margin:0;border-radius:12px;border:2px solid rgba(0,0,0,.08);box-shadow:0 4px 14px #0000001f,inset 0 0 0 1px #ffffff40;flex-shrink:0;align-self:center}@media (max-width: 768px){.gradient-maker{padding:1.5rem}.background-palette{gap:.4rem}.background-palette-swatch{width:2rem;height:2rem}}.single-image-upload{width:100%;min-width:0}.single-image-upload .upload-area{margin-bottom:0;padding:1.5rem 1rem}.single-image-upload-status{font-size:.875rem;font-weight:600;color:var(--color-accent-2);margin:0 0 .75rem;text-align:center}.upload-area.upload-area--busy{opacity:.65;pointer-events:none;cursor:wait}.emoji-selector{background:#fff;border-radius:16px;padding:2rem 2rem 1.5rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;width:100%;min-width:0}.emoji-selector-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.5rem}.emoji-selector-subtitle{font-size:.875rem;color:var(--color-muted-2);margin-bottom:1.25rem}.emoji-selector-content{display:flex;flex-direction:column;gap:1.5rem}.emoji-preview{text-align:center}.emoji-selector-main{display:flex;flex-direction:column;gap:.75rem;min-width:0}.emoji-selector-tabs{display:flex;gap:.35rem;padding:.2rem;background:var(--color-muted-1);border-radius:10px;flex-shrink:0}.emoji-selector-tab{flex:1;border:none;border-radius:8px;padding:.55rem .75rem;font-size:.875rem;font-weight:600;font-family:inherit;color:var(--color-muted-2);background:transparent;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.emoji-selector-tab:hover{color:var(--color-muted-4)}.emoji-selector-tab:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:2px}.emoji-selector-tab--active{background:var(--color-neutral-1);color:var(--color-neutral-4);box-shadow:0 1px 3px #00000014}.emoji-selector-panel{min-width:0}.emoji-picker-panel{display:flex;flex-direction:column;gap:.75rem}.emoji-photo-panel{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.emoji-selector-footer-actions{display:flex;justify-content:center;padding-top:.15rem}.emoji-preview-tile{position:relative;width:100px;height:100px;margin:0 auto 1rem;background:#0000000f;border:3px solid rgba(255,255,255,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 20px #0000001a,0 4px 12px #00000026}.emoji-preview-emoji{font-size:3.5rem;filter:drop-shadow(0 2px 4px rgba(var(--color-tint-4-rgb),.2))}.emoji-preview-logo{width:60%;height:60%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(var(--color-tint-4-rgb),.2))}.emoji-preview-user-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:9px;display:block}.emoji-remove-photo-btn{align-self:center;padding:.35rem .75rem;font-size:.8125rem;color:var(--color-muted-2);background:transparent;border:none;text-decoration:underline;cursor:pointer;font-family:inherit}.emoji-remove-photo-btn:hover{color:var(--color-neutral-4)}.emoji-preview-label{font-size:.875rem;color:var(--color-muted-2);font-weight:500}.emoji-picker-wrapper{border:2px solid var(--color-neutral-3);border-radius:12px;overflow:hidden;background:#fff;flex-shrink:0;width:100%;min-width:0}.emoji-picker-wrapper :global(.EmojiPickerReact){--epr-emoji-size: 2rem;--epr-category-label-height: 2rem;--epr-search-input-height: 2.5rem;border:none;box-shadow:none}@media (min-width: 768px){.emoji-selector-content{flex-direction:row;align-items:flex-start;gap:2rem}.emoji-preview{flex:0 0 auto;min-width:150px}.emoji-selector-main{flex:1;min-width:0}}@media (max-width: 767px){.emoji-selector{padding:1.5rem}.emoji-preview-tile{width:80px;height:80px}.emoji-preview-emoji{font-size:2.5rem}.emoji-preview-logo{width:50%;height:50%}.emoji-picker-wrapper :global(.EmojiPickerReact){--epr-emoji-size: 1.75rem}}.multiplayer-game-container{display:flex;gap:.5rem;width:100%;max-width:100%;margin:0 auto;flex:1;min-height:0;max-height:calc(100vh - 5rem)}.multiplayer-players-sidebar{flex:0 1 auto;width:clamp(140px,28%,380px);min-width:140px;max-width:380px;background:#fff;border-radius:8px;padding:.4rem;box-shadow:0 2px 6px #00000014;height:fit-content;position:sticky;top:.25rem}.players-sidebar-title{font-size:.9rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.5rem}.players-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.player-item{display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;border-radius:6px;background:var(--color-surface-2);transition:all .2s}.player-item.active{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;box-shadow:0 4px 12px #3b82f659}.player-item.you{border:2px solid var(--color-brand-2);box-shadow:0 0 0 1px #3b82f633}.player-item.you.active{border-color:#ffffff80}.player-you-badge{display:inline-block;margin-left:.35rem;font-size:.6rem;font-weight:700;color:var(--color-brand-2);background:#3b82f626;padding:.1rem .35rem;border-radius:4px;vertical-align:middle}.player-item.active .player-you-badge{color:#fff;background:#ffffff40}.player-color-badge{width:1.25rem;height:1.25rem;border-radius:50%;flex-shrink:0;box-shadow:0 1px 3px rgba(var(--color-tint-4-rgb),.2)}.player-info{flex:1;min-width:0}.player-name{font-weight:600;font-size:.75rem;margin-bottom:.1rem;line-height:1.2}.player-item.active .player-name{color:#fff}.player-stats{font-size:.65rem;color:var(--color-muted-2)}.player-item.active .player-stats{color:#ffffffe6}.player-turn-indicator{font-size:.6rem;font-weight:600;background:#fff3;padding:.15rem .35rem;border-radius:4px;white-space:nowrap}.game-stats-sidebar{padding-top:.5rem;border-top:1px solid var(--color-neutral-3)}.game-stats-sidebar .stat-item{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.75rem}.game-stats-sidebar .stat-label{font-size:.7rem;color:var(--color-muted-2)}.game-stats-sidebar .stat-value{font-weight:600;font-size:.75rem;color:var(--color-neutral-4)}.multiplayer-game-grid-wrapper{flex:1;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.multiplayer-game-grid-container{width:100%;--grid-max: min(100%, calc(100vh - 17rem) );max-width:var(--grid-max);padding:.25rem 0;margin:0 auto}.multiplayer-game-grid-container .game-stats{display:none}.multiplayer-game-grid-container .game-grid{width:100%;aspect-ratio:1;max-width:var(--grid-max);max-height:var(--grid-max)}.multiplayer-game-grid-container .game-card{container-type:size;container-name:card}.multiplayer-game-grid-container .card-back-pattern{font-size:clamp(.75rem,5vmin,2rem)}@container card (min-width: 1px){.multiplayer-game-grid-container .card-back-pattern{font-size:22cqmin}}.multiplayer-game-grid-container .center-emoji{font-size:clamp(1rem,6vmin,2.5rem)}@container card (min-width: 1px){.multiplayer-game-grid-container .center-emoji{font-size:35cqmin}}.multiplayer-game-grid-container .center-logo-img:not(.center-photo){max-width:25cqmin;max-height:25cqmin;width:auto;height:auto}.multiplayer-game-grid-container .center-logo-img.center-photo{max-width:none;max-height:none;width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.multiplayer-game-container{flex-direction:column}.multiplayer-players-sidebar{width:100%;position:static}.players-list{flex-direction:row;flex-wrap:wrap}.player-item{flex:1;min-width:150px}}.multiplayer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.multiplayer-modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative}.multiplayer-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--color-muted-2);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.multiplayer-modal-close:hover{background:var(--color-muted-1);color:var(--color-neutral-4)}.multiplayer-modal-title{font-size:1.75rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1.5rem;text-align:center}.multiplayer-modal-section{margin-bottom:1.5rem}.multiplayer-modal-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-muted-4);margin-bottom:.75rem}.multiplayer-mode-buttons{display:flex;gap:.75rem;margin-bottom:.5rem}.mode-button{flex:1;padding:.75rem 1rem;border:2px solid var(--color-neutral-3);border-radius:8px;background:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;color:var(--color-muted-4)}.mode-button:hover{border-color:var(--color-brand-2);background:var(--color-brand-1)}.mode-button.active{border-color:var(--color-brand-2);background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.multiplayer-modal-hint{font-size:.875rem;color:var(--color-muted-2);margin-top:.5rem}.player-count-buttons{display:flex;gap:.75rem}.count-button{flex:1;padding:.75rem;border:2px solid var(--color-neutral-3);border-radius:8px;background:#fff;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s;color:var(--color-muted-4)}.count-button:hover{border-color:var(--color-brand-2);background:var(--color-brand-1)}.count-button.active{border-color:var(--color-brand-2);background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.player-names-list{display:flex;flex-direction:column;gap:.75rem}.player-name-input-wrapper{display:flex;align-items:center;gap:.75rem}.player-color-indicator{width:2rem;height:2rem;border-radius:50%;flex-shrink:0;box-shadow:0 2px 4px #0000001a}.player-name-input{flex:1;padding:.75rem 1rem;border:2px solid var(--color-neutral-3);border-radius:8px;font-size:1rem;transition:all .2s}.player-name-input:focus{outline:none;border-color:var(--color-brand-2);box-shadow:0 0 0 3px rgba(var(--color-brand-2-rgb),.1)}.multiplayer-modal-error{background:var(--color-error-1);color:var(--color-error-3);padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.multiplayer-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.multiplayer-modal-actions .app-button--primary,.multiplayer-modal-actions .app-button--secondary{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;border:none}.multiplayer-modal-actions .app-button--secondary{background:var(--color-muted-1);color:var(--color-muted-4)}.multiplayer-modal-actions .app-button--secondary:hover{background:var(--color-neutral-3)}.multiplayer-modal-actions .app-button--primary{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.multiplayer-modal-actions .app-button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-brand-2-rgb),.4)}.end-game-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.end-game-modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:500px;width:90%;box-shadow:0 20px 60px #0006;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.end-game-header{text-align:center;margin-bottom:2rem}.end-game-title{font-size:2rem;font-weight:800;color:var(--color-neutral-4);margin-bottom:.5rem}.end-game-subtitle{font-size:1rem;color:var(--color-muted-2)}.end-game-results{margin-bottom:2rem}.results-title{font-size:1.125rem;font-weight:600;color:var(--color-muted-4);margin-bottom:1rem;text-align:center}.players-results-list{display:flex;flex-direction:column;gap:.75rem}.player-result-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;background:var(--color-surface-2);transition:all .2s}.player-result-item.winner{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;box-shadow:0 4px 12px rgba(var(--color-brand-2-rgb),.3)}.player-result-rank{font-size:1.5rem;font-weight:700;width:2rem;text-align:center}.player-result-color{width:2.5rem;height:2.5rem;border-radius:50%;flex-shrink:0;box-shadow:0 2px 4px rgba(var(--color-tint-4-rgb),.2)}.player-result-info{flex:1}.player-result-name{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.player-result-item.winner .player-result-name{color:#fff}.player-result-pairs{font-size:.875rem;color:var(--color-muted-2)}.player-result-item.winner .player-result-pairs{color:#ffffffe6}.end-game-actions{display:flex;gap:.75rem;justify-content:center}.end-game-actions .app-button--primary,.end-game-actions .app-button--secondary{padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;border:none}.end-game-actions .app-button--secondary{background:var(--color-muted-1);color:var(--color-muted-4)}.end-game-actions .app-button--secondary:hover{background:var(--color-neutral-3)}.end-game-actions .app-button--primary{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.end-game-actions .app-button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--color-brand-2-rgb),.4)}.custom-embedded-preview{width:100%;max-width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center}.custom-embedded-preview__grid{width:100%;max-width:min(100%,92vw);margin-left:auto;margin-right:auto}.custom-embedded-preview__actions,.preview-actions.custom-embedded-preview__actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:22rem;margin-top:.75rem;margin-left:auto;margin-right:auto}.custom-embedded-preview__actions .app-button--lg{width:100%;box-sizing:border-box;padding:.875rem 1.5rem;min-height:3.25rem;font-size:1.0625rem;line-height:1.35}.custom-embedded-preview__actions .app-button--secondary.app-button--lg{padding:.8125rem 1.5rem}.custom-step-4 .custom-embedded-preview .preview-wrapper{max-width:min(100%,92vw);margin-left:auto;margin-right:auto}@media (min-width: 768px){.custom-embedded-preview__grid,.custom-step-4 .custom-embedded-preview .preview-wrapper{max-width:80vw}.custom-embedded-preview__actions .app-button--lg{padding:1rem 2rem;min-height:3.5rem;font-size:1.125rem}}.app-stepper{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:8px}.app-stepper-list{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;list-style:none;margin:0;padding:0}.app-stepper-list-item{margin:0;padding:0}.app-stepper-item{display:flex;align-items:center;gap:.5rem;color:var(--color-muted-3);font-size:.875rem;font-family:inherit;background:transparent;border:none;padding:.25rem .35rem;border-radius:6px;cursor:default}.app-stepper-item--accessible{cursor:pointer}.app-stepper-item--accessible:hover:not(:disabled){background:var(--color-brand-1);color:var(--color-neutral-4)}.app-stepper-item--accessible:focus-visible{outline:var(--outline-focus-brand);outline-offset:2px}.app-stepper-item--locked{opacity:.45;cursor:not-allowed}.app-stepper-item--active{color:var(--color-neutral-4);font-weight:700}.app-stepper-item--done .app-stepper-number{background:var(--color-success-2);color:var(--color-neutral-1)}.app-stepper-number{width:1.5rem;height:1.5rem;border-radius:50%;background:var(--color-border-1);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.app-stepper-item--active .app-stepper-number{background:var(--color-brand-2);color:var(--color-neutral-1)}@media (max-width: 640px){.app-stepper{margin-bottom:1rem;padding:.75rem}.app-stepper-list{gap:.35rem .75rem}.app-stepper-item{font-size:.8125rem;padding:.15rem .2rem}.app-stepper-number{width:1.25rem;height:1.25rem;font-size:.6875rem}}.custom-page{min-height:100vh;background:var(--color-surface-2)}.custom-main{padding:.75rem 0 1.5rem}@media (min-width: 768px){.custom-main{padding:1rem 0 2rem}}.custom-page-header{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin-bottom:1rem;width:100%}.custom-page-back{flex-shrink:0}.custom-page-header-text{flex:1;min-width:0;text-align:center}.custom-page-title{font-size:clamp(1.125rem,2.8vw,1.5rem);font-weight:700;color:var(--color-neutral-4);margin:0 0 .2rem;line-height:1.2}.custom-page-subtitle{font-size:clamp(.8125rem,1.8vw,.9375rem);color:var(--color-muted-2);margin:0;line-height:1.35}@media (max-width: 767px){.custom-page-header{flex-direction:column;align-items:stretch;gap:.625rem}.custom-page-back{align-self:flex-start}.custom-page-header-text{flex:none;width:100%;text-align:center;padding-top:0}.custom-page-title{font-size:1.25rem}.custom-page-subtitle{font-size:.875rem;max-width:22rem;margin-left:auto;margin-right:auto}}.custom-page-stepper{margin-bottom:.5rem}.custom-stepper{margin-bottom:.5rem;padding:.35rem 0 .5rem;background:transparent;border-radius:0;box-shadow:none}.custom-stepper-list{list-style:none;margin:0;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:.15rem}.custom-stepper-item{flex:1;min-width:0;display:flex;align-items:stretch;justify-content:center}.custom-stepper-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:0;padding:.2rem .1rem;border:none;border-radius:8px;background:transparent;cursor:pointer;font-family:inherit;color:var(--color-muted-2);transition:color .15s,background .15s}.custom-stepper-step:hover{background:var(--color-muted-1);color:var(--color-muted-4)}.custom-stepper-step:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:2px}.custom-stepper-step--current{color:var(--color-neutral-4)}.custom-stepper-step--done{color:var(--color-accent-2)}.custom-stepper-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;background:var(--color-neutral-3);color:var(--color-muted-3);flex-shrink:0;transition:background .2s,color .2s}.custom-stepper-step--current .custom-stepper-circle{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:var(--color-neutral-1);box-shadow:0 2px 8px rgba(var(--color-brand-2-rgb),.35)}.custom-stepper-step--done .custom-stepper-circle{background:var(--color-warning-2);color:var(--color-accent-3)}.custom-stepper-label{display:block;text-align:center;font-size:.625rem;font-weight:600;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 640px){.custom-stepper-label{font-size:.6875rem;white-space:normal;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}}.custom-stepper-label-long{display:none}.custom-stepper-label-short{display:inline}@media (min-width: 640px){.custom-stepper-label-long{display:inline}.custom-stepper-label-short{display:none}}.custom-stepper-track{height:3px;background:var(--color-neutral-3);border-radius:3px;margin:.4rem 0 0;overflow:hidden}.custom-stepper-track-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--color-brand-2),var(--color-brand-4));transition:width .25s ease}.custom-step-intro{font-size:.9375rem;color:var(--color-muted-3);line-height:1.5;margin:0 auto 1.25rem;text-align:center;max-width:34rem;padding:0 .25rem}@media (min-width: 768px){.custom-step-intro{font-size:1rem;margin-bottom:1.5rem;max-width:36rem}}.custom-step-panels{margin-bottom:0;width:100%}.custom-step-panels--focus-step,.custom-step-panels--preview-step{padding-bottom:.25rem}.custom-step-panels--rail{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(.35rem,1.5vw,1rem);width:100%}.custom-step-panels--rail .custom-step-panels-main{flex:1 1 auto;min-width:0;width:100%;display:flex;flex-direction:column;align-items:center}.custom-step-panels--preview-step .custom-step-panels-main{align-items:stretch}.custom-step-panels--preview-step .custom-step-panels-main>.custom-step-4{width:100%;max-width:100%}.custom-step-arrow{flex:0 0 auto;display:flex;align-items:center;justify-content:center;align-self:center}.custom-step-arrow-button{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:var(--color-neutral-1);box-shadow:0 4px 14px rgba(var(--color-brand-2-rgb),.35);transition:transform .15s ease,box-shadow .15s ease}@media (min-width: 900px){.custom-step-arrow-button{width:3rem;height:3rem}}.custom-step-arrow-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 18px #667eea73}.custom-step-arrow-button:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:3px}.custom-step-arrow-button:disabled{opacity:.38;cursor:not-allowed;transform:none;box-shadow:none;background:var(--color-border-3);color:var(--color-tint-2)}.custom-step-arrow-icon{font-size:1.25rem;line-height:1;font-weight:600;display:block}@media (max-width: 767px){.custom-step-arrow{display:none}}.custom-step-focus{width:100%;max-width:min(100%,44rem);margin-left:auto;margin-right:auto}.custom-step-focus--narrow{max-width:min(100%,26rem)}@media (min-width: 900px){.custom-step-focus{max-width:min(100%,48rem)}.custom-step-focus .emoji-selector,.custom-step-focus .gradient-maker{padding:1.25rem 1.35rem 1.35rem}}.custom-step-4{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:100%;margin-left:auto;margin-right:auto}.custom-step-4.custom-step-4--preview-bleed{width:calc(100% + 3rem);max-width:min(100vw,calc(100% + 3rem));margin-left:-1.5rem;margin-right:-1.5rem;box-sizing:border-box}@media (max-width: 767px){.custom-step-4.custom-step-4--preview-bleed{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.custom-step-panels--preview-step .custom-step-panels-main{align-items:center}}.custom-step-4 .custom-preview-wrapper{display:flex;flex-direction:column;background:transparent;border-radius:0;box-shadow:none;padding:0;overflow:clip;min-height:min(56vh,520px)}.custom-step-4 .custom-preview-title{margin-bottom:.5rem}.custom-step-4 .custom-preview-body{flex:1 1 auto;min-height:min(52vh,520px);display:flex;align-items:center;justify-content:center;padding:0;container-type:size;container-name:custom-preview}@media (min-width: 768px){.custom-step-4{gap:1rem;flex-shrink:0}.custom-step-4 .custom-preview-wrapper{flex:0 1 auto;min-height:0;height:min(60vh,85dvh,640px);max-height:min(60vh,85dvh,640px);overflow:clip;box-sizing:border-box;padding-bottom:.35rem}.custom-step-4 .custom-preview-body{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);align-items:stretch;justify-items:stretch;flex:1 1 auto;min-height:0}.custom-step-4 .custom-preview-body>.floating-game-preview{width:100%;height:100%;min-width:0;min-height:0;max-height:100%}}@media (min-width: 1024px){.custom-step-4{gap:1.25rem}}.custom-preview-wrapper{background:#fff;border-radius:12px;padding:.5rem .5rem .75rem;box-shadow:0 2px 10px #00000014;position:relative}.custom-preview-title{font-size:.9375rem;font-weight:600;color:var(--color-neutral-4);text-align:center;margin:0 0 .35rem;flex-shrink:0}@media (min-width: 768px){.custom-preview-wrapper{padding:.5rem .75rem 1rem}.custom-preview-wrapper .floating-game-preview{padding:.35rem .25rem .75rem;box-sizing:border-box}}.custom-preview-wrapper .floating-game-preview{min-height:min(36vh,320px);perspective:1200px}.custom-preview-wrapper .floating-game-preview .game-grid-container{max-width:min(100%,min(96vw,92vmin,880px));min-width:0!important}@media (min-width: 1024px){.custom-preview-wrapper .floating-game-preview{flex:1 1 auto;width:100%;min-height:0;height:100%;max-height:100%;padding:.15rem .1rem .35rem;box-sizing:border-box}.custom-preview-wrapper .floating-game-preview .game-grid{gap:clamp(.35rem,1.4cqmin,.9rem)}.custom-preview-wrapper .floating-game-preview .card-back-pattern{font-size:clamp(1.15rem,4.5cqmin,2.35rem)}.custom-preview-wrapper .floating-game-preview .center-emoji{font-size:clamp(1.4rem,5.5cqmin,3rem)}.custom-preview-wrapper .floating-game-container{transform:rotateY(-13deg) rotateX(4deg) scale(.98);max-width:100%}.custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-10deg) rotateX(3deg) scale(1)}}.custom-preview-wrapper .floating-game-preview .game-grid{gap:.5rem}.custom-preview-wrapper .floating-game-preview .card-back-pattern{font-size:1.35rem}.custom-preview-wrapper .floating-game-preview .center-emoji{font-size:2rem}.custom-preview-wrapper .floating-game-container{animation:none;filter:drop-shadow(0 16px 36px rgba(0,0,0,.32))}@media (max-width: 1023px){.custom-preview-wrapper .floating-game-container{transform:rotateY(-11deg) rotateX(3deg) scale(.92)}.custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-9deg) rotateX(2deg) scale(.94)}}@media (max-width: 480px){.custom-preview-wrapper .floating-game-preview .game-grid-container{max-width:min(100%,96vw)}.custom-preview-wrapper .floating-game-container{transform:rotateY(-9deg) rotateX(2deg) scale(.9)}.custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-7deg) rotateX(2deg) scale(.92)}}@media (min-width: 768px){.custom-step-4 .custom-preview-wrapper{padding:0}.custom-step-4 .custom-preview-wrapper .floating-game-preview{padding:.25rem 0;box-sizing:border-box;min-height:0;height:100%;max-height:100%}}.custom-step-4 .custom-preview-wrapper .floating-game-preview{min-height:min(44vh,440px)}@media (min-width: 768px){.custom-step-4 .custom-preview-wrapper .floating-game-preview{min-height:0}}.custom-step-4 .custom-preview-wrapper .floating-game-preview .game-grid-container{--grid-max: min(100%, min(98vw, 96vmin, 1200px));max-width:min(100%,min(98vw,96vmin,1200px))!important}@media (min-width: 768px){.custom-step-4 .custom-preview-wrapper .floating-game-preview .game-grid-container{--grid-max: min(100%, min(92vw, 52vmin, calc(60vh - 4.5rem) ));max-width:min(100%,min(92vw,52vmin,calc(60vh - 4.5rem)))!important}}@media (min-width: 1024px){.custom-step-4 .custom-preview-wrapper .floating-game-preview .game-grid-container{--grid-max: min(100%, min(88vw, 50vmin, calc(60vh - 4.5rem) ));max-width:min(100%,min(88vw,50vmin,calc(60vh - 4.5rem)))!important}.custom-step-4 .custom-preview-wrapper .floating-game-container{transform:rotateY(-8deg) rotateX(3deg) scale(1);max-width:100%}.custom-step-4 .custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-6deg) rotateX(2deg) scale(1.02)}}@media (max-width: 1023px){.custom-step-4 .custom-preview-wrapper .floating-game-container{transform:rotateY(-8deg) rotateX(3deg) scale(.97)}.custom-step-4 .custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-6deg) rotateX(2deg) scale(.99)}}@media (max-width: 480px){.custom-step-4 .custom-preview-wrapper .floating-game-preview .game-grid-container{max-width:min(100%,99vw)!important}.custom-step-4 .custom-preview-wrapper .floating-game-container{transform:rotateY(-7deg) rotateX(2deg) scale(.96)}.custom-step-4 .custom-preview-wrapper .floating-game-container:hover{transform:rotateY(-5deg) rotateX(2deg) scale(.98)}}.custom-page .emoji-selector{padding:1rem 1rem 1.125rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.custom-page .emoji-selector-title{font-size:1.0625rem;margin-bottom:.25rem}.custom-page .emoji-selector-subtitle{font-size:.8125rem;margin-bottom:.75rem}.custom-page .emoji-selector-content{gap:.75rem}.custom-page .emoji-preview-tile{width:72px;height:72px;margin-bottom:.5rem}.custom-page .emoji-preview-emoji{font-size:2.25rem}.custom-page .emoji-preview-label{font-size:.75rem}.custom-page .emoji-selector-tabs{gap:.25rem}.custom-page .emoji-selector-tab{padding:.45rem .5rem;font-size:.8125rem}.custom-page .emoji-single-upload .upload-area{padding:1.1rem .85rem}@media (min-width: 768px){.custom-page .emoji-selector-content{flex-direction:row;align-items:flex-start;gap:1rem}.custom-page .emoji-preview{flex:0 0 auto;min-width:100px}}.custom-page .gradient-maker{padding:1rem 1rem 1.125rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.custom-page .gradient-maker-title{font-size:1.0625rem;margin-bottom:.25rem}.custom-page .gradient-maker-subtitle{font-size:.8125rem;margin-bottom:.75rem}.custom-page .gradient-maker-divider{margin:1rem 0}.custom-page .gradient-content{gap:.75rem}@media (min-width: 560px){.custom-page .gradient-content{gap:1rem}}.custom-page .gradient-controls{gap:.65rem}@media (min-width: 768px){.custom-page .gradient-controls{gap:.85rem}}.custom-page .gradient-tile-preview{max-width:104px;border-radius:10px}.custom-page .gradient-tile-preview-question{font-size:clamp(1.35rem,5vw,1.65rem)}.custom-page .gradient-colors{gap:.4rem}@media (min-width: 768px){.custom-page .gradient-colors{gap:.65rem}.custom-page .gradient-tile-preview{max-width:120px}.custom-page .background-page-preview{max-width:132px}}.custom-page .background-content{gap:.75rem}@media (min-width: 560px){.custom-page .background-content{gap:1rem}}.custom-page .gradient-color-input{height:36px}.custom-page .gradient-color-label{font-size:.625rem}.custom-page .background-palette{margin-bottom:0}.custom-page .background-custom-input{height:40px}.custom-visibility-section{width:100%;margin:0;padding:1.25rem 1.25rem 1.35rem;background:var(--color-neutral-1);border-radius:12px;border:none;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.custom-game-title-field{width:100%}.custom-game-title-label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-muted-4);margin-bottom:.35rem}.custom-game-title-input{width:100%;box-sizing:border-box;padding:.5rem .65rem;font-size:.9375rem;border:2px solid var(--color-neutral-3);border-radius:8px;outline:none;transition:border-color .2s;font-family:inherit;background:var(--color-neutral-1)}.custom-game-title-input:focus{border-color:var(--color-brand-2)}.custom-game-title-hint{font-size:.7rem;color:var(--color-muted-2);margin:.35rem 0 0;line-height:1.35}.custom-meta-divider{height:1px;border:none;margin:.875rem 0 .75rem;background:linear-gradient(90deg,transparent,var(--color-neutral-3) 10%,var(--color-neutral-3) 90%,transparent)}.custom-visibility-title{font-size:1rem;font-weight:700;color:var(--color-neutral-4);margin:0 0 .35rem}.custom-visibility-intro{font-size:.8125rem;color:var(--color-muted-2);line-height:1.45;margin:0 0 .75rem}.custom-visibility-row{display:flex;align-items:flex-start;gap:.75rem}.custom-visibility-switch{flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer}.custom-visibility-switch:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:3px;border-radius:9999px}.custom-visibility-switch-track{display:block;width:44px;height:26px;border-radius:9999px;background:var(--color-border-3);position:relative;transition:background .2s}.custom-visibility-switch[aria-checked=true] .custom-visibility-switch-track{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%)}.custom-visibility-switch-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--color-neutral-1);box-shadow:0 1px 3px rgba(var(--color-tint-4-rgb),.2);transition:transform .2s}.custom-visibility-switch[aria-checked=true] .custom-visibility-switch-thumb{transform:translate(18px)}.custom-visibility-copy{min-width:0}.custom-visibility-mode{display:block;font-size:.875rem;font-weight:600;color:var(--color-neutral-4);margin-bottom:.25rem}.custom-visibility-hint{font-size:.8125rem;color:var(--color-muted-2);line-height:1.4;margin:0}.custom-theme-selection{margin-bottom:0}.custom-theme-selection--persistent{margin-top:1.75rem;margin-bottom:.25rem;padding-top:1.75rem;border-top:1px solid var(--color-neutral-3);max-width:720px;margin-left:auto;margin-right:auto}@media (min-width: 900px){.custom-theme-selection--persistent{max-width:760px;padding-top:2rem;margin-top:2rem}}.custom-theme-heading{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:700;text-align:center;margin:0 0 .5rem;color:var(--color-neutral-4)}.custom-theme-subheading{font-size:.875rem;text-align:center;color:var(--color-muted-2);margin:0 auto 1rem;max-width:36rem;line-height:1.45}.custom-theme-selection .theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;max-width:720px;margin:0 auto}.custom-theme-selection .theme-card{padding:.85rem .65rem;border-radius:12px;min-height:0}.custom-theme-selection .theme-icon-large{font-size:1.75rem;margin-bottom:.35rem}.custom-theme-selection .theme-name-large{font-size:.9375rem;margin-bottom:.25rem}.custom-theme-selection .theme-description{font-size:.6875rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.custom-step-footer{display:none;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:1.25rem;margin-bottom:1rem;padding-top:.5rem}@media (max-width: 767px){.custom-step-footer{display:flex}}.custom-step-footer-spacer{flex:1;min-width:0}.custom-step-footer--last{justify-content:flex-start}.custom-step-footer-hint{flex:1;min-width:0}.custom-actions{display:flex;justify-content:center;margin-top:0;margin-bottom:0}.custom-actions--preview-continue{position:relative;z-index:6;flex-shrink:0;width:100%;max-width:22rem;margin-top:1.25rem;margin-left:auto;margin-right:auto}.custom-actions .app-button--lg{padding:.75rem 1.75rem;font-size:1rem}.theme-card-selectable{cursor:pointer;transition:transform .2s,box-shadow .2s}.theme-card-selectable:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.theme-card-selectable.selected{box-shadow:0 6px 16px rgba(var(--color-brand-2-rgb),.35)}@media (max-width: 768px){.custom-main{padding:.5rem 0 1.25rem}.custom-step-panels{margin-bottom:.375rem}.custom-step-footer{margin-top:.5rem}.custom-actions .app-button--lg{width:100%;max-width:320px}}.checkout-page{min-height:100vh;background:var(--color-surface-2);padding:3rem 0}.checkout-back-btn{margin-bottom:0}.checkout-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.checkout-form-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 6px rgba(var(--color-tint-4-rgb),.05);overflow:hidden}.checkout-title{font-size:2rem;font-weight:800;color:var(--color-neutral-4);margin-bottom:.5rem}.checkout-subtitle{font-size:1rem;color:var(--color-muted-2);margin-bottom:2rem}.order-summary{background:var(--color-surface-2);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.summary-title{font-size:1.25rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-neutral-3)}.summary-item:last-of-type{border-bottom:none}.summary-label{font-size:.875rem;color:var(--color-muted-2);font-weight:500}.summary-value{font-size:.875rem;color:var(--color-neutral-4);font-weight:600}.summary-divider{height:1px;background:var(--color-neutral-3);margin:1rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:2px solid var(--color-neutral-3)}.total-label{font-size:1.125rem;font-weight:700;color:var(--color-neutral-4)}.total-amount{font-size:1.5rem;font-weight:800;color:var(--color-neutral-4)}.checkout-error{background:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:var(--color-error-3);font-size:.875rem}.btn-checkout{width:100%;margin-bottom:1rem}.checkout-note{font-size:.875rem;color:var(--color-muted-2);text-align:center}.checkout-premium-benefits{background:linear-gradient(135deg,var(--color-brand-1) 0%,var(--color-accent-1) 100%);border:2px solid var(--color-brand-2);border-radius:16px;padding:2rem;margin:2rem 0}.checkout-benefits-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1.5rem;text-align:center}.checkout-benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.checkout-benefits-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--color-neutral-4);font-weight:500;line-height:1.5}.checkout-benefits-list .benefit-icon{font-size:1.5rem;flex-shrink:0;line-height:1.5}@media (max-width: 640px){.checkout-premium-benefits{padding:1.5rem}.checkout-benefits-title{font-size:1.25rem}.checkout-benefits-list{grid-template-columns:1fr;gap:.875rem}.checkout-benefits-list li{font-size:.95rem}}.checkout-preview-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 4px 6px rgba(var(--color-tint-4-rgb),.05);position:sticky;top:2rem;overflow:hidden}.checkout-preview-section .checkout-back-btn{margin-bottom:1.5rem}.preview-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1.5rem;text-align:center}.preview-wrapper{display:flex;justify-content:center;align-items:center;min-height:400px;padding:1rem;overflow:hidden;width:100%}.loading,.error-message{text-align:center;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 4px 6px rgba(var(--color-tint-4-rgb),.05)}.error-message h2{color:var(--color-error-3);margin-bottom:1rem}.error-message p{color:var(--color-muted-2);margin-bottom:2rem}@media (max-width: 968px){.checkout-layout{grid-template-columns:1fr;gap:2rem}.checkout-preview-section{position:static}.checkout-form-section,.checkout-preview-section{padding:1.5rem}.checkout-preview-section .checkout-back-btn{margin-bottom:1rem}}@media (max-width: 640px){.checkout-page{padding:1.5rem 0}.checkout-title{font-size:1.5rem}.checkout-form-section,.checkout-preview-section{padding:1rem}.checkout-layout{gap:1.5rem}.order-summary{padding:1rem}.preview-wrapper{padding:.5rem;min-height:300px;max-width:100%;overflow:hidden}.btn-checkout{padding:.875rem 1rem;font-size:1rem;word-wrap:break-word;white-space:normal}.checkout-preview-section .checkout-back-btn{padding:.625rem 1rem;font-size:.8125rem;margin-bottom:1rem}}.checkout-signin-panel{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,var(--color-brand-1) 0%,var(--color-accent-1) 100%);border-radius:12px;border:1px solid var(--color-warning-2)}.checkout-signin-panel-title{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.checkout-signin-panel-text{font-size:.95rem;color:var(--color-text-primary);line-height:1.5}.checkout-game-title-label{display:block;font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.checkout-game-title-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid var(--color-border-default);border-radius:8px;outline:none;transition:border-color .2s;box-sizing:border-box}.checkout-game-title-input:focus{border-color:var(--color-primary)}.checkout-game-title-hint{font-size:.75rem;color:var(--color-text-secondary);margin-top:.25rem;margin-bottom:0}.payment-success-page{min-height:100vh;background:var(--color-surface-2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.payment-success-page .container{display:flex;justify-content:center;align-items:center;width:100%;max-width:100%}.success-content{background:#fff;border-radius:20px;padding:3rem;text-align:center;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;margin:0 auto}.success-icon{width:80px;height:80px;border-radius:50%;background:var(--color-success-3);color:var(--color-text-inverse);font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}.success-icon--error{background:var(--color-error-3)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-message{font-size:1.125rem;color:var(--color-muted-2);margin-bottom:1.5rem;line-height:1.6}.success-session{font-size:.875rem;color:var(--color-tint-2);margin-bottom:2rem}.success-session code{background:var(--color-muted-1);padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.75rem}.success-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.btn-success-action{padding:.625rem 1.25rem;font-size:.875rem;min-height:40px}.loading-spinner{text-align:center;color:var(--color-neutral-4);font-size:1.25rem;padding:2rem;font-weight:600}.success-details{margin-top:1.5rem;text-align:left;background:var(--color-surface-2);padding:1rem;border-radius:8px}.success-details p{margin-bottom:.5rem}.success-details p:last-child{margin-bottom:0}.success-details code{background:var(--color-neutral-3);padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.875rem}.payment-success-page .app-button--secondary{background:var(--color-muted-1);color:var(--color-neutral-4);border:2px solid var(--color-neutral-3);padding:.75rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.payment-success-page .app-button--secondary:hover:not(:disabled){background:var(--color-neutral-3);color:var(--color-neutral-4);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 640px){.success-content{padding:2rem 1.5rem}.success-title{font-size:1.5rem}.success-icon{width:60px;height:60px;font-size:2rem}}.game-created-page{min-height:100vh;background:var(--color-surface-2);padding:3rem 0}.success-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 6px rgba(var(--color-tint-4-rgb),.05);max-width:600px;margin:0 auto;text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-weight:700}.success-title{font-size:2rem;font-weight:800;color:var(--color-neutral-4);margin-bottom:1rem}.success-message{font-size:1.125rem;color:var(--color-muted-3);line-height:1.6;margin-bottom:1rem}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 640px){.game-created-page{padding:1.5rem 0}.success-content{padding:2rem 1.5rem}.success-title{font-size:1.5rem}.success-actions{flex-direction:column}.success-actions .app-button{width:100%}}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(0);display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--color-neutral-4) 0%,var(--color-muted-4) 100%);color:#fff;border-radius:12px;box-shadow:0 10px 40px #00000040,0 0 0 1px #ffffff14;font-size:.9375rem;font-weight:500;z-index:9999;animation:toastSlideIn .3s ease-out}.toast-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#22c55ee6;border-radius:50%;font-size:.875rem;font-weight:700;flex-shrink:0}.toast-message{line-height:1.4}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%) translateY(1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.room-page.room-page--custom-bg{min-height:100vh;min-height:100dvh}.room-header{text-align:center;margin-bottom:1rem;color:var(--color-neutral-4)}.room-title{font-size:2rem;font-weight:700;margin-top:.5rem;margin-bottom:.25rem;color:var(--color-neutral-4)}.room-subtitle{font-size:1rem;color:var(--color-muted-2)}.game-wrapper{margin:0 auto 1rem;padding:0}.room-page .game-wrapper .game-grid-container{padding:.75rem .5rem}.room-page .game-wrapper .game-stats{margin-bottom:.75rem;font-size:1rem;gap:.5rem}.room-page .game-wrapper .game-stats .stat-item{padding:.4rem .75rem;font-size:.9rem}.room-page .game-wrapper .speed-buttons .speed-btn{padding:.35rem .5rem;font-size:.75rem}.loading-spinner{text-align:center;padding:4rem 2rem;color:var(--color-neutral-4)}.error-content{text-align:center;padding:4rem 2rem}.loading-spinner{font-size:1.5rem}.error-content{background:#fffffff2;border-radius:20px;padding:3rem;box-shadow:0 10px 40px rgba(var(--color-tint-4-rgb),.2);max-width:600px;margin:0 auto}.error-icon{font-size:4rem;margin-bottom:1rem;color:var(--color-error-3)}.error-title{font-size:2rem;margin-bottom:1rem;color:var(--color-neutral-4)}.error-message{font-size:1.1rem;margin-bottom:2rem;color:var(--color-muted-4);line-height:1.6;background:var(--color-surface-2);padding:1.5rem;border-radius:12px;border-left:4px solid var(--color-error-3)}.error-details{color:var(--color-muted-2)!important;font-family:monospace;background:var(--color-muted-1);padding:.75rem 1rem;border-radius:8px;display:inline-block}.error-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions .app-button--primary,.error-actions .app-button--secondary{padding:.75rem 2rem;font-size:1rem}.room-footer{text-align:center;margin-top:.5rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.room-footer-primary-row{display:flex;gap:1rem;align-items:stretch;flex-wrap:nowrap}.btn-room-action{padding:.625rem 1.25rem;font-size:.875rem;min-height:40px}@media (max-width: 1024px){.room-footer{flex-direction:column;align-items:stretch;gap:.75rem}.room-footer-primary-row{width:100%;gap:.5rem}.room-footer-primary-row .btn-room-action{flex:1 1 0;min-width:0}.room-footer>.btn-room-action{width:100%;box-sizing:border-box}}@media (max-width: 768px){.room-title{font-size:2rem}.room-subtitle{font-size:1rem}.game-wrapper{padding:0}}.blog-list-page{min-height:100vh;background:var(--color-surface-2)}.blog-hero{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;padding:3rem 1.5rem;margin-bottom:2rem}.blog-hero-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.blog-hero-subtitle{font-size:1.15rem;opacity:.95;max-width:600px}.blog-article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem}.blog-article-card{display:block;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.blog-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.blog-article-card-content{display:flex;flex-direction:column;gap:.5rem}.blog-article-date{font-size:.8rem;color:var(--color-tint-3)}.blog-article-card-title{font-size:1.25rem;font-weight:700;color:var(--color-neutral-4);line-height:1.3}.blog-article-card-description{font-size:.95rem;color:var(--color-tint-3);line-height:1.5;flex:1}.blog-article-read-more{font-size:.9rem;font-weight:600;color:var(--color-brand-2);margin-top:.5rem}.blog-cta-section{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f}.blog-cta-section p{margin-bottom:1rem;font-size:1.1rem;color:var(--color-muted-3)}@media (max-width: 640px){.blog-hero-title{font-size:1.75rem}.blog-hero-subtitle{font-size:1rem}.blog-article-grid{grid-template-columns:1fr}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-surface-2);color:var(--color-neutral-4)}.not-found-container{width:100%;max-width:600px}.not-found-content{text-align:center;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 8px 32px #0000001a}.not-found-icon{font-size:4rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}.not-found-title{font-size:6rem;font-weight:700;margin:0;line-height:1;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-subtitle{font-size:2rem;margin:1rem 0;font-weight:600;color:var(--color-neutral-4)}.not-found-message{font-size:1.1rem;margin-bottom:2rem;color:var(--color-muted-2);line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-actions .app-button--primary,.not-found-actions .app-button--secondary{padding:.75rem 2rem;font-size:1rem}@media (max-width: 768px){.not-found-content{padding:2rem}.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.5rem}.not-found-actions{flex-direction:column}.not-found-actions .app-button{width:100%}}.blog-post-page{min-height:100vh;background:var(--color-surface-2);padding-bottom:3rem}.blog-post-hero{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;padding:2.5rem 1.5rem;margin-bottom:2rem}.blog-back-link{display:inline-block;color:#ffffffe6;font-size:.9rem;text-decoration:none;margin-bottom:1rem;transition:color .2s}.blog-back-link:hover{color:#fff}.blog-post-date{display:block;font-size:.85rem;opacity:.9;margin-bottom:.5rem}.blog-post-title{font-size:2rem;font-weight:700;line-height:1.3}.blog-post-body{max-width:720px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f}.blog-post-footer{max-width:720px;margin:2rem auto 0;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.blog-article-content{font-size:1.05rem;line-height:1.75;color:var(--color-muted-4)}.blog-article-content .blog-lead{font-size:1.15rem;color:var(--color-muted-3);margin-bottom:2rem}.blog-article-content h2{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-top:2.5rem;margin-bottom:1rem}.blog-article-content h2:first-of-type{margin-top:0}.blog-article-content p{margin-bottom:1rem}.blog-article-content ul{margin-bottom:1rem;padding-left:1.5rem}.blog-article-content li{margin-bottom:.5rem}.blog-article-content a{color:var(--color-brand-2);text-decoration:none;font-weight:500}.blog-article-content a:hover{text-decoration:underline}.blog-article-content code{background:var(--color-muted-1);padding:.2rem .4rem;border-radius:4px;font-size:.9em}.blog-article-content .blog-cta{margin-top:2.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(var(--color-brand-2-rgb),.08),#764ba214);border-radius:12px;border-left:4px solid var(--color-brand-2)}.blog-article-content .blog-cta p{margin-bottom:0}.blog-screenshot-placeholder{margin:2rem 0}.blog-screenshot-img{width:100%;height:auto;border-radius:12px;display:block}.blog-screenshot-box{aspect-ratio:16 / 10;background:var(--color-muted-1);border:2px dashed var(--color-border-3);border-radius:12px;display:flex;align-items:center;justify-content:center}.blog-screenshot-hint{font-size:.9rem;color:var(--color-tint-3);text-align:center;padding:1rem}.blog-screenshot-caption{font-size:.85rem;color:var(--color-tint-3);text-align:center;margin-top:.5rem}@media (max-width: 640px){.blog-post-title{font-size:1.5rem}.blog-post-body{padding:1.5rem}.blog-article-content{font-size:1rem}}.multiplayer-history-page{min-height:100vh;background:linear-gradient(180deg,var(--color-surface-2) 0%,var(--color-muted-1) 100%);padding:1.5rem 0 3rem}.multiplayer-history-page .loading-spinner{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:var(--color-tint-3)}.history-header{text-align:center;margin-bottom:2rem}.history-header .btn-back{margin-bottom:1rem}.history-title{font-size:1.75rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.25rem}.history-subtitle{font-size:1rem;color:var(--color-tint-3)}.history-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f}.history-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.history-empty-text{font-size:1.125rem;color:var(--color-tint-3);margin-bottom:1.5rem}.history-game-list{display:flex;flex-direction:column;gap:1.25rem;max-width:560px;margin:0 auto}.history-game-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f;transition:box-shadow .2s}.history-game-card:hover{box-shadow:0 8px 30px #0000001a}.history-game-card.in-progress{border:2px solid var(--color-brand-2);background:linear-gradient(180deg,var(--color-brand-1) 0%,var(--color-neutral-1) 100%);box-shadow:0 4px 20px #3b82f61f}.history-game-card.in-progress:hover{box-shadow:0 8px 30px #3b82f62e}.history-game-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-neutral-3)}.history-game-date{font-size:.8rem;color:var(--color-tint-3)}.history-game-status{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.history-game-winner{font-size:1rem;font-weight:600;color:var(--color-neutral-4)}.history-game-badge{font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.history-game-badge.in-progress{background:var(--color-brand-2);color:#fff}.history-game-current-turn{font-size:.85rem;font-weight:500;color:var(--color-tint-3)}.history-game-players{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.history-player-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.history-player-row.winner{padding:.6rem .75rem;margin:0 -.75rem;border-radius:10px;background:linear-gradient(135deg,#667eea1f,#764ba21f);border-left:4px solid var(--theme-primary, var(--color-brand-2))}.history-player-color{width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0;box-shadow:0 1px 3px rgba(var(--color-tint-4-rgb),.2)}.history-player-info{flex:1;min-width:0}.history-player-name{font-weight:600;font-size:.95rem;color:var(--color-neutral-4);display:block}.history-player-stats{font-size:.8rem;color:var(--color-tint-3)}.history-player-bar-wrap{flex:0 0 80px;height:8px;background:var(--color-neutral-3);border-radius:4px;overflow:hidden}.history-player-bar{height:100%;border-radius:4px;transition:width .3s ease}.btn-replay{width:100%;padding:.6rem 1rem;font-size:.9rem;font-weight:600;color:var(--theme-primary, var(--color-brand-2));background:rgba(var(--color-brand-2-rgb),.1);border:1px solid rgba(var(--color-brand-2-rgb),.3);border-radius:10px;cursor:pointer;transition:all .2s}.btn-replay:hover{background:#667eea2e;border-color:var(--theme-primary, var(--color-brand-2))}.legal-page{min-height:100vh;background:var(--color-surface-2);padding:2rem 1rem}.legal-content{background:#fff;border-radius:20px;padding:3rem;max-width:100%;margin:0 auto;box-shadow:0 20px 60px #0000004d;line-height:1.7;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.legal-content *{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.legal-content *::selection{background-color:#fff;color:inherit}.legal-content *::-moz-selection{background-color:#fff;color:inherit}.legal-content h1{font-size:2.5rem;font-weight:800;color:var(--color-neutral-4);margin-bottom:.5rem}.last-updated{color:var(--color-muted-2);font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-section{margin-bottom:1rem}.legal-content h2{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.5rem;margin-top:0}.legal-content h3{font-size:1.25rem;font-weight:600;color:var(--color-muted-4);margin-bottom:.5rem;margin-top:.75rem}.legal-content p{color:var(--color-muted-3);margin-bottom:.75rem;font-size:1rem}.legal-content ul{color:var(--color-muted-3);margin-left:1.5rem;margin-bottom:.75rem}.legal-content li{margin-bottom:.5rem}.legal-content strong{color:var(--color-neutral-4);font-weight:600}.legal-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-neutral-3);text-align:center}.btn-back{display:inline-block;padding:.75rem 2rem;text-decoration:none;border-radius:10px;font-weight:600;transition:transform .2s,box-shadow .2s}@media (min-width: 1024px){.legal-page{padding:3rem 2rem}.legal-content{max-width:100%;margin:0;padding:4rem}}@media (min-width: 768px) and (max-width: 1023px){.legal-content{max-width:100%;padding:3rem 2.5rem}}@media (max-width: 767px){.legal-content{padding:2rem 1.5rem;margin:0 auto}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}.legal-content h3{font-size:1.1rem}}.contact-page{min-height:100vh;padding:2rem 1rem;background:var(--color-surface-2)}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.2rem;color:var(--color-muted-2);max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .2s,box-shadow .2s}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--color-muted-4)}.info-card p{color:var(--color-muted-2);font-size:.95rem;margin:0}.contact-form{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-muted-4)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--color-border-3);border-radius:.5rem;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-brand-2)}.form-group textarea{resize:vertical;min-height:120px}.form-success{background:var(--color-success-1);color:var(--color-success-4);padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid var(--color-success-2)}.form-error{background:var(--color-error-1);color:var(--color-error-3);padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid var(--color-error-2)}.btn-submit{width:100%;padding:1rem;font-size:1.1rem}.contact-footer{text-align:center;margin-top:2rem}.btn-back{padding:.75rem 2rem;font-size:1rem}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-neutral-1);padding:2rem;position:relative}.auth-page-wrapper{width:100%;max-width:1200px;margin:0 auto;position:relative}.auth-container{width:100%;max-width:400px}.auth-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d}.auth-title{font-size:2rem;font-weight:800;color:var(--color-neutral-4);margin-bottom:.5rem;text-align:center}.auth-subtitle{font-size:1rem;color:var(--color-muted-2);margin-bottom:2rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-field label{font-size:.875rem;font-weight:600;color:var(--color-neutral-4)}.auth-field input{padding:.75rem 1rem;font-size:1rem;border:2px solid var(--color-neutral-3);border-radius:8px;outline:none;transition:border-color .2s;box-sizing:border-box}.auth-field input:focus{border-color:var(--color-brand-2)}.auth-field input:disabled{background-color:var(--color-muted-1);cursor:not-allowed}.auth-hint{font-size:.75rem;color:var(--color-muted-2);margin:0}.auth-button{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px rgba(var(--color-brand-2-rgb),.4)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background-color:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.auth-error p{color:var(--color-error-3);font-size:.875rem;margin:0}.auth-success{background-color:var(--color-success-1);border:1px solid var(--color-success-2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.auth-success p{color:var(--color-success-4);font-size:.875rem;margin:.5rem 0}.auth-success p:first-child{margin-top:0}.auth-success p:last-child{margin-bottom:0}.auth-switch{margin-top:2rem;text-align:center;font-size:.875rem;color:var(--color-muted-2)}.auth-link-button{background:none;border:none;color:var(--color-brand-2);font-weight:600;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.auth-link-button:hover{color:var(--color-brand-4)}.auth-content{margin-top:1rem}.auth-loading{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0}.auth-spinner{box-sizing:border-box;width:48px;height:48px;flex-shrink:0;border:4px solid var(--color-neutral-3);border-top-color:var(--color-brand-2);border-radius:50%;animation:auth-spin 1s linear infinite;transform-origin:center center}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-loading p{color:var(--color-muted-2);font-size:.875rem;margin:0;margin-top:1rem;max-width:100%}.auth-success{text-align:center;padding:2rem 0}.success-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.success-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.75rem}.success-message{color:var(--color-success-4);font-size:1rem;margin-bottom:.5rem}.success-redirect{color:var(--color-muted-2);font-size:.875rem;margin-top:1rem}.auth-error{text-align:center;padding:2rem 0}.error-icon{width:64px;height:64px;background:var(--color-error-1);color:var(--color-error-3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.error-title{font-size:1.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:.75rem}.error-message{color:var(--color-error-3);font-size:1rem;margin-bottom:1.5rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-actions .auth-button{min-width:140px}.auth-header{position:absolute;top:0;left:0;right:0;padding:2rem;display:flex;justify-content:flex-start;z-index:10}.auth-header-content{margin-bottom:2rem}.auth-back-button{width:40px;height:40px;padding:0;font-size:1.25rem;font-weight:600;color:var(--color-brand-2);background:#fff;border:2px solid var(--color-brand-2);border-radius:9999px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.auth-back-button:hover{background:var(--color-brand-2);color:#fff;transform:translate(-2px)}@media (max-width: 768px){.auth-header{padding:1rem}}.app-game-card{background:#fff;border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #0000001a;position:relative;border:2px solid var(--color-neutral-3)}.app-game-card-visibility{position:absolute;top:.5rem;right:.5rem;z-index:2;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .55rem;border-radius:6px;line-height:1.2;pointer-events:none;box-shadow:0 1px 3px #00000014}.app-game-card-visibility--public{background:#10b9812e;color:var(--color-success-4)}.app-game-card-visibility--private{background:#64748b29;color:var(--color-muted-3)}.app-game-card--clickable{cursor:pointer}.app-game-card--clickable:hover,.app-game-card--with-actions:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(var(--color-tint-4-rgb),.2);border-color:var(--theme-primary, var(--color-brand-2))}.app-game-card-hero{width:100%;min-height:132px;padding:.55rem .5rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(15,23,42,.08);box-sizing:border-box}.app-game-card-center-tile{display:flex;align-items:center;justify-content:center;min-height:92px;width:100%}.app-game-card-center-emoji{font-size:clamp(2.25rem,7vw,3rem);line-height:1;filter:drop-shadow(0 2px 8px rgba(0,0,0,.12));-webkit-user-select:none;user-select:none}.app-game-card-center-img{max-width:108px;max-height:108px;width:auto;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 8px 24px #0000001f}.app-game-card-center-logo{opacity:.95}.app-game-card-body{padding:1rem 1.1rem}.app-game-card-title{font-size:1.05rem;font-weight:600;color:var(--color-neutral-4);margin:0 0 .5rem}.app-game-card-badges{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.app-game-card-badge{padding:.2rem .55rem;background:var(--color-muted-1);border-radius:5px;font-size:.8125rem;font-weight:600;color:var(--color-brand-2)}.app-game-card-meta-line{font-size:.8125rem;font-weight:600;color:var(--color-muted-3);letter-spacing:.02em;margin:0 0 .35rem}.app-game-card-date{font-size:.6875rem;color:var(--color-tint-2);margin:.35rem 0 0;font-style:italic}.app-game-card-actions{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;justify-content:flex-start;padding:0 1.1rem 1rem}.app-game-card-actions .app-button.app-button--sm{flex:0 0 auto;padding:.28rem .65rem;font-size:.75rem;font-weight:600;line-height:1.2}.app-game-card-actions .app-button--secondary.app-button--sm{padding:.26rem .6rem;border-width:1px}.app-game-card-actions .app-game-card-delete.app-button--ghost.app-button--sm{color:var(--color-error-4);border:1px solid rgba(185,28,28,.35)}.app-game-card-actions .app-game-card-delete.app-button--ghost.app-button--sm:hover:not(:disabled){background:#fee2e2f2;border-color:var(--color-error-4);color:var(--color-error-3)}@media (max-width: 768px){.app-game-card-actions{justify-content:flex-start}}.profile-page{min-height:100vh;padding:2rem 1rem;background:var(--color-surface-2)}.profile-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:1.5rem}.back-button{width:40px;height:40px;padding:0;font-size:1.25rem;font-weight:600;color:var(--color-brand-2);background:#fff;border:2px solid var(--color-brand-2);border-radius:9999px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;justify-content:center}.back-button:hover{background:var(--color-brand-2);color:#fff;transform:translate(-2px)}.profile-title{font-size:2.5rem;font-weight:800;color:var(--color-neutral-4);margin:0}.logout-button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--color-error-3);background:#fff;border:2px solid var(--color-error-3);border-radius:8px;cursor:pointer;transition:all .2s}.logout-button:hover{background:var(--color-error-3);color:#fff}.profile-footer{display:flex;justify-content:center;margin-top:3rem}.profile-account-card{background:var(--color-neutral-1);border-radius:16px;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000f,0 8px 24px #667eea1f;border:1px solid rgba(229,231,235,.9)}.profile-account-card-header{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);padding:1rem 1.25rem 1.125rem}.profile-account-card-title{margin:0;font-size:1.125rem;font-weight:700;color:var(--color-neutral-1);letter-spacing:.02em}.profile-account-card-body{padding:1.25rem 1.25rem 1.5rem}.profile-email-row{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}@media (min-width: 640px){.profile-email-row{flex-direction:row;align-items:baseline;gap:1rem;justify-content:space-between}}.profile-field-label{font-size:.8125rem;font-weight:600;color:var(--color-muted-2);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.profile-email-value{font-size:1rem;font-weight:600;color:var(--color-neutral-4);word-break:break-word}.profile-verification-banner{display:flex;gap:.875rem;align-items:flex-start;padding:1rem 1rem 1.125rem;margin-bottom:1rem;background:linear-gradient(180deg,var(--color-warning-1) 0%,var(--color-warning-2) 100%);border:1px solid var(--color-warning-3);border-radius:12px}.profile-verification-banner-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.profile-verification-banner-content{flex:1;min-width:0}.profile-verification-banner-title{margin:0 0 .35rem;font-size:.9375rem;font-weight:700;color:var(--color-error-4)}.profile-verification-banner-hint{margin:0 0 .875rem;font-size:.8125rem;line-height:1.45;color:var(--color-error-4)}.profile-verification-banner-actions{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 480px){.profile-verification-banner-actions{flex-direction:row;flex-wrap:wrap;align-items:center}}.btn-resend-verify{padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--color-neutral-1);background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 8px rgba(var(--color-brand-2-rgb),.35)}.btn-resend-verify:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea73}.btn-resend-verify:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-check-verify{padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--color-muted-3);background:var(--color-neutral-1);border:2px solid var(--color-neutral-3);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.btn-check-verify:hover:not(:disabled){border-color:var(--color-brand-2);color:var(--color-brand-2);background:var(--color-accent-1)}.btn-check-verify:disabled{opacity:.65;cursor:not-allowed}.profile-email-verified-badge{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--color-success-4);background:var(--color-success-1);border:1px solid var(--color-success-2);border-radius:10px}.profile-email-verified-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:800;color:var(--color-neutral-1);background:var(--color-success-3);border-radius:9999px}.profile-inline-success{margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.45;color:var(--color-success-4);background:var(--color-success-1);border:1px solid var(--color-success-2);border-radius:10px}.profile-inline-success p{margin:0}.profile-inline-error{margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;color:var(--color-error-4);background:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:10px}.profile-inline-error p{margin:0}.profile-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.25rem;border-top:1px solid var(--color-muted-1);margin-top:.25rem;padding-top:1rem}.profile-info{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.profile-info--below-account{margin-top:0}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.status-premium{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.status-free{background:var(--color-neutral-3);color:var(--color-muted-2)}.premium-upgrade-content{display:flex;flex-direction:column;gap:2rem}.premium-upgrade-title{font-size:2rem;font-weight:700;color:var(--color-neutral-4);margin:0;text-align:center}.premium-upgrade-subtitle{font-size:1.125rem;color:var(--color-muted-2);text-align:center;margin:0}.premium-upgrade-pricing{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;background:var(--color-surface-2);border-radius:12px}.pricing-amount{display:flex;flex-direction:column;align-items:center;gap:.5rem}.pricing-price{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-period{font-size:1rem;color:var(--color-muted-2);font-weight:500}.btn-upgrade{min-width:200px;font-size:1.125rem;padding:1rem 2rem}.profile-error{background-color:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:8px;padding:1rem;margin-bottom:2rem}.profile-error p{color:var(--color-error-3);margin:0}.profile-success{background-color:var(--color-success-1);border:1px solid var(--color-success-2);border-radius:8px;padding:1rem;margin-bottom:2rem;animation:slideIn .3s ease-out}.profile-success p{color:var(--color-success-4);margin:0;font-weight:600}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.section-title{font-size:1.75rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1.5rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--color-muted-2)}.empty-state p{font-size:1.125rem;margin-bottom:1.5rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}@media (max-width: 768px){.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.room-status{margin-bottom:1rem}.status-completed{background:var(--color-success-1);color:var(--color-success-4)}.status-pending{background:var(--color-warning-2);color:var(--color-error-4)}.profile-edit-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-edit-modal{width:min(100%,26rem);max-height:min(90vh,32rem);overflow:auto;background:var(--color-neutral-1);border-radius:16px;padding:1.5rem;box-shadow:0 24px 48px rgba(var(--color-tint-4-rgb),.2)}.profile-edit-modal-title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;color:var(--color-neutral-4)}.profile-edit-label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-muted-2);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.profile-edit-label--spaced{margin-top:1rem}.profile-edit-modal-input{width:100%;box-sizing:border-box;padding:.65rem .75rem;font-size:1rem;border:2px solid var(--color-neutral-3);border-radius:10px;margin-bottom:.25rem}.profile-edit-modal-input:focus{outline:none;border-color:var(--color-brand-2)}.profile-edit-color-native{flex-shrink:0;box-sizing:border-box;width:2rem;height:2rem;padding:0;border:2px solid var(--color-neutral-3);border-radius:8px;cursor:pointer;overflow:hidden;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.profile-edit-color-native:focus{outline:none}.profile-edit-color-native:focus-visible{border-color:var(--color-brand-2);box-shadow:0 0 0 2px rgba(var(--color-brand-2-rgb),.35)}.profile-edit-color-native::-webkit-color-swatch-wrapper{padding:0}.profile-edit-color-native::-webkit-color-swatch{border:none;border-radius:6px}.profile-edit-color-native::-moz-color-swatch{border:none;border-radius:6px}.profile-edit-color-swatches{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.profile-edit-swatch{width:2rem;height:2rem;border-radius:8px;border:2px solid transparent;cursor:pointer;padding:0;transition:transform .15s ease,box-shadow .15s ease}.profile-edit-swatch:hover{transform:scale(1.08)}.profile-edit-swatch.active{border-color:var(--color-brand-2);box-shadow:0 0 0 2px rgba(var(--color-brand-2-rgb),.35)}.profile-edit-visibility-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.profile-edit-visibility-switch{flex-shrink:0;padding:0;border:none;background:transparent;cursor:pointer}.profile-edit-visibility-switch:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:3px;border-radius:9999px}.profile-edit-visibility-track{display:block;width:44px;height:26px;border-radius:9999px;background:var(--color-border-3);position:relative;transition:background .2s}.profile-edit-visibility-switch[aria-checked=true] .profile-edit-visibility-track{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%)}.profile-edit-visibility-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--color-neutral-1);box-shadow:0 1px 3px rgba(var(--color-tint-4-rgb),.2);transition:transform .2s}.profile-edit-visibility-switch[aria-checked=true] .profile-edit-visibility-thumb{transform:translate(18px)}.profile-edit-visibility-copy{min-width:0}.profile-edit-visibility-mode{display:block;font-size:.9375rem;font-weight:600;color:var(--color-neutral-4);margin-bottom:.35rem}.profile-edit-hint--tight{margin-top:0}.profile-edit-hint{font-size:.875rem;color:var(--color-muted-2);margin:.75rem 0 0;line-height:1.45}.profile-edit-error{margin-top:.75rem;padding:.65rem .75rem;font-size:.875rem;color:var(--color-error-3);background:var(--color-error-1);border-radius:8px;border:1px solid var(--color-error-2)}.profile-edit-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem;flex-wrap:wrap}.profile-edit-modal-actions .app-button--primary,.profile-edit-modal-actions .app-button--secondary{flex:1;min-width:6rem}.loading{text-align:center;padding:3rem;font-size:1.125rem;color:var(--color-muted-2)}.profile-auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 1.5rem;color:var(--color-muted-2)}.profile-auth-loading-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--color-neutral-3);border-top-color:var(--color-brand-2);border-radius:50%;animation:profile-spin .75s linear infinite}@keyframes profile-spin{to{transform:rotate(360deg)}}.status-badge--loading{background:var(--color-muted-1);color:var(--color-muted-2);font-weight:500}.profile-premium-placeholder{margin:0 0 1.5rem;padding:1.25rem;background:var(--color-neutral-1);border-radius:12px;border:1px solid var(--color-neutral-3)}.profile-skeleton{border-radius:10px;background:linear-gradient(90deg,var(--color-muted-1) 25%,var(--color-neutral-3) 50%,var(--color-muted-1) 75%);background-size:200% 100%;animation:profile-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes profile-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.profile-skeleton--premium{height:180px;width:100%}.profile-games-loading-text{font-size:.9375rem;color:var(--color-muted-2);margin:0 0 1rem}.profile-games-skeleton-list{display:flex;flex-direction:column;gap:.75rem}.profile-skeleton--room-card{height:5.5rem;width:100%}.profile-games-error{text-align:center;padding:2rem 1rem;background:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:12px;color:var(--color-error-3)}.profile-games-error .app-button--primary{margin-top:1rem}.comparison-table-wrapper{margin:2rem 0;overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.comparison-table thead{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff}.comparison-table th{padding:1.25rem 1rem;text-align:left;font-weight:700;font-size:1rem}.comparison-table th.comparison-feature{width:50%}.comparison-table th.comparison-free,.comparison-table th.comparison-premium{width:25%;text-align:center}.comparison-table th.comparison-premium{background:linear-gradient(135deg,var(--color-brand-4) 0%,var(--color-brand-2) 100%)}.comparison-table tbody tr{border-bottom:1px solid var(--color-neutral-3);transition:background-color .2s}.comparison-table tbody tr:last-child{border-bottom:none}.comparison-table tbody tr:hover{background-color:var(--color-surface-2)}.comparison-table td{padding:1rem;font-size:.95rem}.comparison-table td.comparison-feature{font-weight:600;color:var(--color-neutral-4)}.comparison-table td.comparison-check{text-align:center;font-size:1.5rem;font-weight:700}.comparison-table td.comparison-check.premium-check{color:var(--color-brand-2)}.comparison-table td.comparison-check:not(.premium-check){color:var(--color-border-3);font-size:1.25rem}.comparison-table td.comparison-check.comparison-cap{font-size:.8125rem;font-weight:600;color:var(--color-tint-3)}.comparison-table td.comparison-check.premium-check.comparison-cap-premium{font-size:.8125rem;font-weight:700}@media (max-width: 640px){.comparison-table{font-size:.875rem}.comparison-table th,.comparison-table td{padding:.75rem .5rem}.comparison-table th.comparison-feature{width:60%}.comparison-table th.comparison-free,.comparison-table th.comparison-premium{width:20%}}.partner-form{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);border-radius:12px}.partner-form-title{font-size:1.125rem;margin:0 0 .25rem;color:var(--color-neutral-4)}.partner-form-field{display:flex;flex-direction:column;gap:.35rem;position:relative}.partner-form-field>span{font-size:.875rem;font-weight:600;color:var(--color-muted-4)}.partner-form-field input{padding:.6rem .75rem;border:1px solid var(--color-border-3);border-radius:8px;font-size:.9375rem;font-family:inherit}.partner-form-field input:focus{outline:none;border-color:var(--color-brand-2);box-shadow:0 0 0 3px rgba(var(--color-brand-2-rgb),.2)}.partner-form-field small{font-size:.75rem;color:var(--color-muted-2)}.partner-form-hint--ok{color:var(--color-success-3)}.partner-form-suggestions{position:absolute;top:100%;left:0;right:0;z-index:20;margin:.25rem 0 0;padding:0;list-style:none;background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);border-radius:8px;box-shadow:0 8px 24px #0000001a;max-height:220px;overflow-y:auto}.partner-form-suggestions li button{width:100%;text-align:left;padding:.6rem .75rem;background:transparent;border:none;font-size:.875rem;color:var(--color-neutral-4);cursor:pointer}.partner-form-suggestions li button:hover{background:var(--color-muted-1)}.partner-form-message{margin:0;font-size:.875rem;padding:.5rem .75rem;border-radius:8px}.partner-form-message--error{background:var(--color-error-1);color:var(--color-error-4)}.partner-form-message--success{background:var(--color-success-1);color:var(--color-success-4)}.partner-form--edit{border-color:var(--color-warning-2);box-shadow:0 0 0 2px #667eea1f}.partner-form-field--readonly .partner-form-readonly-value{margin:0;padding:.5rem .75rem;background:var(--color-muted-1);border-radius:8px;font-family:ui-monospace,monospace;font-size:.9375rem;color:var(--color-muted-4)}.partner-form-actions{display:flex;flex-direction:column;gap:.5rem}.partner-form-actions .app-button{width:100%}.partner-qr-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.partner-qr-modal{width:min(100%,360px);background:var(--color-neutral-1);border-radius:14px;box-shadow:0 20px 50px rgba(var(--color-tint-4-rgb),.2);overflow:hidden}.partner-qr-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1rem 1rem .5rem}.partner-qr-modal-header h3{margin:0;font-size:1rem;color:var(--color-neutral-4);line-height:1.3}.partner-qr-modal-close{flex-shrink:0;width:32px;height:32px;border:none;border-radius:8px;background:var(--color-muted-1);color:var(--color-muted-4);font-size:1.25rem;line-height:1;cursor:pointer}.partner-qr-modal-close:hover{background:var(--color-neutral-3)}.partner-qr-modal-body{padding:0 1rem 1rem;text-align:center}.partner-qr-modal-status{margin:1rem 0;color:var(--color-muted-2);font-size:.875rem}.partner-qr-modal-error{margin:.5rem 0;color:var(--color-error-4);font-size:.875rem}.partner-qr-modal-image{display:block;margin:0 auto;border-radius:8px}.partner-qr-modal-url{margin:.75rem 0 0;font-size:.75rem;word-break:break-all}.partner-qr-modal-url a{color:var(--color-brand-2)}.partner-qr-modal-footer{display:flex;gap:.5rem;padding:0 1rem 1rem}.partner-qr-modal-btn{flex:1;padding:.55rem .75rem;font-size:.8125rem;font-weight:600;font-family:inherit;border-radius:8px;border:1px solid var(--color-border-3);background:var(--color-neutral-1);color:var(--color-muted-4);cursor:pointer}.partner-qr-modal-btn:not(.partner-qr-modal-btn--primary):hover:not(:disabled){background:var(--color-surface-2)}.partner-qr-modal-btn--primary{border-color:transparent;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:var(--color-neutral-1)}.partner-qr-modal-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--color-brand-3) 0%,var(--color-accent-4) 100%);color:var(--color-neutral-1)}.partner-qr-modal-btn:disabled{opacity:.5;cursor:not-allowed}.partner-list{margin-top:1rem}.partner-list-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.partner-list-summary{font-size:.8125rem;color:var(--color-muted-2)}.partner-list-toggle{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;color:var(--color-muted-4);cursor:pointer}.partner-list-error{margin:0 0 .5rem;font-size:.8125rem;color:var(--color-error-4)}.partner-list-empty{margin:1rem 0 0;font-size:.875rem;color:var(--color-muted-2)}.partner-list-items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow-y:auto}.partner-list-item{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .75rem;padding:.65rem .75rem;background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);border-radius:8px;font-size:.875rem}.partner-list-item--archived{opacity:.75;background:var(--color-surface-2)}.partner-list-item--editing{border-color:var(--color-brand-2);box-shadow:0 0 0 2px #667eea26}.partner-list-item-main{flex:1;min-width:160px;display:grid;grid-template-columns:1fr auto;gap:.15rem .5rem}.partner-list-item-main strong{grid-column:1;color:var(--color-neutral-4)}.partner-list-code{grid-column:2;grid-row:1 / span 3;align-self:start;font-family:ui-monospace,monospace;font-size:.75rem;color:var(--color-brand-2);background:var(--color-accent-1);padding:.15rem .4rem;border-radius:4px}.partner-list-address{grid-column:1;color:var(--color-muted-2);font-size:.8125rem}.partner-list-badge{grid-column:1;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-tint-2)}.partner-list-actions{display:flex;flex-wrap:wrap;gap:.35rem;flex-shrink:0}.partner-list-btn{padding:.3rem .55rem;font-size:.75rem;font-weight:600;border-radius:6px;border:1px solid transparent;cursor:pointer;font-family:inherit;transition:background .15s}.partner-list-btn:disabled{opacity:.5;cursor:not-allowed}.partner-list-btn--edit{background:var(--color-accent-1);color:var(--color-accent-2);border-color:var(--color-warning-2)}.partner-list-btn--edit:hover:not(:disabled){background:var(--color-accent-1)}.partner-list-btn--archive{background:var(--color-neutral-1);color:var(--color-muted-2);border-color:var(--color-border-3)}.partner-list-btn--archive:hover:not(:disabled){background:var(--color-error-1);color:var(--color-error-4);border-color:var(--color-error-2)}.partner-list-btn--restore{background:var(--color-success-1);color:var(--color-success-4);border-color:var(--color-success-2)}.partner-list-btn--restore:hover:not(:disabled){background:var(--color-success-1)}.partner-list-btn--qr{background:var(--color-accent-1);color:var(--color-brand-4);border-color:var(--color-warning-2);min-width:2.25rem;padding-left:.45rem;padding-right:.45rem}.partner-list-btn--qr:hover:not(:disabled){background:var(--color-accent-1);border-color:var(--color-warning-3)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.partners-map-wrap{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--color-neutral-3);background:var(--color-surface-2)}.partners-map{height:420px;width:100%;z-index:0}.partners-map-popup-wrap .leaflet-popup-content{margin:.65rem .75rem;min-width:200px}.partners-map-popup-code{font-size:.8125rem;color:var(--color-muted-3)}.partners-map-popup-address{font-size:.8125rem;color:var(--color-muted-2)}.partners-map-popup-month{margin:.65rem 0 .35rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted-3)}.partners-map-popup-stats{margin-top:.35rem;padding-top:.5rem;border-top:1px solid var(--color-border-1);font-size:.8125rem;line-height:1.45}.partners-map-popup-stats p{margin:.15rem 0}.partners-map-popup-stats--empty{margin:.5rem 0 0;padding-top:.5rem;border-top:1px solid var(--color-border-1);font-size:.8125rem;color:var(--color-muted-3)}.partners-map-empty{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;margin:0;padding:.5rem .75rem;font-size:.875rem;color:var(--color-muted-3);background:#ffffffeb;border-radius:8px;pointer-events:none}.admin-backoffice{padding:2rem 0 3rem;min-height:60vh;background:linear-gradient(180deg,var(--color-surface-2) 0%,var(--color-neutral-1) 120px)}.admin-backoffice--loading{display:flex;align-items:center;justify-content:center;color:var(--color-muted-2)}.admin-backoffice-header{margin-bottom:1.5rem}.admin-backoffice-header h1{font-size:1.75rem;color:var(--color-neutral-4);margin-bottom:.35rem}.admin-backoffice-header p{color:var(--color-muted-2);margin:0}.admin-backoffice-grid{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:1.5rem;align-items:start}.admin-backoffice-map-title{font-size:1.125rem;margin:0 0 .75rem;color:var(--color-neutral-4)}.admin-backoffice-count{font-weight:400;color:var(--color-muted-2);font-size:1rem}.admin-backoffice-error{color:var(--color-error-4);font-size:.875rem;margin-bottom:.5rem}.admin-backoffice-loading-map{color:var(--color-muted-2);padding:2rem;text-align:center;background:var(--color-surface-2);border-radius:12px}@media (max-width: 900px){.admin-backoffice-grid{grid-template-columns:1fr}}.memory-catalog-page{min-height:100vh;background:var(--color-surface-2);padding-bottom:2rem}.memory-catalog-content{padding:1.5rem 0 1rem}.memory-catalog-intro{text-align:center;max-width:40rem;margin:0 auto 2rem}.memory-catalog-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;line-height:1.25;color:var(--color-neutral-4)}.memory-catalog-lede{font-size:1rem;margin:0;color:var(--color-muted-2);line-height:1.5}.memory-catalog-loading{text-align:center;padding:3rem 1rem;font-size:1.15rem;color:var(--color-muted-3)}.memory-catalog-empty{text-align:center;padding:3rem 1.5rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;max-width:32rem;margin:0 auto;color:var(--color-neutral-4)}.memory-catalog-empty p{font-size:1.1rem;color:var(--color-muted-2);margin:0 0 1.5rem;line-height:1.5}.memory-catalog-error{text-align:center;padding:2rem;background:var(--color-error-1);border:1px solid var(--color-error-2);border-radius:16px;color:var(--color-error-3);margin-bottom:1.5rem}.memory-catalog-error p{margin:0 0 1rem}.memory-catalog-card-cell{height:100%}.memory-catalog-content .rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem;align-items:stretch}.memory-catalog-content .rooms-grid .app-game-card{height:100%;display:flex;flex-direction:column}.memory-catalog-content .rooms-grid .app-game-card--clickable,.memory-catalog-content .rooms-grid .app-game-card--with-actions{flex:1}.memory-catalog-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.5rem;margin-top:.5rem}.memory-catalog-page-info{font-size:.95rem;font-weight:600;color:var(--color-muted-4);min-width:10rem;text-align:center}.memory-catalog-cta{margin-top:2.5rem;padding:1.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom,0px));text-align:center;background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);border-radius:16px;box-shadow:0 4px 20px #0f172a0f;max-width:36rem;margin-left:auto;margin-right:auto}.memory-catalog-cta-text{font-size:1.05rem;color:var(--color-muted-3);margin:0 0 1rem}@media (max-width: 768px){.memory-catalog-title{font-size:1.4rem}.memory-catalog-lede{font-size:.95rem}.memory-catalog-content .rooms-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.memory-catalog-pagination{flex-direction:column}.memory-catalog-pagination .app-button{width:100%;max-width:280px}.memory-catalog-cta{margin-top:2rem;border-radius:12px}}.print-cart-summary{background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:8px;padding:1.25rem;box-shadow:0 2px 5px rgba(var(--color-tint-4-rgb),.08)}.print-cart-summary-header{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border-1);margin-bottom:1rem}.print-cart-summary-title{font-size:1.125rem;font-weight:700;color:var(--color-neutral-4);margin:0}.print-cart-summary-count{font-size:.8125rem;color:var(--color-muted-3)}.print-cart-summary-product-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.print-cart-summary-product{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:start}.print-cart-summary-product--clickable{cursor:pointer;border-radius:6px;margin:-.35rem;padding:.35rem;transition:background .15s}.print-cart-summary-product--clickable:hover{background:var(--color-surface-3)}.print-cart-summary-thumb{width:64px;height:64px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border-2)}.print-cart-summary-thumb-icon{font-size:1.5rem}.print-cart-summary-details{min-width:0}.print-cart-summary-product-name{font-size:.875rem;font-weight:600;color:var(--color-neutral-4);margin:0 0 .25rem;line-height:1.35}.print-cart-summary-etui-link{display:inline;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--color-link);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.print-cart-summary-etui-link:hover{color:var(--color-brand-3)}.print-cart-summary-meta{font-size:.75rem;color:var(--color-muted-3);margin:0;line-height:1.4}.print-cart-summary-line-price{font-size:.875rem;font-weight:700;color:var(--color-neutral-4);white-space:nowrap}.print-cart-summary-divider{height:1px;background:var(--color-border-1);margin:.75rem 0}.print-cart-summary-row{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--color-neutral-4);margin-bottom:.35rem}.print-cart-summary-row--quantity{align-items:center}.print-cart-summary-quantity-control{display:inline-flex;align-items:center;gap:.45rem}.print-cart-summary-quantity-btn{width:22px;height:22px;border-radius:50%;border:1px solid var(--color-border-3);background:var(--color-neutral-4);color:var(--color-neutral-1);font-size:1.05rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.print-cart-summary-quantity-btn:hover{background:var(--color-tint-4);border-color:var(--color-tint-4)}.print-cart-summary-quantity-btn:active{transform:scale(.96)}.print-cart-summary-quantity-value{min-width:1.2rem;text-align:center;font-weight:700;color:var(--color-neutral-4)}.print-cart-summary-total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:1rem;font-weight:700;color:var(--color-price);margin-bottom:.5rem}.print-cart-summary-total-amount{font-size:1.125rem}.print-cart-summary-note{font-size:.75rem;color:var(--color-muted-3);margin:0 0 1rem;line-height:1.4}.print-cart-summary-checkout-btn{width:100%;padding:.65rem 1rem;border:none;border-radius:8px;background:var(--color-brand-2);color:var(--color-neutral-4);font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 2px 5px rgba(var(--color-border-2-rgb),.5);transition:background .15s}.print-cart-summary-checkout-btn:hover:not(:disabled){background:var(--color-brand-3)}.print-cart-summary-checkout-btn:disabled{opacity:.55;cursor:not-allowed}.print-cart-summary--compact{padding:1rem}.print-cart-summary--compact .print-cart-summary-title{font-size:1rem}@media (max-width: 640px){.print-cart-summary-product{grid-template-columns:56px 1fr auto}.print-cart-summary-thumb{width:56px;height:56px}}.print-page{min-height:100vh;background:var(--color-surface-4);padding:2rem 0 6rem}@media (min-width: 969px){.print-page{padding:.5rem 0 .75rem}.print-page--fit-viewport .print-page-header{margin-bottom:.35rem}.print-page-header{margin-bottom:.5rem}.print-page--fit-viewport .print-page-title{font-size:1.125rem}.print-page-title{font-size:1.25rem;margin-bottom:.15rem}.print-page--fit-viewport .print-stepper{margin-bottom:.35rem;padding:.35rem .6rem}.print-stepper{margin-bottom:.5rem;padding:.45rem .75rem;gap:.35rem 1rem}.print-stepper .app-stepper-item{font-size:.8125rem}.print-stepper .app-stepper-number{width:1.25rem;height:1.25rem;font-size:.6875rem}.print-layout{gap:1rem}.print-main.print-main{padding:.65rem .85rem}.print-section--photos .print-section-title{font-size:1rem;margin:0}.print-section-desc--photos{display:none}.print-photos-intro{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.25rem}.print-photos-format-note--inline{margin:0;padding:0;font-size:.75rem;border-radius:0;background:transparent;border:none;color:var(--color-muted-3)}.print-photos-room-notice{padding:.3rem .5rem;margin-bottom:.25rem;font-size:.6875rem}.print-photos-progress{margin:.35rem 0 0;font-size:.8125rem}.print-section--photos{padding-bottom:0}}.print-page-loading{text-align:center;padding:4rem;color:var(--color-muted-3)}.print-page-header{margin-bottom:1.5rem}.print-page-title{font-size:1.75rem;font-weight:700;color:var(--color-neutral-4);margin:0 0 .35rem}.print-page-subtitle{font-size:1rem;color:var(--color-muted-3);margin:0}.print-stepper{margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:8px}.print-page-error{background:var(--color-error-1);border:1px solid var(--color-error-2);color:var(--color-error-3);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.print-checkout-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;background:rgba(var(--color-tint-4-rgb),.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.print-checkout-loader-panel{width:min(420px,100%);background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:12px;box-shadow:0 14px 36px rgba(var(--color-tint-4-rgb),.24);padding:1.25rem 1rem;text-align:center}.print-checkout-loader-panel p{margin:0;font-size:.9375rem;font-weight:600;color:var(--color-neutral-4)}.print-checkout-loader-spinner{width:2rem;height:2rem;margin:0 auto .65rem;border-radius:50%;border:3px solid var(--color-border-1);border-top-color:var(--color-brand-3);animation:print-loader-spin .9s linear infinite}@keyframes print-loader-spin{to{transform:rotate(360deg)}}.print-layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.print-main{background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:8px;padding:1.5rem}.print-section-title{font-size:1.375rem;font-weight:700;color:var(--color-neutral-4);margin:0 0 .5rem}.print-section-desc{color:var(--color-muted-3);margin:0 0 .75rem;line-height:1.5;font-size:.875rem}.print-photos-intro{margin-bottom:.5rem}.print-photos-format-note{background:transparent;border:none;border-radius:0;padding:0;font-size:.875rem;color:var(--color-muted-3);margin:0 0 .75rem;line-height:1.45}.print-photos-room-notice{background:var(--color-warning-1);border:1px solid var(--color-brand-2);border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:var(--color-neutral-4);margin:0 0 1rem;line-height:1.45}.print-photos-room-notice--success{background:var(--color-success-1);border-color:var(--color-success-2)}.print-photos-progress{font-size:.875rem;font-weight:600;color:var(--color-muted-3);margin:.75rem 0 0}.print-grid-size-picker{margin-bottom:1.25rem}.print-grid-size-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-neutral-4)}.print-grid-size-option-list{display:flex;flex-wrap:wrap;gap:.5rem}.print-grid-size-option{padding:.5rem 1rem;border:1px solid var(--color-border-2);border-radius:8px;background:var(--color-neutral-1);cursor:pointer;font-size:.875rem}.print-grid-size-option--selected{border-color:var(--color-brand-2);box-shadow:0 0 0 2px #ff990059;font-weight:600}.print-section-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border-1)}.print-room-badge{display:inline-block;background:var(--color-surface-3);border:1px solid var(--color-border-2);border-radius:6px;padding:.35rem .65rem;font-size:.8125rem;color:var(--color-muted-3);margin-bottom:1rem}.print-etui-preview{margin-bottom:1.25rem}.print-etui-mock{max-width:280px;min-height:160px;border-radius:12px;padding:1.25rem;color:var(--color-neutral-1);display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 4px 12px rgba(var(--color-tint-4-rgb),.2)}.print-etui-mock-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.print-etui-mock-message{margin:.5rem 0 0;font-size:.9375rem;font-style:italic}.print-field{margin-bottom:1rem}.print-field label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem;color:var(--color-neutral-4)}.print-field input,.print-field textarea,.print-field select{width:100%;padding:.6rem .75rem;border:1px solid var(--color-border-4);border-radius:4px;font-size:.9375rem;box-sizing:border-box}.print-field input:focus,.print-field textarea:focus,.print-field select:focus{outline:none;border-color:var(--color-brand-3);box-shadow:0 0 0 3px #e4791159}.print-field-hint{font-size:.75rem;color:var(--color-muted-3)}.print-field--full{grid-column:1 / -1}.print-etui-color-list{display:flex;flex-wrap:wrap;gap:.5rem}.print-etui-color-swatch{width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.print-etui-color-swatch--selected{border-color:var(--color-brand-2);box-shadow:0 0 0 2px var(--color-neutral-1),0 0 0 4px var(--color-brand-2)}.print-etui-apply-all{margin:.75rem 0 .25rem}.print-checkout-block{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border-1)}.print-checkout-block h3{font-size:1.0625rem;font-weight:700;margin:0 0 .75rem;color:var(--color-neutral-4)}.print-shipping-option-list{display:flex;flex-direction:column;gap:.5rem}.print-shipping-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--color-border-2);border-radius:8px;cursor:pointer}.print-shipping-option--selected{border-color:var(--color-brand-2);background:var(--color-warning-1)}.print-shipping-option input{margin-top:.2rem}.print-shipping-option-content{display:flex;flex-direction:column;gap:.15rem}.print-shipping-option-name{font-weight:600;font-size:.9375rem}.print-shipping-option-desc{font-size:.8125rem;color:var(--color-muted-3)}.print-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.print-checkout-stripe-note{font-size:.875rem;color:var(--color-muted-3);margin:0;line-height:1.5}.print-checkout-account{font-size:.8125rem;color:var(--color-link);margin:.5rem 0 0}.print-sidebar{position:sticky;top:5rem;display:flex;flex-direction:column;gap:0}.print-sidebar-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.print-sidebar-actions .app-button{width:100%}.print-mobile-bar{display:none}@media (min-width: 969px){.print-section-actions{display:none}}.print-photos-mobile-hint{display:none}@media (max-width: 968px){.print-hide-mobile{display:none!important}.print-photos-mobile-hint{display:block;background:var(--color-warning-1);border:1px solid var(--color-brand-2);border-radius:8px;padding:.65rem .85rem;font-size:.875rem;color:var(--color-neutral-4);line-height:1.45;margin:0}.print-page{padding:1rem 0 11rem}.print-page-header{margin-bottom:.85rem;padding:0 .25rem}.print-page-title{font-size:1.35rem;margin-bottom:0}.print-layout{grid-template-columns:1fr}.print-main{padding:1rem}.print-section--photos{display:flex;flex-direction:column;gap:.85rem}.photo-upload-print-status,.print-sidebar{display:none}.print-mobile-bar{display:block;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.75rem 1rem;background:var(--color-neutral-1);border-top:1px solid var(--color-border-2);box-shadow:0 -4px 12px rgba(var(--color-tint-4-rgb),.1)}}@media (max-width: 640px){.print-form-grid{grid-template-columns:1fr}.print-main{padding:1rem}.print-stepper{flex-direction:column;gap:.75rem}}.order-page{min-height:100vh;background:var(--color-surface-4);padding:1rem 0 5rem}.order-layout{display:grid;grid-template-columns:1fr 360px;gap:1rem}.order-main,.order-summary-card{background:var(--color-neutral-1);border:1px solid var(--color-border-2);border-radius:10px}.order-main{padding:1.25rem}.order-header h1{margin:0}.order-header p{margin:.4rem 0 1rem;color:var(--color-muted-3)}.order-item-list{display:flex;flex-direction:column;gap:.75rem}.order-item{display:grid;grid-template-columns:56px 1fr auto;gap:.9rem;align-items:center;border:1px solid var(--color-border-1);border-radius:10px;background:var(--color-neutral-1);box-shadow:0 1px 2px rgba(var(--color-tint-4-rgb),.06);padding:.8rem}.order-item-thumb{width:56px;height:56px;border-radius:8px;border:1px solid var(--color-border-2)}.order-item-content h2{margin:0;font-size:1rem}.order-item-content p{margin:.25rem 0 0;color:var(--color-muted-3);font-size:.875rem}.order-item-side{display:flex;align-items:center;gap:.55rem;text-align:right}.order-item-price{font-weight:700;color:var(--color-neutral-4)}.order-item-action-list{display:inline-flex;align-items:center;gap:.4rem}.order-item-icon-btn{width:2rem;height:2rem;border-radius:999px;border:1px solid var(--color-border-2);background:var(--color-neutral-1);color:var(--color-link);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.order-item-icon-btn:hover{background:var(--color-surface-3);border-color:var(--color-border-3)}.order-item-icon-btn:active{transform:scale(.97)}.order-item-icon-btn svg{width:1rem;height:1rem;fill:currentColor}.order-item-icon-btn--danger{color:var(--color-error-3)}.order-summary-card{padding:1rem;position:sticky;top:5rem}.order-summary-row,.order-summary-total{display:flex;justify-content:space-between;margin-bottom:.45rem}.order-summary-item-list{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border-1)}.order-summary-item{display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem;margin-bottom:.35rem}.order-summary-total{font-weight:700;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border-1)}.order-shipping-choice{display:flex;gap:.8rem;margin:.75rem 0}.order-form-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-bottom:.75rem}.order-form-grid input{width:100%;border:1px solid var(--color-border-4);border-radius:6px;padding:.55rem .65rem}.order-summary-card .app-button+.app-button{margin-top:.55rem}.order-save-hint{margin:.65rem 0 0;font-size:.78rem;color:var(--color-muted-3);line-height:1.35}.order-checkout-error{margin:.65rem 0 0;padding:.55rem .65rem;border-radius:6px;border:1px solid var(--color-error-2);background:var(--color-error-1);color:var(--color-error-3);font-size:.8125rem;line-height:1.35}.order-empty{padding:1.25rem;border:1px dashed var(--color-border-3);border-radius:8px;text-align:center}@media (max-width: 968px){.order-layout{grid-template-columns:1fr}.order-summary-card{position:static}}.app-button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:inherit;font-weight:600;cursor:pointer;text-decoration:none;box-sizing:border-box;border:none;transition:all .3s ease;line-height:1.25}.app-button:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:2px}.app-button--full-width{width:100%}.app-button__icon{display:inline-flex;flex-shrink:0;align-items:center;line-height:1}.app-button--sm{padding:.35rem .75rem;font-size:.8125rem;border-radius:9999px}.app-button--md{padding:1rem 2.5rem;font-size:1.125rem;border-radius:12px}.app-button--lg{padding:1.25rem 3rem;font-size:1.25rem;border-radius:12px}@media (max-width: 480px){.app-button--lg{padding:1rem 2rem;font-size:1.125rem}}.app-button--primary{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;box-shadow:0 10px 25px rgba(var(--color-brand-2-rgb),.4)}.app-button--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px rgba(var(--color-brand-2-rgb),.5);background:linear-gradient(135deg,var(--color-brand-3) 0%,var(--color-accent-4) 100%)}.app-button--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 5px 15px rgba(var(--color-brand-2-rgb),.3)}.app-button--primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.app-button--secondary{background:#fff;color:var(--color-brand-2);border:2px solid var(--color-brand-2);box-shadow:0 2px 8px rgba(var(--color-brand-2-rgb),.1)}.app-button--secondary:hover:not(:disabled){background:var(--color-brand-1);transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--color-brand-2-rgb),.2);border-color:var(--color-brand-3);color:var(--color-brand-3)}.app-button--secondary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px rgba(var(--color-brand-2-rgb),.1)}.app-button--secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.app-button--secondary.app-button--sm{padding:.35rem .75rem;border-width:1.5px}.app-button--ghost{background:transparent;color:var(--color-tint-3);border:none;box-shadow:none;font-weight:500}.app-button--ghost:hover:not(:disabled){color:var(--theme-primary, var(--color-brand-2));background:rgba(var(--color-brand-2-rgb),.08);transform:none;box-shadow:none}.app-button--ghost:active:not(:disabled){transform:none}.app-button--ghost:focus-visible{outline:2px solid var(--color-brand-2);outline-offset:2px}.app-button--ghost.app-button--sm{padding:.5rem 1rem;font-size:.9rem;border-radius:8px;font-weight:500}.container{padding:1rem 1.5rem;width:100%;box-sizing:border-box}.hero{position:relative}.hero{min-height:18vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;padding:1.25rem 1.5rem 1.5rem;position:relative;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;align-items:center;max-width:1400px;margin:0 auto}.hero-content{text-align:left;z-index:1}.hero-preview{display:flex;justify-content:center;align-items:center;position:relative;z-index:1;width:100%;max-width:400px;min-width:260px}.hero .floating-game-preview{min-height:260px}.hero .floating-game-preview .game-grid-container{max-width:400px;min-width:260px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{position:relative;z-index:1;max-width:800px}@media (max-width: 968px){.hero-layout{grid-template-columns:1fr;gap:1.25rem;text-align:center}.hero-content{text-align:center}.hero-preview{order:-1;margin:0 auto 1.25rem;width:100%;max-width:400px;display:flex;justify-content:center;align-items:center}}@media (min-width: 641px) and (max-width: 968px){.hero-preview{margin:0 auto 1.25rem;width:100%;max-width:380px}}@media (max-width: 640px){.hero{min-height:26vh;padding:1.25rem 1rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.95rem}}.hero-title{font-size:clamp(1.65rem,3.2vw,2.45rem);margin-bottom:.6rem;font-weight:800}.gradient-text{background:linear-gradient(120deg,var(--color-warning-3),var(--color-brand-3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(.95rem,1.35vw,1.15rem);margin-bottom:1rem;opacity:.95;line-height:1.55}.hero-cta{margin-top:1.25rem}.home-page .hero-content .hero-cta{margin-top:.85rem}.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--color-neutral-4)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--color-muted-2);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.grid-upload-layout{display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:start}.grid-selection-compact{position:sticky;top:2rem}@media (min-width: 769px){.grid-selection-compact{padding-right:3rem;border-right:1px solid var(--color-neutral-3)}}.grid-selection-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--color-neutral-4);text-align:center}.grid-toggle-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.grid-toggle{border:2px solid var(--color-border-3);border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.grid-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.grid-toggle.active{box-shadow:0 4px 12px #00000026}.grid-toggle-size{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.grid-toggle-price{font-size:1.25rem;font-weight:600;opacity:.9;margin-bottom:.25rem}.grid-toggle-photos{font-size:.875rem;opacity:.85;margin-top:.25rem}.photo-upload-wrapper{flex:1}.grid-options{background:var(--color-surface-2)}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.grid-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 6px rgba(var(--color-tint-4-rgb),.05);transition:all .3s ease;cursor:pointer;border:3px solid transparent}.grid-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.grid-card.selected{border-color:var(--color-brand-2);box-shadow:0 10px 30px rgba(var(--color-brand-2-rgb),.2)}.grid-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.grid-card-title{font-size:1.75rem;color:var(--color-neutral-4)}.grid-card-price{font-size:2rem;font-weight:800;color:var(--color-brand-2)}.grid-card-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--color-muted-3)}.feature-icon{font-size:1.5rem}.btn-select{width:100%;padding:.875rem;border-radius:10px;font-weight:600;background:var(--color-neutral-3);color:var(--color-muted-3);transition:all .3s ease}.grid-card.selected .btn-select{background:var(--color-brand-2);color:#fff}.grid-card{transition:all .3s ease}.grid-card:hover{transform:translateY(-3px)}.preview-section{padding:4rem 0;background:#fff}.preview-wrapper{max-width:80vw;background:var(--color-surface-2);border-radius:16px;box-shadow:0 4px 12px #0000001a}@media (max-width: 640px){.preview-wrapper{padding:0}}.continue-button-wrapper{display:flex;justify-content:center;margin-top:2rem;margin-left:calc(280px + 3rem);max-width:calc(100% - 280px - 3rem)}@media (max-width: 768px){.continue-button-wrapper{margin-left:0;max-width:100%}}.continue-button{transition:all .3s ease}.payment-cta{text-align:center;margin-top:2rem}.theme-selection{background:#fff}.theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.theme-card{background:var(--color-surface-2);border:3px solid transparent;border-radius:15px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;cursor:pointer}.theme-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}.theme-card.selected{border-color:var(--color-brand-2);background:var(--color-accent-1)}.theme-icon{font-size:3rem;margin-bottom:.75rem}.theme-name{font-size:1.125rem;font-weight:600;color:var(--color-neutral-4);text-transform:capitalize}.theme-card-large{padding:2rem 1.5rem;color:#fff;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.theme-card-large:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px rgba(var(--color-tint-4-rgb),.2)}.theme-icon-large{font-size:3rem;margin-bottom:.75rem}.theme-name-large{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#fff}.theme-description{font-size:.875rem;opacity:.95;line-height:1.4;color:#fff}.theme-separator{display:flex;align-items:center;gap:1rem;margin:3rem auto 2rem;max-width:800px}.theme-separator-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--color-border-3),transparent)}.theme-separator-text{font-size:.875rem;color:var(--color-muted-2);font-weight:500;white-space:nowrap}.theme-grid-custom{margin-top:2rem}.theme-page{min-height:100vh}.theme-hero{position:relative}.theme-emoji-large{font-size:5rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.custom-theme-section{padding:3rem 0;background:var(--color-surface-2)}.custom-theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.custom-theme-grid{grid-template-columns:1fr;gap:1.5rem}}.footer{background:var(--color-neutral-4);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{margin-bottom:1rem;font-size:1.25rem}.footer-section p{color:var(--color-tint-2);margin-bottom:.75rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--color-tint-2);transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--color-muted-4);color:var(--color-muted-2)}.theme-content-section{padding:4rem 0;background:var(--color-surface-2)}.theme-content-wrapper{max-width:800px;margin:0 auto}.theme-content-title{font-size:2.5rem;font-weight:700;color:var(--color-neutral-4);margin-bottom:1.5rem;text-align:center}.theme-content-text{font-size:1.125rem;line-height:1.8;color:var(--color-muted-3)}.theme-content-text p{margin-bottom:1.5rem}.theme-content-subtitle{font-size:1.75rem;font-weight:700;color:var(--color-neutral-4);margin-top:2rem;margin-bottom:1rem}.theme-content-steps{padding-left:1.5rem;margin-top:1rem}.theme-content-steps li{margin-bottom:.75rem;line-height:1.6}.faq-section{padding:4rem 0;background:linear-gradient(135deg,var(--color-surface-2) 0%,var(--color-neutral-1) 100%)}.faq-section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-muted-4);background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #667eea26}.faq-item-open{box-shadow:0 4px 16px rgba(var(--color-brand-2-rgb),.2)}.faq-question{width:100%;padding:1.5rem 2rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:var(--color-muted-4);transition:all .3s ease}.faq-question:hover{background:var(--color-surface-2);color:var(--color-brand-2)}.faq-question-text{flex:1;padding-right:1rem}.faq-icon{font-size:1.5rem;font-weight:300;color:var(--color-brand-2);min-width:24px;text-align:center;transition:transform .3s ease}.faq-item-open .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 2rem 1.5rem;animation:fadeIn .3s ease}.faq-answer p{margin:0;color:var(--color-muted-2);line-height:1.7;font-size:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.theme-content-section{padding:2rem 0}.theme-content-title{font-size:2rem}.theme-content-text{font-size:1rem}.theme-content-subtitle{font-size:1.5rem}.faq-section{padding:3rem 0}.faq-section-title{font-size:2rem;margin-bottom:2rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem}.faq-answer p{font-size:.95rem}}@media (max-width: 768px){.hero{min-height:28vh;padding:1.25rem 1rem}.grid-upload-layout{grid-template-columns:1fr;gap:2rem}.grid-selection-compact{position:static}.grid-toggle-container{flex-direction:row;gap:1rem}.grid-toggle{flex:1;min-width:0}.grid-selection-details{display:flex;gap:1rem;justify-content:space-around;flex-wrap:wrap}.grid-selection-details p{flex-direction:column;text-align:center;margin-bottom:0;flex:1;min-width:100px}.grid-cards{grid-template-columns:1fr;gap:1.5rem}.theme-grid{grid-template-columns:repeat(2,1fr)}.theme-card-large{min-height:200px;padding:1.5rem 1rem}.theme-icon-large{font-size:2.5rem}.theme-name-large{font-size:1.125rem;color:#fff}.theme-description{font-size:.8rem;color:#fff}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 1023px){.home-page .hero .hero-layout{display:none}.home-page .hero{background:transparent!important;min-height:0;padding:0;flex-direction:column;align-items:stretch;justify-content:flex-start;overflow:visible}.home-page .hero:before{display:none}.home-page .hero>.container{padding:0;min-height:0}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.grid-card{padding:1.5rem}.theme-card{padding:1.5rem 1rem}.theme-icon{font-size:2.5rem}}.header-catalog-search{width:100%;max-width:min(520px,100%);margin:0 auto}.header-catalog-search-inner{display:flex;align-items:stretch;gap:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px #0000002e;border:1px solid rgba(255,255,255,.35);background:#fffffffa}.header-catalog-search-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header-catalog-search-input{flex:1 1 auto;min-width:0;border:none;padding:.55rem .75rem;font-size:.9rem;color:var(--color-neutral-4);background:transparent;outline:none}.header-catalog-search-input::placeholder{color:var(--color-muted-2)}.header-catalog-search-submit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;border:none;background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);color:#fff;cursor:pointer;transition:opacity .2s,transform .15s}.header-catalog-search-submit:hover{opacity:.95}.header-catalog-search-submit:active{transform:scale(.97)}@media (max-width: 640px){.header-catalog-search{max-width:none;flex:1 1 auto;min-width:0}.header-catalog-search-input{font-size:.8125rem;padding:.45rem .55rem}.header-catalog-search-submit{width:40px}}.app-site-header{background:linear-gradient(135deg,var(--color-brand-2) 0%,var(--color-brand-4) 100%);padding:.75rem 0;box-shadow:0 2px 12px #0000001f}.app-site-header-inner{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo search profile";align-items:center;gap:.75rem 1rem}.app-site-header-logo{grid-area:logo;display:flex;align-items:center;flex-shrink:0;text-decoration:none;transition:opacity .2s}.app-site-header-logo:hover{opacity:.9}.app-site-header-logo-img{height:36px;width:auto;display:block}.app-site-header-search-wrap{grid-area:search;display:flex;justify-content:center;align-items:center;min-width:0}.app-site-header-actions{grid-area:profile;flex-shrink:0;justify-self:end;display:flex;align-items:center;gap:.5rem}.app-site-header-admin-link{padding:.35rem .65rem;font-size:.8125rem;font-weight:600;color:#fff;text-decoration:none;border-radius:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s}.app-site-header-admin-link:hover{background:#ffffff59;opacity:1}.app-site-header-profile-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;text-decoration:none;border-radius:10px;background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s,transform .2s}.app-site-header-profile-btn:hover{background:#ffffff47;transform:scale(1.04)}.app-site-header-profile-btn svg{width:20px;height:20px;stroke:currentColor}@media (max-width: 640px){.app-site-header{padding:.5rem 0}.app-site-header-logo-img{height:28px}.app-site-header-inner{grid-template-columns:auto 1fr auto;grid-template-areas:"logo search profile";gap:.45rem .5rem}.app-site-header-search-wrap{justify-content:stretch}.app-site-header-profile-btn{width:34px;height:34px}}.language-selector{display:flex;gap:.5rem;align-items:center}.lang-btn{padding:.5rem 1rem;border:1px solid var(--color-border-3);background:#fff;color:var(--color-neutral-4);border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.lang-btn:hover{background:var(--color-muted-1);border-color:var(--color-tint-2)}.lang-btn.active{background:var(--color-brand-2);color:#fff;border-color:var(--color-brand-2)}.lang-btn.active:hover{background:var(--color-brand-3)}.app-site-footer .language-selector .lang-btn{border-color:var(--color-muted-3);background:var(--color-muted-4);color:var(--color-neutral-3)}.app-site-footer .language-selector .lang-btn:hover{background:var(--color-muted-3);border-color:var(--color-muted-2)}.app-site-footer .language-selector .lang-btn.active{background:var(--color-brand-2);color:#fff;border-color:var(--color-brand-2)}.app-site-footer .language-selector .lang-btn.active:hover{background:var(--color-brand-3);border-color:var(--color-brand-3)}.footer-section-lang .language-selector{flex-wrap:wrap}.print-cart-bubble{position:fixed;z-index:900;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none}.print-cart-bubble>*{pointer-events:auto}.print-cart-bubble-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-tint-4-rgb),.45);z-index:-1}.print-cart-bubble-panel{width:min(360px,calc(100vw - 2rem));background:var(--color-neutral-1);border-radius:12px;box-shadow:0 8px 24px rgba(var(--color-tint-4-rgb),.2);padding:1rem;animation:print-bubble-slide-up .2s ease-out}.print-cart-bubble-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.print-cart-bubble-panel-header h3{margin:0;font-size:1rem;font-weight:700;color:var(--color-neutral-4)}.print-cart-bubble-close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:var(--color-muted-3);cursor:pointer;padding:.25rem}.print-cart-bubble-resume-btn{width:100%;margin-top:.75rem;padding:.65rem 1rem;border:none;border-radius:8px;background:var(--color-brand-2);color:var(--color-neutral-4);font-weight:700;font-size:.9375rem;cursor:pointer}.print-cart-bubble-resume-btn:hover{background:var(--color-brand-3)}.print-cart-bubble-item-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.print-cart-bubble-item-edit{width:100%;text-align:left;border:1px solid var(--color-border-1);border-radius:8px;background:var(--color-neutral-1);color:var(--color-neutral-4);font-size:.82rem;padding:.45rem .55rem;cursor:pointer}.print-cart-bubble-item-edit:hover{border-color:var(--color-border-3);background:var(--color-surface-3)}.print-cart-bubble-trigger{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem .65rem .85rem;border:none;border-radius:999px;background:var(--color-tint-4);color:var(--color-neutral-1);cursor:pointer;box-shadow:0 4px 14px rgba(var(--color-tint-4-rgb),.35);transition:transform .15s,box-shadow .15s}.print-cart-bubble-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(var(--color-tint-4-rgb),.4)}.print-cart-bubble-trigger-icon{font-size:1.25rem}.print-cart-bubble-trigger-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.print-cart-bubble-trigger-label{font-size:.6875rem;opacity:.85;text-transform:uppercase;letter-spacing:.03em}.print-cart-bubble-trigger-total{font-size:.9375rem;font-weight:700}.print-cart-bubble-badge{min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;background:var(--color-brand-2);color:var(--color-neutral-4);font-size:.75rem;font-weight:800;display:flex;align-items:center;justify-content:center}@keyframes print-bubble-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.print-cart-bubble{bottom:5.5rem;right:.75rem;left:.75rem;align-items:stretch}.print-cart-bubble-panel{width:100%}.print-cart-bubble-trigger{justify-content:center;border-radius:12px}}:root{--color-brand-1: #f0f4ff;--color-brand-1-rgb: 240, 244, 255;--color-brand-2: #667eea;--color-brand-2-rgb: 102, 126, 234;--color-brand-3: #5568d3;--color-brand-3-rgb: 85, 104, 211;--color-brand-4: #764ba2;--color-brand-4-rgb: 118, 75, 162;--color-accent-1: #eef2ff;--color-accent-1-rgb: 238, 242, 255;--color-accent-2: #4338ca;--color-accent-2-rgb: 67, 56, 202;--color-accent-3: #3730a3;--color-accent-3-rgb: 55, 48, 163;--color-accent-4: #6a3f8f;--color-accent-4-rgb: 106, 63, 143;--color-neutral-1: #ffffff;--color-neutral-1-rgb: 255, 255, 255;--color-neutral-2: #f9fafb;--color-neutral-2-rgb: 249, 250, 251;--color-neutral-3: #e5e7eb;--color-neutral-3-rgb: 229, 231, 235;--color-neutral-4: #1a1a1a;--color-neutral-4-rgb: 26, 26, 26;--color-muted-1: #f3f4f6;--color-muted-1-rgb: 243, 244, 246;--color-muted-2: #6b7280;--color-muted-2-rgb: 107, 114, 128;--color-muted-3: #4b5563;--color-muted-3-rgb: 75, 85, 99;--color-muted-4: #374151;--color-muted-4-rgb: 55, 65, 81;--color-border-1: #e7e7e7;--color-border-1-rgb: 231, 231, 231;--color-border-2: #d5d9d9;--color-border-2-rgb: 213, 217, 217;--color-border-3: #d1d5db;--color-border-3-rgb: 209, 213, 219;--color-border-4: #888c8c;--color-border-4-rgb: 136, 140, 140;--color-surface-1: #ffffff;--color-surface-1-rgb: 255, 255, 255;--color-surface-2: #f9fafb;--color-surface-2-rgb: 249, 250, 251;--color-surface-3: #f0f2f2;--color-surface-3-rgb: 240, 242, 242;--color-surface-4: #eaeded;--color-surface-4-rgb: 234, 237, 237;--color-success-1: #e6f7f1;--color-success-1-rgb: 230, 247, 241;--color-success-2: #067d62;--color-success-2-rgb: 6, 125, 98;--color-success-3: #059669;--color-success-3-rgb: 5, 150, 105;--color-success-4: #047857;--color-success-4-rgb: 4, 120, 87;--color-error-1: #fef2f2;--color-error-1-rgb: 254, 242, 242;--color-error-2: #fecaca;--color-error-2-rgb: 254, 202, 202;--color-error-3: #991b1b;--color-error-3-rgb: 153, 27, 27;--color-error-4: #b91c1c;--color-error-4-rgb: 185, 28, 28;--color-warning-1: #f5f0ff;--color-warning-1-rgb: 245, 240, 255;--color-warning-2: #c7d2fe;--color-warning-2-rgb: 199, 210, 254;--color-warning-3: #a5b4fc;--color-warning-3-rgb: 165, 180, 252;--color-warning-4: #818cf8;--color-warning-4-rgb: 129, 140, 248;--color-focus-1: #c7d2fe;--color-focus-1-rgb: 199, 210, 254;--color-focus-2: #667eea;--color-focus-2-rgb: 102, 126, 234;--color-focus-3: #4f46e5;--color-focus-3-rgb: 79, 70, 229;--color-focus-4: #4338ca;--color-focus-4-rgb: 67, 56, 202;--color-tint-1: #d1d5db;--color-tint-1-rgb: 209, 213, 219;--color-tint-2: #9ca3af;--color-tint-2-rgb: 156, 163, 175;--color-tint-3: #64748b;--color-tint-3-rgb: 100, 116, 139;--color-tint-4: #232f3e;--color-tint-4-rgb: 35, 47, 62;--color-text-primary: var(--color-neutral-4);--color-text-secondary: var(--color-muted-2);--color-text-muted: var(--color-muted-3);--color-text-inverse: var(--color-neutral-1);--color-bg-page: var(--color-surface-2);--color-bg-elevated: var(--color-surface-1);--color-bg-subtle: var(--color-surface-3);--color-bg-muted: var(--color-muted-1);--color-border-default: var(--color-neutral-3);--color-border-strong: var(--color-border-2);--color-border-input: var(--color-border-4);--color-primary: var(--color-brand-2);--color-primary-hover: var(--color-brand-3);--color-primary-strong: var(--color-brand-4);--color-primary-soft: var(--color-brand-1);--color-link: var(--color-brand-2);--color-price: var(--color-brand-3);--gradient-brand: linear-gradient( 135deg, var(--color-brand-2) 0%, var(--color-brand-4) 100% );--gradient-brand-hover: linear-gradient( 135deg, var(--color-brand-3) 0%, var(--color-accent-4) 100% );--shadow-brand-sm: 0 2px 8px rgba(var(--color-brand-2-rgb), .1);--shadow-brand-md: 0 10px 25px rgba(var(--color-brand-2-rgb), .4);--shadow-brand-lg: 0 15px 35px rgba(var(--color-brand-2-rgb), .5);--shadow-neutral-sm: 0 2px 5px rgba(var(--color-tint-4-rgb), .08);--shadow-neutral-md: 0 4px 6px rgba(var(--color-tint-4-rgb), .05);--shadow-neutral-lg: 0 8px 24px rgba(var(--color-tint-4-rgb), .2);--outline-focus: 2px solid var(--color-focus-3);--outline-focus-brand: 2px solid var(--color-brand-2)}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-neutral-4);background-color:var(--color-neutral-1);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease}button:disabled{opacity:.6;cursor:not-allowed}*:focus-visible{outline:2px solid var(--color-focus-3);outline-offset:2px}
