.deckbuilder-container{max-width:1400px;margin:0 auto;padding:1rem;background:linear-gradient(135deg,rgba(var(--color-foreground),.02),rgba(var(--color-foreground),.05));min-height:100vh}.deckbuilder-header{text-align:center;margin-bottom:1rem;position:relative}.deckbuilder-header:before{content:"";position:absolute;top:-.5rem;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(90deg,transparent,rgb(var(--color-foreground)),transparent);border-radius:2px}.deckbuilder-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:0;letter-spacing:-.02em}.deckbuilder-content{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.deckbuilder-content{gap:1.5rem}.deckbuilder-title{font-size:2.5rem}}.deckbuilder-input-section{background:#fffffff2;border-radius:20px;padding:2rem;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 10px 40px #00000014,0 4px 16px #0000000a,inset 0 1px #fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.deckbuilder-input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.deckbuilder-input-header h2{font-size:2.2rem;font-weight:700;color:rgb(var(--color-foreground));margin:0;letter-spacing:-.01em}.deckbuilder-actions{display:flex;gap:1rem}.deckbuilder-vendor-selector{margin-bottom:1.5rem;padding:1.2rem;background:rgba(var(--color-foreground),.03);border-radius:16px;border:1px solid rgba(var(--color-foreground),.06)}.vendor-label{display:block;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:.8rem;letter-spacing:.5px;text-transform:uppercase}.vendor-dropdown{width:100%;padding:1.2rem 4rem 1.2rem 1.8rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:12px;font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));background:#fffffff2;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 8px #0000000a,inset 0 1px #fffc;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5rem}.vendor-dropdown:focus{outline:none;border-color:rgba(var(--color-foreground),.25);box-shadow:0 0 0 3px rgba(var(--color-foreground),.08),0 4px 16px #00000014,inset 0 1px #fff;background-color:#fff;transform:scale(1.01)}.vendor-dropdown:hover{border-color:rgba(var(--color-foreground),.18);box-shadow:0 4px 12px #0000000f,inset 0 1px #ffffffe6}.deckbuilder-textarea{width:100%;min-height:450px;padding:2rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:1.5rem;line-height:1.8;background:#fffc;color:rgb(var(--color-foreground));resize:vertical;transition:all .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 4px 16px #0000000a,inset 0 1px #ffffffe6}.deckbuilder-textarea:focus{outline:none;border-color:rgba(var(--color-foreground),.2);box-shadow:0 0 0 4px rgba(var(--color-foreground),.06),0 8px 32px #00000014,inset 0 1px #fff;background:#fff;transform:scale(1.01)}.deckbuilder-input-info{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.input-stats{display:flex;gap:2rem}.input-stats span{font-size:1.4rem;font-weight:600;color:rgba(var(--color-foreground),.8);padding:.5rem 1rem;background:rgba(var(--color-foreground),.05);border-radius:8px}.input-help small{font-size:1.3rem;color:rgba(var(--color-foreground),.6);font-weight:500}.btn{padding:1.2rem 2.4rem;border:none;border-radius:12px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);text-transform:uppercase;letter-spacing:.8px;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.8));color:rgb(var(--color-background));box-shadow:0 4px 16px #0000001a}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 32px #00000026}.btn-secondary{background:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.15);box-shadow:0 2px 8px #0000000d}.btn-secondary:hover{background:rgba(var(--color-foreground),.12);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #00000014}.btn-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 4px 16px #28a74533}.btn-success:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 8px 32px #28a7454d}.btn-success:disabled{background:linear-gradient(135deg,#6c757d,#5a6268);cursor:not-allowed;transform:none;box-shadow:none}.btn-large{padding:1.8rem 3.6rem;font-size:1.7rem;border-radius:16px}.btn-small{padding:1rem 1.8rem;font-size:1.2rem;border-radius:10px}.deckbuilder-results-section{background:#fffffff2;border-radius:20px;padding:2rem;border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 10px 40px #00000014,0 4px 16px #0000000a,inset 0 1px #fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.deckbuilder-results-header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;margin-bottom:2rem;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.results-header-left{display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}.results-header-left h2{font-size:2.2rem;font-weight:700;color:rgb(var(--color-foreground));margin:0;letter-spacing:-.01em}.results-header-center{display:flex;justify-content:center}.results-header-right{display:flex;justify-content:flex-end}@media (max-width: 768px){.deckbuilder-results-header{grid-template-columns:1fr;text-align:center;gap:1.5rem}.results-header-left{align-items:center}.results-header-center,.results-header-right{justify-content:center}}.results-summary{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.results-summary span{font-size:1.4rem;font-weight:600;padding:.8rem 1.5rem;border-radius:12px;background:linear-gradient(135deg,rgba(var(--color-foreground),.05),rgba(var(--color-foreground),.08));border:1px solid rgba(var(--color-foreground),.08);box-shadow:0 2px 8px #0000000a}.deckbuilder-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.deckbuilder-card{background:#fffffff2;border-radius:20px;padding:2rem;border:1px solid rgba(var(--color-foreground),.08);transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f,0 2px 8px #0000000a}.deckbuilder-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#28a745,#20c997);opacity:0;transition:opacity .3s ease}.deckbuilder-card:hover:before{opacity:1}.deckbuilder-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #0000001f,0 8px 24px #00000014;border-color:rgba(var(--color-foreground),.15)}.deckbuilder-card.found{border-left:none}.deckbuilder-card.found:before{background:linear-gradient(90deg,#28a745,#20c997)}.deckbuilder-card.missing{border-left:none;background:#dc354505}.deckbuilder-card.missing:before{background:linear-gradient(90deg,#dc3545,#e74c3c);opacity:1}.card-quantity{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.8));color:rgb(var(--color-background));padding:.8rem 1.2rem;border-radius:25px;font-size:1.3rem;font-weight:700;box-shadow:0 4px 12px #00000026;letter-spacing:.5px}.card-image{width:100px;height:140px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.deckbuilder-card:hover .card-image{transform:scale(1.05)}.card-info h3{font-size:1.7rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 1rem;line-height:1.3;letter-spacing:-.01em}.card-price{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#2c5aa0,#1e3a8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:.8rem 0}.card-variant-info{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin-bottom:1.5rem;font-weight:500}.card-actions{display:flex;gap:1.2rem;margin-top:1.5rem}.btn-small{padding:.8rem 1.5rem;font-size:1.1rem;border-radius:8px;font-weight:500;letter-spacing:.3px;text-transform:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);border:1px solid transparent}.btn-small.btn-primary{background:linear-gradient(135deg,#2c5aa0,#1e3a8a);color:#fff;box-shadow:0 2px 8px #2c5aa033}.btn-small.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #2c5aa04d}.btn-small.btn-secondary{background:#ffffffe6;color:rgba(var(--color-foreground),.8);border:1px solid rgba(var(--color-foreground),.12);box-shadow:0 1px 4px #0000000d}.btn-small.btn-secondary:hover{background:#fff;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.2);transform:translateY(-1px);box-shadow:0 3px 12px #00000014}.btn-small.btn-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 2px 8px #28a74533}.btn-small.btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 16px #28a7454d}.btn-small:before{display:none}.btn-small[href],.btn-small[href]:hover,.card-actions a.btn,.card-actions a.btn:hover{text-decoration:none}.deckbuilder-missing-cards{background:#dc35450d;border:1px solid rgba(220,53,69,.2);border-radius:12px;padding:1.5rem}.deckbuilder-missing-cards h3{color:#dc3545;font-size:1.8rem;margin-bottom:1rem}.missing-cards-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.missing-card-item{background:#fff;padding:1rem;border-radius:8px;border-left:3px solid #dc3545}.missing-card-item .card-name{font-weight:600;color:rgb(var(--color-foreground))}.missing-card-item .card-quantity{position:static;background:#dc3545;color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:1.1rem;margin-left:.5rem}.deckbuilder-loading{text-align:center;padding:3rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{width:40px;height:40px;color:rgb(var(--color-foreground));animation:spin 1s linear infinite}.spinner .path{stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.status-found{color:#28a745;font-weight:600}.status-missing{color:#dc3545;font-weight:600}.status-partial{color:#ffc107;font-weight:600}@media (max-width: 768px){.deckbuilder-container{padding:1rem}.deckbuilder-title{font-size:2.5rem}.deckbuilder-input-header{flex-direction:column;gap:1rem;align-items:stretch}.deckbuilder-actions{justify-content:center}.deckbuilder-results-header{flex-direction:column;align-items:stretch;text-align:center}.results-summary{justify-content:center;flex-wrap:wrap}.deckbuilder-results-grid{grid-template-columns:1fr}.deckbuilder-input-info{flex-direction:column;gap:1rem;text-align:center}}.deckbuilder-card{opacity:0;transform:translateY(20px);animation:fadeInUp .4s ease-out forwards}.deckbuilder-card:nth-child(1){animation-delay:.1s}.deckbuilder-card:nth-child(2){animation-delay:.2s}.deckbuilder-card:nth-child(3){animation-delay:.3s}.deckbuilder-card:nth-child(4){animation-delay:.4s}.deckbuilder-card:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.alternatives-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.alternatives-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.alternatives-modal-content{position:relative;background:#fffffffa;border-radius:20px;max-width:1200px;width:100%;height:95vh;overflow:hidden;box-shadow:0 20px 60px #0003,0 8px 24px #0000001a;border:1px solid rgba(var(--color-foreground),.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column}.alternatives-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.02);flex-shrink:0}.alternatives-modal-header h3{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground));margin:0}.alternatives-close-btn{background:none;border:none;font-size:2.5rem;color:rgba(var(--color-foreground),.6);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.alternatives-close-btn:hover{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));transform:scale(1.1)}.alternatives-modal-body{padding:2rem;flex:1;overflow-y:auto}.alternatives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;height:100%}.alternative-card{background:#fffffff2;border-radius:16px;padding:1.5rem;border:1px solid rgba(var(--color-foreground),.08);transition:all .3s ease;cursor:pointer;position:relative}.alternative-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f;border-color:rgba(var(--color-foreground),.2)}.alternative-card.selected{border-color:#28a745;background:#28a7450d}.alternative-card-image{width:80px;height:112px;object-fit:cover;border-radius:8px;margin-bottom:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 2px 8px #0000001a}.alternative-card h4{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .5rem;line-height:1.3}.alternative-card-price{font-size:1.6rem;font-weight:700;color:#2c5aa0;margin-bottom:1rem}.alternative-card-variant{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:1rem}.alternative-card-actions{display:flex;gap:.8rem}.alternatives-loading{text-align:center;padding:3rem}@media (max-width: 768px){.alternatives-modal{padding:1rem}.alternatives-modal-content{max-height:90vh}.alternatives-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/deckbuilder.css.map */
