.loading-overlay{z-index:9999;background:linear-gradient(135deg,#b8df98 0%,#6e98e7 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-out;display:flex;position:fixed;top:0;left:0}.loading-overlay.fade-out{opacity:0}.windows-loader{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.dot{border-radius:50%;width:16px;height:16px;margin:0 8px;animation:1.5s ease-in-out infinite windowsLoader}.dot:first-child{background:linear-gradient(45deg,#ff5252,#ff7675);animation-delay:-.3s}.dot:nth-child(2){background:linear-gradient(45deg,#ff9ff3,#fd79a8);animation-delay:-.15s}.dot:nth-child(3){background:linear-gradient(45deg,#74b9ff,#0984e3)}.dot:nth-child(4){background:linear-gradient(45deg,#55efc4,#00b894);animation-delay:.15s}.dot:nth-child(5){background:linear-gradient(45deg,#ffeaa7,#fdcb6e);animation-delay:.3s}@keyframes windowsLoader{0%,to{opacity:.7;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.loading-text{text-align:center;color:#fff}.loading-text h1{background:linear-gradient(90deg,#74b9ff,#55efc4,#ffeaa7,#ff7675);-webkit-text-fill-color:transparent;background-size:300% 300%;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:300;animation:3s infinite gradientShift}.loading-text p{opacity:.9;font-size:1.2rem;font-style:italic}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.loading-text h1{font-size:1.8rem}.loading-text p{font-size:1rem}.dot{width:12px;height:12px;margin:0 6px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-image:url(https://youke1.picui.cn/s1/2025/09/22/68d14a1c7c650.png);background-position-x:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;display:flex}#app{flex-direction:column;min-height:100vh;display:flex}.header{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;margin-bottom:2rem;padding:2rem 1rem;box-shadow:0 4px 20px #0000001a}.header h1{color:#2c3e50;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header p{color:#7f8c8d;font-size:1.2rem}.logoicon{vertical-align:middle;height:3em;margin-right:8px}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.tools-grid a{text-decoration:none}.tool-card{text-align:center;cursor:pointer;background:#fff;border-radius:16px;padding:1.5rem;transition:all .3s;box-shadow:0 10px 30px #00000014}.tool-card:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 35px #00000026}.card-icon{color:#fff;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.card-icon svg{width:30px;height:30px}.tool-card h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.2rem}.tool-card p{color:#7f8c8d;font-size:.9rem}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0003}.modal-close{cursor:pointer;z-index:10;background:#f1f2f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:#e4e6eb}.tool-modal{padding:2rem}.tool-modal h2{color:#2c3e50;text-align:center;margin-bottom:1.5rem}.input-group{gap:.5rem;margin-bottom:1rem;display:flex}.input-group input{border:2px solid #e0e6ed;border-radius:8px;flex:1;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s}.input-group input:focus{border-color:#3498db;outline:none}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border:none;border-radius:8px;padding:.8rem 1.2rem;font-weight:600;transition:all .3s}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}button:disabled{opacity:.7;cursor:not-allowed}.full-width-btn{width:100%;margin-bottom:1rem}.change-btn{background:#27ae60;width:100%;margin-bottom:1rem}.result-container{background:#f8f9fa;border-radius:12px;margin-top:1.5rem;padding:1rem;animation:.5s fadeIn}.user-info{align-items:center;gap:1rem;display:flex}.avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;width:80px;height:80px;box-shadow:0 4px 10px #0000001a}.user-details h3{color:#2c3e50;margin-bottom:.5rem}.user-details p{color:#7f8c8d;margin-bottom:.3rem}.weather-info p{border-bottom:1px solid #eee;margin-bottom:.5rem;padding:.3rem 0}.server-icon img{width:64px;height:64px;margin-bottom:1rem}.motd{color:#fff;background:#2c3e50;border-radius:8px;margin-top:1rem;padding:.5rem;font-family:Minecraft,monospace}.skin{width:64px;image-rendering:pixelated}.gif-result,.furry-image{border-radius:8px;max-width:100%;margin-bottom:1rem;box-shadow:0 4px 10px #0000001a}.download-btn{text-align:center}.download-btn a{color:#fff;background:#27ae60;border-radius:6px;padding:.5rem 1rem;text-decoration:none;transition:background .3s;display:inline-block}.download-btn a:hover{background:#219653}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#fffc;margin-top:auto;padding:1.5rem;box-shadow:0 -4px 20px #0000001a}.daily-saying{justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;display:flex}.daily-saying p{color:#2c3e50;font-size:1.1rem;font-style:italic}.refresh-btn{background:#95a5a6;padding:.5rem 1rem;font-size:.9rem}.answerbook-result{text-align:center;padding:1rem}.answerbook-result .question{color:#2c3e50;border-bottom:1px dashed #e0e6ed;margin-bottom:1rem;padding-bottom:.5rem;font-weight:600}.answerbook-result .answer{color:#6a11cb;font-size:1.1rem;font-style:italic;line-height:1.6}.footer-nav{text-align:center;border-bottom:1px solid #eaeaea;margin-bottom:1.5rem;padding-bottom:1rem}.footer-nav a{color:#3a3a3a;padding:.5rem;font-weight:500;text-decoration:none;transition:color .3s}.footer-nav a:hover{color:#2575fc;text-decoration:underline}.nav-divider{color:#ccc;margin:0 .5rem}.footer{background-color:#fff;flex-direction:column;align-items:center;display:flex}.daily-saying{margin-bottom:1rem}.copyright{margin-top:0}.modal-content{flex-direction:column;max-height:90vh;display:flex}.modal-body{scrollbar-width:thin;scrollbar-color:#6a11cb #f1f1f1;max-height:calc(90vh - 120px);padding:2rem;overflow-y:auto}.modal-body a{text-decoration:none}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px;margin:5px}.modal-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border:2px solid #f1f1f1;border-radius:4px}.modal-body{scrollbar-width:thin;scrollbar-color:#6a11cb #f1f1f1}@media (max-width:600px){.modal-body{-webkit-overflow-scrolling:touch;max-height:calc(90vh - 100px);padding:1.5rem}.modal-body::-webkit-scrollbar{width:4px}}.modal-body:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(#0000 0%,#fff 100%);height:20px;transition:opacity .3s;position:sticky;bottom:-1px;left:0;right:0}.modal-body.scrollable:after{opacity:1}.about-modal h2,.contact-modal h2{z-index:10;flex-shrink:0;position:sticky;top:0}.about-modal .modal-close,.contact-modal .modal-close{z-index:20;position:absolute;top:1rem;right:1rem}.about-modal .modal-close:hover,.contact-modal .modal-close:hover{color:#fff;background:#6a11cb;transform:rotate(90deg)}.about-modal h2,.contact-modal h2{color:#fff;text-align:center;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);margin:0;padding:1.5rem 2rem;font-size:1.5rem;font-weight:600}.modal-body{padding:2rem}.modal-body p{color:#5a6778;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.modal-body h3{color:#2c3e50;border-bottom:2px solid #e8eaf2;margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600;position:relative}.modal-body h3:after{content:"";background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);width:40px;height:2px;position:absolute;bottom:-2px;left:0}.modal-body ul{margin:1.5rem 0;padding:0;list-style:none}.modal-body li{color:#5a6778;padding:.75rem 0 .75rem 1.5rem;transition:color .3s;position:relative}.modal-body li:hover{color:#6a11cb}.modal-body li:before{content:"•";color:#6a11cb;font-size:1.2rem;font-weight:700;position:absolute;left:0}.contact-methods{margin-top:2rem}.contact-item{background:#6a11cb0d;border-left:4px solid #6a11cb;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;transition:all .3s;display:flex}.contact-item:hover{background:#6a11cb1a;transform:translate(5px)}.contact-item svg{color:#6a11cb;flex-shrink:0;width:24px;height:24px}.contact-item span{color:#5a6778;font-weight:500}.translate-result p,.icp-result p{border-bottom:1px solid #eee;margin-bottom:.8rem;padding:.5rem 0}.random-number{text-align:center;color:#6a11cb;margin:1rem 0;font-size:2.5rem;font-weight:700}.funny-buttons{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.funny-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border:none;border-radius:12px;padding:1rem;font-weight:600;transition:all .3s}.funny-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #0003}.changelog-item{border-bottom:1px solid #e8eaf2;margin-bottom:2rem;padding-bottom:1.5rem}.changelog-item:last-child{border-bottom:none}.changelog-item h3{color:#2c3e50;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.changelog-date{color:#7f8c8d;font-size:.9rem;font-weight:400}.changelog-item ul{padding:0;list-style:none}.changelog-item li{color:#5a6778;padding:.5rem 0 .5rem 1.5rem;position:relative}.changelog-item li:before{content:"•";color:#6a11cb;font-weight:700;position:absolute;left:0}@media (max-width:768px){.funny-buttons{grid-template-columns:1fr}.random-number{font-size:2rem}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.about-modal,.contact-modal{animation:.4s ease-out modalSlideIn}@media (max-width:600px){.about-modal,.contact-modal{max-width:calc(100% - 2rem);margin:1rem}.modal-body{padding:1.5rem}.about-modal h2,.contact-modal h2{padding:1.25rem 1.5rem;font-size:1.3rem}.contact-item{text-align:center;flex-direction:column;gap:.5rem;padding:.75rem}.contact-item span{font-size:.9rem}}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%);border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#6a11cb}@media (max-width:768px){.footer-nav{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.nav-divider{display:none}.footer-nav a{background:#f8f9fa;border-radius:20px;padding:.5rem 1rem;transition:background .3s}.footer-nav a:hover{background:#e9ecef}}.copyright{text-align:center;color:#7f8c8d;border-top:1px solid #eaeaea;margin-top:1rem;padding-top:1rem;font-size:.9rem}.copyright a{color:#2b2a2a}@media (min-width:768px){.sidebar{display:none}.top-nav{display:block}.sidebar-overlay{display:none}}@media (max-width:767px){.header{padding-top:4rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.tools-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.header h1{font-size:2rem}.daily-saying{flex-direction:column;gap:1rem}.user-info{text-align:center;flex-direction:column}.input-group{flex-direction:column}.modal-content{max-height:calc(100vh - 2rem);margin:1rem}}.changelog-modal{max-width:800px}.changelog-item{margin-bottom:2rem}.changelog-item h3{color:#3498db;margin-bottom:.5rem}.changelog-item ul{padding-left:1.5rem}.changelog-item li{margin-bottom:.5rem}.funny-buttons{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.funny-buttons button{flex:1;min-width:120px}.translate-result{background-color:#f8f9fa;border-radius:4px;margin-top:1rem;padding:1rem}.random-number{text-align:center;color:#e74c3c;margin:1rem 0;font-size:3rem}.icp-result{margin-top:1rem}.icp-result p{margin:.5rem 0}.image-container{background-color:#f5f5f5;border:1px solid #eee;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:600px;height:400px;margin:0 auto;display:flex;overflow:hidden}.funny-image{object-fit:contain;max-width:100%;max-height:100%}.funny-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.funny-buttons button{color:#fff;cursor:pointer;background-color:#3498db;border:none;border-radius:4px;padding:.5rem 1rem;transition:background-color .3s}.funny-buttons button:hover{background-color:#2980b9}.funny-buttons button:disabled{cursor:not-allowed;background-color:#95a5a6}.change-btn{color:#fff;cursor:pointer;background-color:#2ecc71;border:none;border-radius:4px;margin:1rem auto;padding:.5rem 1.5rem;display:block}.download-btn{text-align:center;margin-top:1rem}.download-btn a{color:#fff;background-color:#9b59b6;border-radius:4px;padding:.5rem 1rem;text-decoration:none}.qrcode-result{flex-direction:column;align-items:center;gap:1rem;display:flex}.qrcode-image{border-radius:8px;max-width:250px;max-height:250px;box-shadow:0 4px 8px #0000001a}.linebt{align-items:center;gap:10px;display:flex}.greeting-container{line-height:1;overflow:hidden;height:auto!important;min-height:unset!important;margin:0!important;padding:2px 0!important;display:block!important}.greeting-content{justify-content:center;align-items:center;gap:1.5rem;margin:0;padding:0;display:flex}.greeting-text{color:#374151;white-space:nowrap;margin:0;font-size:200%;font-weight:500}.time-info{align-items:center;gap:1.5rem;display:flex}.time-display{color:#4b5563;margin:0;font-size:1.1rem;font-weight:400}.date-display{color:#6b7280;margin:0;font-size:150%;font-weight:400}@media (max-width:768px){.greeting-container{min-height:35px;margin:.3rem 0}.greeting-content{flex-wrap:wrap;justify-content:center;gap:1.2rem}.greeting-text{font-size:1.1rem}.time-info{gap:1rem}.time-display{font-size:1rem}.date-display{font-size:.9rem}}@media (max-width:480px){.greeting-content{text-align:center;flex-direction:column;gap:.5rem}.greeting-text{order:-1;font-size:1rem}.time-info{gap:.8rem}.time-display,.date-display{font-size:.9rem}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.greeting-content:hover .greeting-text{color:#1f2937;transition:color .2s}.greeting-content:hover .time-display{color:#374151;transition:color .2s}.greeting-content:hover .date-display{color:#4b5563;transition:color .2s}.mini-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.mini-btn{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #0000;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.mini-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.mini-btn:hover:before{left:100%}.mini-btn:hover{border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.mini-btn:active{transform:translateY(-1px);box-shadow:0 4px 15px #0000001a}.mini-btn svg{filter:drop-shadow(0 2px 4px #0003);margin-bottom:4px}.mini-btn span{text-shadow:0 1px 2px #0003;font-size:.75rem;font-weight:600}@media (max-width:768px){.mini-buttons{gap:.8rem}.mini-btn{width:55px;height:55px}.mini-btn span{font-size:.7rem}}@media (max-width:480px){.mini-buttons{gap:.5rem}.mini-btn{width:50px;height:50px}.mini-btn svg{width:14px;height:14px}.mini-btn span{font-size:.65rem}}@keyframes buttonPulse{0%{box-shadow:0 4px 15px #667eea66}50%{box-shadow:0 4px 20px #667eeacc}to{box-shadow:0 4px 15px #667eea66}}.mini-btn:first-child{animation:3s ease-in-out infinite buttonPulse}.mini-btn:nth-child(2){animation:3s ease-in-out .5s infinite buttonPulse}.mini-btn:nth-child(3){animation:3s ease-in-out 1s infinite buttonPulse}.mini-btn:nth-child(4){animation:3s ease-in-out 1.5s infinite buttonPulse}.mini-btn:nth-child(5){animation:3s ease-in-out 2s infinite buttonPulse}.category-container{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.category{background-color:#ffffffe7;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px #0000001a}.category-header{cursor:pointer;background-color:#ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background-color .2s;display:flex}.category-header:hover{background-color:#ffffff26}.category-header h3{color:#3b3b3b;margin:0;font-size:1.25rem;font-weight:600}.category-icon{color:#3f3e3e;width:24px;height:24px;transition:transform .3s}.rotate-180{transform:rotate(180deg)}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:0;padding:1.5rem;display:grid}@media (max-width:768px){.category-header{padding:.75rem 1rem}.category-header h3{font-size:1.1rem}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;padding:1rem}}@media (max-width:480px){.tools-grid{grid-template-columns:1fr}}.category-controls{justify-content:flex-end;margin-bottom:1rem;display:flex}.expand-toggle-btn{color:#fff;cursor:pointer;background-color:#ffffff1a;border:none;border-radius:4px;padding:.5rem 1rem;transition:background-color .2s}.expand-toggle-btn:hover{background-color:#fff3}.category-icon{transition:transform .3s}.category-icon.rotate-180{transform:rotate(180deg)}
