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}
