@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');
:root { --ink:#17181c; --lime:#c9f25d; --orange:#ff5b30; --cream:#fffdf6; --muted:#6d716d; } * { box-sizing:border-box } html { scroll-behavior:smooth } body { margin:0; background:var(--cream); color:var(--ink); font-family:'DM Sans',sans-serif; } a { color:inherit; text-decoration:none; } .site-shell { overflow:hidden; } .site-header { max-width:1240px; margin:auto; padding:24px 32px; display:flex; align-items:center; justify-content:space-between; } .brand { font-size:1.55rem; font-weight:700; letter-spacing:-.08em; } .brand span { color:var(--orange); } nav { display:flex; align-items:center; gap:26px; font-size:.9rem; font-weight:600; } .nav-cta { padding:11px 16px; border:1.5px solid var(--ink); border-radius:99px; }.logout { padding:0; border:0; background:transparent; color:#6c716a; font:600 .85rem 'DM Sans'; cursor:pointer; }
.hero { max-width:1240px; min-height:620px; margin:auto; padding:72px 32px 80px; display:grid; grid-template-columns:1.1fr .9fr; gap:64px; align-items:center; background:radial-gradient(circle at 76% 46%,#c9f25d 0 14%,transparent 14.2%); } .eyebrow { margin:0 0 17px; color:var(--orange); font-family:'DM Mono',monospace; font-size:.72rem; letter-spacing:.11em; font-weight:bold; } h1,h2 { letter-spacing:-.055em; line-height:.98; } h1 { font-size:clamp(3.25rem,6.3vw,5.85rem); margin:0; max-width:720px; } h1 em { font-family:'Playfair Display',serif; font-weight:600; } .lead { max-width:520px; font-size:1.12rem; line-height:1.55; color:#4f534e; margin:27px 0; } .hero-actions { display:flex; gap:13px; flex-wrap:wrap; } .button { display:inline-flex; align-items:center; gap:18px; padding:15px 21px; border-radius:99px; font-weight:700; font-size:.93rem; transition:transform .2s; } .button:hover { transform:translateY(-2px) } .primary { background:var(--ink); color:#fff; } .primary span { color:var(--lime); font-size:1.3rem; } .ghost { border:1.5px solid #b6bab1; } .microcopy { font-size:.76rem; color:var(--muted); margin-top:17px; }
.price-card { background:var(--ink); color:white; padding:25px; border-radius:22px; transform:rotate(3deg); box-shadow:14px 18px 0 var(--orange); max-width:405px; justify-self:center; width:100%; } .card-top { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; font-family:'DM Mono'; font-size:.73rem; letter-spacing:.08em; border-bottom:1px solid #45464a; } .live-dot { color:var(--lime); font-size:.62rem; letter-spacing:0; } .live-dot:before { content:'•'; padding-right:5px; font-size:1rem; } .price-row { padding:19px 0; border-bottom:1px solid #34363a; display:flex; justify-content:space-between; font-size:1.02rem; } .price-row strong { font-size:1.25rem; } .winner strong { color:var(--lime) } .price-card small { display:block; color:#a9ada8; padding-top:18px; font-size:.68rem; }
.how-section { background:#fff; padding:94px max(32px,calc((100vw - 1176px)/2)); } h2 { font-size:clamp(2.2rem,4.4vw,4.2rem); max-width:800px; margin:0 0 52px; } .steps { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; } .steps article { border-top:2px solid var(--ink); padding:18px 0; } .steps b { font-family:'DM Mono'; color:var(--orange); font-size:.8rem; } h3 { margin:34px 0 9px; font-size:1.3rem; letter-spacing:-.035em; } .steps p,.showcase p,.contribute p { color:#595e57; line-height:1.55; max-width:310px; margin:0; }
.showcase { padding:105px max(32px,calc((100vw - 1176px)/2)); display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; } .showcase h2 { margin-bottom:20px; } .text-link { display:inline-block; margin-top:26px; font-weight:bold; color:var(--orange); } .tag-cloud { display:flex; flex-wrap:wrap; gap:11px; } .tag-cloud span { padding:15px 19px; background:#eceddf; border-radius:99px; font-weight:600; transform:rotate(-2deg); } .tag-cloud span:nth-child(2n) { background:var(--lime); transform:rotate(3deg); } .tag-cloud span:nth-child(3n) { background:#ffbdac; transform:rotate(-1deg); }
.contribute { background:var(--orange); padding:72px max(32px,calc((100vw - 1176px)/2)); display:flex; justify-content:space-between; align-items:center; gap:32px; } .contribute .eyebrow { color:var(--ink) } .contribute h2 { max-width:620px; font-size:clamp(2.3rem,4.5vw,4.3rem); margin-bottom:17px; } .contribute p { color:#3d211b; max-width:550px; } .light { background:var(--cream); white-space:nowrap; }.notice { max-width:1176px; margin:0 auto; padding:30px 0 55px; color:#60655e; font-size:.86rem; line-height:1.5; } .notice strong { color:var(--ink) } footer { border-top:1px solid #dcded8; padding:25px max(32px,calc((100vw - 1176px)/2)); display:flex; gap:22px; flex-wrap:wrap; font-size:.77rem; color:#596057; } footer span { margin-left:auto; }
.directory { max-width:920px; margin:0 auto; padding:92px 32px 130px; min-height:70vh; }.directory h1 { font-size:clamp(3rem,6vw,5.2rem); margin-bottom:22px; }.empty { margin-top:35px; padding:28px; background:#eceddf; border-radius:16px; line-height:1.6; }.city-list { margin-top:38px; border-top:2px solid var(--ink); }.city-list a { display:flex; justify-content:space-between; padding:21px 0; border-bottom:1px solid #d8dad4; font-size:1.3rem; font-weight:700; }.city-list span { color:var(--orange); font-family:'DM Mono'; font-size:.75rem; align-self:center; }
.auth-page { min-height:72vh; padding:70px 20px; display:grid; place-items:center; background:linear-gradient(135deg,#fffdf6 0 65%,#c9f25d 65%); }.auth-card { width:min(100%,500px); padding:40px; background:#fff; border:1px solid #e4e5de; border-radius:24px; box-shadow:10px 12px 0 var(--ink); }.auth-card h1 { font-size:3rem; margin-bottom:15px; }.auth-intro { color:#5c615b; line-height:1.5; }.auth-switch { display:flex; gap:8px; margin:28px 0 22px; padding-bottom:10px; border-bottom:1px solid #e0e1dd; }.auth-switch button { border:0; padding:8px 0; margin-right:20px; background:none; font:600 .9rem 'DM Sans'; cursor:pointer; color:#70746f; }.auth-switch button.active { color:var(--orange); border-bottom:2px solid var(--orange); } form label { display:grid; gap:7px; margin:15px 0; font-size:.82rem; font-weight:700; } form input { width:100%; padding:13px; border:1.5px solid #cfd2ca; border-radius:9px; font:1rem 'DM Sans'; } form input:focus { outline:2px solid var(--lime); border-color:var(--ink); }.password-help { color:#747870; font-size:.75rem; }.auth-submit { border:0; margin-top:14px; cursor:pointer; }.auth-submit:disabled { opacity:.6; }.auth-message { padding:11px; border-radius:8px; font-size:.85rem; }.auth-message.success { background:#e1f6aa; }.auth-message.error { background:#ffd8ce; color:#832b16; }.back-link { display:flex; align-items:center; width:max-content; min-height:44px; margin:25px 0 24px; padding:10px 15px; border:1.5px solid var(--ink); border-radius:99px; background:#fff; color:var(--ink); font-size:.9rem; font-weight:700; box-shadow:3px 3px 0 var(--lime); transition:transform .16s,box-shadow .16s; }.back-link:hover { transform:translate(-1px,-1px); box-shadow:5px 5px 0 var(--lime); }.back-link:focus-visible { outline:3px solid var(--orange); outline-offset:3px; }
.upload-page { max-width:1040px; min-height:72vh; margin:auto; padding:80px 32px 120px; display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; }.upload-page h1 { font-size:clamp(3rem,5vw,4.7rem); margin:0 0 18px; }.upload-intro ul { margin:30px 0; padding:0; list-style:none; color:#5d625c; line-height:2; }.upload-intro li:before { content:'✓'; color:var(--orange); font-weight:bold; margin-right:10px; }.upload-form { padding:28px; background:#fff; border-radius:18px; border:1px solid #e0e1db; box-shadow:8px 9px 0 var(--lime); }.upload-form select { padding:13px; border:1.5px solid #cfd2ca; border-radius:9px; background:#fff; font:1rem 'DM Sans'; }.file-label { padding:14px; border:1.5px dashed #a7ada1; border-radius:9px; }.file-label span { color:#6b7069; font-weight:400; }.check { display:flex!important; grid-template-columns:18px 1fr; align-items:start; font-weight:400!important; line-height:1.35; }.check input { width:auto; margin-top:2px; } @media(max-width:720px){.upload-page{display:block;padding:55px 20px}.upload-form{margin-top:35px}.auth-card{padding:28px}.auth-page{padding:45px 20px}}
.coming-soon { display:block; margin-top:12px; color:#737870; font-size:.78rem; line-height:1.4; }
.directory-tabs { display:flex; gap:8px; margin:34px 0 17px; border-bottom:1px solid #d8dad4; }.directory-tabs button { position:relative; padding:11px 15px; border:0; background:transparent; color:#6d716d; font:700 .9rem 'DM Sans'; cursor:pointer; }.directory-tabs button.active { color:var(--ink); }.directory-tabs button.active:after { content:''; position:absolute; right:15px; bottom:-1px; left:15px; height:3px; background:var(--orange); }.tab-intro { margin:0; color:#5d635c; font-size:.94rem; }
.product-list,.comparison-list { margin-top:38px; border-top:2px solid var(--ink); }.product-list a,.comparison-list article { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:21px 0; border-bottom:1px solid #d8dad4; }.product-list strong,.product-list span,.comparison-list strong,.comparison-list span,.comparison-list small { display:block; }.product-list strong,.comparison-list strong { font-size:1.22rem; }.product-list span,.comparison-list span { margin-top:4px; color:#697069; font-size:.85rem; }.product-list b { color:var(--orange); font:700 .74rem 'DM Mono'; text-align:right; }.comparison-list small { margin-top:7px; color:#6b8c26; font-size:.73rem; }.comparison-list small.stale { color:#a85b24; }.comparison-list b { color:var(--orange); font-size:1.25rem; white-space:nowrap; }
.contribution-list { margin-top:38px; display:grid; gap:14px; }.contribution { display:flex; justify-content:space-between; gap:22px; padding:25px; border:1px solid #dedfd9; border-radius:16px; background:#fff; }.contribution-clickable { transition:transform .16s,box-shadow .16s; }.contribution-clickable:hover { transform:translateY(-2px); box-shadow:4px 5px 0 var(--lime); }.contribution h2 { margin:5px 0 9px; font-size:1.55rem; letter-spacing:-.035em; }.contribution p:not(.status) { margin:0; color:#626861; font-size:.88rem; }.status { margin:0; display:inline-flex; border-radius:99px; padding:5px 9px; font:700 .67rem 'DM Mono'; letter-spacing:.03em; }.status.processing { color:#735700; background:#fff0b4; }.status.review { color:#714000; background:#ffd9a0; }.status.approved { color:#285000; background:#dff5a8; }.status.rejected { color:#8b2418; background:#ffd7d0; }.status-dot { width:12px; height:12px; border-radius:50%; margin-top:8px; flex:none; }.status-dot.processing { background:#e5ad20; }.status-dot.review { background:#e27319; }.status-dot.approved { background:#71ad24; }.status-dot.rejected { background:#d45235; }.review-note { margin-top:13px!important; padding:10px; border-left:3px solid var(--orange); background:#fff4ee; } @media(max-width:720px){.contribution{padding:18px}.contribution h2{font-size:1.25rem}}
.metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin:35px 0 48px; }.metrics div { padding:20px; border-radius:15px; background:#fff; border:1px solid #e2e3dd; }.metrics div:nth-child(3n+1) { background:#e8f8b8; }.metrics div:nth-child(3n+2) { background:#fff0bf; }.metrics div:nth-child(3n) { background:#ffd9cf; }.metrics span { display:block; color:#535950; font-size:.77rem; }.metrics strong { display:block; margin-top:8px; font-size:2rem; letter-spacing:-.06em; }.recent-title { font-size:2rem; margin:0; } @media(max-width:720px){.metrics{grid-template-columns:repeat(2,1fr)}.metrics div{padding:15px}}
.establishments article { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:20px 0; border-bottom:1px solid #d8dad4; }.establishments article strong,.establishments article span { display:block; }.establishments article strong { font-size:1.2rem; }.establishment-rating { display:inline-flex; align-items:center; margin-left:8px; color:#737870; font:700 .7rem 'DM Mono'; letter-spacing:0; vertical-align:middle; }.establishment-rating::first-letter { color:var(--orange); }.establishments article span { margin-top:5px; color:#6e736d; font-size:.85rem; }.establishments article a { color:var(--orange); white-space:nowrap; font-weight:700; font-size:.85rem; }
.menu-list { margin-top:38px; border-top:2px solid var(--ink); }.menu-list article { display:flex; justify-content:space-between; gap:20px; padding:21px 0; border-bottom:1px solid #d8dad4; }.menu-list strong,.menu-list span,.menu-list small { display:block; }.menu-list span { margin-top:4px; color:#697069; font-size:.86rem; }.menu-list small { margin-top:7px; color:#6b8c26; font-size:.73rem; }.menu-list small.stale { color:#a85b24; }.menu-list b { color:var(--orange); font-size:1.25rem; white-space:nowrap; }
.category-filter { display:flex; flex-wrap:wrap; gap:9px; margin-top:33px; }.category-filter button { border:1px solid #d4d7ce; background:#fff; color:#51574f; border-radius:99px; padding:9px 12px; font:600 .78rem 'DM Sans'; cursor:pointer; transition:background .16s,border-color .16s,color .16s; }.category-filter button:hover { border-color:var(--ink); color:var(--ink); }.category-filter button.active { background:var(--ink); border-color:var(--ink); color:#fff; }.category-filter span { margin-left:4px; color:#858b80; font:700 .67rem 'DM Mono'; }.category-filter button.active span { color:var(--lime); }.category-summary { margin:17px 0 -20px; color:#737870; font-size:.8rem; }
.rating-summary { display:flex; align-items:center; gap:10px; margin:20px 0 5px; color:#6b7069; font-size:.82rem; }.rating-summary strong { color:var(--ink); font-size:1.5rem; }.stars { color:#e79012; letter-spacing:.08em; white-space:nowrap; }.reviews { margin-top:78px; padding-top:40px; border-top:2px solid var(--ink); }.reviews h2 { margin:0 0 13px; font-size:2.3rem; }.review-description,.no-reviews { color:#666d64; line-height:1.5; }.review-form { max-width:620px; margin:26px 0 38px; padding:24px; border-radius:16px; background:#eceddf; }.review-form label { display:grid; gap:9px; }.review-form textarea { min-height:100px; resize:vertical; padding:12px; border:1.5px solid #cfd2ca; border-radius:9px; font:1rem 'DM Sans'; }.star-picker { display:flex; gap:3px; }.star-picker button { padding:0; border:0; background:transparent; color:#a8aea4; font-size:1.75rem; cursor:pointer; }.star-picker button.selected { color:#e79012; }.review-form .button { border:0; cursor:pointer; margin-top:8px; }.review-list { display:grid; gap:14px; }.review-list article { padding:20px; background:#fff; border:1px solid #dedfd9; border-radius:15px; }.review-list article > div:first-child { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }.review-list small { color:#777d76; font-size:.75rem; }.review-list p { margin:14px 0 0; line-height:1.55; }.admin-reviews { margin:20px 0 46px; }.review-actions { display:flex; gap:10px; margin-top:17px; }.review-actions button { cursor:pointer; border-radius:99px; padding:9px 14px; font:700 .78rem 'DM Sans'; }.review-actions .primary { border:0; }.review-actions .reject-button { background:#fff5f2; }
.menu-search { display:grid; gap:8px; width:min(100%,520px); margin-top:30px; font-size:.78rem; font-weight:700; color:#4e544d; }.menu-search input { width:100%; padding:13px 15px; border:1.5px solid #cfd2ca; border-radius:10px; background:#fff; font:1rem 'DM Sans'; }.menu-search input:focus { outline:2px solid var(--lime); border-color:var(--ink); }.no-results { padding:28px 0; color:#6b716a; }
.menu-sort { display:flex; align-items:center; gap:10px; margin-top:14px; font-size:.78rem; font-weight:700; color:#4e544d; }.menu-sort select { padding:9px 30px 9px 11px; border:1.5px solid #cfd2ca; border-radius:9px; background:#fff; color:var(--ink); font:.84rem 'DM Sans'; cursor:pointer; }
.pipeline-link { display:inline-block; margin-top:14px; color:var(--orange); font-size:.82rem; font-weight:700; }.pipeline-actions { display:flex; flex-wrap:wrap; gap:12px; margin:30px 0; }.pipeline-actions button { cursor:pointer; }.pipeline-events { margin-top:24px; display:grid; gap:12px; }.pipeline-event { padding:19px; border-left:5px solid #e7b623; border-radius:0 12px 12px 0; background:#fff8df; }.pipeline-event.done { border-color:#76a928; background:#f0fad6; }.pipeline-event.failed { border-color:#d35238; background:#ffe5de; }.event-head { display:flex; justify-content:space-between; gap:12px; align-items:baseline; }.event-head span,.pipeline-event small { color:#666d64; font-size:.76rem; }.pipeline-event p { white-space:pre-wrap; overflow-wrap:anywhere; margin:13px 0 9px; color:#333932; font: .82rem/1.45 'DM Mono'; } @media(max-width:720px){.event-head{display:block}.event-head span{display:block;margin-top:5px}}
.review-box { margin:36px 0; padding:24px; border-radius:16px; background:#fff0c2; }.review-box h2 { font-size:1.7rem; margin:0 0 8px; }.review-box p { color:#625a3d; }.review-box label { display:grid; gap:7px; margin-top:18px; font-weight:700; font-size:.85rem; }.review-box textarea { min-height:90px; resize:vertical; padding:12px; border:1px solid #c9ba7a; border-radius:9px; font:1rem 'DM Sans'; }.reject-button { color:#812e20; border:1.5px solid #ad5b4d; background:#fff5f2; }.processed-prices { margin:20px 0 36px; border-top:2px solid var(--ink); }.processed-prices article { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:20px; padding:17px 0; border-bottom:1px solid #dcddd8; }.processed-prices strong,.processed-prices span { display:block; }.processed-prices span,.processed-prices small { color:#686d65; font-size:.78rem; }.processed-prices b { color:var(--orange); white-space:nowrap; } @media(max-width:720px){.processed-prices article{grid-template-columns:1fr auto}.processed-prices small{grid-column:1/-1}}
.admin-card { position:relative; }.card-actions { position:absolute; right:19px; bottom:16px; z-index:1; display:flex; gap:15px; }.card-actions button { border:0; background:transparent; color:#5c632e; font:600 .74rem 'DM Sans'; cursor:pointer; text-decoration:underline; }.card-actions .delete-submission { color:#a33a29; }.admin-card .contribution { padding-bottom:48px; }
@media (max-width:720px) { .site-header { padding:18px 20px; } nav a:not(.nav-cta) { display:none } .hero { min-height:0; padding:62px 20px 82px; display:block; background:radial-gradient(circle at 87% 55%,#c9f25d 0 9%,transparent 9.2%); } .price-card { margin:62px auto 12px; transform:rotate(2deg); }.how-section,.showcase { padding:70px 20px; }.steps,.showcase { grid-template-columns:1fr; gap:25px; }.steps article { display:grid; grid-template-columns:46px 1fr; column-gap:12px; }.steps h3 { margin:0; }.steps p { grid-column:2; margin-top:9px; }.contribute { display:block; padding:60px 20px; }.contribute .button { margin-top:32px; }.notice { padding:27px 20px 45px; } footer { padding:24px 20px; } footer span { width:100%; margin:0; } }

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
