:root { color: #e8edf4; background: #101622; font-family: Manrope, sans-serif; } * { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: radial-gradient(circle at top right, #253c61, transparent 35rem), #101622; } button, input, select { font: inherit; } button { cursor: pointer; } .shell { max-width: 1220px; min-height: 100vh; margin: auto; padding: 44px 28px; } .topbar, .toolbar, .inbox-header, .dialog-heading, .form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; } h1, h2, p { margin: 0; } h1 { font-size: clamp(1.7rem, 4vw, 2.6rem); letter-spacing: -.07em; } h2 { font-size: 1.25rem; letter-spacing: -.04em; } .eyebrow { color: #87a1c5; font: 500 .68rem "DM Mono", monospace; letter-spacing: .14em; margin-bottom: 8px; } .account { display: flex; align-items: center; gap: 14px; font-size: .85rem; color: #b9c7da; } .notice { margin: 34px 0 30px; padding: 13px 16px; border-left: 2px solid #ffc15b; background: #202b3e; color: #d8e0ec; font-size: .86rem; } .toolbar { margin-bottom: 14px; } .primary, .secondary, .danger, .text-button, .available-number, .number-card, .icon-button { border: 0; border-radius: 7px; } .primary { padding: 11px 16px; background: #bff563; color: #15200a; font-weight: 800; } .primary:disabled { opacity: .45; cursor: not-allowed; } .secondary { padding: 10px 14px; color: #dce6f4; background: #26354c; } .danger { padding: 10px 14px; color: #ffb9bc; background: #452630; } .text-button { color: #bff563; background: transparent; } .workspace { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.5fr); gap: 18px; margin-top: 18px; } .numbers-list, .inbox, .auth-card { padding: 16px; border: 1px solid #2b3850; border-radius: 11px; background: rgba(20, 28, 43, .88); box-shadow: 0 18px 45px #060a112e; } .numbers-list { display: grid; gap: 9px; min-height: 180px; } .number-card { display: grid; width: 100%; padding: 15px; color: #e9f0fb; text-align: left; background: #1b2638; border: 1px solid transparent; } .number-card.selected { border-color: #bff563; background: #263649; } .number-value { font: 500 1rem "DM Mono", monospace; } .number-info { display: flex; justify-content: space-between; margin-top: 12px; color: #91a3bd; font-size: .74rem; } .status { font-weight: 800; color: #bff563; } .status.encerrado, .status.expirado { color: #ffb9bc; } .inbox { min-height: 425px; } #inbox-meta { color: #91a3bd; font-size: .8rem; margin-top: 8px; } .messages { display: grid; gap: 10px; margin-top: 28px; } .message { padding: 14px; border-radius: 8px; background: #182235; border: 1px solid #26344b; } .message-meta { margin-bottom: 8px; color: #9db3d2; font: .72rem "DM Mono", monospace; } .message p:last-child { white-space: pre-wrap; overflow-wrap: anywhere; } .empty-state { display: grid; min-height: 110px; place-items: center; padding: 16px; color: #91a3bd; font-size: .86rem; text-align: center; } .auth-card { max-width: 460px; margin: 70px auto; } .auth-card h2 { margin-bottom: 22px; } form { display: grid; gap: 15px; } label { display: grid; gap: 7px; color: #b9c7da; font-size: .82rem; } input, select { width: 100%; padding: 11px; color: #edf4ff; border: 1px solid #40506a; border-radius: 6px; background: #111a29; } .feedback { min-height: 1.25em; margin-top: 12px; color: #bff563; font-size: .82rem; } .feedback.error { color: #ffb9bc; } dialog { width: min(580px, calc(100% - 30px)); padding: 0; color: #e8edf4; border: 1px solid #40506a; border-radius: 11px; background: #172237; } dialog::backdrop { background: #050911b8; } .dialog-card { padding: 22px; } .icon-button { width: 32px; height: 32px; color: #b9c7da; background: transparent; font-size: 1.5rem; } .available-numbers { display: grid; gap: 7px; max-height: 220px; overflow: auto; } .available-numbers > p { padding: 10px 0; color: #91a3bd; font-size: .84rem; } .available-number { padding: 11px; color: #dce6f4; text-align: left; background: #202d42; border: 1px solid transparent; font: .78rem "DM Mono", monospace; } .available-number.selected { border-color: #bff563; } .consent { grid-template-columns: auto 1fr; align-items: start; line-height: 1.45; } .consent input { width: auto; margin-top: 3px; } @media (max-width: 720px) { .shell { padding: 28px 16px; } .workspace { grid-template-columns: 1fr; } .topbar, .toolbar, .inbox-header { align-items: flex-start; flex-direction: column; } .account { width: 100%; justify-content: space-between; } .toolbar .primary { width: 100%; } .number-info { gap: 8px; flex-direction: column; } }
