@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap";:root{--primary-gradient-start: #667eea;--primary-gradient-end: #764ba2;--color-bg-primary: #0f0f23;--color-bg-secondary: #1a1a2e;--color-bg-tertiary: #16213e;--color-text-primary: #ffffff;--color-text-secondary: rgba(255, 255, 255, .8);--color-text-muted: rgba(255, 255, 255, .6);--color-accent-gold: #ffd89b;--color-accent-blue: #19547b;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}body{min-height:100vh;color:var(--color-text-primary);background:linear-gradient(135deg,var(--color-bg-primary) 0%,var(--color-bg-secondary) 50%,var(--color-bg-tertiary) 100%);background-attachment:fixed;transition:all .3s ease;line-height:1.6;font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#app{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.theme-mask[data-v-944e8f0c]{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:40;background:transparent;cursor:default}.theme-selector[data-v-944e8f0c]{position:relative}.theme-toggle-btn[data-v-944e8f0c]{display:flex;align-items:center;gap:.5rem;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.25rem;border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500}.theme-toggle-btn[data-v-944e8f0c]:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.theme-panel[data-v-944e8f0c]{position:absolute;top:calc(100% + .5rem);right:0;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;min-width:320px;box-shadow:0 8px 32px #0000004d;z-index:100}.theme-panel h4[data-v-944e8f0c]{margin:0 0 1rem;color:#fff;font-size:1.1rem;font-weight:600}.theme-grid[data-v-944e8f0c]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.theme-item[data-v-944e8f0c]{cursor:pointer;transition:all .3s ease}.theme-item[data-v-944e8f0c]:hover{transform:translateY(-4px)}.theme-preview[data-v-944e8f0c]{width:100%;aspect-ratio:16/9;border-radius:12px;margin-bottom:.5rem;box-shadow:0 4px 12px #0003;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.theme-item:hover .theme-preview[data-v-944e8f0c]{box-shadow:0 6px 16px #0000004d}.theme-item.active .theme-preview[data-v-944e8f0c]{box-shadow:0 6px 20px #fff6;border:2px solid white}.check-icon[data-v-944e8f0c]{background:#0000004d;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.theme-name[data-v-944e8f0c]{display:block;text-align:center;color:#fff;font-size:.9rem;font-weight:500}.slide-enter-active[data-v-944e8f0c],.slide-leave-active[data-v-944e8f0c]{transition:all .3s ease}.slide-enter-from[data-v-944e8f0c],.slide-leave-to[data-v-944e8f0c]{opacity:0;transform:translateY(-10px)}@media(max-width:768px){.theme-panel[data-v-944e8f0c]{right:auto;left:0;min-width:280px}.theme-grid[data-v-944e8f0c]{grid-template-columns:1fr}}.calendar-container[data-v-f2a072a0]{width:100%;max-width:1000px;margin:0 auto;padding:1.25rem;background:linear-gradient(135deg,var(--primary-gradient-start) 0%,var(--primary-gradient-end) 100%);border-radius:20px;box-shadow:var(--shadow-xl);color:#fff;transition:background .5s ease}.calendar-header[data-v-f2a072a0]{position:relative;z-index:50;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.5rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid var(--glass-border)}.current-info[data-v-f2a072a0]{display:flex;gap:1.5rem;align-items:center}.solar-date[data-v-f2a072a0]{display:flex;align-items:center;gap:.75rem}.solar-date h1[data-v-f2a072a0]{font-size:2.5rem;font-weight:700;margin:0;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.date-details[data-v-f2a072a0]{display:flex;flex-direction:column;gap:0}.year-month[data-v-f2a072a0]{font-size:1rem;font-weight:500;margin:0}.weekday[data-v-f2a072a0]{font-size:.85rem;opacity:.9;margin:0}.lunar-info[data-v-f2a072a0]{padding-left:1.5rem;border-left:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;justify-content:center}.lunar-date[data-v-f2a072a0]{font-size:.95rem;margin:0 0 .25rem;font-weight:500}.lunar-detail-row[data-v-f2a072a0]{display:flex;align-items:center;gap:.5rem}.lunar-detail[data-v-f2a072a0]{font-size:.85rem;opacity:.9}.term-badge[data-v-f2a072a0]{background:#ffd84b33;color:var(--color-accent-gold);border:1px solid rgba(255,216,75,.4);padding:0 .3rem;border-radius:4px;font-size:.7rem;line-height:1.4}.header-right[data-v-f2a072a0]{display:flex;align-items:center;gap:1.5rem}.current-time[data-v-f2a072a0]{text-align:right}.time-display[data-v-f2a072a0]{font-size:1.75rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:.05em;text-shadow:1px 1px 3px rgba(0,0,0,.2)}.time-label[data-v-f2a072a0]{font-size:.75rem;opacity:.8;margin-top:.25rem}.month-navigation[data-v-f2a072a0]{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.75rem;padding:.5rem}.month-year-display h2[data-v-f2a072a0]{margin:0;font-size:1.4rem;font-weight:600;min-width:160px;text-align:center}.nav-btn[data-v-f2a072a0],.today-btn[data-v-f2a072a0]{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.nav-btn[data-v-f2a072a0]:hover,.today-btn[data-v-f2a072a0]:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.nav-btn[data-v-f2a072a0]:active,.today-btn[data-v-f2a072a0]:active{transform:translateY(0)}.today-btn[data-v-f2a072a0]{padding:.5rem 1rem;font-weight:500;font-size:.9rem}.weekdays[data-v-f2a072a0]{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem;margin-bottom:.4rem;padding:0 .4rem}.weekday-label[data-v-f2a072a0]{text-align:center;font-weight:600;font-size:.9rem;padding:.5rem;opacity:.9}.calendar-grid[data-v-f2a072a0]{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;padding:.25rem}.calendar-day[data-v-f2a072a0]{min-height:70px;aspect-ratio:auto;background:#ffffff26;border-radius:8px;padding:.35rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;border:1px solid transparent;position:relative;overflow:hidden}.calendar-day[data-v-f2a072a0]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.calendar-day[data-v-f2a072a0]:hover:before{opacity:1}.calendar-day[data-v-f2a072a0]:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #0003;z-index:2}.calendar-day.other-month[data-v-f2a072a0]{opacity:.4}.calendar-day.today[data-v-f2a072a0]{background:linear-gradient(135deg,var(--color-accent-gold) 0%,var(--color-accent-blue) 100%);border-color:#ffffff80;box-shadow:0 2px 8px #0000004d}.day-header[data-v-f2a072a0]{display:flex;justify-content:space-between;align-items:flex-start;width:100%;z-index:1}.day-number[data-v-f2a072a0]{font-size:1rem;font-weight:700;line-height:1}.holiday-badge[data-v-f2a072a0]{font-size:.6rem;padding:1px 3px;border-radius:3px;background:#fff3;white-space:nowrap;max-width:3rem;overflow:hidden;text-overflow:ellipsis}.holiday-badge.official[data-v-f2a072a0]{background:#ff4757;color:#fff}.term-text[data-v-f2a072a0]{font-size:.65rem;color:var(--color-accent-gold);font-weight:500}.day-content[data-v-f2a072a0]{display:flex;flex-direction:column;align-items:center;width:100%;z-index:1}.lunar-day[data-v-f2a072a0]{font-size:.7rem;opacity:.9;margin-bottom:.1rem}.calendar-day.weekend .day-number[data-v-f2a072a0]{color:var(--color-accent-gold)}@media(max-width:768px){.calendar-container[data-v-f2a072a0]{padding:.75rem;border-radius:12px}.calendar-header[data-v-f2a072a0]{flex-direction:column;gap:1rem;padding:1rem;margin-bottom:.5rem}.current-info[data-v-f2a072a0]{flex-direction:row;justify-content:space-between;width:100%;gap:.5rem;text-align:left}.header-right[data-v-f2a072a0]{flex-direction:row;justify-content:space-between;width:100%;gap:.5rem}.lunar-info[data-v-f2a072a0]{padding-left:.75rem;padding-top:0;border-left:1px solid rgba(255,255,255,.3);border-top:none;align-items:flex-start}.solar-date h1[data-v-f2a072a0]{font-size:2rem}.time-display[data-v-f2a072a0]{font-size:1.5rem}.month-year-display h2[data-v-f2a072a0]{font-size:1.1rem;min-width:120px}.calendar-day[data-v-f2a072a0]{padding:.3rem;min-height:60px;border-radius:6px}.day-number[data-v-f2a072a0]{font-size:.9rem}.lunar-day[data-v-f2a072a0]{font-size:.65rem}.holiday-badge[data-v-f2a072a0]{position:absolute;right:2px;top:2px;font-size:.55rem;padding:1px 2px}}@media(max-width:400px){.current-info[data-v-f2a072a0]{flex-direction:column;align-items:center;text-align:center}.lunar-info[data-v-f2a072a0]{padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,.3);padding-top:.5rem;width:100%;align-items:center}.header-right[data-v-f2a072a0]{flex-direction:column-reverse}.time-display[data-v-f2a072a0]{font-size:1.25rem}.calendar-day[data-v-f2a072a0]{min-height:50px}}.app-container[data-v-fb0344e8]{width:100%;max-width:1400px;margin:0 auto}
