.elementor-1337 .elementor-element.elementor-element-55df5a4{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.36;--overlay-mix-blend-mode:saturation;}.elementor-1337 .elementor-element.elementor-element-55df5a4::before, .elementor-1337 .elementor-element.elementor-element-55df5a4 > .elementor-background-video-container::before, .elementor-1337 .elementor-element.elementor-element-55df5a4 > .e-con-inner > .elementor-background-video-container::before, .elementor-1337 .elementor-element.elementor-element-55df5a4 > .elementor-background-slideshow::before, .elementor-1337 .elementor-element.elementor-element-55df5a4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1337 .elementor-element.elementor-element-55df5a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-1ee93ac );background-image:url("https://tresono.zacher.media/wp-content/uploads/2026/05/0003_Business_Internet_@Kay-Uwe_Fischer_DSC04726-Bearbeitet-Bearbeitet.jpg");--background-overlay:'';background-repeat:no-repeat;background-size:cover;}.elementor-1337 .elementor-element.elementor-element-55df5a4::before{filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}/* Start custom CSS for html, class: .elementor-element-ca66f12 */:root {
    --bg: #0b1220;
    --card-bg: #111d32;
    --text: #f0ece6;
    --muted: #76797e;
    --primary: #7F131F;
    --primary-600: #a8605f;
    --ring: rgba(194, 119, 121, 0.35);
    --border: #1e2d47;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

/* Kein Light-Mode – Tresono ist immer dunkel */

#icomps-customer-login {
    min-height: 100%;
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
    font-family: "Montserrat", Sans-serif;
}

.icomps-form {
    width: 100%;
    max-width: 420px;
    background: rgba(244, 244, 244, 0.75);
    border: 1px solid #ffffff;
    border-bottom: 1px solid #7F131F;
    border-radius: 0;
    padding: 30px 30px 45px;
    box-sizing: border-box;
    display: grid;
    gap: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 75px rgba(0, 0, 0, 0.2);
}

/* --- Inputs --- */

.icomps-username-input,
.icomps-password-input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: none;
    border-bottom: 1px solid #7F131F;
    background: transparent;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 15px;
    outline: none;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
        border-radius: 0;
}

.icomps-username-input::placeholder,
.icomps-password-input::placeholder {
    color: var(--muted);
}

.icomps-username-input:focus,
.icomps-password-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--ring);
}

/* --- Icon Button (Auge etc.) --- */

.icomps-icon-button {
    background: transparent;
    border: none;
    color: var(--muted);
    cursor: pointer;
    border-radius: 0;
    padding: 6px;
    transition:
        color 0.15s ease,
        background-color 0.15s ease,
        box-shadow 0.15s ease;
}

.icomps-icon-button:hover {
    color: var(--text);
    background-color: rgba(255, 255, 255, 0.06);
}

.icomps-icon-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--ring);
}

/* --- Submit Button (Rosé-Akzent) --- */

.icomps-submit-button {
    width: 100%;
    box-sizing: border-box;
    background-color: var(--primary);
    color: #fff;
    padding: 12px 16px;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 20px rgba(194, 119, 121, 0.3);
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        opacity 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.05s ease;
}

.icomps-submit-button:hover {
    background-color: var(--primary-600);
    box-shadow: 0 10px 28px rgba(194, 119, 121, 0.4);
    transform: translateY(-1px);
}

.icomps-submit-button:active {
    transform: translateY(0);
    box-shadow: 0 6px 18px rgba(194, 119, 121, 0.3);
}

.icomps-submit-button:focus {
    outline: none;
    box-shadow:
        0 0 0 3px var(--ring),
        0 6px 20px rgba(194, 119, 121, 0.3);
}

.icomps-submit-button:disabled,
.icomps-submit-button[disabled] {
    cursor: not-allowed;
    opacity: 0.55;
    box-shadow: none;
    transform: none;
}

/* --- Back / OTP-Back Buttons --- */

.icomps-otp-back-button,
.icomps-back-button {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
    padding: 12px 16px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.05s ease;
}

.icomps-otp-back-button:hover,
.icomps-back-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: var(--muted);
}

.icomps-otp-back-button:active,
.icomps-back-button:active {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
}

.icomps-otp-back-button:focus,
.icomps-back-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--ring);
}

.icomps-otp-back-button:disabled,
.icomps-otp-back-button[disabled],
.icomps-back-button:disabled,
.icomps-back-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

/* --- Labels & Captions --- */

.icomps-otp-label,
.icomps-forgot-password-label {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.icomps-forgot-password-title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.icomps-otp-caption,
.icomps-forgot-password-caption {
    color: #1a1a1a;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

/* --- Forgot-Password Link --- */

.icomps-forgot-password-button {
    background: transparent;
    border: none;
    color: var(--primary);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    cursor: pointer;
    text-align: left;
    transition:
        color 0.15s ease,
        text-decoration 0.15s ease;
}

.icomps-forgot-password-button:hover {
    color: var(--primary-600);
    text-decoration: underline;
}

.icomps-forgot-password-button:focus {
    outline: none;
    text-decoration: underline;
}

.icomps-forgot-password-button:disabled,
.icomps-forgot-password-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

/* --- OTP Inputs --- */

.icomps-otp-input {
    display: flex;
    gap: 10px;
    width: 100%;
}

.icomps-otp-single-input {
    flex: 1;
    min-width: 0;
    height: 56px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: transparent;
    color: var(--text);
    outline: none;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.icomps-otp-single-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--ring);
}

.icomps-otp-single-input::placeholder {
    color: var(--muted);
    font-size: 18px;
}

/* --- Responsive --- */

@media (max-width: 380px) {
    .icomps-login-form {
        padding: 16px;
        border-radius: 12px;
    }
    .icomps-submit-button {
        padding: 11px 14px;
    }
    .icomps-otp-input {
        gap: 6px;
    }
    .icomps-otp-single-input {
        height: 50px;
        font-size: 18px;
    }
}

/* --- Legacy OTP Module Overrides --- */

.OneTimePasswordSingleInputField-module__root___C0SXW {
    border-radius: 10px;
    border: 1px solid var(--border);
    box-shadow: none;
    color: var(--text);
    background: transparent;
    outline: none;
    padding: 8px 6px;
    text-align: center;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    -webkit-user-select: none;
    user-select: none;
}

.OneTimePasswordSingleInputField-module__root___C0SXW::placeholder {
    opacity: 1;
    color: var(--muted);
}

.OneTimePasswordSingleInputField-module__root___C0SXW:hover {
    border-color: var(--muted);
}

.OneTimePasswordSingleInputField-module__root___C0SXW:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--ring);
}

.OneTimePasswordSingleInputField-module__error___d-A-f {
    border: 2px solid var(--primary);
    animation: OneTimePasswordSingleInputField-module__shake___lNND8 0.5s;
}

.OneTimePasswordSingleInputField-module__requestInProgress___lxuZG {
    animation: OneTimePasswordSingleInputField-module__pulse___mMT4K 3s infinite ease-in-out;
    cursor: not-allowed;
}

@keyframes OneTimePasswordSingleInputField-module__pulse___mMT4K {
    0%   { opacity: 1; }
    50%  { opacity: 0.6; }
    100% { opacity: 1; }
}

@keyframes OneTimePasswordSingleInputField-module__shake___lNND8 {
    10%, 90%        { transform: translate3d(-1px, 0, 0); }
    20%, 80%        { transform: translate3d(2px, 0, 0); }
    30%, 50%, 70%   { transform: translate3d(-4px, 0, 0); }
    40%, 60%        { transform: translate3d(4px, 0, 0); }
}

/* --- Module Layout Helpers --- */

.OneTimePasswordField-module__root___kKlcU {
    display: flex;
    align-items: center;
}

.OneTimePasswordField-module__input___GmQFz {
    margin-right: 10px;
}

.OneTimePasswordField-module__input___GmQFz:last-child {
    margin-right: 0;
}

.OneTimePassword-module__label___3ddwz,
.OneTimePassword-module__caption___R7h7u {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.OneTimePassword-module__backButton___h3YjK {
    width: 100%;
    box-sizing: border-box;
}

.ForgotPassword-module__input___V-Kj4 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.5rem;
}

.ForgotPassword-module__label___OnhjQ,
.ForgotPassword-module__caption___AnkPR {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.PasswordField-module__root___ti6T4 {
    position: relative;
    width: 100%;
}

.PasswordField-module__input___ppWlg {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.5rem;
}

.PasswordField-module__iconButton___dyFIN {
    position: absolute;
    inset-inline-end: 0.5rem;
    inset-block-start: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--muted);
    padding: 0;
}

.PasswordField-module__icon___E70iT {
    pointer-events: none;
    font-size: 1rem;
}

.Login-module__input___02Oed {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.5rem;
}

.Login-module__errorMessage___UwNVr {
    color: var(--primary);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.main-module__form___nmwBs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}/* End custom CSS */