:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary-color: #ec4899;--accent-color: #10b981;--warning-color: #f59e0b;--bg-light: #f8fafc;--bg-white: #ffffff;--text-dark: #1e293b;--text-gray: #64748b;--border-color: #e2e8f0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--border-radius: 16px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.product-info-modern{max-width:1200px;margin:0 auto;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.6}.product-section{margin-bottom:3rem;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-header{margin-bottom:2rem;text-align:center}.section-kicker{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary-color);margin-bottom:.5rem}.section-kicker--highlight{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin:.5rem 0;line-height:1.2}.section-subtitle{font-size:1rem;color:var(--text-gray);max-width:600px;margin:.5rem auto 0}.product-section--core-specs{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;border-radius:var(--border-radius);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.product-section--core-specs:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.product-section--core-specs .section-header{position:relative;z-index:1}.product-section--core-specs .section-kicker,.product-section--core-specs .section-title,.product-section--core-specs .section-subtitle{color:#fff}.product-section--core-specs .section-subtitle strong{color:#fbbf24}.product-specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;position:relative;z-index:1}.spec-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;transition:var(--transition);box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.3)}.spec-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);background:#fff}.spec-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.spec-icon--age{background:linear-gradient(135deg,#3b82f6,#2563eb)}.spec-icon--players{background:linear-gradient(135deg,#ec4899,#db2777)}.spec-icon--time{background:linear-gradient(135deg,#10b981,#059669)}.spec-icon--difficulty{background:linear-gradient(135deg,#f59e0b,#d97706)}.spec-icon svg{color:#fff}.spec-card:hover .spec-icon{transform:scale(1.1) rotate(5deg)}.spec-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.875rem;color:var(--text-gray);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.spec-value{font-size:1.5rem;font-weight:700;color:var(--text-dark);line-height:1}.spec-hint{font-size:.75rem;color:var(--text-gray);font-style:italic}.product-section--description{background:var(--bg-white);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.product-section--description .section-header{text-align:left;margin-bottom:1.5rem}.product-description{font-size:1rem;line-height:1.8;color:var(--text-dark)}.product-description h2{color:var(--primary-color);margin-top:1.5rem;margin-bottom:1rem}.product-description p{margin-bottom:1rem}.product-description ul,.product-description ol{margin-left:1.5rem;margin-bottom:1rem}.product-description strong{color:var(--primary-dark);font-weight:600}.product-section--mechanics{background:linear-gradient(135deg,#f0fdf4,#dcfce7);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:2px solid var(--accent-color);position:relative;overflow:hidden}.product-section--mechanics:before{content:"\2699\fe0f";position:absolute;font-size:150px;opacity:.05;right:-20px;top:50%;transform:translateY(-50%)}.product-section--mechanics .section-title{color:var(--accent-color);position:relative;z-index:1}.product-section--mechanics .section-body{position:relative;z-index:1}.product-section--bgg{background:linear-gradient(135deg,#fff7ed,#fed7aa);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);text-align:center;border:2px solid var(--warning-color)}.product-section--bgg .section-title{color:var(--warning-color);margin-bottom:.75rem}.bgg-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--warning-color),#d97706);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:var(--transition);box-shadow:var(--shadow-md);margin-top:1rem}.bgg-link:after{content:"\2192";font-size:1.25rem;transition:var(--transition)}.bgg-link:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#d97706,#b45309)}.bgg-link:hover:after{transform:translate(5px)}.product-section--video{background:var(--bg-white);padding:2.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.product-section--video .section-title{color:var(--secondary-color);text-align:center}.product-section--video .section-subtitle{text-align:center}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:var(--shadow-lg);margin-top:1.5rem;background:var(--bg-light)}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.product-section-divider{border:none;height:2px;background:linear-gradient(90deg,transparent,var(--border-color),transparent);margin:3rem 0}.btn{display:inline-block;padding:.875rem 1.75rem;border-radius:50px;font-weight:600;text-decoration:none;transition:var(--transition);cursor:pointer;border:none;font-size:1rem;text-align:center}.btn--secondary{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-md)}.btn--secondary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.product-info-modern{padding:1rem .5rem}.section-title{font-size:1.5rem}.product-specs-grid{grid-template-columns:1fr;gap:1rem}.product-section--core-specs,.product-section--description,.product-section--mechanics,.product-section--bgg,.product-section--video{padding:1.5rem}.spec-value{font-size:1.25rem}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}.bgg-link:focus,.btn:focus{outline:3px solid var(--primary-light);outline-offset:3px}.rte ul li::marker{color:var(--primary-color)}.rte ol li::marker{color:var(--primary-color);font-weight:600}@media (prefers-color-scheme: dark){:root{--bg-light: #1e293b;--bg-white: #0f172a;--text-dark: #f1f5f9;--text-gray: #94a3b8;--border-color: #334155}.spec-card{background:#0f172af2}.product-section--description,.product-section--video{background:var(--bg-white)}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/product-info-modern-styles.css.map */
