/* Portalul de conturi Prospecting. Aceleasi culori si litere ca site-ul de prezentare. */
:root {
  --sticla: #0a4f3f;
  --sticla-inchis: #073a2e;
  --ceata: #eef5f0;
  --marker: #ffdd4a;
  --text: #22322c;
  --text-slab: #56665f;
  --linie: #d3ddd7;
  --rosu: #a32020;
  --titlu: "Bricolage Grotesque", "Segoe UI Variable Display", "Segoe UI", system-ui, -apple-system, sans-serif;
  --corp: "Atkinson Hyperlegible Next", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; background: var(--ceata); color: var(--text); font-family: var(--corp); font-size: 1.0625rem; line-height: 1.55; }
a { color: var(--sticla); text-underline-offset: 0.2em; }
:focus-visible { outline: 3px solid #2f8fdb; outline-offset: 2px; border-radius: 6px; }

.top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem clamp(1rem, 4vw, 2.5rem); background: #fff; border-bottom: 1px solid var(--linie); }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--titlu); font-weight: 700; font-size: 1.3rem; letter-spacing: -0.02em; text-decoration: none; }
.mark { width: 2rem; height: 2rem; }
.out { display: flex; align-items: center; gap: 0.9rem; margin: 0; font-size: 0.95rem; color: var(--text-slab); }
.out span { overflow: hidden; text-overflow: ellipsis; max-width: 40vw; white-space: nowrap; }

main { flex: 1; width: min(100% - 2rem, 60rem); margin: clamp(2rem, 7vw, 5rem) auto; }
.card { max-width: 27rem; margin-inline: auto; background: #fff; border-radius: 22px; padding: clamp(1.5rem, 5vw, 2.5rem); box-shadow: 0 30px 60px -35px rgba(10, 79, 63, 0.45), 0 0 0 1px var(--linie); }
.wide { background: #fff; border-radius: 22px; padding: clamp(1.5rem, 5vw, 2.75rem); box-shadow: 0 0 0 1px var(--linie); }
h1 { font-family: var(--titlu); color: var(--sticla); font-size: clamp(1.8rem, 5vw, 2.3rem); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 0.75rem; }
h2 { font-family: var(--titlu); color: var(--sticla); font-size: 1.35rem; letter-spacing: -0.01em; margin: 2.5rem 0 0.4rem; }
.sub { margin: 0 0 1.25rem; color: var(--text-slab); }

form { margin: 0; }
label { display: block; font-weight: 600; margin: 1.1rem 0 0.35rem; }
input[type=email], input[type=password], input[type=text] { width: 100%; font: inherit; color: inherit; padding: 0.8rem 0.9rem; border: 1.5px solid var(--linie); border-radius: 12px; background: #fff; }
input:focus { border-color: var(--sticla); outline: none; box-shadow: 0 0 0 3px rgba(10, 79, 63, 0.18); }
button, .button { display: inline-flex; align-items: center; justify-content: center; font: inherit; font-weight: 600; cursor: pointer; border: 0; border-radius: 999px; padding: 0.9rem 1.4rem; background: var(--sticla); color: #fff; text-decoration: none; }
form > button { width: 100%; margin-top: 1.6rem; }
button:hover, .button:hover { background: var(--sticla-inchis); }
.ghost { background: transparent; color: var(--sticla); box-shadow: inset 0 0 0 1.5px var(--linie); padding: 0.55rem 1rem; }
.ghost:hover { background: var(--ceata); }
.inline > button { width: auto; margin-top: 0; }
.alt { margin: 1.4rem 0 0; text-align: center; }

.notice { margin: 0 0 1rem; padding: 0.8rem 1rem; border-radius: 12px; font-weight: 600; }
.notice.err { background: #fdecec; color: var(--rosu); }
.notice.ok { background: var(--ceata); color: var(--sticla); }

.apps { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 0.75rem; }
.apps li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 1.1rem 1.25rem; border-radius: 16px; background: var(--ceata); }
.apps b { display: block; font-family: var(--titlu); font-size: 1.2rem; letter-spacing: -0.01em; overflow-wrap: anywhere; }
.apps span { color: var(--text-slab); font-size: 0.95rem; }

footer { padding: 1.5rem clamp(1rem, 4vw, 2.5rem) 2rem; text-align: center; font-size: 0.9rem; color: var(--text-slab); }
footer p { margin: 0 auto; max-width: 46rem; }
