*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif;line-height:1.6}#calendar-container{display:flex;flex-direction:column;height:100%;min-height:600px;background:#f8f9fa}.top-toolbar{display:flex;justify-content:space-between;padding:10px 15px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);flex-wrap:wrap;gap:10px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.toolbar-group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toolbar-btn{padding:8px 14px;background:rgba(255,255,255,0.95);border:none;border-radius:5px;cursor:pointer;font-size:13px;font-weight:500;color:#667eea;transition:all 0.3s ease;white-space:nowrap}.toolbar-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}.toolbar-btn.ai-btn{background:linear-gradient(135deg,#f093fb 0,#f5576c 100%);color:#fff}.toolbar-btn.ai-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 16px rgba(245,87,108,0.4)}.toolbar-btn.dark-mode-btn{font-size:13px;transition:all 0.3s ease}.toolbar-btn.dark-mode-btn.active{background:linear-gradient(135deg,#fbbf24 0,#f59e0b 100%);color:#fff;box-shadow:0 0 15px rgba(251,191,36,0.6)}.toolbar-btn.dark-mode-btn.active:hover{box-shadow:0 0 20px rgba(251,191,36,0.8)}.month-picker{padding:6px 10px;border:1px solid rgba(255,255,255,0.3);border-radius:5px;font-size:13px;background:rgba(255,255,255,0.95);color:#333;cursor:pointer}.template-selector{padding:6px 10px;border:1px solid rgba(255,255,255,0.3);border-radius:5px;font-size:13px;background:rgba(255,255,255,0.95);color:#333;cursor:pointer;min-width:80px;transition:all 0.3s ease}.template-selector:hover{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.1)}#viewMode,#language{padding:6px 10px;border:none;border-radius:5px;font-size:13px;cursor:pointer;background:rgba(255,255,255,0.95);color:#333}.calendar-main{flex:1;padding:20px;overflow-y:auto;position:relative}.calendar-view{max-width:700px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.08);padding:25px;overflow:visible}.calendar-header{text-align:center;margin-bottom:25px;border-bottom:2px solid #e9ecef;padding-bottom:15px;position:relative}.calendar-title{font-size:28px;font-weight:700;color:#2d3748;margin-bottom:8px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;justify-content:center;gap:15px}.month-nav-btn{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);border:none;color:#fff !important;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px;font-weight:bold;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(102,126,234,0.3);-webkit-text-fill-color:#fff !important;flex-shrink:0}.month-nav-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(102,126,234,0.5)}.lunar-info{font-size:14px;color:#718096}.weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:12px}.weekday{text-align:center;font-weight:600;color:#4a5568;padding:12px;background:#f7fafc;border-radius:8px;font-size:14px}.weekday.weekend{color:#f56565;background:#fff5f5}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;position:relative;z-index:1}.day-cell{position:relative;min-height:110px;padding:10px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all 0.3s ease;display:flex;flex-direction:column;overflow:visible}.day-cell .hover-tooltip{visibility:hidden;opacity:0;position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + 12px);padding:15px;background:rgba(45,55,72,0.98);color:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,0.4);z-index:10000;min-width:280px;max-width:380px;font-size:13px;line-height:1.8;white-space:normal;text-align:left;pointer-events:none;transition:opacity 0.2s ease,visibility 0.2s ease;backdrop-filter:blur(8px)}.hover-tooltip::before{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border-width:8px 8px 0 8px;border-style:solid;border-color:rgba(45,55,72,0.98) transparent transparent transparent}.day-cell:not(.other-month):hover .hover-tooltip{visibility:visible;opacity:1;transition-delay:0.15s}.hover-tooltip b{color:#a5b4fc;display:block;margin-bottom:6px}.hover-tooltip .yi{color:#86efac;font-weight:600}.hover-tooltip .ji{color:#fca5a5;font-weight:600}.day-cell:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(102,126,234,0.15);border-color:#667eea;z-index:100}.day-cell.today{background:linear-gradient(135deg,#667eea15 0,#764ba215 100%);border-color:#667eea;box-shadow:0 4px 15px rgba(102,126,234,0.2)}.day-cell.holiday{background:linear-gradient(135deg,#fff5f5 0,#fed7d7 100%);border-color:#fc8181;position:relative}.day-cell.holiday::before{content:attr(data-holiday-icon);position:absolute;top:4px;left:4px;font-size:14px;opacity:0.6}.day-cell.holiday .day-number{color:#c53030;font-weight:800}.day-cell.holiday .festival{color:#c53030;font-weight:700;text-shadow:0 1px 2px rgba(197,48,48,0.2)}.day-cell.holiday:hover{background:linear-gradient(135deg,#fed7d7 0,#fc8181 100%);border-color:#f56565;box-shadow:0 8px 20px rgba(245,101,101,0.3)}.day-cell.other-month{opacity:0.4;pointer-events:none}.day-number{font-size:20px;font-weight:700;color:#2d3748;margin-bottom:5px}.day-cell.today .day-number{color:#667eea}.work-badge{position:absolute;top:8px;right:8px;padding:2px 6px;font-size:11px;font-weight:600;border-radius:4px;line-height:1.2}.work-badge.work-day{background:#fef3c7;color:#92400e}.work-badge.rest-day{background:#dbeafe;color:#1e3a8a}.work-badge:not(.work-day):not(.rest-day){background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.lunar-date{font-size:12px;color:#718096;margin-bottom:3px}.festival{font-size:11px;color:#e53e3e;font-weight:600;margin-bottom:2px;animation:festivalPulse 2s ease-in-out infinite}@keyframes festivalPulse{0%,100%{opacity:1}50%{opacity:0.85}}.jieqi{font-size:11px;color:#38a169;font-weight:600}.year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.mini-month{background:#f7fafc;border-radius:10px;padding:15px;transition:transform 0.3s ease}.mini-month:hover{transform:translateY(-5px);box-shadow:0 6px 18px rgba(0,0,0,0.1)}.mini-month-title{text-align:center;font-weight:600;color:#2d3748;margin-bottom:10px;font-size:16px}.list-container{max-height:600px;overflow-y:auto}.list-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #e2e8f0;transition:background 0.3s ease}.list-item:hover{background:#f7fafc}.list-date{flex:0 0 120px;font-weight:600;color:#667eea;font-size:16px}.list-info{flex:1}.list-title{font-weight:600;color:#2d3748;margin-bottom:5px}.list-desc{font-size:13px;color:#718096}.details-sidebar{position:fixed;right:-400px;top:0;width:400px;height:100vh;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,0.1);transition:right 0.3s ease;z-index:1000;display:flex;flex-direction:column}.details-sidebar.show{right:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.sidebar-header h3{font-size:18px;font-weight:600}.close-btn{background:rgba(255,255,255,0.2);border:none;color:#fff;font-size:24px;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.close-btn:hover{background:rgba(255,255,255,0.3)}.sidebar-content{flex:1;padding:20px;overflow-y:auto}.lunar-detail{line-height:1.8;color:#2d3748}.lunar-detail b{color:#667eea;font-size:16px}.lunar-detail .yi{color:#38a169;font-weight:600;font-size:14px}.lunar-detail .ji{color:#e53e3e;font-weight:600;font-size:14px}.detail-section{font-size:14px}.detail-section h4{margin-bottom:12px;color:#2d3748;font-size:16px}.detail-section p{margin-bottom:8px}.template-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:80vh;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.2);z-index:2000;overflow:hidden}.template-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.template-header h3{font-size:20px;font-weight:600}.template-header button{background:rgba(255,255,255,0.2);border:none;color:#fff;font-size:24px;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.template-header button:hover{background:rgba(255,255,255,0.3)}.template-body{padding:20px;max-height:calc(80vh - 80px);overflow-y:auto}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.template-card{padding:20px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;text-align:center;cursor:pointer;transition:all 0.3s ease}.template-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 8px 20px rgba(102,126,234,0.2)}.template-icon{font-size:40px;margin-bottom:10px}.template-name{font-weight:600;color:#2d3748;margin-bottom:5px}.template-desc{font-size:12px;color:#718096}.export-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.2);z-index:2000}.export-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;border-radius:12px 12px 0 0}.export-header h3{font-size:18px;font-weight:600}.export-header button{background:rgba(255,255,255,0.2);border:none;color:#fff;font-size:24px;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.3s ease}.export-header button:hover{background:rgba(255,255,255,0.3)}.export-body{padding:20px}.export-options{display:grid;gap:12px}.export-option{display:flex;align-items:center;gap:12px;padding:15px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all 0.3s ease;width:100%;text-align:left}.export-option:hover{border-color:#667eea;background:#edf2f7}.export-icon{font-size:24px}.export-label{font-weight:500;color:#2d3748}#calendar-container.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#f8f9fa}.exit-fullscreen-btn{position:fixed;bottom:20px;right:20px;padding:10px 20px;background:rgba(0,0,0,0.7);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;z-index:10000;transition:all 0.3s ease}.exit-fullscreen-btn:hover{background:rgba(0,0,0,0.85);transform:scale(1.05)}body.dark #calendar-container{background:#1a202c}body.dark #calendar-container .calendar-view{background:#2d3748}body.dark #calendar-container .calendar-title{background:linear-gradient(135deg,#9f7aea 0,#ed64a6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.dark #calendar-container .weekday{background:#4a5568;color:#e2e8f0}body.dark #calendar-container .weekday.weekend{background:#742a2a;color:#feb2b2}body.dark #calendar-container .day-cell{background:#2d3748;border-color:#4a5568;color:#e2e8f0}body.dark #calendar-container .day-cell:hover{border-color:#9f7aea;box-shadow:0 8px 20px rgba(159,122,234,0.3)}body.dark #calendar-container .day-cell.today{background:linear-gradient(135deg,#9f7aea15 0,#ed64a615 100%);border-color:#9f7aea}body.dark #calendar-container .day-cell.holiday{background:linear-gradient(135deg,#742a2a 0,#9b2c2c 100%);border-color:#fc8181}body.dark #calendar-container .day-cell.holiday .day-number{color:#feb2b2;font-weight:800}body.dark #calendar-container .day-cell.holiday .festival{color:#fca5a5;font-weight:700;text-shadow:0 1px 2px rgba(252,165,165,0.3)}body.dark #calendar-container .day-cell.holiday:hover{background:linear-gradient(135deg,#9b2c2c 0,#c53030 100%);border-color:#f56565;box-shadow:0 8px 20px rgba(245,101,101,0.4)}body.dark #calendar-container .day-number{color:#e2e8f0}body.dark #calendar-container .lunar-date{color:#a0aec0}body.dark #calendar-container .month-nav-btn{background:linear-gradient(135deg,#9f7aea 0,#ed64a6 100%);box-shadow:0 2px 8px rgba(159,122,234,0.3);color:#fff !important;-webkit-text-fill-color:#fff !important}body.dark #calendar-container .month-nav-btn:hover{box-shadow:0 4px 12px rgba(159,122,234,0.5)}body.dark #calendar-container .details-sidebar{background:#2d3748}body.dark #calendar-container .sidebar-content{color:#e2e8f0}@media (max-width:768px){.toolbar-group{width:100%;justify-content:center}.calendar-view{padding:15px}.weekdays{gap:4px}.calendar-grid{gap:4px}.day-cell{min-height:80px;padding:6px}.day-number{font-size:16px}.details-sidebar{width:100%;right:-100%}.template-panel,.export-panel{width:95%}.year-grid{grid-template-columns:1fr}}@media (max-width:480px){.calendar-title{font-size:20px;gap:10px}.month-nav-btn{width:32px;height:32px;font-size:16px}.calendar-view{padding:10px}.weekdays{gap:2px;margin-bottom:8px}.weekday{padding:8px 4px;font-size:12px;border-radius:6px}.calendar-grid{gap:2px}.day-cell{min-height:60px;padding:4px;border-radius:6px}.day-number{font-size:14px}.lunar-date,.festival,.jieqi{font-size:9px}.work-badge{font-size:9px;padding:1px 4px}.toolbar-btn{padding:6px 10px;font-size:12px}.month-picker,.template-selector{font-size:12px;padding:5px 8px}.day-cell .hover-tooltip{display:none}}.yi{color:#38a169;font-weight:600}.ji{color:#e53e3e;font-weight:600}.calendar-main::-webkit-scrollbar,.sidebar-content::-webkit-scrollbar,.list-container::-webkit-scrollbar,.template-body::-webkit-scrollbar{width:8px}.calendar-main::-webkit-scrollbar-track,.sidebar-content::-webkit-scrollbar-track,.list-container::-webkit-scrollbar-track,.template-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.calendar-main::-webkit-scrollbar-thumb,.sidebar-content::-webkit-scrollbar-thumb,.list-container::-webkit-scrollbar-thumb,.template-body::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.calendar-main::-webkit-scrollbar-thumb:hover,.sidebar-content::-webkit-scrollbar-thumb:hover,.list-container::-webkit-scrollbar-thumb:hover,.template-body::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.calendar-view{animation:fadeIn 0.5s ease}.loading{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.calendar-notification{position:fixed;top:20px;right:20px;padding:15px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.15);max-width:350px;z-index:10000;opacity:0;transform:translateX(400px);transition:all 0.3s ease;font-size:14px;line-height:1.5}.calendar-notification.show{opacity:1;transform:translateX(0)}.calendar-notification.notification-info{border-left:4px solid #3b82f6;color:#1e40af}.calendar-notification.notification-success{border-left:4px solid #10b981;color:#065f46}.calendar-notification.notification-warning{border-left:4px solid #f59e0b;color:#92400e}.calendar-notification.notification-error{border-left:4px solid #ef4444;color:#991b1b}.calendar-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.8);display:none;justify-content:center;align-items:center;z-index:1000;border-radius:12px}.calendar-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}#calendar-container.template-classic .day-cell{border-radius:10px;border-color:#e2e8f0}#calendar-container.template-classic .day-cell.holiday{background:linear-gradient(135deg,#fff5f5 0,#fed7d7 100%);border-color:#fc8181}#calendar-container.template-classic .day-cell.holiday .day-number{color:#c53030;font-weight:800}#calendar-container.template-classic .day-cell.holiday:hover{border-color:#f56565;box-shadow:0 8px 20px rgba(245,101,101,0.3)}#calendar-container.template-classic .calendar-title{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#calendar-container.template-modern .day-cell{border-radius:4px;border:1px solid #e5e7eb;background:#fafafa}#calendar-container.template-modern .day-cell:hover{background:#f3f4f6;border-color:#9ca3af}#calendar-container.template-modern .calendar-title{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#calendar-container.template-modern .day-cell.today{background:#6366f1;border-color:#6366f1}#calendar-container.template-modern .day-cell.holiday{background:linear-gradient(135deg,#fef5e7 0,#fadbd8 100%);border-color:#e74c3c}#calendar-container.template-modern .day-cell.holiday .day-number{color:#c0392b;font-weight:800}#calendar-container.template-modern .day-cell.holiday:hover{border-color:#c0392b;box-shadow:0 6px 18px rgba(231,76,60,0.3)}#calendar-container.template-modern .day-cell.today .day-number,#calendar-container.template-modern .day-cell.today .lunar-date{color:#fff}#calendar-container.template-colorful .day-cell{border-radius:12px;border:2px solid transparent;background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+1){background:linear-gradient(135deg,#fecaca 0,#fca5a5 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+2){background:linear-gradient(135deg,#fed7aa 0,#fdba74 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+3){background:linear-gradient(135deg,#fef08a 0,#fde047 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+4){background:linear-gradient(135deg,#bbf7d0 0,#86efac 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+5){background:linear-gradient(135deg,#bfdbfe 0,#93c5fd 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n+6){background:linear-gradient(135deg,#ddd6fe 0,#c4b5fd 100%)}#calendar-container.template-colorful .day-cell:nth-child(7n){background:linear-gradient(135deg,#fbcfe8 0,#f9a8d4 100%)}#calendar-container.template-colorful .day-cell.today{border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,0.3)}#calendar-container.template-colorful .day-cell.holiday{background:linear-gradient(135deg,#fee2e2 0,#fca5a5 100%) !important;border:3px solid #dc2626 !important;box-shadow:0 4px 15px rgba(220,38,38,0.4)}#calendar-container.template-colorful .day-cell.holiday .day-number{color:#991b1b;font-weight:800}#calendar-container.template-colorful .day-cell.holiday:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 20px rgba(220,38,38,0.5)}#calendar-container.template-colorful .calendar-title{background:linear-gradient(135deg,#f43f5e 0,#f97316 40%,#eab308 60%,#22c55e 80%,#3b82f6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#calendar-container.template-elegant{background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%)}#calendar-container.template-elegant .calendar-view{background:#fff;box-shadow:0 10px 40px rgba(0,0,0,0.1)}#calendar-container.template-elegant .day-cell{border-radius:8px;border:1px solid #d1d5db;background:linear-gradient(135deg,#fff 0,#f9fafb 100%)}#calendar-container.template-elegant .day-cell:hover{background:linear-gradient(135deg,#f3f4f6 0,#e5e7eb 100%);border-color:#6b7280;box-shadow:0 4px 12px rgba(0,0,0,0.08)}#calendar-container.template-elegant .day-cell.today{background:linear-gradient(135deg,#1f2937 0,#374151 100%);border-color:#1f2937}#calendar-container.template-elegant .day-cell.holiday{background:linear-gradient(135deg,#fef2f2 0,#fee2e2 100%);border-color:#b91c1c}#calendar-container.template-elegant .day-cell.holiday .day-number{color:#991b1b;font-weight:800}#calendar-container.template-elegant .day-cell.holiday:hover{border-color:#991b1b;box-shadow:0 6px 18px rgba(185,28,28,0.25)}#calendar-container.template-elegant .day-cell.today .day-number,#calendar-container.template-elegant .day-cell.today .lunar-date{color:#f9fafb}#calendar-container.template-elegant .calendar-title{background:linear-gradient(135deg,#1f2937 0,#374151 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#calendar-container.template-elegant .weekday{background:linear-gradient(135deg,#e5e7eb 0,#d1d5db 100%);color:#374151;font-weight:600}#calendar-container.template-festival .day-cell{border-radius:15px;border:2px solid #fbbf24;background:#fffbeb}#calendar-container.template-festival .day-cell.holiday{background:linear-gradient(135deg,#fee2e2 0,#fecaca 100%);border-color:#ef4444;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 15px rgba(239,68,68,0.4)}#calendar-container.template-festival .day-cell.holiday::before{content:attr(data-holiday-icon);position:absolute;top:2px;left:2px;font-size:16px;opacity:0.8;animation:festivalRotate 3s ease-in-out infinite}@keyframes festivalRotate{0%,100%{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}#calendar-container.template-festival .day-cell.holiday .day-number{color:#dc2626;font-weight:800;text-shadow:0 1px 3px rgba(220,38,38,0.3)}#calendar-container.template-festival .day-cell.holiday:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 10px 25px rgba(239,68,68,0.5)}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}#calendar-container.template-festival .day-cell.today{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);border-color:#f59e0b;box-shadow:0 0 20px rgba(245,158,11,0.5)}#calendar-container.template-festival .calendar-title{background:linear-gradient(135deg,#dc2626 0,#ea580c 50%,#facc15 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#calendar-container.template-festival .festival{font-size:12px;font-weight:700;color:#dc2626;text-shadow:0 1px 2px rgba(220,38,38,0.2)}#calendar-container.template-minimal{background:#fff}#calendar-container.template-minimal .top-toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb}#calendar-container.template-minimal .toolbar-btn{color:#6b7280;border:1px solid #d1d5db}#calendar-container.template-minimal .calendar-view{background:#fff;box-shadow:none}#calendar-container.template-minimal .day-cell{border-radius:0;border:none;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;background:transparent}#calendar-container.template-minimal .day-cell:hover{background:#f9fafb;transform:none;box-shadow:none}#calendar-container.template-minimal .day-cell.today{background:#f3f4f6;border-color:#9ca3af}#calendar-container.template-minimal .day-cell.holiday{background:#fef2f2;border-bottom:2px solid #dc2626;border-right:2px solid #dc2626}#calendar-container.template-minimal .day-cell.holiday .day-number{color:#991b1b;font-weight:800}#calendar-container.template-minimal .day-cell.holiday .festival{color:#dc2626;font-weight:700}#calendar-container.template-minimal .day-cell.today .day-number{color:#111827;font-weight:800}#calendar-container.template-minimal .calendar-title{background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#111827}#calendar-container.template-minimal .weekday{background:transparent;border-bottom:2px solid #111827;color:#111827;font-weight:700}#calendar-container.template-minimal .lunar-date,#calendar-container.template-minimal .festival,#calendar-container.template-minimal .jieqi{font-size:11px}