html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2329}.app{display:flex;flex-direction:column;height:100vh}.app-header{display:flex;align-items:center;gap:24px;padding:0 20px;height:56px;border-bottom:1px solid #eee;flex:0 0 auto}.app-header h1{font-size:18px;margin:0}.app-header nav button{margin-right:8px;padding:6px 14px;border:1px solid #d9d9d9;background:#fff;border-radius:6px;cursor:pointer}.app-header nav button.active{background:#36f;color:#fff;border-color:#36f}.app-body{flex:1;min-height:0}.layout{display:flex;height:100%}.layout aside{width:320px;padding:16px;overflow-y:auto;border-right:1px solid #eee;box-sizing:border-box}.layout aside input{width:100%;padding:8px;margin:6px 0;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:6px}.layout aside label{display:block;font-size:13px;color:#646a73;margin-top:8px}.layout aside button{margin-top:10px;padding:8px 16px;border:none;background:#36f;color:#fff;border-radius:6px;cursor:pointer}.layout main{flex:1;position:relative}.poi-list{list-style:none;padding:0;margin:12px 0 0}.poi-list li{display:flex;flex-direction:column;padding:8px 0;border-bottom:1px solid #f0f0f0}.muted{color:#8a9099;font-size:12px}.error-text{color:#d4380d;font-size:13px}.map-loading,.map-error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:10}.map-error{color:#d4380d}.weather-page{padding:24px}.weather-card{padding:12px;border:1px solid #eee;border-radius:8px;max-width:320px}.app-header-spacer{flex:1}.auth-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:#8a9099}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;background:#f5f6f8}.login-card{width:320px;padding:32px 28px;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 8px 24px #0000000f;box-sizing:border-box}.login-card h1{font-size:20px;margin:0 0 4px}.login-card label{display:block;font-size:13px;color:#646a73;margin:16px 0 6px}.login-card input{width:100%;padding:10px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:6px;font-size:14px}.login-code-row{display:flex;gap:8px}.login-code-row input{flex:1}.login-code-btn{flex:0 0 auto;padding:0 12px;border:1px solid #3366ff;background:#fff;color:#36f;border-radius:6px;cursor:pointer;white-space:nowrap}.login-code-btn:disabled{border-color:#d9d9d9;color:#b0b4bb;cursor:not-allowed}.login-submit{width:100%;margin-top:20px;padding:10px;border:none;background:#36f;color:#fff;border-radius:6px;font-size:15px;cursor:pointer}.login-submit:disabled{background:#a9bdfb;cursor:not-allowed}
