/* Generated by scripts/sync-portal-journey-styles.cjs from the original Blade designs. */

/* platform/plugins/landlord/resources/views/central-auth/layout.blade.php */

        body[data-journey-screen="login"] *, body[data-journey-screen="login"] *::before, body[data-journey-screen="login"] *::after, body[data-journey-screen="register"] *, body[data-journey-screen="register"] *::before, body[data-journey-screen="register"] *::after, body[data-journey-screen="otp"] *, body[data-journey-screen="otp"] *::before, body[data-journey-screen="otp"] *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body[data-journey-screen="login"], body[data-journey-screen="register"], body[data-journey-screen="otp"] {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: #fafbff;
            color: #1a1a2e;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        body[data-journey-screen="login"] .auth-container, body[data-journey-screen="register"] .auth-container, body[data-journey-screen="otp"] .auth-container {
            width: 100%;
            max-width: 528px;
            padding: 56px 24px;
        }
        body[data-journey-screen="login"] .auth-logo, body[data-journey-screen="register"] .auth-logo, body[data-journey-screen="otp"] .auth-logo {
            text-align: center;
            margin-bottom: 40px;
        }
        body[data-journey-screen="login"] .auth-logo img, body[data-journey-screen="register"] .auth-logo img, body[data-journey-screen="otp"] .auth-logo img {
            height: 40px;
            max-width: 100%;
        }
        body[data-journey-screen="login"] .auth-content, body[data-journey-screen="register"] .auth-content, body[data-journey-screen="otp"] .auth-content {
            width: 100%;
        }
        body[data-journey-screen="login"] .auth-content h1, body[data-journey-screen="register"] .auth-content h1, body[data-journey-screen="otp"] .auth-content h1 {
            font-size: clamp(28px, 5vw, 36px);
            letter-spacing: -0.04em;
            line-height: 1.15;
            font-weight: 700;
            margin-bottom: 12px;
        }
        body[data-journey-screen="login"] .auth-content p.subtitle, body[data-journey-screen="register"] .auth-content p.subtitle, body[data-journey-screen="otp"] .auth-content p.subtitle {
            color: #626b7d;
            font-size: 16px;
            line-height: 1.65;
            margin-bottom: 32px;
            overflow-wrap: anywhere;
        }
        body[data-journey-screen="login"] .form-group, body[data-journey-screen="register"] .form-group, body[data-journey-screen="otp"] .form-group {
            margin-bottom: 24px;
        }
        body[data-journey-screen="login"] .form-group label, body[data-journey-screen="register"] .form-group label, body[data-journey-screen="otp"] .form-group label {
            display: block;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #374151;
        }
        body[data-journey-screen="login"] .form-group input, body[data-journey-screen="register"] .form-group input, body[data-journey-screen="otp"] .form-group input {
            width: 100%;
            min-height: 60px;
            padding: 16px 18px;
            background: #fff;
            color: inherit;
            border: 1px solid #cbd2e0;
            border-radius: 12px;
            font-size: 16px;
            font-family: inherit;
            transition: border-color 0.15s;
            outline: none;
        }
        body[data-journey-screen="login"] .form-group input:focus, body[data-journey-screen="register"] .form-group input:focus, body[data-journey-screen="otp"] .form-group input:focus {
            border-color: #3e64ff;
            box-shadow: 0 0 0 3px rgba(62, 100, 255, 0.1);
        }
        body[data-journey-screen="login"] .form-group .error, body[data-journey-screen="register"] .form-group .error, body[data-journey-screen="otp"] .form-group .error {
            color: #dc2626;
            font-size: 12px;
            margin-top: 4px;
        }
        body[data-journey-screen="login"] .form-row, body[data-journey-screen="register"] .form-row, body[data-journey-screen="otp"] .form-row {
            display: flex;
            gap: 12px;
        }
        body[data-journey-screen="login"] .form-row .form-group, body[data-journey-screen="register"] .form-row .form-group, body[data-journey-screen="otp"] .form-row .form-group {
            flex: 1;
            min-width: 0;
        }
        body[data-journey-screen="login"] .form-check, body[data-journey-screen="register"] .form-check, body[data-journey-screen="otp"] .form-check {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
        }
        body[data-journey-screen="login"] .form-check input[type="checkbox"], body[data-journey-screen="register"] .form-check input[type="checkbox"], body[data-journey-screen="otp"] .form-check input[type="checkbox"] {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            accent-color: #3e64ff;
        }
        body[data-journey-screen="login"] .form-check label, body[data-journey-screen="register"] .form-check label, body[data-journey-screen="otp"] .form-check label {
            font-size: 14px;
            line-height: 1.5;
            color: #6b7280;
            cursor: pointer;
        }
        body[data-journey-screen="login"] .auth-remember, body[data-journey-screen="register"] .auth-remember, body[data-journey-screen="otp"] .auth-remember { margin-bottom: 24px; }
        body[data-journey-screen="login"] .auth-remember .form-check, body[data-journey-screen="register"] .auth-remember .form-check, body[data-journey-screen="otp"] .auth-remember .form-check { align-items: flex-start; margin-bottom: 8px; }
        body[data-journey-screen="login"] .auth-remember-help, body[data-journey-screen="register"] .auth-remember-help, body[data-journey-screen="otp"] .auth-remember-help {
            color: #626b7d;
            font-size: 13px;
            line-height: 1.6;
            overflow-wrap: anywhere;
        }
        body[data-journey-screen="login"] .btn-primary, body[data-journey-screen="register"] .btn-primary, body[data-journey-screen="otp"] .btn-primary {
            width: 100%;
            min-height: 58px;
            padding: 16px 20px;
            background: #3155df;
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            font-family: inherit;
            cursor: pointer;
            transition: background 0.15s;
        }
        body[data-journey-screen="login"] .btn-primary:hover, body[data-journey-screen="register"] .btn-primary:hover, body[data-journey-screen="otp"] .btn-primary:hover {
            background: #2d4fd9;
        }
        body[data-journey-screen="login"] .auth-footer, body[data-journey-screen="register"] .auth-footer, body[data-journey-screen="otp"] .auth-footer {
            text-align: center;
            margin-top: 28px;
            line-height: 1.6;
            font-size: 14px;
            color: #6b7280;
        }
        body[data-journey-screen="login"] .auth-footer a, body[data-journey-screen="register"] .auth-footer a, body[data-journey-screen="otp"] .auth-footer a {
            color: #3e64ff;
            text-decoration: none;
            font-weight: 500;
        }
        body[data-journey-screen="login"] .auth-footer a:hover, body[data-journey-screen="register"] .auth-footer a:hover, body[data-journey-screen="otp"] .auth-footer a:hover {
            text-decoration: underline;
        }
        body[data-journey-screen="login"] .alert-error, body[data-journey-screen="register"] .alert-error, body[data-journey-screen="otp"] .alert-error {
            background: #fef2f2;
            border: 1px solid #fecaca;
            color: #991b1b;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 16px;
            margin-bottom: 24px;
        }
        body[data-journey-screen="login"] .alert-success, body[data-journey-screen="register"] .alert-success, body[data-journey-screen="otp"] .alert-success {
            background: #ecfdf5;
            border: 1px solid #bbf7d0;
            color: #166534;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 16px;
            margin-bottom: 24px;
        }
        body[data-journey-screen="login"] .auth-divider, body[data-journey-screen="register"] .auth-divider, body[data-journey-screen="otp"] .auth-divider {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #9ca3af;
            font-size: 12px;
            margin: 26px 0;
        }
        body[data-journey-screen="login"] .auth-divider::before,
        body[data-journey-screen="login"] .auth-divider::after,
        body[data-journey-screen="register"] .auth-divider::before,
        body[data-journey-screen="register"] .auth-divider::after,
        body[data-journey-screen="otp"] .auth-divider::before,
        body[data-journey-screen="otp"] .auth-divider::after {
            content: '';
            height: 1px;
            background: #e5e7eb;
            flex: 1;
        }
        body[data-journey-screen="login"] .social-buttons, body[data-journey-screen="register"] .social-buttons, body[data-journey-screen="otp"] .social-buttons {
            display: grid;
            gap: 10px;
        }
        body[data-journey-screen="login"] .btn-social, body[data-journey-screen="register"] .btn-social, body[data-journey-screen="otp"] .btn-social {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            min-height: 58px;
            padding: 16px 20px;
            font-family: inherit;
            cursor: pointer;
            border: 1px solid #cbd2e0;
            border-radius: 12px;
            background: #fff;
            color: #1f2937;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }
        body[data-journey-screen="login"] .btn-social:hover, body[data-journey-screen="register"] .btn-social:hover, body[data-journey-screen="otp"] .btn-social:hover {
            border-color: #3e64ff;
            background: #f8f9ff;
        }
        body[data-journey-screen="login"] .btn-social span, body[data-journey-screen="register"] .btn-social span, body[data-journey-screen="otp"] .btn-social span {
            width: 18px;
            height: 18px;
            display: inline-grid;
            place-items: center;
            border-radius: 4px;
            font-weight: 700;
        }
        body[data-journey-screen="login"] .form-group input::placeholder, body[data-journey-screen="register"] .form-group input::placeholder, body[data-journey-screen="otp"] .form-group input::placeholder { color: #778195; }
        body[data-journey-screen="login"] :where(a, button, input):focus-visible, body[data-journey-screen="register"] :where(a, button, input):focus-visible, body[data-journey-screen="otp"] :where(a, button, input):focus-visible { outline: 3px solid #3e64ff; outline-offset: 4px; }
        body[data-journey-screen="login"] .form-group input[autocomplete="one-time-code"], body[data-journey-screen="register"] .form-group input[autocomplete="one-time-code"], body[data-journey-screen="otp"] .form-group input[autocomplete="one-time-code"] { font-size: 26px; letter-spacing: .35em; text-align: center; }
        @media (max-width: 540px) {
            body[data-journey-screen="login"], body[data-journey-screen="register"], body[data-journey-screen="otp"] { align-items: flex-start; }
            body[data-journey-screen="login"] .auth-container, body[data-journey-screen="register"] .auth-container, body[data-journey-screen="otp"] .auth-container { padding: 32px 24px; }
            body[data-journey-screen="login"] .auth-logo, body[data-journey-screen="register"] .auth-logo, body[data-journey-screen="otp"] .auth-logo { margin-bottom: 32px; }
            body[data-journey-screen="login"] .form-row, body[data-journey-screen="register"] .form-row, body[data-journey-screen="otp"] .form-row { flex-direction: column; gap: 0; }
        }
        @media (prefers-reduced-motion: reduce) {
            body[data-journey-screen="login"] *, body[data-journey-screen="login"] *::before, body[data-journey-screen="login"] *::after, body[data-journey-screen="register"] *, body[data-journey-screen="register"] *::before, body[data-journey-screen="register"] *::after, body[data-journey-screen="otp"] *, body[data-journey-screen="otp"] *::before, body[data-journey-screen="otp"] *::after { transition: none !important; }
        }


/* platform/plugins/landlord/resources/views/central-auth/register.blade.php */

    body[data-journey-screen="register"] .auth-container { max-width: 608px; }
    body[data-journey-screen="register"] .step-nav { margin-top: 28px; }
    body[data-journey-screen="register"] .contact-switch { display: flex; gap: 24px; margin-bottom: 24px; border-bottom: 1px solid #dce1eb; }
    body[data-journey-screen="register"] .contact-switch label { display: flex; align-items: center; gap: 10px; padding: 16px 0; border-bottom: 2px solid transparent; cursor: pointer; font-size: 14px; font-weight: 600; line-height: 1.5; }
    body[data-journey-screen="register"] .contact-switch input { width: 18px; height: 18px; flex-shrink: 0; accent-color: #3155df; }
    body[data-journey-screen="register"] .contact-switch label:has(input:checked) { border-bottom-color: #3155df; color: #3155df; }
    body[data-journey-screen="register"] .ref-badge { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #166534; margin-bottom: 24px; }


/* platform/plugins/landlord/resources/views/layouts/netflix.blade.php */

        body[data-journey-screen="accounts"] *, body[data-journey-screen="accounts"] *::before, body[data-journey-screen="accounts"] *::after, body[data-journey-screen="create"] *, body[data-journey-screen="create"] *::before, body[data-journey-screen="create"] *::after { box-sizing: border-box; margin: 0; padding: 0; }
        body[data-journey-screen="accounts"], body[data-journey-screen="create"] {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f3f3f3;
            color: #000;
            min-height: 100vh;
            -webkit-font-smoothing: antialiased;
        }
        body[data-journey-screen="accounts"] a, body[data-journey-screen="create"] a { color: inherit; text-decoration: none; }
        body[data-journey-screen="accounts"] button, body[data-journey-screen="create"] button { font-family: inherit; }

        /* ── Dark full-screen (chooser) ── */
        body[data-journey-screen="accounts"], body[data-journey-screen="create"] { background: #000; color: #fff; }
        body[data-journey-screen="accounts"] .nx-header, body[data-journey-screen="create"] .nx-header { background: transparent; border-bottom: none; }

        /* ── Header Esdra-style ── */
        body[data-journey-screen="accounts"] .nx-header, body[data-journey-screen="create"] .nx-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 44px;
            background: #fff;
            border-bottom: 1px solid #e5e7eb;
            position: sticky; top: 0; z-index: 50;
        }
        body[data-journey-screen="accounts"] .nx-logo, body[data-journey-screen="create"] .nx-logo { display: inline-flex; align-items: center; }
        body[data-journey-screen="accounts"] .nx-logo img, body[data-journey-screen="create"] .nx-logo img { height: 28px; width: auto; }
        body[data-journey-screen="accounts"] .nx-header-right, body[data-journey-screen="create"] .nx-header-right { display: flex; align-items: center; gap: 12px; }
        body[data-journey-screen="accounts"] .nx-header-avatar, body[data-journey-screen="create"] .nx-header-avatar {
            width: 34px; height: 34px; border-radius: 50%;
            background: linear-gradient(135deg, #3e64ff 0%, #8a3eff 100%);
            color: #fff; display: inline-flex; align-items: center; justify-content: center;
            font-weight: 700; font-size: 14px;
        }
        body[data-journey-screen="accounts"] .nx-header-caret, body[data-journey-screen="create"] .nx-header-caret { font-size: 10px; color: #6b7280; }

        /* ── Layout con sidebar (account area) ── */
        body[data-journey-screen="accounts"] .nx-shell, body[data-journey-screen="create"] .nx-shell {
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 24px 80px;
            display: grid;
            grid-template-columns: 220px 1fr;
            gap: 48px;
        }
        body[data-journey-screen="accounts"] .nx-sidebar, body[data-journey-screen="create"] .nx-sidebar { position: sticky; top: 80px; align-self: start; }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-back, body[data-journey-screen="create"] .nx-sidebar .nx-back {
            display: inline-flex; align-items: center; gap: 6px;
            font-size: 13px; color: #6b7280; margin-bottom: 20px;
        }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-back:hover, body[data-journey-screen="create"] .nx-sidebar .nx-back:hover { color: #000; }
        body[data-journey-screen="accounts"] .nx-sidebar ul, body[data-journey-screen="create"] .nx-sidebar ul { list-style: none; }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-nav-link, body[data-journey-screen="create"] .nx-sidebar .nx-nav-link {
            display: flex; align-items: center; gap: 12px;
            padding: 10px 12px; border-radius: 4px;
            font-size: 14px; color: #4b4b4b;
            margin-bottom: 2px;
        }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-nav-link:hover, body[data-journey-screen="create"] .nx-sidebar .nx-nav-link:hover { background: #eef1fb; color: #1a1a2e; }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-nav-link.active, body[data-journey-screen="create"] .nx-sidebar .nx-nav-link.active { background: #3e64ff; color: #fff; }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-nav-link.active i, body[data-journey-screen="create"] .nx-sidebar .nx-nav-link.active i { color: #fff; }
        body[data-journey-screen="accounts"] .nx-sidebar .nx-nav-link i, body[data-journey-screen="create"] .nx-sidebar .nx-nav-link i { font-size: 18px; color: #6b7280; }

        /* ── Content area ── */
        body[data-journey-screen="accounts"] .nx-main, body[data-journey-screen="create"] .nx-main { min-width: 0; }
        body[data-journey-screen="accounts"] .nx-page-title, body[data-journey-screen="create"] .nx-page-title {
            font-size: 32px; font-weight: 500;
            margin-bottom: 24px; letter-spacing: -0.5px;
        }
        body[data-journey-screen="accounts"] .nx-section-label, body[data-journey-screen="create"] .nx-section-label {
            font-size: 13px; font-weight: 600;
            color: #4b4b4b; margin-bottom: 8px;
        }

        /* Card Esdra: bianco, radius 12, shadow morbida */
        body[data-journey-screen="accounts"] .nx-card, body[data-journey-screen="create"] .nx-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
        }
        body[data-journey-screen="accounts"] .nx-card + .nx-card, body[data-journey-screen="create"] .nx-card + .nx-card { margin-top: 16px; }
        body[data-journey-screen="accounts"] .nx-card-accent, body[data-journey-screen="create"] .nx-card-accent {
            height: 4px;
            background: linear-gradient(90deg, #3e64ff 0%, #8a3eff 100%);
        }

        /* Riga lista (link con chevron) */
        body[data-journey-screen="accounts"] .nx-row, body[data-journey-screen="create"] .nx-row {
            display: flex; align-items: center; gap: 16px;
            padding: 16px 20px;
            border-bottom: 1px solid #f3f4f6;
            cursor: pointer;
            transition: background .15s;
        }
        body[data-journey-screen="accounts"] .nx-row:last-child, body[data-journey-screen="create"] .nx-row:last-child { border-bottom: none; }
        body[data-journey-screen="accounts"] .nx-row:hover, body[data-journey-screen="create"] .nx-row:hover { background: #f8f9ff; }
        body[data-journey-screen="accounts"] .nx-row-icon, body[data-journey-screen="create"] .nx-row-icon {
            width: 40px; height: 40px; border-radius: 10px;
            background: #eef1fb; color: #3e64ff;
            display: inline-flex; align-items: center; justify-content: center;
            font-size: 20px;
        }
        body[data-journey-screen="accounts"] .nx-row-main, body[data-journey-screen="create"] .nx-row-main { flex: 1; min-width: 0; }
        body[data-journey-screen="accounts"] .nx-row-title, body[data-journey-screen="create"] .nx-row-title { font-size: 15px; font-weight: 500; }
        body[data-journey-screen="accounts"] .nx-row-subtitle, body[data-journey-screen="create"] .nx-row-subtitle { font-size: 13px; color: #737373; margin-top: 2px; }
        body[data-journey-screen="accounts"] .nx-row-chevron, body[data-journey-screen="create"] .nx-row-chevron { color: #999; font-size: 18px; }

        /* Alert */
        body[data-journey-screen="accounts"] .nx-alert, body[data-journey-screen="create"] .nx-alert { padding: 12px 16px; border-radius: 6px; font-size: 13px; margin-bottom: 16px; }
        body[data-journey-screen="accounts"] .nx-alert-success, body[data-journey-screen="create"] .nx-alert-success { background: #ecfdf3; border: 1px solid #bbf7d0; color: #166534; }
        body[data-journey-screen="accounts"] .nx-alert-danger, body[data-journey-screen="create"] .nx-alert-danger { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
        body[data-journey-screen="accounts"] .nx-alert-warning, body[data-journey-screen="create"] .nx-alert-warning { background: #fffbeb; border: 1px solid #fde68a; color: #92400e; }

        /* Bottoni Esdra */
        body[data-journey-screen="accounts"] .nx-btn, body[data-journey-screen="create"] .nx-btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 6px;
            padding: 10px 18px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            background: #fff;
            color: #1a1a2e;
            cursor: pointer;
            text-decoration: none;
            transition: all .15s;
        }
        body[data-journey-screen="accounts"] .nx-btn:hover, body[data-journey-screen="create"] .nx-btn:hover { background: #f3f4f6; }
        body[data-journey-screen="accounts"] .nx-btn-primary, body[data-journey-screen="create"] .nx-btn-primary { background: #3e64ff; color: #fff; border-color: #3e64ff; }
        body[data-journey-screen="accounts"] .nx-btn-primary:hover, body[data-journey-screen="create"] .nx-btn-primary:hover { background: #2d4fd9; border-color: #2d4fd9; }
        body[data-journey-screen="accounts"] .nx-btn-black, body[data-journey-screen="create"] .nx-btn-black { background: #3e64ff; color: #fff; border-color: #3e64ff; }
        body[data-journey-screen="accounts"] .nx-btn-black:hover, body[data-journey-screen="create"] .nx-btn-black:hover { background: #2d4fd9; border-color: #2d4fd9; }
        body[data-journey-screen="accounts"] .nx-btn-red, body[data-journey-screen="create"] .nx-btn-red { background: #3e64ff; color: #fff; border-color: #3e64ff; }
        body[data-journey-screen="accounts"] .nx-btn-red:hover, body[data-journey-screen="create"] .nx-btn-red:hover { background: #2d4fd9; border-color: #2d4fd9; }
        body[data-journey-screen="accounts"] .nx-btn-ghost, body[data-journey-screen="create"] .nx-btn-ghost { border-color: transparent; color: #4b5563; background: transparent; }
        body[data-journey-screen="accounts"] .nx-btn-ghost:hover, body[data-journey-screen="create"] .nx-btn-ghost:hover { background: #f3f4f6; color: #1a1a2e; }
        body[data-journey-screen="accounts"] .nx-btn-danger-outline, body[data-journey-screen="create"] .nx-btn-danger-outline { border-color: #fca5a5; color: #b91c1c; background: #fff; }
        body[data-journey-screen="accounts"] .nx-btn-danger-outline:hover, body[data-journey-screen="create"] .nx-btn-danger-outline:hover { background: #fef2f2; }
        body[data-journey-screen="accounts"] .nx-btn-sm, body[data-journey-screen="create"] .nx-btn-sm { padding: 7px 14px; font-size: 13px; }
        body[data-journey-screen="accounts"] .nx-btn-block, body[data-journey-screen="create"] .nx-btn-block { width: 100%; }

        /* Form */
        body[data-journey-screen="accounts"] .nx-field, body[data-journey-screen="create"] .nx-field { margin-bottom: 16px; }
        body[data-journey-screen="accounts"] .nx-label, body[data-journey-screen="create"] .nx-label {
            display: block;
            font-size: 12px; color: #737373;
            margin-bottom: 4px; font-weight: 500;
            text-transform: uppercase; letter-spacing: 0.3px;
        }
        body[data-journey-screen="accounts"] .nx-input, body[data-journey-screen="accounts"] .nx-select, body[data-journey-screen="create"] .nx-input, body[data-journey-screen="create"] .nx-select {
            width: 100%;
            padding: 11px 14px;
            border: 1.5px solid #d1d5db;
            border-radius: 8px;
            font-size: 14px;
            font-family: inherit;
            background: #fff;
            color: #1a1a2e;
            transition: border-color .15s, box-shadow .15s;
        }
        body[data-journey-screen="accounts"] .nx-input:focus, body[data-journey-screen="accounts"] .nx-select:focus, body[data-journey-screen="create"] .nx-input:focus, body[data-journey-screen="create"] .nx-select:focus {
            outline: none; border-color: #3e64ff;
            box-shadow: 0 0 0 3px rgba(62, 100, 255, 0.12);
        }
        body[data-journey-screen="accounts"] .nx-input[disabled], body[data-journey-screen="create"] .nx-input[disabled] {
            background: #f9fafb; color: #6b7280; cursor: not-allowed;
        }
        body[data-journey-screen="accounts"] .nx-input-floating, body[data-journey-screen="create"] .nx-input-floating {
            position: relative;
        }
        body[data-journey-screen="accounts"] .nx-input-floating label, body[data-journey-screen="create"] .nx-input-floating label {
            position: absolute;
            top: 14px; left: 14px;
            font-size: 15px; color: #737373;
            pointer-events: none;
            transition: all .15s;
        }
        body[data-journey-screen="accounts"] .nx-input-floating.filled label,
        body[data-journey-screen="accounts"] .nx-input-floating input:focus + label,
        body[data-journey-screen="create"] .nx-input-floating.filled label,
        body[data-journey-screen="create"] .nx-input-floating input:focus + label {
            top: 4px; font-size: 11px; color: #737373;
        }
        body[data-journey-screen="accounts"] .nx-input-floating input, body[data-journey-screen="create"] .nx-input-floating input {
            padding: 20px 14px 8px;
        }

        /* Modal (usato da chooser / shops / team) */
        body[data-journey-screen="accounts"] .nx-modal, body[data-journey-screen="create"] .nx-modal {
            display: none;
            position: fixed; inset: 0;
            background: rgba(0,0,0,0.6);
            z-index: 200;
            align-items: center; justify-content: center;
            padding: 20px;
        }
        body[data-journey-screen="accounts"] .nx-modal.show, body[data-journey-screen="create"] .nx-modal.show { display: flex; }

        /* Footer */
        body[data-journey-screen="accounts"] .nx-footer, body[data-journey-screen="create"] .nx-footer {
            background: #f3f3f3;
            border-top: 1px solid #e5e5e5;
            padding: 40px 44px;
            margin-top: 60px;
        }
        body[data-journey-screen="accounts"] .nx-footer-inner, body[data-journey-screen="create"] .nx-footer-inner {
            max-width: 1100px; margin: 0 auto;
            color: #737373; font-size: 12px;
        }
        body[data-journey-screen="accounts"] .nx-footer-links, body[data-journey-screen="create"] .nx-footer-links {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px 24px;
            margin-top: 16px;
        }
        body[data-journey-screen="accounts"] .nx-footer-links a:hover, body[data-journey-screen="create"] .nx-footer-links a:hover { text-decoration: underline; }

        @media (max-width: 860px) {
            body[data-journey-screen="accounts"] .nx-header, body[data-journey-screen="create"] .nx-header { padding: 12px 20px; }
            body[data-journey-screen="accounts"] .nx-shell, body[data-journey-screen="create"] .nx-shell {
                grid-template-columns: 1fr;
                padding: 20px 16px 60px;
                gap: 20px;
            }
            body[data-journey-screen="accounts"] .nx-sidebar, body[data-journey-screen="create"] .nx-sidebar { position: static; }
            body[data-journey-screen="accounts"] .nx-page-title, body[data-journey-screen="create"] .nx-page-title { font-size: 24px; }
            body[data-journey-screen="accounts"] .nx-footer, body[data-journey-screen="create"] .nx-footer { padding: 30px 20px; }
            body[data-journey-screen="accounts"] .nx-footer-links, body[data-journey-screen="create"] .nx-footer-links { grid-template-columns: repeat(2, 1fr); }
        }


/* platform/plugins/landlord/resources/views/accounts/index.blade.php */

    body[data-journey-screen="accounts"] {
        background: radial-gradient(circle at 20% 10%, rgba(62,100,255,0.15) 0%, transparent 50%),
                    radial-gradient(circle at 80% 90%, rgba(138,62,255,0.12) 0%, transparent 50%),
                    #0a0f1f;
        color: #fff;
    }
    body[data-journey-screen="accounts"] .chooser-logo {
        position: absolute;
        top: 28px; left: 44px;
        height: 34px;
    }
    body[data-journey-screen="accounts"] .chooser-top-actions {
        position: absolute;
        top: 22px; right: 36px;
        z-index: 20;
        display: flex; align-items: center; gap: 6px;
    }
    body[data-journey-screen="accounts"] .chooser-top-link {
        min-height: 40px;
        display: inline-flex; align-items: center; justify-content: center; gap: 7px;
        padding: 8px 12px;
        border: 1px solid transparent; border-radius: 9px;
        color: #aeb8cf; font-size: 13px; font-weight: 600;
        white-space: nowrap; transition: all .15s;
    }
    body[data-journey-screen="accounts"] .chooser-top-link:hover {
        color: #fff;
        background: rgba(255,255,255,0.06);
        border-color: rgba(255,255,255,0.08);
    }
    body[data-journey-screen="accounts"] .chooser-top-link.partner {
        color: #fff;
        background: rgba(62,100,255,0.16);
        border-color: rgba(98,123,255,0.38);
    }
    body[data-journey-screen="accounts"] .chooser-top-link.partner:hover { background: rgba(62,100,255,0.28); }
    body[data-journey-screen="accounts"] .chooser-top-link.dropshipping {
        color: #dff7ff;
        background: rgba(0,148,211,0.16);
        border-color: rgba(38,177,235,0.38);
    }
    body[data-journey-screen="accounts"] .chooser-top-link.dropshipping:hover { background: rgba(0,148,211,0.28); }
    body[data-journey-screen="accounts"] .partner-tools { position: relative; }
    body[data-journey-screen="accounts"] .partner-tools-trigger { font-family: inherit; cursor: pointer; }
    body[data-journey-screen="accounts"] .partner-tools-trigger[aria-expanded="true"] { background: rgba(62,100,255,0.3); border-color: rgba(123,143,255,0.68); }
    body[data-journey-screen="accounts"] .partner-tools-popover {
        display: none; position: absolute; top: calc(100% + 10px); right: 0;
        width: min(360px, calc(100vw - 24px)); padding: 16px;
        border: 1px solid rgba(148,163,184,.24); border-radius: 14px;
        color: #e8ecf7; background: rgba(15,23,42,.98);
        box-shadow: 0 22px 55px rgba(0,0,0,.46); backdrop-filter: blur(18px);
    }
    body[data-journey-screen="accounts"] .partner-tools-popover.show { display: block; }
    body[data-journey-screen="accounts"] .partner-tools-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:14px; }
    body[data-journey-screen="accounts"] .partner-tools-heading strong { display:block; color:#fff; font-size:14px; }
    body[data-journey-screen="accounts"] .partner-tools-heading span { display:block; margin-top:3px; color:#8a96b0; font-size:11px; }
    body[data-journey-screen="accounts"] .partner-tools-kpis { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; margin-bottom:14px; }
    body[data-journey-screen="accounts"] .partner-tools-kpi { padding:11px 12px; border:1px solid rgba(255,255,255,.08); border-radius:10px; background:rgba(255,255,255,.04); }
    body[data-journey-screen="accounts"] .partner-tools-kpi strong { display:block; color:#fff; font-size:20px; line-height:1.1; }
    body[data-journey-screen="accounts"] .partner-tools-kpi span { display:block; margin-top:5px; color:#8a96b0; font-size:10px; text-transform:uppercase; letter-spacing:.35px; }
    body[data-journey-screen="accounts"] .partner-tools-link {
        display:block; width:100%; margin-bottom:10px; padding:10px 11px; overflow:hidden;
        color:#aeb8cf; background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.08);
        border-radius:9px; font-size:11px; white-space:nowrap; text-overflow:ellipsis;
    }
    body[data-journey-screen="accounts"] .partner-tools-actions { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
    body[data-journey-screen="accounts"] .partner-tools-action {
        min-height:38px; display:inline-flex; align-items:center; justify-content:center; gap:6px;
        padding:8px 10px; border:1px solid rgba(255,255,255,.12); border-radius:9px;
        color:#fff; background:rgba(255,255,255,.055); font:600 12px inherit; cursor:pointer;
    }
    body[data-journey-screen="accounts"] .partner-tools-action:hover { background:rgba(255,255,255,.1); }
    body[data-journey-screen="accounts"] .partner-tools-action.primary { border-color:#3e64ff; background:#3e64ff; }
    body[data-journey-screen="accounts"] .partner-tools-action.primary:hover { background:#2d4fd9; }
    body[data-journey-screen="accounts"] .partner-how-modal .nx-modal-box { width:min(580px,100%); padding:28px; color:#e8ecf7; background:#111827; border:1px solid rgba(255,255,255,.12); border-radius:16px; }
    body[data-journey-screen="accounts"] .partner-how-header { display:flex; justify-content:space-between; gap:18px; margin-bottom:20px; }
    body[data-journey-screen="accounts"] .partner-how-header h2 { color:#fff; font-size:23px; }
    body[data-journey-screen="accounts"] .partner-how-header p { margin-top:6px; color:#8a96b0; font-size:13px; line-height:1.5; }
    body[data-journey-screen="accounts"] .partner-how-close { align-self:flex-start; border:0; color:#aeb8cf; background:transparent; font-size:22px; cursor:pointer; }
    body[data-journey-screen="accounts"] .partner-how-steps { display:grid; gap:10px; }
    body[data-journey-screen="accounts"] .partner-how-step { display:grid; grid-template-columns:34px 1fr; gap:12px; padding:13px; border:1px solid rgba(255,255,255,.08); border-radius:11px; background:rgba(255,255,255,.035); }
    body[data-journey-screen="accounts"] .partner-how-number { width:34px; height:34px; display:flex; align-items:center; justify-content:center; border-radius:9px; color:#fff; background:#3e64ff; font-weight:800; }
    body[data-journey-screen="accounts"] .partner-how-step strong { display:block; color:#fff; font-size:13px; }
    body[data-journey-screen="accounts"] .partner-how-step p { margin-top:3px; color:#9aa6bf; font-size:12px; line-height:1.45; }
    body[data-journey-screen="accounts"] .chooser-top-actions form { margin: 0; }
    body[data-journey-screen="accounts"] .chooser-locale-form {
        position: relative;
        min-height: 40px;
        display: flex; align-items: center; gap: 5px;
        padding: 0 8px;
        border: 1px solid rgba(255,255,255,0.08); border-radius: 9px;
        color: #aeb8cf; background: rgba(255,255,255,0.025);
    }
    body[data-journey-screen="accounts"] .chooser-locale-form select {
        width: 112px; border: 0; outline: 0;
        color: #d7dced; background: transparent;
        font: inherit; font-size: 12px; font-weight: 600; cursor: pointer;
    }
    body[data-journey-screen="accounts"] .chooser-locale-form select option { color: #111827; background: #fff; }
    @media (max-width: 760px) {
        body[data-journey-screen="accounts"] .chooser-top-link { min-width: 40px; padding: 8px 10px; }
        body[data-journey-screen="accounts"] .chooser-top-link span, body[data-journey-screen="accounts"] .chooser-logout span { display: none; }
        body[data-journey-screen="accounts"] .chooser-locale-form { width: 40px; padding: 0; justify-content: center; }
        body[data-journey-screen="accounts"] .chooser-locale-form select { position: absolute; inset: 0; width: 100%; opacity: 0; }
    }
    body[data-journey-screen="accounts"] .chooser-wrap {
        min-height: 100vh;
        display: flex; flex-direction: column;
        align-items: center; justify-content: safe center;
        padding: 60px 20px;
    }
    body[data-journey-screen="accounts"] .chooser-title {
        font-size: clamp(28px, 4vw, 44px);
        font-weight: 500;
        color: #fff;
        margin-bottom: 36px;
        text-align: center;
        letter-spacing: -0.5px;
    }
    body[data-journey-screen="accounts"] .chooser-sub {
        color: #8a96b0; font-size: 15px; text-align: center;
        margin-top: -24px; margin-bottom: 44px;
    }
    body[data-journey-screen="accounts"] .chooser-grid {
        width: min(1220px, 100%);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: clamp(16px, 3vw, 40px);
        margin-bottom: 48px;
    }
    body[data-journey-screen="accounts"] .shop-tile {
        text-align: center;
        cursor: pointer;
        width: clamp(100px, 13vw, 150px);
        transition: transform .2s;
        appearance: none;
        background: transparent;
        border: 0;
        padding: 0;
        font: inherit;
        color: inherit;
        text-decoration: none;
    }
    body[data-journey-screen="accounts"] .shop-tile:hover { transform: scale(1.02); }
    body[data-journey-screen="accounts"] .shop-avatar {
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 20px;
        display: flex; align-items: center; justify-content: center;
        color: #fff;
        font-size: clamp(32px, 4vw, 52px);
        font-weight: 700;
        position: relative;
        overflow: hidden;
        border: 3px solid transparent;
        transition: all .2s;
        box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    }
    body[data-journey-screen="accounts"] .shop-tile:hover .shop-avatar {
        border-color: #3e64ff;
        box-shadow: 0 8px 32px rgba(62,100,255,0.35);
    }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-0 { background: linear-gradient(135deg, #3e64ff 0%, #8a3eff 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-1 { background: linear-gradient(135deg, #2563eb 0%, #3e64ff 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-2 { background: linear-gradient(135deg, #3e64ff 0%, #06b6d4 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-3 { background: linear-gradient(135deg, #8a3eff 0%, #ec4899 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-4 { background: linear-gradient(135deg, #0ea5e9 0%, #3e64ff 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-5 { background: linear-gradient(135deg, #6366f1 0%, #3e64ff 100%); }
    body[data-journey-screen="accounts"] .shop-avatar.avatar-6 { background: linear-gradient(135deg, #3e64ff 0%, #4338ca 100%); }

    body[data-journey-screen="accounts"] .shop-badge {
        position: absolute; top: 8px; right: 8px;
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 10px; font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    body[data-journey-screen="accounts"] .shop-badge.active { background: rgba(34, 197, 94, 0.85); color: #fff; }
    body[data-journey-screen="accounts"] .shop-badge.suspended { background: rgba(234, 179, 8, 0.9); color: #000; }
    body[data-journey-screen="accounts"] .shop-badge.trial { background: rgba(59, 130, 246, 0.85); color: #fff; }

    body[data-journey-screen="accounts"] .shop-name {
        color: #c5cde0;
        font-size: clamp(14px, 1.5vw, 16px);
        font-weight: 500;
        margin-top: 14px;
        transition: color .2s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body[data-journey-screen="accounts"] .shop-tile:hover .shop-name { color: #fff; }
    body[data-journey-screen="accounts"] .shop-plan {
        color: #6b7590;
        font-size: 12px;
        margin-top: 3px;
    }
    /* Tile "Aggiungi shop" */
    body[data-journey-screen="accounts"] .shop-add .shop-avatar {
        background: rgba(62,100,255,0.08);
        border: 2px dashed rgba(62,100,255,0.4);
        color: rgba(62,100,255,0.7);
        box-shadow: none;
    }
    body[data-journey-screen="accounts"] .shop-add:hover .shop-avatar {
        border-color: #3e64ff;
        color: #3e64ff;
        background: rgba(62,100,255,0.15);
        box-shadow: 0 8px 24px rgba(62,100,255,0.2);
    }

    body[data-journey-screen="accounts"] .chooser-action {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 28px;
        background: #3e64ff;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.3px;
        transition: all .2s;
        cursor: pointer;
        box-shadow: 0 4px 14px rgba(62,100,255,0.35);
    }
    body[data-journey-screen="accounts"] .chooser-action:hover {
        background: #2d4fd9;
        box-shadow: 0 6px 20px rgba(62,100,255,0.5);
        transform: translateY(-1px);
    }
    /* ── Empty state (no shops) ── */
    body[data-journey-screen="accounts"] .empty-hero {
        max-width: 520px;
        margin: 0 auto;
        text-align: center;
        color: #e5e5e5;
    }
    body[data-journey-screen="accounts"] .empty-hero-icon {
        width: 96px; height: 96px;
        border-radius: 24px;
        background: linear-gradient(135deg, #3e64ff 0%, #8a3eff 100%);
        display: inline-flex; align-items: center; justify-content: center;
        margin-bottom: 24px;
        box-shadow: 0 10px 30px rgba(62,100,255,0.35);
    }
    body[data-journey-screen="accounts"] .empty-hero-icon i {
        font-size: 48px; color: #fff;
    }
    body[data-journey-screen="accounts"] .empty-hero h2 {
        font-size: 32px; font-weight: 600;
        margin-bottom: 12px;
    }
    body[data-journey-screen="accounts"] .empty-hero p {
        color: #b3b3b3; font-size: 16px;
        line-height: 1.5; margin-bottom: 28px;
    }

    @media (max-width: 560px) {
        body[data-journey-screen="accounts"] .chooser-logo { top:22px; left:20px; height:30px; }
        body[data-journey-screen="accounts"] .chooser-top-actions { top:14px; right:12px; gap:2px; }
        body[data-journey-screen="accounts"] .chooser-top-link { min-width:40px; padding:8px 10px; }
        body[data-journey-screen="accounts"] .chooser-top-link span, body[data-journey-screen="accounts"] .chooser-logout span { display:none; }
        body[data-journey-screen="accounts"] .chooser-wrap { padding-top:92px; }
    }
    body[data-journey-screen="accounts"] .nx-flash {
        position: fixed; top: 20px; left: 50%; transform: translateX(-50%);
        padding: 12px 20px; border-radius: 4px;
        font-size: 14px; z-index: 100;
    }
    body[data-journey-screen="accounts"] .nx-flash.success { background: #166534; color: #fff; }
    body[data-journey-screen="accounts"] .nx-flash.error   { background: #991b1b; color: #fff; }

    /* Logout link top-right */
    body[data-journey-screen="accounts"] .chooser-logout {
        color: #8a96b0; font-size: 13px;
        display: inline-flex; align-items: center; gap: 6px;
        min-height: 40px; padding: 8px 12px; border-radius: 9px;
        transition: all .15s;
    }
    body[data-journey-screen="accounts"] .chooser-logout:hover { color: #fff; background: rgba(255,255,255,0.05); }


/* platform/plugins/landlord/resources/views/accounts/partials/shop-chat-style.blade.php */

html:has(body[data-journey-screen="create"]), body[data-journey-screen="create"] { height:100%; min-height:0; overflow:hidden; overscroll-behavior:none; }
body[data-journey-screen="create"] .shop-chat { --chat-ink:#15253e; --chat-muted:#52637a; --chat-line:#dde4ef; --chat-accent:#5142ed; height:100dvh; height:var(--chat-height,100dvh); width:100%; display:flex; flex-direction:column; overflow:hidden; background:#fff; color:var(--chat-ink); transform:translateY(var(--chat-offset,0px)); }
body[data-journey-screen="create"] .shop-chat * { box-sizing:border-box; }
body[data-journey-screen="create"] .conversation-header { display:flex; align-items:center; gap:20px; flex-shrink:0; border-bottom:1px solid var(--chat-line); padding:14px 24px; padding-top:max(14px,env(safe-area-inset-top)); }
body[data-journey-screen="create"] .conversation-header img { object-fit:contain; }
body[data-journey-screen="create"] .conversation-header h1 { font-size:16px; font-weight:600; margin:0 0 3px; }
body[data-journey-screen="create"] #save-status { font-size:12px; color:var(--chat-muted); }
body[data-journey-screen="create"] .chat-back { margin-left:auto; font-size:13px; text-decoration:underline; text-underline-offset:4px; }
body[data-journey-screen="create"] .conversation-messages { flex:1; min-height:0; overflow-y:auto; overscroll-behavior:contain; scrollbar-gutter:stable; overflow-anchor:none; }
body[data-journey-screen="create"] .message-column { max-width:850px; margin:0 auto; padding:32px 24px 24px; display:flex; flex-direction:column; gap:24px; }
body[data-journey-screen="create"] .chat-message { max-width:92%; align-self:flex-start; animation:chat-appear .16s ease-out; overflow-wrap:anywhere; line-height:1.65; font-size:15px; }
body[data-journey-screen="create"] .chat-message .message-role { display:block; margin-bottom:6px; color:var(--chat-muted); font-size:12px; font-weight:600; }
body[data-journey-screen="create"] .chat-message .message-text { white-space:pre-wrap; }
body[data-journey-screen="create"] .chat-message.user { align-self:flex-end; background:#eeecff; border-radius:18px 18px 4px 18px; padding:12px 18px; }
body[data-journey-screen="create"] .chat-message.error { padding:12px 16px; border-left:3px solid #b33432; background:#fff6f5; }
body[data-journey-screen="create"] .configuration-summary { border-top:1px solid var(--chat-line); margin-top:12px; }
body[data-journey-screen="create"] .summary-row { display:grid; grid-template-columns:minmax(100px,1fr) minmax(0,2fr) auto; gap:12px; padding:10px 0; border-bottom:1px solid var(--chat-line); align-items:start; }
body[data-journey-screen="create"] .summary-row dt { font-size:13px; color:var(--chat-muted); }
body[data-journey-screen="create"] .summary-row dd { margin:0; white-space:pre-wrap; }
body[data-journey-screen="create"] .shop-chat button, body[data-journey-screen="create"] .chat-action-link { min-height:44px; border:1px solid var(--chat-line); border-radius:10px; background:#fff; padding:8px 12px; font-size:13px; color:var(--chat-ink); cursor:pointer; touch-action:manipulation; }
body[data-journey-screen="create"] .shop-chat button:hover { background:#f2f1ff; }
body[data-journey-screen="create"] .shop-chat button:disabled { opacity:.55; cursor:wait; }
body[data-journey-screen="create"] .shop-chat :focus-visible { outline:3px solid var(--chat-accent); outline-offset:3px; }
body[data-journey-screen="create"] .summary-row button { border:0; color:var(--chat-accent); }
body[data-journey-screen="create"] .composer-panel { flex-shrink:0; padding:0 24px max(12px,env(safe-area-inset-bottom)); background:#fff; }
body[data-journey-screen="create"] .composer-column { max-width:802px; margin:0 auto; position:relative; }
body[data-journey-screen="create"] .quick-replies,body[data-journey-screen="create"] .chat-actions { display:flex; gap:8px; padding:6px 0; overflow-x:auto; }
body[data-journey-screen="create"] .quick-replies button,body[data-journey-screen="create"] .chat-actions button,body[data-journey-screen="create"] .chat-action-link { flex-shrink:0; }
body[data-journey-screen="create"] .latest-message { position:absolute; bottom:calc(100% + 8px); left:50%; transform:translateX(-50%); box-shadow:0 3px 12px #14264416; white-space:nowrap; }
body[data-journey-screen="create"] .chat-composer { display:flex; align-items:flex-end; gap:10px; border:1px solid #c6cee0; box-shadow:0 4px 20px #14264409; border-radius:20px; padding:10px; }
body[data-journey-screen="create"] .chat-composer:focus-within { border-color:var(--chat-accent); }
body[data-journey-screen="create"] #chat-input { flex:1; min-width:0; resize:none; border:0; font:inherit; font-size:16px; line-height:24px; max-height:120px; background:transparent; color:inherit; padding:10px; outline:none; }
body[data-journey-screen="create"] #chat-send, body[data-journey-screen="create"] .shop-chat .primary { background:var(--chat-accent); border-color:var(--chat-accent); color:#fff; }
body[data-journey-screen="create"] #chat-send { width:44px; height:44px; display:grid; place-items:center; }
body[data-journey-screen="create"] #chat-send svg { width:22px; height:22px; }
body[data-journey-screen="create"] .composer-help { text-align:center; font-size:11px; color:var(--chat-muted); padding-top:7px; }
body[data-journey-screen="create"] .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
body[data-journey-screen="create"] .quote-price { font-weight:600; margin:12px 0; }
@keyframes chat-appear { from { opacity:0; transform:translateY(3px); } to { opacity:1; transform:translateY(0); } }
@media (prefers-reduced-motion:reduce) { body[data-journey-screen="create"] .chat-message { animation:none; } }
@media(max-width:600px) {
 body[data-journey-screen="create"] .conversation-header { padding:10px 14px; gap:12px; padding-top:max(10px,env(safe-area-inset-top)); }
 body[data-journey-screen="create"] .conversation-header img { width:58px; }
 body[data-journey-screen="create"] .conversation-header h1 { font-size:14px; }
 body[data-journey-screen="create"] .chat-back { max-width:90px; font-size:12px; }
 body[data-journey-screen="create"] .message-column { padding:20px 16px; gap:20px; }
 body[data-journey-screen="create"] .chat-message { max-width:100%; }
 body[data-journey-screen="create"] .chat-message.user { max-width:90%; }
 body[data-journey-screen="create"] .composer-panel { padding-left:12px; padding-right:12px; }
 body[data-journey-screen="create"] .composer-help { display:none; }
 body[data-journey-screen="create"] .summary-row { grid-template-columns:minmax(70px,1fr) minmax(0,1.5fr) auto; gap:6px; }
 body[data-journey-screen="create"] .summary-row button { padding:6px; }
}
@media(prefers-color-scheme:dark) {
 body[data-journey-screen="create"] .shop-chat { --chat-ink:#edf1fa; --chat-muted:#b1bfd3; --chat-line:#34435a; --chat-accent:#7064ff; background:#141e2e; }
 body[data-journey-screen="create"] .composer-panel { background:#141e2e; }
 body[data-journey-screen="create"] .shop-chat button,body[data-journey-screen="create"] .chat-action-link { background:#202c40; }
 body[data-journey-screen="create"] .shop-chat button:hover { background:#34405b; }
 body[data-journey-screen="create"] .chat-message.user { background:#302b59; }
 body[data-journey-screen="create"] .chat-message.error { background:#3c242b; }
}


/* platform/plugins/multi-tenancy/resources/views/launchpad/index.blade.php */

            body[data-journey-screen="launchpad"] {
                --launchpad-ink: #f7f9ff;
                --launchpad-muted: rgba(238, 243, 255, .7);
                --launchpad-glass: rgba(17, 27, 50, .38);
                --launchpad-border: rgba(255, 255, 255, .16);
            }

            html:has(body[data-journey-screen="launchpad"]),
            body[data-journey-screen="launchpad"] {
                min-height: 100%;
                background: #11192c;
            }

            body[data-journey-screen="launchpad"] {
                margin: 0;
                color: var(--launchpad-ink);
                overflow-x: hidden;
            }

            body[data-journey-screen="launchpad"]::before {
                position: fixed;
                z-index: 0;
                inset: -12%;
                content: "";
                background:
                    radial-gradient(circle at 16% 20%, rgba(67, 92, 255, .68), transparent 31%),
                    radial-gradient(circle at 82% 16%, rgba(31, 183, 163, .48), transparent 28%),
                    radial-gradient(circle at 65% 78%, rgba(133, 69, 210, .54), transparent 34%),
                    radial-gradient(circle at 12% 88%, rgba(231, 91, 92, .38), transparent 28%),
                    linear-gradient(145deg, #13213b 0%, #11192b 48%, #18233a 100%);
                filter: saturate(112%);
                transform: scale(1.05);
            }

            body[data-journey-screen="launchpad"]::after {
                position: fixed;
                z-index: 0;
                inset: 0;
                content: "";
                pointer-events: none;
                background: linear-gradient(180deg, rgba(5, 10, 24, .06), rgba(5, 10, 24, .32));
                backdrop-filter: blur(34px);
                -webkit-backdrop-filter: blur(34px);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad {
                position: fixed;
                z-index: 1050;
                inset: 0;
                display: flex;
                flex-direction: column;
                min-height: 100vh;
                min-height: 100dvh;
                padding: clamp(1.25rem, 3vw, 3rem);
                overflow-x: hidden;
                overflow-y: auto;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__topbar {
                display: grid;
                grid-template-columns: auto minmax(0, 1fr) max-content;
                align-items: center;
                gap: 1.25rem;
                width: min(100%, 96rem);
                margin: 0 auto clamp(2rem, 5vh, 4rem);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__brand,
            body[data-journey-screen="launchpad"] .esdra-launchpad__actions,
            body[data-journey-screen="launchpad"] .esdra-launchpad__search {
                border: 1px solid var(--launchpad-border);
                background: rgba(13, 22, 43, .38);
                box-shadow: 0 1rem 3rem rgba(4, 10, 25, .16), inset 0 1px rgba(255, 255, 255, .08);
                backdrop-filter: blur(24px) saturate(125%);
                -webkit-backdrop-filter: blur(24px) saturate(125%);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__brand {
                display: inline-flex;
                align-items: center;
                justify-self: start;
                gap: .75rem;
                min-height: 3rem;
                padding: .55rem .8rem;
                border-radius: 14px;
                color: var(--launchpad-ink);
                font-weight: 750;
                text-decoration: none;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__brand-mark {
                display: inline-grid;
                place-items: center;
                width: 2rem;
                height: 2rem;
                border-radius: 9px;
                background: rgba(255, 255, 255, .12);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__brand-mark svg {
                width: 1.2rem;
                height: 1.2rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__search {
                position: relative;
                display: flex;
                align-items: center;
                min-height: 3.15rem;
                padding: 0 1rem;
                border-radius: 16px;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__search svg {
                flex: 0 0 auto;
                width: 1.25rem;
                height: 1.25rem;
                color: var(--launchpad-muted);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__search input {
                min-width: 0;
                width: 100%;
                height: 3rem;
                padding: 0 .7rem;
                border: 0;
                outline: 0;
                color: var(--launchpad-ink);
                background: transparent;
                font-size: 1rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__search input::placeholder {
                color: rgba(238, 243, 255, .58);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__actions {
                display: flex;
                align-items: center;
                justify-self: end;
                gap: .4rem;
                min-height: 3rem;
                padding: .35rem;
                border-radius: 14px;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__action {
                display: inline-flex;
                flex: 0 0 auto;
                align-items: center;
                justify-content: center;
                gap: .45rem;
                min-height: 2.3rem;
                padding: .42rem .72rem;
                border: 0;
                border-radius: 10px;
                color: var(--launchpad-ink);
                background: transparent;
                font-size: .82rem;
                font-weight: 700;
                text-decoration: none;
                white-space: nowrap;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__action:hover,
            body[data-journey-screen="launchpad"] .esdra-launchpad__action:focus-visible {
                color: #fff;
                background: rgba(255, 255, 255, .11);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__action svg {
                flex: 0 0 auto;
                width: 1.05rem;
                height: 1.05rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__intro {
                width: min(100%, 86rem);
                margin: 0 auto clamp(1.6rem, 3vh, 2.6rem);
                text-align: center;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__intro h1 {
                margin: 0 0 .5rem;
                color: #fff;
                font-size: clamp(2rem, 4vw, 3.35rem);
                font-weight: 760;
                letter-spacing: -.04em;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__intro p {
                margin: 0;
                margin-top: 30px;
                color: var(--launchpad-muted);
                font-size: clamp(.95rem, 1.4vw, 1.1rem);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__grid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
                gap: clamp(1.25rem, 2.8vw, 2.5rem);
                align-content: start;
                width: min(100%, 86rem);
                margin: 0 auto;
                padding: .75rem .25rem 3rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                min-width: 0;
                padding: .55rem;
                border: 1px solid transparent;
                border-radius: 22px;
                transition: opacity .16s ease, transform .18s ease, background-color .18s ease, border-color .18s ease;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card:hover,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card:focus-within {
                border-color: rgba(255, 255, 255, .12);
                background: rgba(255, 255, 255, .055);
                transform: translateY(-3px);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card.is-dragging {
                z-index: 3;
                opacity: .45;
                transform: scale(.96);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card.is-default {
                border-color: rgba(255, 211, 101, .42);
                background: rgba(255, 211, 101, .07);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card[hidden] {
                display: none;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__link {
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 100%;
                color: #fff;
                text-decoration: none;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__icon {
                position: relative;
                display: grid;
                place-items: center;
                width: clamp(5.6rem, 8vw, 7.2rem);
                aspect-ratio: 1;
                margin-bottom: .9rem;
                overflow: hidden;
                border: 1px solid rgba(255, 255, 255, .25);
                border-radius: 25%;
                color: #fff;
                background:
                    linear-gradient(145deg, color-mix(in srgb, var(--app-tone-a) 86%, white), var(--app-tone-b));
                box-shadow:
                    0 1.2rem 2.7rem color-mix(in srgb, var(--app-tone-a) 30%, transparent),
                    inset 0 1px 1px rgba(255, 255, 255, .35),
                    inset 0 -1rem 2rem rgba(3, 10, 27, .12);
                backdrop-filter: blur(18px);
                -webkit-backdrop-filter: blur(18px);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__icon::after {
                position: absolute;
                inset: 0;
                content: "";
                pointer-events: none;
                background: linear-gradient(145deg, rgba(255, 255, 255, .2), transparent 43%);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__icon svg {
                position: relative;
                z-index: 1;
                width: 48%;
                height: 48%;
                stroke-width: 1.55;
                filter: drop-shadow(0 .25rem .45rem rgba(4, 10, 24, .2));
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__label {
                max-width: 100%;
                overflow: hidden;
                color: #fff;
                font-size: 1rem;
                font-weight: 680;
                line-height: 1.25;
                text-align: center;
                text-overflow: ellipsis;
                text-shadow: 0 2px 9px rgba(0, 0, 0, .4);
                white-space: nowrap;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__drag {
                position: absolute;
                z-index: 2;
                top: .25rem;
                right: .25rem;
                display: inline-grid;
                place-items: center;
                width: 2rem;
                height: 2rem;
                padding: 0;
                border: 1px solid rgba(255, 255, 255, .17);
                border-radius: 50%;
                color: rgba(255, 255, 255, .78);
                background: rgba(12, 20, 39, .48);
                opacity: 0;
                cursor: grab;
                touch-action: none;
                transition: opacity .16s ease, background-color .16s ease;
                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card:hover .esdra-launchpad-card__drag,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card:focus-within .esdra-launchpad-card__drag,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card__drag:focus-visible {
                opacity: 1;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__drag:active {
                cursor: grabbing;
                background: rgba(255, 255, 255, .16);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__drag svg {
                width: 1rem;
                height: 1rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__default {
                position: absolute;
                z-index: 2;
                top: .25rem;
                left: .25rem;
                display: inline-grid;
                place-items: center;
                width: 2rem;
                height: 2rem;
                padding: 0;
                border: 1px solid rgba(255, 255, 255, .17);
                border-radius: 50%;
                color: rgba(255, 255, 255, .78);
                background: rgba(12, 20, 39, .48);
                opacity: 0;
                cursor: pointer;
                transition: opacity .16s ease, color .16s ease, background-color .16s ease;
                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card:hover .esdra-launchpad-card__default,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card:focus-within .esdra-launchpad-card__default,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card__default:focus-visible,
            body[data-journey-screen="launchpad"] .esdra-launchpad-card.is-default .esdra-launchpad-card__default {
                opacity: 1;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card.is-default .esdra-launchpad-card__default {
                border-color: rgba(255, 211, 101, .55);
                color: #ffd365;
                background: rgba(100, 72, 0, .55);
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__default svg {
                width: 1rem;
                height: 1rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card__default-badge {
                display: none;
                margin-top: .35rem;
                color: #ffe29a;
                font-size: .7rem;
                font-weight: 700;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad-card.is-default .esdra-launchpad-card__default-badge {
                display: block;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__empty {
                display: none;
                grid-column: 1 / -1;
                padding: 4rem 1rem;
                color: var(--launchpad-muted);
                text-align: center;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__empty.is-visible {
                display: block;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__footer {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: .75rem;
                min-height: 2rem;
                margin-top: auto;
                padding-top: 1.25rem;
                color: var(--launchpad-muted);
                font-size: .8rem;
                text-align: center;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__status {
                min-width: 7rem;
            }

            body[data-journey-screen="launchpad"] .esdra-launchpad__status.is-error {
                color: #ffc0c0;
            }

            @media (max-width: 1199.98px) {
                body[data-journey-screen="launchpad"] .esdra-launchpad__topbar {
                    grid-template-columns: minmax(0, 1fr) auto;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__search {
                    grid-column: 1 / -1;
                    grid-row: 2;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__actions {
                    grid-column: 2;
                    grid-row: 1;
                }
            }

            @media (max-width: 767.98px) {
                body[data-journey-screen="launchpad"] .esdra-launchpad {
                    padding: 1rem;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__topbar {
                    margin-bottom: 2rem;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__action {
                    padding-inline: .5rem;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__action span {
                    display: none;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad__grid {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                    gap: 1.15rem .45rem;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad-card {
                    padding-inline: .15rem;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad-card__drag {
                    top: -.15rem;
                    right: -.1rem;
                    opacity: 1;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad-card__default {
                    top: -.15rem;
                    left: -.1rem;
                    opacity: 1;
                }

                body[data-journey-screen="launchpad"] .esdra-launchpad-card__label {
                    font-size: .82rem;
                }
            }

            @media (prefers-reduced-motion: reduce) {
                body[data-journey-screen="launchpad"] .esdra-launchpad-card,
                body[data-journey-screen="launchpad"] .esdra-launchpad__action {
                    transition: none;
                }
            }


/* Vue transitions, loading and accessibility only. */
html,body {margin:0} *,*::before,*::after {box-sizing:border-box} [hidden] {display:none!important}
body {font-family:var(--primary-font,Inter),-apple-system,BlinkMacSystemFont,sans-serif} #esdra-journey {width:100%;min-height:100dvh}
.journey fieldset {border:0;min-width:0;padding:0;margin:0}.journey button,.journey input,.journey select,.journey textarea {font-family:inherit}
.journey svg {display:inline-block;vertical-align:middle;flex-shrink:0}.journey button:disabled {cursor:default;opacity:.55}
.journey h1:focus {outline:none}.journey .journey-sr {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.journey.is-guest {min-height:100dvh;display:flex;align-items:center;justify-content:center}.journey .registration-title {font-size:16px;font-weight:600;margin-bottom:16px}
.journey .resend-form {margin-top:12px}.journey .social-google {color:#4285f4}.journey .social-linkedin {background:#0a66c2;color:#fff}
.journey-loading {width:100%}.journey-loading .esdra-skeleton {margin-bottom:20px}.journey-boot {max-width:480px;padding:56px 24px;margin:8vh auto}.journey-boot img {display:block;max-width:100%;height:40px;margin:0 auto 40px}.journey-boot p {margin:16px 0}
.journey-failure {position:relative;z-index:1100;max-width:560px;margin:24px auto;padding:16px 20px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:12px;line-height:1.6}
.journey-failure button {padding:8px 14px;margin-top:10px;border:1px solid currentColor;border-radius:8px;color:inherit;background:transparent;cursor:pointer}.journey-failure a {color:inherit;text-decoration:underline}
.journey-notifications-source {display:none}.chooser-notification-slot {display:flex;align-items:center}.journey-notifications {color:inherit}
.chooser-top-actions svg {width:20px;height:20px}.chooser-logout {background:none;border:0;cursor:pointer}.shop-add svg {width:24px;height:24px}.empty-hero-icon svg {width:48px;height:48px}
.shop-tile[aria-disabled=true] {cursor:default}.partner-tools-trigger {background:transparent}.partner-tools-link {font:inherit}.partner-tools-action {font-family:inherit}
body[data-journey-screen=accounts] .partner-how-modal[open] {display:flex;position:fixed;inset:0;z-index:100;padding:24px;align-items:center;justify-content:center;border:0;width:100%;height:100%;max-width:none;max-height:none;background:#0009}.partner-how-modal::backdrop {background:transparent}
body[data-journey-screen=accounts] .esdra-skeleton,body[data-journey-screen=launchpad] .esdra-skeleton {--skeleton-base:rgba(255,255,255,.1);--skeleton-highlight:rgba(255,255,255,.2)}
.chooser-skeleton-tile {width:clamp(100px,13vw,150px)}.chooser-skeleton-avatar {aspect-ratio:1;border-radius:20px;overflow:hidden}.chooser-skeleton-avatar .esdra-skeleton {height:100%}
.shop-chat .journey-error {max-width:100%}.shop-chat .journey-thinking {width:min(100%,520px)}.shop-chat .journey-message.is-pending {opacity:.6}
.shop-chat .journey-chat-skeleton {display:grid;width:min(100%,720px);gap:24px}.shop-chat .journey-chat-skeleton>.esdra-skeleton:nth-child(2) {justify-self:end}
.shop-chat .journey-quote ul {padding-left:20px}.shop-chat .journey-quote details {margin:12px 0}.shop-chat .journey-quote .chat-actions {margin-top:12px}
.esdra-launchpad {--esdra-skeleton-base:rgba(255,255,255,.1);--esdra-skeleton-shine:rgba(255,255,255,.2)}
.esdra-launchpad-card__drag {user-select:none}.esdra-launchpad-card.is-dragging {opacity:.45}.esdra-launchpad-card__default:disabled,.esdra-launchpad-card__drag:disabled {cursor:wait}
.esdra-launchpad-card__icon .esdra-skeleton {position:absolute;inset:0;height:100%;margin:0}.esdra-launchpad__action {font-family:inherit;cursor:pointer}
.journey-enter {animation:portal-enter .2s ease-out both}.journey-list-move {transition:transform .22s ease}.journey-list-enter-active,.journey-list-leave-active {transition:opacity .16s ease}.journey-list-enter-from,.journey-list-leave-to {opacity:0}
.journey-alert-container:has(>*) {position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:1200;width:min(560px,calc(100% - 32px))}.journey-alert-container .alert-success,.journey-alert-container .alert-error {padding:12px 20px;border-radius:4px;background:#166534;color:white}.journey-alert-container .alert-error {background:#991b1b}
body[data-journey-screen=accounts] .empty-hero h1 {font-size:32px;font-weight:600;margin-bottom:12px}
@keyframes portal-enter {from {opacity:0;transform:translateY(5px)} to {opacity:1;transform:translateY(0)}}
@media(max-width:540px) {.journey.is-guest {align-items:flex-start}}
@media(prefers-reduced-motion:reduce) {.journey *,.journey *::before,.journey *::after {animation:none!important;transition:none!important;scroll-behavior:auto!important}}
