:root {
    --askmark-primary: #0e6b5b;
    --askmark-secondary: #132e3a;
    --askmark-accent: #f4b740;
}

html,
body {
    min-height: 100%;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(244, 183, 64, 0.20), transparent 28rem),
        linear-gradient(135deg, #f3f7f5 0%, #eef4f2 50%, #f9fbfa 100%);
}

.askmark-appbar {
    border-bottom: 1px solid rgba(19, 46, 58, 0.08);
    backdrop-filter: blur(14px);
}

.askmark-main {
    min-height: 100vh;
}

.askmark-hero {
    background:
        linear-gradient(135deg, rgba(14, 107, 91, 0.10), rgba(244, 183, 64, 0.18)),
        linear-gradient(180deg, #ffffff 0%, #eef6f3 100%);
}

.askmark-hero-title {
    line-height: 0.95;
}

.askmark-phone-panel,
.askmark-feature,
.askmark-price,
.askmark-balance-panel {
    border: 1px solid rgba(19, 46, 58, 0.10);
    background: rgba(255, 255, 255, 0.86);
}

.askmark-price-highlight {
    border: 2px solid var(--askmark-primary);
}

.askmark-footer {
    border-top: 1px solid rgba(19, 46, 58, 0.10);
    background: #10242c;
    color: #f8fbfa;
}

.askmark-footer a {
    color: #bff2e6;
}

#blazor-error-ui {
    background: #fff2c6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 1rem;
}
