*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100vh;overflow:hidden;background:#0f172a}.container{width:100%;height:100%;color:#fff;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;flex-shrink:0}.main-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.search-box{display:flex;align-items:center;background:rgba(255,255,255,.9);border-radius:50px;padding:8px 8px 8px 24px;box-shadow:0 8px 32px #0003;transition:all .3s ease;width:500px;max-width:90%}.search-box:hover{box-shadow:0 12px 40px #0000004d;transform:translateY(-2px)}.search-input{flex:1;border:none;outline:none;font-size:1.1rem;color:#333;background:transparent;font-family:inherit}.search-input::placeholder{color:#999}.search-button{width:48px;height:48px;border:none;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.search-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.search-button:active{transform:scale(.95)}.entry-buttons{display:flex;gap:30px}.entry-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:12px 25px;color:#fff;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);min-width:120px}.entry-button:hover{background:rgba(255,255,255,.6);transform:translateY(-4px);box-shadow:0 8px 24px #0003}.entry-button:active{transform:translateY(-2px)}.entry-button svg{width:32px;height:32px;color:#64748b}.entry-button span{font-size:1rem;font-weight:700;color:#64748b}.entry-button.icon-only{min-width:60px;padding:12px}.entry-button.icon-only svg{width:28px;height:28px}.logo-section{display:flex;align-items:center;gap:15px}.logo{width:50px;height:50px;object-fit:contain}.title{font-size:1.8rem;margin:0;font-weight:700;font-family:Microsoft YaHei,PingFang SC,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:2px}.info{display:flex;align-items:center;gap:1.5rem;font-size:1.2rem}.date,.weekday,.weather,.temperature{font-weight:500;color:#64748b}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background:white;border-radius:16px;padding:30px 40px;box-shadow:0 8px 32px #0003;min-width:300px;text-align:center}.popup-message{font-size:1.2rem;color:#333;margin-bottom:20px;font-weight:500}.popup-button{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:10px 30px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.popup-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.popup-button:active{transform:scale(.95)}.copyright-footer{position:fixed;bottom:20px;left:20px;color:#fff9;font-size:.85rem;z-index:100}.copyright-footer p{margin:4px 0}.copyright-footer a{color:#fffc;text-decoration:none;transition:color .3s ease}.copyright-footer a:hover{color:#fff}
