@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ==========================================================================
   1. CORE LAYOUT & THEME BASE
   ========================================================================== */

*[b-2dc53yz7gm],
*[b-2dc53yz7gm]::before,
*[b-2dc53yz7gm]::after {
    box-sizing: border-box;
}

#blazor-error-ui[b-2dc53yz7gm] {
    color-scheme: light only;
    background: #fef2f2;
    color: #991b1b;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    border-top: 1px solid #f87171;
}

    #blazor-error-ui .dismiss[b-2dc53yz7gm] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 0.75rem;
    }

/* New CSS*/

.mud-main-content[b-2dc53yz7gm],
.mud-container[b-2dc53yz7gm],
.ae-main[b-2dc53yz7gm] {
    max-width: 100%;
}



/* Glassmorphism App Bar */
.ae-appbar[b-2dc53yz7gm] {
    background: rgba(2, 6, 23, 0.85) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    color: #e2e8f0;
    transition: background 0.3s ease;
}

    /* Let the toolbar adapt and wrap cleanly on smaller widths */
    .ae-appbar .mud-toolbar[b-2dc53yz7gm],
    .ae-appbar .mud-toolbar-row[b-2dc53yz7gm] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

/* Brand Logo Text */
.ae-brand[b-2dc53yz7gm] {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(to right, #38bdf8, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 2px 15px rgba(56, 189, 248, 0.2);
}

.ae-logo-icon[b-2dc53yz7gm] {
    color: #38bdf8;
}

/* Deep Ocean Gradient Background */
.ae-main[b-2dc53yz7gm] {
    min-height: 100vh;
    background: radial-gradient(circle at 50% 0%, #1e293b 0%, #0f172a 40%, #020617 100%);
    color: #e2e8f0;
    padding-top: 64px;
}

/* Page content container � full width on phones, constrained on desktop */
.ae-body-container[b-2dc53yz7gm] {
    margin-top: 3rem;
    margin-bottom: 6rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 1rem;
}

/* ==========================================================================
   2. HERO SECTION & TYPOGRAPHY
   ========================================================================== */

.ae-hero-section[b-2dc53yz7gm] {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 3rem;
    overflow: visible; /* avoid clipping large text on any device */
}

/* Base hero title � fluid between mobile and desktop */
.ae-hero-title[b-2dc53yz7gm] {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f8fafc;
    /* clamp keeps it big on desktop, reasonable on tablets */
    font-size: clamp(2rem, 4vw + 1rem, 3.25rem);
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    overflow-wrap: break-word;
}

.ae-text-gradient[b-2dc53yz7gm] {
    background: linear-gradient(to right, #38bdf8, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ae-hero-subtitle[b-2dc53yz7gm] {
    font-weight: 300;
    color: #94a3b8;
    max-width: 40rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
}

.ae-text-muted[b-2dc53yz7gm] {
    color: #64748b;
}

.ae-glow-chip[b-2dc53yz7gm] {
    background-color: rgba(14, 165, 233, 0.1) !important;
    border: 1px solid #0ea5e9 !important;
    color: #38bdf8 !important;
    box-shadow: 0 0 15px rgba(14, 165, 233, 0.2);
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* ==========================================================================
   3. GLASS CONTAINERS (Login, Register, Feature Cards)
   ========================================================================== */

/* Shared Glass Style for ALL cards */
.ae-feature-card[b-2dc53yz7gm],
.ae-login-card[b-2dc53yz7gm],
.ae-register-card[b-2dc53yz7gm], /* Register Page */
.ae-contact-card[b-2dc53yz7gm],
.ae-login-menu-content[b-2dc53yz7gm] /* Login Dropdown */ {
    background: rgba(30, 41, 59, 0.7) !important;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 16px !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #e2e8f0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .ae-feature-card:hover[b-2dc53yz7gm] {
        transform: translateY(-6px);
        border-color: rgba(56, 189, 248, 0.3);
        box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
    }

    /* ==========================================================================
   4. FORM INPUT OVERRIDES (Critical for Dark Glass)
   ========================================================================== */

    .ae-login-card input[b-2dc53yz7gm]::placeholder,
    .ae-register-card input[b-2dc53yz7gm]::placeholder,
    .ae-contact-card input[b-2dc53yz7gm]::placeholder,
    .ae-login-menu-content input[b-2dc53yz7gm]::placeholder {
        color: rgba(255, 255, 255, 0.5) !important;
        opacity: 1;
    }

    /* Input containers */
    .ae-login-card .mud-input-control[b-2dc53yz7gm],
    .ae-register-card .mud-input-control[b-2dc53yz7gm],
    .ae-contact-card .mud-input-control[b-2dc53yz7gm],
    .ae-login-menu-content .mud-input-control[b-2dc53yz7gm] {
        color: #f8fafc !important;
    }

    /* Input text */
    .ae-login-card input[b-2dc53yz7gm],
    .ae-login-card textarea[b-2dc53yz7gm],
    .ae-register-card input[b-2dc53yz7gm],
    .ae-register-card textarea[b-2dc53yz7gm],
    .ae-contact-card input[b-2dc53yz7gm],
    .ae-contact-card textarea[b-2dc53yz7gm],
    .ae-login-menu-content input[b-2dc53yz7gm] {
        color: #f1f5f9 !important;
    }

    /* Labels */
    .ae-login-card .mud-input-label[b-2dc53yz7gm],
    .ae-register-card .mud-input-label[b-2dc53yz7gm],
    .ae-contact-card .mud-input-label[b-2dc53yz7gm],
    .ae-login-menu-content .mud-input-label[b-2dc53yz7gm] {
        color: #94a3b8 !important;
    }

    /* Borders / backgrounds */
    .ae-login-card .mud-input-outlined-border[b-2dc53yz7gm],
    .ae-register-card .mud-input-outlined-border[b-2dc53yz7gm],
    .ae-contact-card .mud-input-outlined-border[b-2dc53yz7gm],
    .ae-login-menu-content .mud-input-outlined-border[b-2dc53yz7gm] {
        border-color: rgba(148, 163, 184, 0.3) !important;
        background-color: rgba(15, 23, 42, 0.4) !important;
    }

    /* Icons */
    .ae-login-card .mud-input-adornment[b-2dc53yz7gm],
    .ae-register-card .mud-input-adornment[b-2dc53yz7gm],
    .ae-login-menu-content .mud-input-adornment[b-2dc53yz7gm],
    .ae-register-card .mud-icon-root[b-2dc53yz7gm],
    .ae-login-menu-content .mud-icon-root[b-2dc53yz7gm] {
        color: #94a3b8 !important;
    }

    /* Selects */
    .ae-register-card .mud-select[b-2dc53yz7gm],
    .ae-register-card .mud-select-input[b-2dc53yz7gm] {
        color: #f1f5f9 !important;
    }

    /* Buttons */
    .ae-register-card button[b-2dc53yz7gm],
    .ae-login-menu-content button[b-2dc53yz7gm] {
        font-weight: 600;
    }

/* ==========================================================================
   5. NAVIGATION & UTILITIES
   ========================================================================== */

.ae-footer[b-2dc53yz7gm] {
    background: #020617 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    color: #64748b;
}

/* Popover overrides for the Login Menu */
.ae-login-menu .mud-popover-content[b-2dc53yz7gm] {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Links inside cards */
.ae-login-menu-content a[b-2dc53yz7gm],
.ae-register-card a[b-2dc53yz7gm] {
    color: #38bdf8 !important;
    text-decoration: none;
}

    .ae-login-menu-content a:hover[b-2dc53yz7gm],
    .ae-register-card a:hover[b-2dc53yz7gm] {
        text-decoration: underline;
    }

/* ==========================================================================
   6. RESPONSIVE LAYOUT � MOBILE FIRST
   ========================================================================== */

/* PHONES: up to ~640px */
@media (max-width: 40em) {

    html[b-2dc53yz7gm],
    body[b-2dc53yz7gm] {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .ae-main[b-2dc53yz7gm] {
        padding-top: 56px;
    }

    /* hero section centered and not insanely tall */
    .ae-hero-section[b-2dc53yz7gm] {
        padding-top: 2.5rem !important;
        padding-bottom: 1.75rem !important;
        text-align: center;
    }

    /* Hard override MudBlazor Typo.h1 for our hero on phones */
    .ae-hero-title[b-2dc53yz7gm],
    .ae-hero-title.mud-typography[b-2dc53yz7gm],
    .ae-hero-title.mud-typography-h1[b-2dc53yz7gm] {
        font-size: 1.9rem !important;
        line-height: 1.2 !important;
        max-width: 18ch;
    }

    .ae-hero-subtitle[b-2dc53yz7gm] {
        font-size: 0.95rem !important;
        padding-inline: 0.75rem;
    }

    /* Section headings (e.g., Release Schedule) */
    .mud-typography-h4[b-2dc53yz7gm] {
        font-size: 1.4rem !important;
    }

    .ae-body-container[b-2dc53yz7gm] {
        margin-top: 2rem;
        margin-bottom: 4rem;
        max-width: 100%;
        padding-inline: 1rem;
    }

    /* Cards full-width and comfortable */
    .ae-feature-card[b-2dc53yz7gm],
    .ae-login-card[b-2dc53yz7gm],
    .ae-register-card[b-2dc53yz7gm],
    .ae-contact-card[b-2dc53yz7gm],
    .ae-login-menu-content[b-2dc53yz7gm] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .ae-footer[b-2dc53yz7gm] {
        text-align: center;
        padding: 1.25rem 1rem;
        font-size: 0.85rem;
    }
}

/* TABLETS: 640px � 1024px */
@media (min-width: 40em) and (max-width: 64em) {

    .ae-main[b-2dc53yz7gm] {
        padding-top: 60px;
    }

    .ae-hero-section[b-2dc53yz7gm] {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }

    .ae-hero-title[b-2dc53yz7gm] {
        font-size: 2.4rem;
        max-width: 20ch;
    }

    .ae-body-container[b-2dc53yz7gm] {
        margin-top: 2.5rem;
        margin-bottom: 5rem;
        max-width: 960px;
        padding-inline: 1.25rem;
    }
}

/* DESKTOP: 1024px+ � keep your original feel */
@media (min-width: 64em) {

    .ae-main[b-2dc53yz7gm] {
        padding-top: 64px;
    }

    .ae-hero-section[b-2dc53yz7gm] {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .ae-hero-title[b-2dc53yz7gm] {
        font-size: 3.1rem;
    }

    .ae-body-container[b-2dc53yz7gm] {
        margin-top: 3rem;
        margin-bottom: 6rem;
        max-width: 1200px;
        padding-inline: 1.5rem;
    }
}

/* ==========================================================================
   MUD BLAZOR BREAKPOINT-AWARE RESPONSIVE TWEAKS
   ========================================================================== */

/* ===== Extra Small (xs) � phones < 600px ===== */
@media (max-width: 599.98px) {

    /* Make sure hero doesn't clip text and is centered */
    .ae-hero-section[b-2dc53yz7gm] {
        padding-top: 32px !important;
        padding-bottom: 24px !important;
        text-align: center;
        overflow: visible;
    }

    .ae-hero-container[b-2dc53yz7gm] {
        padding-inline: 16px;
    }

    /* Override Mud Typo.h1 for our hero only on phones */
    .ae-hero-title[b-2dc53yz7gm],
    .ae-hero-title.mud-typography[b-2dc53yz7gm],
    .ae-hero-title.mud-typography-h1[b-2dc53yz7gm] {
        font-size: 1.9rem !important;
        line-height: 1.2 !important;
        max-width: 16ch !important;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .ae-hero-subtitle[b-2dc53yz7gm] {
        font-size: 0.95rem !important;
        padding-inline: 12px;
        max-width: 26rem;
        margin-left: auto;
        margin-right: auto;
    }

    /* Section titles like "Release Schedule" (Typo.h4) */
    .mud-typography-h4[b-2dc53yz7gm] {
        font-size: 1.4rem !important;
    }

    /* Body container: full width, no phantom margin on the right */
    .ae-body-container[b-2dc53yz7gm] {
        padding-inline: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
        max-width: 100%;
    }
    .ae-feature-card[b-2dc53yz7gm] {
        width: 100%;
        box-sizing: border-box;
        margin-inline: 0;
        margin-bottom: 1rem;
    }
        .ae-feature-card .mud-typography-body2[b-2dc53yz7gm] {
            font-size: 0.95rem;
            line-height: 1.5;
        }
    /* Feature cards and other glass cards: full-width and stacked */
    .ae-feature-card[b-2dc53yz7gm],
    .ae-login-card[b-2dc53yz7gm],
    .ae-register-card[b-2dc53yz7gm],
    .ae-contact-card[b-2dc53yz7gm],
    .ae-login-menu-content[b-2dc53yz7gm] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }

    /* Ensure MudGrid items with xs="12" really become 100% width */
    .mud-grid-root[b-2dc53yz7gm] {
        margin-left: 0;
        margin-right: 0;
    }

    .mud-grid-item-xs-12[b-2dc53yz7gm] {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    /* Footer centered and compact on phones */
    .ae-footer[b-2dc53yz7gm] {
        text-align: center;
        padding: 20px 16px;
        font-size: 0.85rem;
    }

    /* AppBar padding so the logo/menu don't feel cramped */
    .ae-appbar .mud-toolbar[b-2dc53yz7gm],
    .ae-appbar .mud-toolbar-row[b-2dc53yz7gm] {
        padding-inline: 12px;
    }

    .ae-brand[b-2dc53yz7gm] {
        font-size: 0.95rem;
    }




}


/* ===== Small (sm) � 600px to < 960px, tablets / big phones ===== */
@media (min-width: 600px) and (max-width: 959.98px) {

    .ae-hero-section[b-2dc53yz7gm] {
        padding-top: 48px;
        padding-bottom: 32px;

    }

    .ae-hero-title[b-2dc53yz7gm] {
        font-size: 2.3rem !important;
        max-width: 22ch;
    }

    .ae-hero-subtitle[b-2dc53yz7gm] {
        font-size: 1rem !important;
        max-width: 34rem;
        padding-inline: 16px;
    }

    .ae-body-container[b-2dc53yz7gm] {
        margin-top: 32px;
        margin-bottom: 64px;
        max-width: 900px;
        padding-inline: 16px;
    }

    .ae-feature-card[b-2dc53yz7gm],
    .ae-login-card[b-2dc53yz7gm],
    .ae-register-card[b-2dc53yz7gm],
    .ae-contact-card[b-2dc53yz7gm],
    .ae-login-menu-content[b-2dc53yz7gm] {
        margin-bottom: 20px;
    }
}
.ae-hero-title[b-2dc53yz7gm] {
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f8fafc;
    /* Big on desktop, sane on smaller devices */
    font-size: clamp(1.8rem, 3vw + 1rem, 3.1rem);
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    overflow-wrap: break-word;
}

/* Phones (< 600px, MudBlazor xs) */
@media (max-width: 599.98px) {
    .ae-hero-title[b-2dc53yz7gm] {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        max-width: 16ch;
    }
}
/* ===== Mobile roadmap layout ===== */
.ae-roadmap-mobile[b-2dc53yz7gm] {
    position: relative;
    margin-top: 1.5rem;
    padding-left: 2rem;
}

    /* vertical line */
    .ae-roadmap-mobile[b-2dc53yz7gm]::before {
        content: "";
        position: absolute;
        left: 0.9rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: rgba(148, 163, 184, 0.6); /* subtle slate line */
    }

/* each item */
.ae-roadmap-item[b-2dc53yz7gm] {
    position: relative;
    margin-bottom: 1.5rem;
}

/* dot */
.ae-roadmap-dot[b-2dc53yz7gm] {
    position: absolute;
    left: 0.4rem;
    top: 0.75rem;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.9);
}

/* reuse your palette via themed classes */
.ae-roadmap-dot-success[b-2dc53yz7gm] {
    background: #22c55e;
}

.ae-roadmap-dot-info[b-2dc53yz7gm] {
    background: #0ea5e9;
}

.ae-roadmap-dot-warning[b-2dc53yz7gm] {
    background: #f59e0b;
}

.ae-roadmap-card[b-2dc53yz7gm] {
    margin-left: 1rem;
}

/* small �left/right/left� feel on slightly wider phones */
@media (min-width: 480px) and (max-width: 959.98px) {
    .ae-roadmap-item:nth-child(odd) .ae-roadmap-card[b-2dc53yz7gm] {
        margin-left: 1.2rem;
        margin-right: 0;
    }

    .ae-roadmap-item:nth-child(even) .ae-roadmap-card[b-2dc53yz7gm] {
        margin-left: 0;
        margin-right: 1.2rem;
        text-align: right;
    }
}
/* /Components/Pages/MarinaPages/MarinaSide/MarinaManagement.razor.rz.scp.css */
.dock-designer[b-u7fovl3yy8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-start;
}

    .dock-designer.vertical[b-u7fovl3yy8] {
        flex-direction: column;
    }

.slip-tile[b-u7fovl3yy8] {
    border-radius: 8px;
    padding: 0.5rem;
    min-width: 90px;
    flex: 1 0 90px;
    box-shadow: var(--mud-elevation-3);
    cursor: pointer;
    font-size: 0.75rem;
}

    .slip-tile .slip-name[b-u7fovl3yy8] {
        font-weight: 600;
    }

    .slip-tile .slip-status[b-u7fovl3yy8] {
        font-size: 0.7rem;
        opacity: 0.8;
    }

    .slip-tile.occupied[b-u7fovl3yy8] {
        background-color: rgba(244, 67, 54, 0.06);
    }

    .slip-tile.selected[b-u7fovl3yy8] {
        outline: 2px solid var(--mud-palette-primary);
    }
