:root{--primary-color: #f97316;--primary-color-hover: #ea580c;--primary-color-light: #fb923c;--primary-gradient: linear-gradient(135deg, #f97316 0%, #ef4444 100%);--bg-primary: #f8fafc;--bg-secondary: #fff;--bg-tertiary: #f1f5f9;--bg-dark: #1e293b;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #94a3b8;--text-light: #cbd5e1;--border-color: #e2e8f0;--border-light: #f1f5f9;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1)}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}.mod-map-header{background:linear-gradient(135deg, #1e293b 0%, #334155 100%);padding:40px 0}@media screen and (max-width: 767px){.mod-map-header{padding:30px 0}}.mod-map-header .header-content{text-align:center;color:#fff}.mod-map-header .header-title{font-size:32px;font-weight:700;margin-bottom:12px}@media screen and (max-width: 767px){.mod-map-header .header-title{font-size:24px}}.mod-map-header .header-desc{font-size:15px;color:hsla(0,0%,100%,.7)}.mod-map-content{padding:35px 0}@media screen and (max-width: 767px){.mod-map-content{padding:25px 0}}.map-section{background:var(--bg-secondary);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:25px;margin-bottom:25px}@media screen and (max-width: 767px){.map-section{padding:20px 15px;margin-bottom:20px}}.map-section:last-child{margin-bottom:0}.map-section .section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--border-color)}@media screen and (max-width: 767px){.map-section .section-header{padding-bottom:15px;margin-bottom:15px}}.map-section .section-title{font-size:20px;font-weight:600;color:var(--text-primary)}@media screen and (max-width: 767px){.map-section .section-title{font-size:18px}}.map-section .section-title::before{content:"";display:inline-block;width:4px;height:20px;background:var(--primary-gradient);border-radius:2px;margin-right:10px;vertical-align:-4px}.map-section .section-more{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--text-secondary);transition:color .2s}.map-section .section-more:hover{color:var(--primary-color)}.map-section .section-more svg{width:16px;height:16px}.map-subcategories{display:flex;flex-wrap:wrap;gap:12px}@media screen and (max-width: 767px){.map-subcategories{gap:10px}}.map-subcategories .subcategory-item{padding:10px 20px;font-size:14px;color:var(--text-secondary);background:var(--bg-primary);border-radius:var(--radius);transition:all .2s}@media screen and (max-width: 767px){.map-subcategories .subcategory-item{padding:8px 14px;font-size:13px}}.map-subcategories .subcategory-item:hover{color:var(--primary-color);background:rgba(249,115,22,.1)}.map-videos{display:grid;grid-template-columns:repeat(6, 1fr);gap:15px;margin-top:20px}@media screen and (min-width: 768px)and (max-width: 1023px){.map-videos{grid-template-columns:repeat(5, 1fr);gap:12px}}@media screen and (max-width: 767px){.map-videos{grid-template-columns:repeat(3, 1fr);gap:10px;margin-top:15px}}.map-videos .video-item{display:block;transition:transform .2s;overflow:hidden}.map-videos .video-item:hover{transform:translateY(-3px)}.map-videos .video-item:hover .item-title{color:var(--primary-color)}.map-videos .item-cover{position:relative;aspect-ratio:3/4;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-tertiary)}.map-videos .item-cover img{width:100%;height:100%;object-fit:cover}.map-videos .item-cover .item-tag{position:absolute;top:6px;left:6px;padding:2px 6px;font-size:10px;color:#fff;background:var(--primary-gradient);border-radius:var(--radius-sm)}.map-videos .item-title{font-size:13px;color:var(--text-primary);margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}@media screen and (max-width: 767px){.map-videos .item-title{font-size:12px;margin-top:6px}}