:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{color:#00bd7e;padding:3px;text-decoration:none;transition:all .4s}@media (hover:hover){a:hover{background-color:#00bd7e33}}@media (width>=1024px){body{place-items:center;display:flex}#app{grid-template-columns:1fr 1fr;padding:0 2rem;display:grid}}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;padding:0}body{background:#08000f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;overflow:hidden}button{font-family:inherit}.love-page{color:#fff;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 50% 42%,#ff2d781f,#0000 25%),radial-gradient(circle at 20% 80%,#7d28b41f,#0000 30%),linear-gradient(145deg,#08000f,#150014 50%,#07000d);width:100vw;height:100vh;position:relative;overflow:hidden}.background-canvas,.heart-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.background-canvas{z-index:1}.heart-canvas{z-index:4}.background-glow{filter:blur(90px);pointer-events:none;opacity:.12;border-radius:50%;width:40vw;height:40vw;animation:8s ease-in-out infinite alternate glowMove;position:absolute}.glow-1{background:#ff2e79;top:10%;left:10%}.glow-2{background:#7b2cff;animation-delay:-4s;bottom:5%;right:5%}@keyframes glowMove{0%{transform:translate(-20px,-20px)}to{transform:translate(30px,20px)}}.top-message{z-index:10;opacity:0;color:#ffd7e8b3;letter-spacing:4px;font-size:14px;transition:opacity 1s,transform 1s;position:absolute;top:7%;left:50%;transform:translate(-50%)translateY(-20px)}.top-message.visible{opacity:1;transform:translate(-50%)translateY(0)}.main-heart{z-index:8;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.heart-core{z-index:5;filter:drop-shadow(0 0 10px #ff2d75cc)drop-shadow(0 0 35px #ff2d7580);font-size:55px;animation:1.5s ease-in-out infinite heartBeat;position:relative}.main-heart.active .heart-core{animation:.45s ease-out heartClick}@keyframes heartBeat{0%,to{transform:scale(1)}15%{transform:scale(1.12)}30%{transform:scale(1)}45%{transform:scale(1.07)}60%{transform:scale(1)}}@keyframes heartClick{0%{transform:scale(1)}35%{transform:scale(1.45)}70%{transform:scale(.9)}to{transform:scale(1)}}.heart-ring{border:1px solid #ff468c40;border-radius:50%;width:80px;height:80px;animation:3s ease-out infinite ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ring-2{animation-delay:1s}.ring-3{animation-delay:2s}@keyframes ringPulse{0%{opacity:.7;width:70px;height:70px}to{opacity:0;width:260px;height:260px}}.heart-tip{z-index:10;color:#ffcde199;letter-spacing:2px;flex-direction:column;align-items:center;gap:6px;font-size:12px;transition:opacity .4s,transform .4s;display:flex;position:absolute;top:calc(43% + 100px);left:50%;transform:translate(-50%)}.heart-tip small{color:#ff5b98;font-size:18px;animation:1.5s ease-in-out infinite tipFloat}.heart-tip.hidden{opacity:0;transform:translate(-50%)translateY(10px)}@keyframes tipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.love-text{z-index:10;text-align:center;padding:0 20px;position:absolute;bottom:9%;left:0;right:0}.love-title{color:#fff;letter-spacing:7px;text-shadow:0 0 10px #ff5091b3,0 0 35px #ff2d7559;min-height:65px;font-size:clamp(30px,5vw,58px);font-weight:500}.text-char{animation:.5s ease-out both charIn;display:inline-block}@keyframes charIn{0%{opacity:0;transform:translateY(15px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.cursor{color:#ff5794;animation:.8s infinite cursorBlink}@keyframes cursorBlink{50%{opacity:0}}.subtitle{color:#ffd7e673;letter-spacing:3px;opacity:0;margin-top:16px;font-size:13px;transition:opacity 1.2s,transform 1.2s;transform:translateY(10px)}.subtitle.show{opacity:1;transform:translateY(0)}.click-message{z-index:100;pointer-events:none;color:#ff8eb9;text-shadow:0 0 10px #ff3278cc;font-size:15px;font-weight:500;position:fixed;transform:translate(-50%,-50%)}.click-message-enter-active,.click-message-leave-active{transition:opacity 1.2s,transform 1.2s}.click-message-enter-from{opacity:0;transform:translate(-50%,-20%)}.click-message-leave-to{opacity:0;transform:translate(-50%,-180%)}.secret-message{z-index:200;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle,#460023eb,#05000cf7);flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex;position:absolute;inset:0}.secret-heart{filter:drop-shadow(0 0 25px #ff2878cc);margin-bottom:20px;font-size:65px;animation:1s ease-in-out infinite secretHeart}@keyframes secretHeart{50%{transform:scale(1.12)}}.secret-title{color:#fff;letter-spacing:2px;font-size:24px}.secret-text{color:#ffdceba6;margin-top:16px;font-size:14px}.secret-love{color:#ff5897;text-shadow:0 0 20px #ff3278cc;margin-top:20px;font-size:38px;font-weight:600}.secret-message button{color:#ffb0ca;cursor:pointer;background:#ff3c821a;border:1px solid #ff649b80;border-radius:999px;margin-top:40px;padding:12px 28px;transition:background .3s,transform .3s}.secret-message button:hover{background:#ff3c8240;transform:translateY(-2px)}.secret-enter-active,.secret-leave-active{transition:opacity .6s}.secret-enter-from,.secret-leave-to{opacity:0}.music-button{z-index:30;color:#ff8eb9;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a;border:1px solid #ff96be40;border-radius:50%;width:42px;height:42px;font-size:18px;transition:transform .3s,background .3s;position:absolute;bottom:24px;right:24px}.music-button:hover{background:#ff508c26;transform:scale(1.1)}.music-button.playing{animation:2s linear infinite musicRotate}@keyframes musicRotate{to{transform:rotate(360deg)}}@media (width<=768px){.top-message{letter-spacing:3px;width:100%;font-size:11px;top:6%}.main-heart{width:130px;height:130px;top:42%}.heart-core{font-size:48px}.heart-tip{font-size:11px;top:calc(42% + 88px)}.love-text{bottom:10%}.love-title{letter-spacing:4px;font-size:30px}.subtitle{letter-spacing:2px;margin-top:12px;font-size:11px}.music-button{bottom:16px;right:16px}.secret-title{font-size:20px}.secret-love{font-size:32px}}@media (height<=650px){.main-heart{top:39%}.heart-tip{top:calc(39% + 85px)}.love-text{bottom:5%}}@media (orientation:landscape) and (height<=500px){.top-message{display:none}.main-heart{top:45%}.love-text{bottom:3%}.subtitle{display:none}}.item[data-v-fd0742eb]{margin-top:2rem;display:flex;position:relative}.details[data-v-fd0742eb]{flex:1;margin-left:1rem}i[data-v-fd0742eb]{width:32px;height:32px;color:var(--color-text);place-content:center;place-items:center;display:flex}h3[data-v-fd0742eb]{color:var(--color-heading);margin-bottom:.4rem;font-size:1.2rem;font-weight:500}@media (width>=1024px){.item[data-v-fd0742eb]{padding:.4rem 0 1rem calc(var(--section-gap) / 2);margin-top:0}i[data-v-fd0742eb]{border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px;position:absolute;top:calc(50% - 25px);left:-26px}.item[data-v-fd0742eb]:before{content:" ";border-left:1px solid var(--color-border);height:calc(50% - 25px);position:absolute;bottom:calc(50% + 25px);left:0}.item[data-v-fd0742eb]:after{content:" ";border-left:1px solid var(--color-border);height:calc(50% - 25px);position:absolute;top:calc(50% + 25px);left:0}.item[data-v-fd0742eb]:first-of-type:before,.item[data-v-fd0742eb]:last-of-type:after{display:none}}
