@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f4f7f9;color:#1b2a38;-webkit-font-smoothing:antialiased}a{color:inherit}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 600px at 20% -10%,#e4f0ef,#f4f7f9)}.auth-card{width:100%;max-width:400px;background:#fff;border:1px solid #e4e9ef;border-radius:16px;padding:30px 28px;box-shadow:0 12px 40px rgba(20,40,60,.06)}.auth-logo{display:flex;align-items:center;gap:11px;margin-bottom:22px}.auth-logo .mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,#0e7c7b,#12a3a1);display:grid;place-items:center}.auth-logo .mark span{width:13px;height:13px;border-radius:50%;border:2.5px solid #fff}.auth-logo .mark,.dash-brand .mark{overflow:hidden}.auth-logo .mark img,.dash-brand .mark img{width:100%;height:100%;object-fit:cover;display:block}.auth-title{font-family:Space Grotesk,sans-serif;font-size:19px;font-weight:700}.auth-sub{font-size:12.5px;color:#6b7a89;margin-top:1px}.auth-h{font-family:Space Grotesk,sans-serif;font-size:17px;font-weight:600;margin:4px 0 18px}.auth-field{margin-bottom:14px}.auth-field label{display:block;font-size:11.5px;font-weight:600;color:#5c6b7a;margin-bottom:6px}.auth-input{width:100%;padding:11px 13px;border:1px solid #d9e0e7;border-radius:9px;font-size:14px;font-family:inherit;background:#fbfcfd}.auth-input:focus{outline:none;border-color:#0e7c7b;background:#fff}.auth-btn{width:100%;padding:12px;border:none;border-radius:9px;background:#0e7c7b;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;margin-top:4px}.auth-btn:hover{background:#0c6e6d}.auth-btn:disabled{opacity:.6;cursor:default}.auth-alt{text-align:center;font-size:12.5px;color:#6b7a89;margin-top:18px}.auth-alt a{color:#0e7c7b;font-weight:600;text-decoration:none}.auth-err{background:#fbe9e7;border:1px solid #f3c9c4;color:#b23a2e;font-size:12.5px;padding:9px 12px;border-radius:8px;margin-bottom:14px}.dash{min-height:100vh;display:flex;flex-direction:column}.dash-top{justify-content:space-between;gap:14px;padding:12px 22px;background:#fff;border-bottom:1px solid #e4e9ef;position:-webkit-sticky;position:sticky;top:0;z-index:30}.dash-brand,.dash-top{display:flex;align-items:center}.dash-brand{gap:10px}.dash-brand .mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#0e7c7b,#12a3a1);display:grid;place-items:center}.dash-brand .mark span{width:11px;height:11px;border-radius:50%;border:2.5px solid #fff}.dash-brand b{font-family:Space Grotesk,sans-serif;font-size:15px}.dash-user{display:flex;align-items:center;gap:12px;font-size:12.5px;color:#5c6b7a}.dash-user button,.dash-userlink{background:none;border:1px solid #d9e0e7;border-radius:8px;padding:6px 12px;font-size:12px;cursor:pointer;font-family:inherit;color:#40505e;text-decoration:none;display:inline-flex;align-items:center}.dash-user button:hover,.dash-userlink:hover{border-color:#0e7c7b;color:#0e7c7b}.dash-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 22px;background:#fff;border-bottom:1px solid #eef2f6}.dash-sel{padding:9px 12px;font-size:13.5px;background:#fbfcfd;min-width:220px}.dash-btn,.dash-sel{border:1px solid #d9e0e7;border-radius:9px;font-family:inherit}.dash-btn{padding:9px 13px;background:#fff;font-size:12.5px;font-weight:600;cursor:pointer;color:#33424f;display:inline-flex;align-items:center;gap:6px}.dash-btn:hover{border-color:#0e7c7b;color:#0e7c7b}.dash-btn.primary{background:#0e7c7b;color:#fff;border-color:#0e7c7b}.dash-btn.primary:hover{background:#0c6e6d;color:#fff}.dash-body,.dash-spacer{flex:1 1}.dash-empty{max-width:520px;margin:60px auto;text-align:center;color:#5c6b7a}.dash-empty h2{font-family:Space Grotesk,sans-serif;color:#1b2a38}.dash-note{font-size:12px;color:#8a97a6}.modal-bg{position:fixed;inset:0;background:rgba(15,25,35,.4);display:grid;place-items:center;z-index:50;padding:20px}.modal{background:#fff;border-radius:14px;width:100%;max-width:440px;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.modal h3{font-family:Space Grotesk,sans-serif;margin:0 0 14px}.modal .auth-field{margin-bottom:12px}.modal-row{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.msg{font-size:12.5px;padding:8px 11px;border-radius:8px;margin-top:10px}.msg.ok{background:#e7f3ec;color:#1f7a47;border:1px solid #bfe0cc}.msg.err{background:#fbe9e7;color:#b23a2e;border:1px solid #f3c9c4}.share-list{margin-top:10px;font-size:12.5px}.share-list .row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eef2f6}.share-list .row button{background:none;border:none;color:#b23a2e;cursor:pointer;font-size:12px}