.template-selection-wrapper{width:100%;min-height:100vh;background:#f5f5f5;position:relative}.templates-scroll-container{width:100%;height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth}.template-selection-container{padding:0;width:100%;min-height:100vh;background-size:cover;background-position:center;background-attachment:fixed;position:relative;scroll-snap-align:start}.template-showcase{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:50vh;padding:2rem;gap:3rem}.template-info-sidebar{color:#fff;max-width:250px;display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.3rem}.info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#000000b3;font-weight:600}.info-value{font-size:1.1rem;font-weight:700;color:#000}.template-description-sidebar{margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.template-description-sidebar p{font-size:.85rem;line-height:1.6;color:#fffc;margin:0}.template-name-sidebar{padding-top:1rem;border-top:1px solid rgba(0,0,0,.2)}.template-name-sidebar h3{font-size:1.25rem;font-weight:700;color:#000;margin:0}.template-center-display{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.frame-combination-info{text-align:center;margin-top:.5rem}.frame-name{font-size:.95rem;font-weight:700;color:#000;margin:0 0 .25rem}.frame-padding{font-size:.8rem;font-weight:500;color:#0009;margin:0}.slider-dots{display:flex;gap:8px;align-items:center;justify-content:center;padding:12px 0;max-width:100%;overflow-x:auto;scrollbar-width:none}.slider-dots::-webkit-scrollbar{display:none}.slider-dot{width:8px;height:8px;border-radius:50%;background:#0003;border:none;cursor:pointer;transition:all .3s ease;padding:0;flex-shrink:0}.slider-dot:hover{background:#0006;transform:scale(1.2)}.slider-dot.active{background:#000;width:24px;border-radius:4px}.btn-select-proceed{padding:1rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #10b9814d;margin-top:1rem;min-width:250px}.btn-select-proceed:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.btn-select-proceed:active{transform:translateY(0)}.template-actions-bottom{position:absolute;bottom:5rem;right:2rem;display:flex;gap:1rem;align-items:center;z-index:10}.btn-skip-template{padding:.75rem 1.5rem;background:#ffffffe6;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-skip-template:hover{background:#fff;border-color:#9ca3af;color:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.btn-select-template-compact{padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.btn-select-template-compact:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.template-select-checkmark{position:absolute;right:50%;left:0;bottom:-20px;width:20px;height:20px;background:#ffffffe6;border:2px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#0000004d;transform:translate(50%)}.template-select-checkmark:hover{background:#fff;border-color:#10b981;color:#10b981}.template-select-checkmark.selected{background:#10b981;border-color:#10b981;color:#fff;box-shadow:0 4px 12px #10b98166}.template-select-checkmark.selected:hover{background:#059669;border-color:#059669}.template-image-wrapper{position:relative;box-shadow:0 20px 60px #0009;cursor:pointer;transition:all .3s ease;background:#fff}.template-image-wrapper:hover{transform:scale(1.02);box-shadow:0 25px 80px #000c}.template-image-wrapper.selected{border-color:#10b981;box-shadow:0 20px 60px #10b98166}.template-center-image{width:100%;height:100%}.template-placeholder-center{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.template-hover-hint{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer}.template-hover-hint.visible{opacity:1}.template-hover-hint svg{color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.template-selected-indicator{position:absolute;top:20px;right:20px;background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #10b98166}.template-lightbox-overlay{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:2rem;right:2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-close:hover{background:#ffffff4d;transform:rotate(90deg)}.lightbox-image-container{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:zoomIn .3s ease;cursor:default}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.lightbox-placeholder{width:400px;height:500px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff}.nav-arrow{position:absolute;background:#ffffffe6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1e293b;box-shadow:0 4px 12px #0000004d}.nav-arrow:hover:not(:disabled){background:#fff;transform:scale(1.1);box-shadow:0 6px 20px #0006}.nav-arrow:disabled{opacity:.3;cursor:not-allowed}.nav-arrow-left{left:-80px}.nav-arrow-right{right:-80px}.template-counter{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background:#fffffff2;padding:.5rem 1.5rem;border-radius:50px;font-weight:600;color:#1e293b;font-size:.9rem;box-shadow:0 4px 12px #0000004d}.template-selection-header{margin-bottom:2rem}.template-header-content{display:flex;align-items:center;gap:1rem}.template-icon{color:var(--primary)}.template-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.template-subtitle{font-size:1rem;color:#64748b;margin:.5rem 0 0}.template-loading{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#fff}.template-loading p{font-size:1.2rem;font-weight:600}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.no-templates{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:2rem;color:#fff}.no-templates p{font-size:1.5rem;font-weight:600}.btn-skip-template{background:#00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(0,0,0,.3);padding:.875rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-skip-template:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.btn-continue-template{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem;box-shadow:0 4px 12px #10b9814d}.btn-continue-template:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.template-showcase{flex-direction:column;gap:2rem}.template-info-sidebar{max-width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.nav-arrow-left{left:10px}.nav-arrow-right{right:10px}.template-image-wrapper{width:400px;height:500px}.lightbox-image-container{max-width:95vw;max-height:85vh}}@media(max-width:768px){.template-image-wrapper{width:320px;height:400px}.template-actions-bottom{flex-direction:column;left:50%;right:auto;transform:translate(-50%)}.template-lightbox-overlay{padding:1rem}.lightbox-close{top:1rem;right:1rem;width:40px;height:40px}}.preview-spec{display:flex;justify-content:space-between;align-items:center}.spec-label{font-size:.875rem;font-weight:600;color:#475569}.spec-value{font-size:.875rem;color:#1e293b;font-weight:600;background:#fff;padding:.375rem .75rem;border-radius:6px}.btn-select-preview{padding:1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.btn-select-preview:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}@media(max-width:968px){.templates-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem}.template-preview-body{grid-template-columns:1fr}}@media(max-width:768px){.templates-grid{grid-template-columns:1fr!important;gap:1.25rem}.template-preview-body{grid-template-columns:1fr}.template-actions{flex-direction:column}.btn-skip-template,.btn-continue-template{width:100%;justify-content:center}.grid-control{display:none}}@media(max-width:480px){.templates-grid{gap:1rem}}
