:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dashboard{position:fixed;top:0;left:0;width:100%;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;margin:0;box-sizing:border-box;overflow:auto}.dashboard-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;max-width:600px;width:100%;text-align:center}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.dashboard-container h1{margin:0;color:#333;font-size:2.5rem;font-weight:700}.dashboard-logout{padding:.5rem 1rem;font-size:.9rem;color:#666;background:transparent;border:1px solid #ccc;border-radius:8px;cursor:pointer}.dashboard-logout:hover{background:#f5f5f5;color:#333}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-content p{color:#666;font-size:1.1rem;margin:0}.dashboard-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;flex-direction:column}.dashboard-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #667eea66;width:100%;max-width:300px}.dashboard-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.dashboard-button:active{transform:translateY(0)}@media(prefers-color-scheme:dark){.dashboard-container{background:#1a1a1a}.dashboard-container h1{color:#fff}.dashboard-content p{color:#ccc}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:360px;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.login-card h1{margin:0 0 .25rem;font-size:1.5rem;text-align:center}.login-subtitle{margin:0 0 1.5rem;font-size:.9rem;color:#fff9;text-align:center}.login-form{display:flex;flex-direction:column;gap:1rem}.login-form label{display:flex;flex-direction:column;gap:.35rem}.login-form label span{font-size:.85rem;color:#fffc}.login-form input{padding:.6rem .75rem;font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#0003;color:inherit}.login-form input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff40}.login-form input:disabled{opacity:.7;cursor:not-allowed}.login-error{margin:0;padding:.5rem;font-size:.85rem;color:#f87171;background:#f8717126;border-radius:6px}.login-button{margin-top:.5rem;padding:.7rem 1rem;font-size:1rem;font-weight:500;color:#fff;background:#646cff;border:none;border-radius:8px;cursor:pointer}.login-button:hover:not(:disabled){background:#535bf2}.login-button:disabled{opacity:.7;cursor:not-allowed}.test-component{min-height:100vh;background:#f5f5f5;padding:2rem}.zoom-controls-container{display:flex;justify-content:center;margin-bottom:1rem}.zoom-controls{display:flex;align-items:center;gap:.75rem;background:#fff;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid #ddd}.zoom-button{background:#667eea;color:#fff;border:none;width:36px;height:36px;font-size:1.5rem;font-weight:700;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s;-webkit-user-select:none;user-select:none}.zoom-button:hover{background:#5568d3;transform:scale(1.05)}.zoom-button:active{transform:scale(.95)}.zoom-level{min-width:50px;text-align:center;font-weight:600;color:#333;font-size:.9rem}.interactive-map-container{position:relative;width:100%;height:80vh;min-height:600px;overflow:auto;border:2px solid #ddd;border-radius:8px;background-color:#fafafa;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.map-container{position:relative;display:inline-block}.map-container img{display:block;max-width:100%;height:auto;pointer-events:none}.svg-layer{pointer-events:all;cursor:crosshair}.drag-handle-hover{animation:bounce .5s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.points-list-container{overflow-x:auto}.test-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #ddd}.back-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s,transform .2s}.back-button:hover{background:#5568d3;transform:translate(-2px)}.test-header h1{margin:0;color:#333;font-size:2rem}.test-content{max-width:1200px;margin:0 auto}.test-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.test-section h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.test-section h3{margin:0 0 1rem;color:#555;font-size:1.2rem}.test-section p{color:#666;line-height:1.6;margin:.5rem 0}.test-form{display:flex;flex-direction:column;gap:1rem}.test-form label{display:flex;flex-direction:column;gap:.5rem;color:#333;font-weight:500}.test-input{padding:.75rem;font-size:1rem;border:2px solid #ddd;border-radius:6px;transition:border-color .2s}.test-input:focus{outline:none;border-color:#667eea}.test-output{background:#f0f4ff;border-left:4px solid #667eea;padding:1rem;border-radius:4px;margin-top:1rem}.test-output p{margin:0;color:#333}.status-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f0f9ff;border-radius:8px;color:#333}.status-dot{width:12px;height:12px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(prefers-color-scheme:dark){.test-component{background:#1a1a1a}.test-section{background:#2a2a2a}.test-section h2,.test-section h3{color:#fff}.test-section p{color:#ccc}.test-form label{color:#fff}.test-input{background:#1a1a1a;border-color:#444;color:#fff}.test-output{background:#1e3a5f;border-color:#667eea}.test-output p{color:#fff}.status-indicator{background:#1e3a5f;color:#fff}.test-header{border-color:#444}.test-header h1{color:#fff}.zoom-controls{background:#2a2a2a;border-color:#444}.zoom-level{color:#fff}}.app{width:100%;min-height:100vh}.app-loading{display:flex;align-items:center;justify-content:center;color:#ffffffb3}
