* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; } :root { --bg-dark: #05070a; --neon-blue: #2dd4bf; --neon-purple: #a855f7; --neon-green: #10b981; --neon-red: #f43f5e; --neon-yellow: #fbbf24; --text-main: #f8fafc; --text-muted: #94a3b8; --glass-border: rgba(255, 255, 255, 0.08); --table-felt: radial-gradient(circle at center, #0f5132 0%, #062616 100%); } body.strategy-body { background: radial-gradient(circle at top center, #111827 0%, var(--bg-dark) 100%); color: var(--text-main); min-height: 100vh; display: flex; flex-direction: column; position: relative; overflow-x: hidden; } body.strategy-body::before { content: ''; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 60vw; height: 60vh; background: radial-gradient(circle, rgba(45, 212, 191, 0.05) 0%, transparent 70%); z-index: -1; pointer-events: none; } html { scroll-padding-top: 80px; /* جبران ارتفاع هدر ثابت هنگام اسکرول */ scroll-behavior: smooth; } .glass-panel { background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0.6) 100%); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.05); border-top: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); } .main-header { position: sticky; top: 0; z-index: 1010; width: 100%; max-width: 1400px; margin: 0 auto; padding: 2px 3px; } .header-container { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; width: 100%; } .logo-section { display: flex; align-items: center; gap: 12px; } .logo-icon-wrapper { position: relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; } .icon-spade { width: 40px; height: 40px; color: var(--neon-green); } .logo-number { position: absolute; color: var(--neon-green); font-size: 9px; font-weight: 700; top: 26%; } .brand-text .main-title { color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 1px; } .main-title a { color: var(--text-muted); text-decoration:none; } .brand-text .sub-title { color: var(--text-muted); font-size: 12px; } .container { max-width: 1350px; margin: 6px auto; padding: 0 20px; width: 100%; display: flex; flex-direction: column; gap: 10px; } /* بنر پیام راهنما */ .step-banner { padding: 18px 25px; text-align: center; font-size: 18px; font-weight: 700; color: var(--neon-blue); border-left: 4px solid var(--neon-blue); display: flex; align-items: center; justify-content: center; gap: 12px; box-shadow: 0 5px 15px rgba(45, 212, 191, 0.15); transition: all 0.3s ease; } .step-banner .style-icon { font-size: 22px; } /* چیدمان کلی صفحه استراتژی */ .strategy-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 25px; align-items: start; } /* استایل میز بازی */ .game-board { position: relative; padding: clamp(12px, 2vmin, 30px); display: flex; flex-direction: column; justify-content: space-between; /* height: 560px; */ /* background: var(--table-felt); */ /* border: 14px solid #1a1c23; */ border-radius: 40px; /* box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.9), 0 20px 50px rgba(0, 0, 0, 0.5); */ overflow: hidden; } .table-container { position: relative; width: 100%; max-width: 750px; margin: 0 auto; display: flex; justify-content: center; align-items: center; } .table-outer { position: relative; width: 100%; aspect-ratio: 1.1 / 1; border-radius: 175px; background: linear-gradient(180deg, #060a14 0%, #02050e 100%); border: 3px solid rgb(18 91 31 / 57%); } .table-felt2 { position: absolute; top: 4%; left: 2%; right: 2%; bottom: 11%; border-radius: 180px; background-color: #02060c; border: 17px solid rgb(0 0 2 / 76%); box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.8); pointer-events: none; } .table-outer::before { content: ''; position: absolute; top: 3.5%; left: 3.5%; right: 3.5%; bottom: 23%; border-radius: 180px; background: #000; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.9); pointer-events: none; } .table-felt { position: absolute; top: 2%; left: 2%; right: 2%; bottom: 10%; border-radius: 166px; background-color: #081711; border: 2px solid rgba(0, 255, 150, 0.25); box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.8); display: flex; flex-direction: column; justify-content: space-around; align-items: center; padding: 5% 0; } .radial-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(0, 255, 150, 0.04) 0%, transparent 60%); pointer-events: none; } .table-divider { position: absolute; top: 50%; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, transparent, rgba(0, 255, 150, 0.25), transparent); transform: translateY(-50%); } .section { display: flex; flex-direction: column; align-items: center; z-index: 2; width: 100%; } .score-badge { display: flex; align-items: center; gap: 10px; background-color: #060e0a; border-radius: 9999px; padding: 6px 18px; border: 1px solid rgba(0, 255, 150, 0.2); box-shadow: 0 4px 10px rgba(0,0,0,0.5); margin-bottom: 8px; } .badge-label { color: #7b8a82; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; } .badge-score { color: #00ff96; font-size: 16px; font-weight: bold; } .cards-container { display: flex; gap: 7px; min-height: 120px; justify-content: center; align-items: center; } .card-placeholder { width: 80px; height: 115px; border: 2px dashed rgba(255,255,255,0.2); border-radius: 10px; display: flex; justify-content: center; align-items: center; font-size: 13px; color: rgba(255,255,255,0.3); font-weight: 600; background: rgba(0,0,0,0.2); } /* استایل کارت‌های واقعی در میز */ .card-wrapper { width: 80px; height: 115px; position: relative; perspective: 1000px; animation: dealCard 0.4s ease forwards; } @keyframes dealCard { from { opacity: 0; transform: translateY(-30px) scale(0.8); } to { opacity: 1; transform: translateY(0) scale(1); } } .card-face { position: absolute; inset: 0; border-radius: 10px; padding: 6px; display: flex; flex-direction: column; justify-content: space-between; font-weight: bold; box-shadow: -3px 5px 15px rgba(0,0,0,0.6); background: white; } .card-front.red { color: #e74c3c; } .card-front.black { color: #2c3e50; } .card-top { font-size: 16px; } .card-center { font-size: 28px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .card-bottom { font-size: 16px; transform: rotate(180deg); } .card-back-design { background: repeating-linear-gradient(45deg, #0b1e42, #0b1e42 10px, #1a3673 10px, #1a3673 20px) !important; border: 3px solid #fff !important; } /* پنل انتخاب کارت (Card Selector) */ .strategy-controls { display: flex; flex-direction: column; gap: 20px; } .card-selector-panel, .odds-display-panel { padding: 25px; } .panel-title { font-size: 18px; color: #fff; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--glass-border); padding-bottom: 12px; } .panel-title i { color: var(--neon-blue); } .suit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .suit-btn { background: rgba(0,0,0,0.4); border: 1px solid var(--glass-border); padding: 15px; border-radius: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: all 0.2s; } .suit-btn:hover { background: rgba(255,255,255,0.08); border-color: var(--neon-blue); transform: translateY(-2px); } .suit-icon { font-size: 24px; } .suit-icon.red { color: #f43f5e; } .suit-icon.black { color: #f8fafc; } .suit-name { font-size: 15px; font-weight: 700; color: #fff; } .value-selector-box { margin-top: 15px; } .suit-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; background: rgba(255,255,255,0.05); padding: 8px 15px; border-radius: 8px; } #selected-suit-label { font-weight: 700; color: var(--neon-blue); font-size: 14px; } .btn-change-suit { background: transparent; border: 1px solid var(--neon-purple); color: var(--neon-purple); padding: 4px 10px; border-radius: 6px; font-size: 12px; cursor: pointer; transition: 0.2s; } .btn-change-suit:hover { background: var(--neon-purple); color: #fff; } .value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .val-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 12px 0; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; transition: all 0.2s; } .val-btn:hover:not(:disabled) { background: var(--neon-green); color: #000; border-color: var(--neon-green); transform: scale(1.05); box-shadow: 0 0 12px rgba(16, 185, 129, 0.4); } .val-btn:disabled { opacity: 0.15; cursor: not-allowed; background: rgba(0,0,0,0.5); border-color: transparent; text-decoration: line-through; } /* پنل نمایش درصدها (Odds Table) */ .odds-table { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; } .odds-row { background: rgba(0,0,0,0.4); padding: 15px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.05); } .odds-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; } .action-label { font-weight: 800; font-size: 15px; display: flex; align-items: center; gap: 8px; } .stand-row .action-label { color: var(--neon-green); } .hit-row .action-label { color: var(--neon-blue); } .action-desc { font-size: 12px; color: var(--text-muted); } .odds-bar-container { display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,0.03); padding: 4px; border-radius: 10px; } .odds-bar { height: 16px; border-radius: 8px; transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .stand-bar { background: linear-gradient(90deg, #059669, var(--neon-green)); box-shadow: 0 0 10px rgba(16, 185, 129, 0.4); } .hit-bar { background: linear-gradient(90deg, #0891b2, var(--neon-blue)); box-shadow: 0 0 10px rgba(45, 212, 191, 0.4); } .odds-value { font-weight: 800; font-size: 16px; color: #fff; min-width: 55px; text-align: right; } .recommendation-box { background: rgba(251, 191, 36, 0.1); border: 1px solid rgba(251, 191, 36, 0.3); color: var(--neon-yellow); padding: 14px; border-radius: 12px; font-size: 14px; font-weight: 700; text-align: center; margin-bottom: 20px; } /* ========================================================= */ /* Modern & Neon Action Buttons */ /* ========================================================= */ .action-buttons-group { display: flex; gap: 15px; margin-bottom: 5px; } .neon-btn-action { flex: 1; padding: 16px; border-radius: 14px; font-weight: 800; font-size: 15px; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; gap: 10px; border: none; text-transform: uppercase; letter-spacing: 1px; } .hit-action-btn { background: linear-gradient(135deg, #0284c7, #2dd4bf); color: #000; box-shadow: 0 0 20px rgba(45, 212, 191, 0.5), inset 0 0 12px rgba(255,255,255,0.4); border: 1px solid #a5f3fc; } .hit-action-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 0 35px rgba(45, 212, 191, 0.8), inset 0 0 15px rgba(255,255,255,0.6); } .reset-btn { background: linear-gradient(135deg, #be123c, #f43f5e); color: #fff; box-shadow: 0 0 20px rgba(244, 63, 94, 0.4), inset 0 0 12px rgba(255,255,255,0.2); border: 1px solid #fda4af; } .reset-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 0 35px rgba(244, 63, 94, 0.7), inset 0 0 15px rgba(255,255,255,0.4); } /* ========================================================= */ /* Deep-Dive Scenario Link Styling */ /* ========================================================= */ .scenario-link-container { width: 100%; margin-top: 15px; padding-top: 20px; border-top: 1px dashed rgba(255, 255, 255, 0.1); } .scenario-guide-link { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg, rgba(168, 85, 247, 0.15) 0%, rgba(126, 34, 206, 0.3) 50%, rgba(168, 85, 247, 0.15) 100%); border: 1px solid var(--neon-purple); color: #fff; font-size: 15px; text-decoration: none; padding: 18px 24px; border-radius: 14px; transition: all 0.3s ease; width: 100%; box-sizing: border-box; box-shadow: 0 4px 15px rgba(168, 85, 247, 0.2); position: relative; overflow: hidden; } .scenario-guide-link::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent); transition: left 0.5s ease; } .scenario-guide-link:hover::before { left: 100%; } .link-content { display: flex; align-items: center; gap: 12px; } .link-content i { font-size: 20px; color: #d8b4fe; } .link-content span { font-weight: 500; text-shadow: 0 0 5px rgba(168, 85, 247, 0.5); } .link-content b { font-weight: 800; color: var(--neon-purple); letter-spacing: 0.5px; } .link-arrow { font-size: 16px; color: var(--neon-purple); transition: transform 0.3s; } .scenario-guide-link:hover { background: var(--neon-purple); color: #000; box-shadow: 0 0 30px rgba(168, 85, 247, 0.6); border-color: #fff; } .scenario-guide-link:hover .link-content i, .scenario-guide-link:hover .link-content b, .scenario-guide-link:hover .link-arrow { color: #000; } .scenario-guide-link:hover .link-content span { text-shadow: none; font-weight: 700; } .scenario-guide-link:hover .link-arrow { transform: translateX(5px); } .hidden { display: none !important; } /* Premium Header Button */ .premium-play-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--neon-purple), #7e22ce); color: #fff; text-decoration: none; padding: 10px 22px; border-radius: 12px; font-size: 14px; font-weight: 700; box-shadow: 0 4px 15px rgba(168, 85, 247, 0.4); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid rgba(255, 255, 255, 0.1); } .premium-play-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(168, 85, 247, 0.6); background: linear-gradient(135deg, #c084fc, var(--neon-purple)); } /* SEO Content Section */ .seo-content-section { margin-top: 30px; padding: 40px; } .content-wrapper h2 { color: var(--neon-blue); font-size: 22px; margin: 30px 0 15px; font-weight: 700; border-bottom: 1px solid var(--glass-border); padding-bottom: 10px; } .content-wrapper h2:first-child { margin-top: 0; } .content-wrapper p { color: var(--text-muted); line-height: 1.8; margin-bottom: 15px; font-size: 15px; text-align: left; } .content-wrapper .text-link { color: var(--neon-purple); text-decoration: none; font-weight: 600; transition: color 0.2s; } .content-wrapper .text-link:hover { color: #fff; text-decoration: underline; } .video-container { position: relative; padding-bottom: 56.25%; /* 16:9 Aspect Ratio */ height: 0; overflow: hidden; margin: 25px 0; border-radius: 14px; border: 1px solid var(--glass-border); } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Scenario Hub Styles */ .scenario-hub { margin-top: 50px; background: rgba(0, 0, 0, 0.3); border-radius: 16px; padding: 30px; border: 1px solid rgba(45, 212, 191, 0.2); } .hub-header { text-align: center; margin-bottom: 25px; } .hub-header h3 { color: var(--neon-green); font-size: 20px; margin-bottom: 8px; } .hub-header p { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; } .search-box { position: relative; max-width: 500px; margin: 0 auto; } .search-box i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--text-muted); } .search-box input { width: 100%; background: rgba(255,255,255,0.05); border: 1px solid var(--glass-border); color: #fff; padding: 14px 14px 14px 45px; border-radius: 12px; font-size: 15px; outline: none; transition: border-color 0.3s; } .search-box input:focus { border-color: var(--neon-blue); } .scenario-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; margin-top: 25px; } .scenario-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: #cbd5e1; padding: 14px 15px; border-radius: 10px; text-decoration: none; font-size: 14px; font-weight: 600; text-align: center; transition: all 0.2s; display: flex; align-items: center; justify-content: center; } .scenario-item:hover { background: rgba(45, 212, 191, 0.1); color: var(--neon-blue); border-color: var(--neon-blue); transform: translateY(-2px); } /* Pagination & Scenario Hide Logic */ .hidden-scenario { display: none !important; } .pagination-controls { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; flex-wrap: wrap; } .page-btn { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--glass-border); color: var(--text-muted); padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; } .page-btn:hover { background: rgba(45, 212, 191, 0.1); color: #fff; border-color: var(--neon-blue); } .page-btn.active { background: var(--neon-blue); color: #000; border-color: var(--neon-blue); box-shadow: 0 0 10px rgba(45, 212, 191, 0.4); } .page-dots { color: var(--text-muted); font-weight: bold; padding: 0 5px; } /* Interactive Table Slots */ .slot-container { display: flex; flex-direction: column; align-items: center; gap: 8px; } .interactive-placeholder { width: 80px; height: 115px; margin-top:3.5px; background: rgba(15, 23, 42, 0.6); border: 2px dashed rgba(45, 212, 191, 0.4); border-radius: 10px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 15px rgba(0,0,0,0.3); } .interactive-placeholder:hover { border-color: var(--neon-blue); background: rgba(45, 212, 191, 0.1); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(45, 212, 191, 0.25); } .add-icon { font-size: 28px; color: var(--neon-blue); opacity: 0.7; transition: 0.3s; } .interactive-placeholder:hover .add-icon { opacity: 1; transform: scale(1.1); text-shadow: 0 0 10px var(--neon-blue); } /* Neon Change Button */ .change-card-btn { background: linear-gradient(135deg, rgba(45, 212, 191, 0.1), rgba(168, 85, 247, 0.1)); border: 1px solid var(--neon-blue); color: var(--neon-blue); padding: 4px 12px; border-radius: 6px; font-size: 11px; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s; box-shadow: 0 0 8px rgba(45, 212, 191, 0.2); } .change-card-btn:hover { background: var(--neon-blue); color: #000; box-shadow: 0 0 15px rgba(45, 212, 191, 0.6); transform: translateY(-2px); } /* Quick Scenarios Panel */ .quick-scenarios-panel { margin-bottom: 6px; padding: 20px; } .quick-search-box { position: relative; margin-bottom: 15px; } .quick-search-box i { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--neon-blue); } .quick-search-box input { width: 100%; background: rgba(0,0,0,0.3); border: 1px solid rgba(45, 212, 191, 0.3); color: #fff; padding: 10px 10px 10px 35px; border-radius: 8px; font-size: 13px; outline: none; transition: 0.3s; } .quick-search-box input:focus { border-color: var(--neon-blue); box-shadow: 0 0 10px rgba(45, 212, 191, 0.2); } .quick-scenarios-list { display: flex; flex-direction: column; gap: 8px; max-height: 180px; overflow-y: auto; padding-right: 5px; } .quick-scenarios-list::-webkit-scrollbar { width: 4px; } .quick-scenarios-list::-webkit-scrollbar-thumb { background: var(--neon-blue); border-radius: 4px; } .quick-btn { background: rgba(255,255,255,0.03); border: 1px solid var(--glass-border); color: #e2e8f0; padding: 10px; border-radius: 8px; font-size: 13px; font-weight: 600; text-align: left; cursor: pointer; transition: 0.2s; } .quick-btn:hover { background: rgba(45, 212, 191, 0.1); border-color: var(--neon-blue); color: #fff; padding-left: 15px; } .scenario-link-container { text-align: center; margin-bottom: 20px; } .scenario-guide-link { display: inline-flex; align-items: center; gap: 8px; color: var(--neon-purple); font-size: 14px; font-weight: 700; text-decoration: none; transition: 0.3s; } .scenario-guide-link:hover { color: #fff; text-shadow: 0 0 10px var(--neon-purple); } /* AI-Overview Target Box */ .ai-overview-box { padding: 25px 30px; border-left: 5px solid var(--neon-green); background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(15, 23, 42, 0.8) 100%); box-shadow: 0 0 25px rgba(16, 185, 129, 0.15); } .ai-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(16, 185, 129, 0.2); color: var(--neon-green); padding: 4px 12px; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: 1px; margin-bottom: 12px; text-transform: uppercase; } .ai-title { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 10px; } .highlight-hit { color: var(--neon-green); text-shadow: 0 0 10px rgba(16, 185, 129, 0.5); } .ai-text { font-size: 15px; line-height: 1.7; color: #cbd5e1; font-weight: 500; } /* Matrix Chart Styles */ .matrix-chart-wrapper { background: rgba(0,0,0,0.3); padding: 15px; border-radius: 14px; border: 1px solid var(--glass-border); margin-bottom: 20px; } .matrix-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; } .matrix-label { font-size: 12px; font-weight: 700; width: 45px; color: #fff; } .matrix-bar-track { flex: 1; height: 18px; background: rgba(255,255,255,0.05); border-radius: 6px; display: flex; overflow: hidden; } .mat-win { background: var(--neon-green); transition: width 0.5s ease; } .mat-push { background: var(--neon-yellow); transition: width 0.5s ease; } .mat-loss { background: var(--neon-red); transition: width 0.5s ease; } .odds-explanation-text { display: block; } .hidden { display: none !important; } @media (max-width: 768px) { .seo-content-section { padding: 25px; } .scenario-grid { grid-template-columns: 1fr; } } @media (max-width: 991px) { .strategy-layout { grid-template-columns: 1fr; } .game-board { height: auto; } } @media (max-width: 600px) { .action-buttons-group { flex-direction: column; } .table-felt { top: 1.2%; left: 2%; right: 2%; bottom: 1.5%; border-radius: 50px; padding: 12% 0; } .table-felt2 { top: 3%; left: 2%; right: 2%; bottom: 5%; border-radius: 50px; border-width: 10px; } .table-outer { aspect-ratio: 1 / 1.5; border-radius: 59px; } } /* ========================================================= */ /* Modern Glassmorphism Breadcrumb Styling */ /* ========================================================= */ .breadcrumb-nav { background: linear-gradient(135deg, rgba(30, 41, 59, 0.4) 0%, rgba(15, 23, 42, 0.6) 100%); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.05); border-top: 1px solid rgba(255, 255, 255, 0.1); border-radius: 14px; padding: 12px 20px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); width: 100%; } .breadcrumb-list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; } .breadcrumb-list li { display: flex; align-items: center; font-size: 13px; font-weight: 500; color: var(--text-muted); } /* آیکون جداکننده بین آیتم‌ها */ .breadcrumb-list li:not(:last-child)::after { content: '\f105'; /* آیکون Chevron Right از FontAwesome */ font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 10px; color: rgba(255, 255, 255, 0.15); font-size: 11px; } .breadcrumb-list li a { color: var(--text-muted); text-decoration: none; transition: all 0.3s ease; display: flex; align-items: center; gap: 5px; } .breadcrumb-list li a:hover { color: var(--neon-blue); text-shadow: 0 0 8px rgba(45, 212, 191, 0.4); } /* استایل آیتم فعال (صفحه فعلی) */ .breadcrumb-list li.active { color: var(--neon-purple); font-weight: 700; letter-spacing: 0.3px; pointer-events: none; text-shadow: 0 0 10px rgba(168, 85, 247, 0.3); } /* آیکون خانه برای آیتم اول (اختیاری اما جذاب برای UX) */ .breadcrumb-list li:first-child a::before { content: '\f015'; /* آیکون Home */ font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; } @media (max-width: 600px) { .breadcrumb-nav { padding: 10px 15px; } .breadcrumb-list li { font-size: 12px; } } /* تنظیمات رسپانسیو هدر در موبایل */ @media (max-width: 600px) { /* هدر یک ردیفه و مرتب */ .header-container { flex-direction: row; justify-content: space-between; padding: 10px 15px; gap: 10px; } .logo-section { flex-direction: row; gap: 8px; } .logo-icon-wrapper { width: 32px; height: 32px; } .icon-spade { width: 32px; height: 32px; } .logo-number { font-size: 8px; top: 25%; } .brand-text .main-title { font-size: 14px; } .brand-text .sub-title { font-size: 10px; } /* دکمه هدر: مخفی کردن متن و نمایش آیکون */ .premium-play-btn i { display: none; } .premium-play-btn span { display: flex; font-size: 0.66rem; } .premium-play-btn { padding: 10px 6px; width: auto; } /* فشرده‌سازی Breadcrumb */ .breadcrumb-nav { padding: 8px 15px; } .breadcrumb-list li { font-size: 11px; } /* فشرده‌سازی Step Banner */ .step-banner { padding: 12px 15px; font-size: 14px; } } /* استایل دکمه کپی لینک زیر میز بازی */ .scenario-share-container.board-bottom { margin: 20px auto 0 auto; width: 100%; max-width: 750px; /* هم‌عرض با میز بازی */ } /* حفظ ساختار سکانس آیتم‌ها در یک ردیف (جلوگیری از شکسته شدن در موبایل) */ .cards-container { flex-wrap: nowrap !important; white-space: nowrap; overflow: scroll; width: -webkit-fill-available; } .collapsed-title { margin-bottom: 0 !important; border-bottom: none !important; padding-bottom: 0 !important; } /* ========================================================= */ /* JavaScript Disabled Fallback (NoScript) */ /* ========================================================= */ .noscript-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(5, 7, 10, 0.85); /* استفاده از تم دارک سایت */ backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 20px; } .noscript-content { background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(15, 23, 42, 0.95) 100%); border: 1px solid rgba(244, 63, 94, 0.3); /* حاشیه قرمز نئونی */ border-top: 1px solid rgba(244, 63, 94, 0.5); border-radius: 20px; padding: 40px 30px; max-width: 500px; text-align: center; box-shadow: 0 15px 50px rgba(244, 63, 94, 0.15); } .noscript-icon { font-size: 50px; color: var(--neon-red); margin-bottom: 20px; filter: drop-shadow(0 0 15px rgba(244, 63, 94, 0.4)); } .noscript-content h2 { color: #fff; font-size: 24px; font-weight: 800; margin-bottom: 15px; letter-spacing: 0.5px; } .noscript-content p { color: var(--text-muted); font-size: 15px; line-height: 1.7; } .blackjack-image{ width: 100%; height: auto; border-radius: 12px; margin-bottom: 15px; border: 1px solid rgba(255,255,255,0.1); } /* ========================================================= */ /* Header Navigation Styles */ /* ========================================================= */ .nav-list { display: flex; gap: 20px; list-style: none; align-items: center; margin: 0; } .nav-item { color: var(--text-muted); font-weight: 500; font-size: 14px; transition: 0.3s; text-decoration: none; } .nav-item:hover, .nav-item.active { color: var(--neon-blue); } .mobile-nav-header { display: none; } .mobile-menu-btn { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; } /* ========================================================= */ /* Mobile Menu (Hamburger) Rules */ /* ========================================================= */ @media (max-width: 991px) { /* مخفی کردن منوی خطی و نمایش دکمه همبرگری */ .mobile-menu-btn { display: block; } /* تبدیل منو به حالت سایدبار برای موبایل */ .main-nav { position: fixed; top: 0; right: -100%; /* منو در حالت عادی خارج از صفحه است */ width: 280px; height: 100vh; background: var(--bg-dark); z-index: 9999; padding: 20px; transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-left: 1px solid var(--glass-border); display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0, 0, 0, 0.8); } /* کلاسی که با جاوااسکریپت اضافه می‌شود تا منو باز شود */ .main-nav.active { right: 0; } .mobile-nav-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid var(--glass-border); } .mobile-nav-header .main-title { color: var(--neon-blue); font-size: 16px; font-weight: 800; } .nav-list { flex-direction: column; align-items: flex-start; gap: 20px; } .mobile-close-btn { background: none; border: none; color: var(--text-muted); font-size: 24px; cursor: pointer; transition: 0.2s; } .mobile-close-btn:hover { color: var(--neon-red); } } /* رفع تداخل سایز هدر در موبایل */ @media (max-width: 600px) { .header-container { flex-wrap: wrap; } .actions-section { margin-right: 10px; } } /* ========================================================= */ /* Neo Footer Styles */ /* ========================================================= */  .neo-footer { background: linear-gradient(180deg, transparent 0%, rgba(5, 7, 10, 0.8) 100%); padding: 60px 20px 20px; margin-top: 50px; border-top: 1px dashed rgba(255, 255, 255, 0.1); } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; max-width: 1350px; margin: 0 auto; } .footer-brand h3 { color: var(--neon-blue); font-size: 18px; margin-bottom: 15px; font-weight: 800; } .footer-links h4, .footer-newsletter h4 { color: #fff; font-size: 16px; margin-bottom: 15px; font-weight: 700; } .footer-brand p, .footer-newsletter p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin-bottom: 15px; } .footer-links ul { list-style: none; padding: 0; margin: 0; } .footer-links li { margin-bottom: 12px; } .footer-links a { display: flex; align-items: center; color: var(--text-muted); text-decoration: none; font-size: 14px; transition: color 0.3s; } .footer-links a::before { content: '\f105'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-right: 8px; font-size: 10px; color: var(--neon-purple); } .footer-links a:hover { color: var(--neon-purple); } /* Subscribe Form */ .neo-subscribe-form { display: flex; gap: 10px; } .neo-subscribe-form input { flex: 1; padding: 12px 15px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 13px; outline: none; transition: 0.3s; } .neo-subscribe-form input:focus { border-color: var(--neon-blue); } .neo-subscribe-form button { padding: 0 20px; border-radius: 12px; border: none; background: var(--neon-blue); color: #000; cursor: pointer; transition: 0.3s; } .neo-subscribe-form button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(45, 212, 191, 0.4); } .footer-bottom-bar { text-align: center; padding-top: 25px; margin-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); color: var(--text-muted); font-size: 12px; } .footer-social { display: flex; gap: 16px; margin-top: 24px; } .footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; /* پس‌زمینه نیمه‌شفاف متناسب با تم تیره وب‌سایت */ background-color: rgba(255, 255, 255, 0.05); color: #a0a0a0; text-decoration: none; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); } .footer-social a:hover { background-color: #ffffff; color: #121212; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1); } .footer-social a svg { width: 22px; height: 22px; /* این دستور رنگ آیکون را از ویژگی color تگ a به ارث می‌برد */ fill: currentColor; }