.seasonal-admin-wrap{max-width:1400px;}.seasonal-page-title{display:flex;align-items:center;gap:12px;font-size:28px;margin-bottom:15px;}.seasonal-icon{font-size:36px;animation:pulse 2s ease-in-out infinite;}.seasonal-admin-header{background:linear-gradient(135deg,#2196f3 0%,#1976d2 100%);color:white;padding:20px 30px;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 12px rgba(33,150,243,0.3);}.seasonal-templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:30px 0;}.template-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all 0.3s ease;cursor:pointer;}.template-card:hover{border-color:#2196f3;box-shadow:0 8px 24px rgba(33,150,243,0.2);transform:translateY(-4px);}.template-preview{padding:40px 20px;text-align:center;color:white;min-height:120px;display:flex;align-items:center;justify-content:center;}.template-emoji{font-size:48px;line-height:1.4;}.template-content{padding:25px;}.template-content h4{margin:0 0 10px;font-size:18px;color:#1d2327;}.template-content p{margin:0 0 15px;color:#646970;font-size:14px;line-height:1.6;}.template-effects{background:#f9f9f9;padding:12px;border-radius:6px;margin:15px 0;}.template-effects small{color:#646970;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:0.5px;}.template-effects ul{margin:8px 0 0;padding:0;list-style:none;}.template-effects li{display:inline-block;padding:4px 10px;background:#fff;border-radius:4px;margin:4px 4px 0 0;font-size:12px;color:#2c3338;}.apply-template{width:100%;justify-content:center;display:flex;align-items:center;gap:8px;margin-top:10px;}.animations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:20px 0;}@media (max-width:1100px){.animations-grid{grid-template-columns:1fr;}}.animation-group-card{border-radius:8px;overflow:hidden;transition:all 0.3s ease;}.animation-group-card:hover{transform:translateY(-1px);}.animation-group-header{padding:16px 20px;color:white;cursor:pointer;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;min-height:10px;}.animation-group-header{border-top-left-radius:8px;border-top-right-radius:8px;}.animation-group-card.collapsed .animation-group-header{border-bottom-left-radius:8px;border-bottom-right-radius:8px;}.animation-group-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.05);opacity:0;transition:opacity 0.3s ease;}.animation-group-header:hover::before{opacity:1;}.group-title{margin:0;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;color:white;line-height:1.4;}.group-toggle{transition:transform 0.3s ease;font-size:18px;width:18px;height:18px;flex-shrink:0;}.animation-group-card.collapsed .group-toggle{transform:rotate(-90deg);}.group-badge{padding:5px 12px;background:rgba(255,255,255,0.3);border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;backdrop-filter:blur(10px);white-space:nowrap;line-height:1.3;}.enabled-count{color:#fff;}.disabled-count{color:rgba(255,255,255,0.8);}.animation-group-body{padding:0;max-height:2000px;overflow:hidden;transition:max-height 0.4s ease,padding 0.4s ease;background:#fff;border:1px solid #e0e0e0;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,0.08);}.animation-group-card.collapsed .animation-group-body{max-height:0;padding:0;border:none;box-shadow:none;}.animation-setting{padding:16px 20px;border-bottom:1px solid #f0f0f0;transition:background 0.2s ease;background:#fff;}.animation-setting:first-child{border-top-left-radius:0;border-top-right-radius:0;}.animation-setting:last-child{border-bottom:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}.animation-setting:hover{background:#fafafa;}.animation-setting > label{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px;color:#2c3338;margin-bottom:0;cursor:pointer;line-height:1.5;}.animation-setting > label input[type="checkbox"]{width:18px;height:18px;cursor:pointer;flex-shrink:0;margin:0;}.animation-setting > label input[type="checkbox"]:checked{accent-color:#2271b1;}.sub-settings{margin-top:12px;padding:14px;background:#f9f9f9;border-radius:6px;border:1px solid #e5e5e5;}.settings-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px;}.settings-row:last-child{margin-bottom:0;}.setting-field,.setting-field-full{display:flex;flex-direction:column;gap:6px;}.setting-field-full{grid-column:1 / -1;}.setting-label{display:flex;align-items:center;gap:5px;font-weight:600;font-size:12px;color:#50575e;text-transform:uppercase;letter-spacing:0.3px;line-height:1.4;}.setting-label .dashicons{font-size:14px;color:#2271b1;width:14px;height:14px;}.small-number{width:75px;padding:6px 8px;border:1px solid #d0d0d0;border-radius:4px;font-size:13px;line-height:1.4;}.setting-select{padding:6px 8px;border:1px solid #d0d0d0;border-radius:4px;font-size:13px;background:white;cursor:pointer;line-height:1.4;}.setting-textarea{width:100%;padding:8px;border:1px solid #d0d0d0;border-radius:4px;font-size:12px;font-family:monospace;resize:vertical;line-height:1.5;}.setting-hint{font-size:11px;color:#646970;font-style:italic;line-height:1.3;}.color-pickers{display:flex;gap:20px;flex-wrap:wrap;}.color-picker-field{display:flex;flex-direction:column;gap:6px;}.color-picker-field label{font-size:12px;font-weight:600;color:#646970;text-transform:uppercase;}.color-input{width:80px;height:40px;border:2px solid #d0d0d0;border-radius:6px;cursor:pointer;transition:border-color 0.2s ease;}.color-input:hover{border-color:#2271b1;}.seasonal-dashboard{max-width:1200px;margin:20px auto;}.seasonal-header-hero{background:linear-gradient(135deg,#2c3e50 0%,#3498db 100%);color:white;padding:40px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;box-shadow:0 10px 30px rgba(52,152,219,0.2);}.hero-content h1{color:white;font-size:32px;margin:0 0 10px 0;font-weight:700;}.hero-content p{font-size:16px;margin:0;opacity:0.9;max-width:600px;}.hero-button{padding:12px 24px !important;font-size:16px !important;height:auto !important;display:inline-flex !important;align-items:center;gap:8px;background:white !important;color:#2c3e50 !important;border:none !important;font-weight:600 !important;transition:transform 0.2s ease !important;}.hero-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1);}.dashboard-status-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;}.status-item{background:white;padding:20px;border-radius:10px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05);border-left:4px solid #ddd;}.status-item.active{border-left-color:#46b450;}.status-item.inactive{border-left-color:#dc3232;}.status-item.info{border-left-color:#2271b1;}.status-icon{font-size:24px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;}.status-item.active .status-icon{color:#46b450;}.status-item.inactive .status-icon{color:#dc3232;}.status-item.info .status-icon{color:#2271b1;}.status-details{display:flex;flex-direction:column;}.status-details strong{font-size:14px;color:#1d2327;}.status-details span{font-size:12px;color:#646970;}.dashboard-grid-layout{display:grid;grid-template-columns:2fr 1fr;gap:30px;}.dashboard-main-col,.dashboard-sidebar-col{display:flex;flex-direction:column;gap:20px;}.dashboard-card{background:white;border-radius:12px;padding:25px;box-shadow:0 2px 12px rgba(0,0,0,0.05);border:1px solid #f0f0f1;}.feature-card{display:flex;gap:20px;align-items:flex-start;}.card-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}.card-icon .dashicons{font-size:32px;width:32px;height:32px;}.card-content h2{margin:0 0 10px 0;font-size:20px;color:#1d2327;}.card-content p{margin:0 0 20px 0;color:#646970;font-size:14px;line-height:1.6;}.card-actions{display:flex;gap:10px;}.info-card h3{margin:0 0 15px 0;font-size:16px;color:#1d2327;border-bottom:1px solid #f0f0f1;padding-bottom:10px;}.quick-links{margin:0;padding:0;list-style:none;}.quick-links li{margin-bottom:10px;}.quick-links a{display:flex;align-items:center;gap:8px;color:#2271b1;text-decoration:none;font-weight:500;padding:8px;border-radius:6px;transition:background 0.2s;}.quick-links a:hover{background:#f0f6fc;}.active-tags{display:flex;flex-wrap:wrap;gap:8px;}.effect-tag{background:#e3f2fd;color:#2271b1;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;}.effect-tag.more{background:#f0f0f1;color:#646970;}.support-card{background:#f8f9fa;border:none;}@media (max-width:960px){.dashboard-grid-layout{grid-template-columns:1fr;}.seasonal-header-hero{flex-direction:column;text-align:center;gap:20px;}.feature-card{flex-direction:column;text-align:center;}.card-icon{margin:0 auto;}.card-actions{justify-content:center;}}