/* TeleNeo — Telekom licensed variable font. Drop the real file at
   /fonts/TeleNeoVariable.woff2 in the OTE deploy; falls back to Arial until then. */
@font-face{font-family:"TeleNeo";src:local("TeleNeo"),url("/fonts/TeleNeoVariable.woff2") format("woff2");font-weight:100 900;font-display:swap;}

:root {
    --primary-color: #E20074;
}

/* Reset — override layout.css defaults that conflict */
body {
    margin: 0;
    height: 100vh;
    width: 100%;
    font-family: "TeleNeo", Arial, sans-serif;
}

/* ─── Abbott Login Page ──────────────────────────────────────── */
.ote-login-container {
    display: flex;
    min-height: 100vh;
    font-family: "TeleNeo", Arial, sans-serif;
}

/* Left panel — brand */
.ote-brand-panel {
    flex: 1;
    background: #f8f9fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    position: relative;
    border-right: 1px solid #e0e2ec;
    overflow: hidden;
}

.ote-brand-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.ote-logo {
    height: 80px;
    width: auto;
    margin-bottom: 40px;
    align-self: flex-start;
}

.ote-portal-title {
    font-size: 28px;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.35;
    margin: 0 0 12px;
    max-width: 320px;
}

.ote-portal-subtitle {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 32px;
    max-width: 300px;
}

.ote-accent-bar {
    width: 40px;
    height: 3px;
    background: #E20074;
    border-radius: 2px;
    margin-bottom: 32px;
}

.ote-tagline {
    font-size: 18px;
    color: #E20074;
    font-style: normal;
    font-weight: 600;
    font-family: "TeleNeo", "TeleNeo", Arial, sans-serif;
    margin: 0;
}

.ote-powered-by {
    position: absolute;
    bottom: 24px;
    left: 48px;
    z-index: 1;
    font-size: 11px;
    color: #94a3b8;
    display: flex;
    align-items: center;
}

.ote-ip-icon {
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
}

.ote-brand-panel::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    width: 42%;
    height: 58%;
    background-image: url('/img/ote/cosmote-t.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.05;
    pointer-events: none;
}

/* Right panel — form */
.ote-form-panel {
    flex: 1;
    background: #f8f9fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 48px;
}

.ote-form-card {
    background: #fff;
    border: 1px solid #e0e2ec;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 48px 40px;
    width: 100%;
    max-width: 420px;
}

.ote-form-container {
    width: 100%;
}

.ote-form-header {
    text-align: center;
    margin-bottom: 36px;
}

.ote-lock-badge {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    border-radius: 12px;
    background: #fbe3ef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ote-welcome {
    font-size: 18px;
    font-weight: 500;
    color: #1e293b;
    margin: 0 0 4px;
}

.ote-welcome-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

/* Error message */
.ote-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #991b1b;
}

/* Form fields */
.ote-field-group {
    margin-bottom: 20px;
}

.ote-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.ote-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.ote-label-row .ote-label {
    margin-bottom: 0;
}

.ote-forgot-link {
    font-size: 12px;
    color: #E20074;
    text-decoration: none;
    font-weight: 500;
}
.ote-forgot-link:hover {
    color: #B5005D;
    text-decoration: underline;
}

.ote-input-wrapper {
    display: flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    height: 44px;
    padding: 0 14px;
    transition: border-color 0.15s;
}
.ote-input-wrapper:focus-within {
    border-color: #E20074;
}

.ote-input-wrapper svg {
    flex-shrink: 0;
    margin-right: 10px;
}

.ote-input-wrapper svg.ote-eye-icon {
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
}

/* Validation check and eye-toggle images (used on reset-password page) */
.ote-input-wrapper .check-image {
    display: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.ote-input-wrapper img.ote-eye-icon {
    display: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
    flex-shrink: 0;
}

.ote-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    font-family: "TeleNeo", Arial, sans-serif;
}
.ote-input::placeholder {
    color: #94a3b8;
}

/* Remember me */
.ote-remember-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.ote-checkbox-wrapper {
    position: relative;
    width: 16px;
    height: 16px;
}

.ote-checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 1;
}

.ote-checkbox-visual {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1.5px solid #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.ote-checkbox-wrapper input:checked + .ote-checkbox-visual {
    background: #E20074;
    border-color: #E20074;
}

.ote-checkbox-wrapper input:checked + .ote-checkbox-visual svg {
    display: block;
}

.ote-checkbox-visual svg {
    display: none;
    width: 10px;
    height: 10px;
}

.ote-remember-label {
    font-size: 13px;
    color: #64748b;
}

/* Submit button */
.ote-submit-btn {
    width: 100%;
    height: 46px;
    background: #E20074;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.15s;
    font-family: "TeleNeo", Arial, sans-serif;
}
.ote-submit-btn:hover {
    background: #B5005D;
}

/* Footer */
.ote-form-footer {
    text-align: center;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.ote-form-footer p {
    font-size: 11px;
    color: #94a3b8;
    margin: 0;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .ote-brand-panel { display: none; }
    .ote-form-panel { padding: 40px 24px; }
}

/* ─── Telekom logo lockup (T mark + wordmark) ─────────────────── */
.ote-logo-lockup{display:flex;align-items:center;margin-bottom:40px;}
.ote-logo-mark{height:72px;width:auto;}
