/* /Components/AppMessageDialog.razor.rz.scp.css */
@charset "utf-8";

.app-message-dialog[b-c04xekl8ow] {
    width: clamp(320px, calc(100vw - 64px), 540px);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.app-message-dialog__card[b-c04xekl8ow] {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 28px 48px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.app-message-dialog__header[b-c04xekl8ow] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 28px;
    color: #ffffff;
}

.app-message-dialog__header--info[b-c04xekl8ow] {
    background: linear-gradient(135deg, #00a05a 0%, #00804a 55%, #00663a 100%);
}

.app-message-dialog__header--warning[b-c04xekl8ow] {
    background: linear-gradient(135deg, #00a05a 0%, #00804a 55%, #00663a 100%);
}

.app-message-dialog__header--error[b-c04xekl8ow] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 55%, #b91c1c 100%);
}

.app-message-dialog__header--success[b-c04xekl8ow] {
    background: linear-gradient(135deg, #00a05a 0%, #00804a 55%, #00663a 100%);
}

.app-message-dialog__header-icon[b-c04xekl8ow] {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.18);
    font-size: 1.4rem;
    font-weight: 700;
}

.app-message-dialog__header-text h2[b-c04xekl8ow] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.app-message-dialog__header-text p[b-c04xekl8ow] {
    margin: 8px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.app-message-dialog__content[b-c04xekl8ow] {
    padding: 22px 28px 6px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.app-message-dialog__details[b-c04xekl8ow] {
    padding: 14px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(241, 245, 249, 0.88) 0%, rgba(226, 232, 240, 0.95) 100%);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.6;
}

.app-message-dialog__actions[b-c04xekl8ow] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 28px 28px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.app-message-dialog__button[b-c04xekl8ow] {
    min-width: 120px;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease;
}

.app-message-dialog__button--primary[b-c04xekl8ow] {
    background: linear-gradient(135deg, #00a05a 0%, #009871 55%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(15, 127, 79, 0.35);
}

.app-message-dialog__button--primary:hover[b-c04xekl8ow] {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(14, 165, 233, 0.35);
}

.app-message-dialog__button--secondary[b-c04xekl8ow] {
    background: #ffffff;
    color: #1f2937;
    border: 1.5px solid rgba(148, 163, 184, 0.6);
    box-shadow: 0 10px 20px rgba(148, 163, 184, 0.25);
}

.app-message-dialog__button--secondary:hover[b-c04xekl8ow] {
    background: #f8fafc;
    transform: translateY(-1px);
}

.app-message-dialog__button:active[b-c04xekl8ow] {
    transform: translateY(0);
}

.app-message-dialog__icon-symbol[b-c04xekl8ow] {
    line-height: 1;
}
/* /Components/KeepSpacingDialog.razor.rz.scp.css */
@charset "utf-8";

.keep-spacing-dialog[b-80ln511qbl] {
    width: clamp(340px, calc(100vw - 48px), 560px);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.keep-spacing-dialog__card[b-80ln511qbl] {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.keep-spacing-dialog__header[b-80ln511qbl] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #00a05a 0%, #00804a 55%, #00663a 100%);
    color: #ffffff;
}

.keep-spacing-dialog__header-icon[b-80ln511qbl] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.14);
}

.keep-spacing-dialog__header-icon svg[b-80ln511qbl] {
    stroke: currentColor;
}

.keep-spacing-dialog__header-text h2[b-80ln511qbl] {
    margin: 0;
    font-size: 1.42rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.keep-spacing-dialog__header-text p[b-80ln511qbl] {
    margin: 6px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.keep-spacing-dialog__content[b-80ln511qbl] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 28px 8px;
}

.keep-spacing-dialog__choices[b-80ln511qbl] {
    display: grid;
    gap: 12px;
}

.keep-spacing-dialog__choice[b-80ln511qbl] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1.8px solid rgba(15, 118, 110, 0.08);
    background: #f8fafc;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
    text-align: left;
}

.keep-spacing-dialog__choice:hover[b-80ln511qbl] {
    border-color: rgba(0, 160, 90, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(56, 189, 248, 0.08);
}

.keep-spacing-dialog__choice.is-active[b-80ln511qbl] {
    border-color: rgba(0, 160, 90, 0.55);
    background: linear-gradient(135deg, rgba(209, 250, 229, 0.75) 0%, rgba(224, 242, 254, 0.8) 100%);
    box-shadow: 0 16px 32px rgba(13, 148, 136, 0.18);
}

.keep-spacing-dialog__choice-marker[b-80ln511qbl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid rgba(0, 160, 90, 0.35);
    margin-top: 2px;
    transition: all 0.25s ease;
}

.keep-spacing-dialog__choice-bullet[b-80ln511qbl] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.25s ease;
}

.keep-spacing-dialog__choice.is-active .keep-spacing-dialog__choice-marker[b-80ln511qbl] {
    border-color: #00804a;
    background: rgba(0, 160, 90, 0.18);
}

.keep-spacing-dialog__choice.is-active .keep-spacing-dialog__choice-bullet[b-80ln511qbl] {
    background: #00a05a;
}

.keep-spacing-dialog__choice-body[b-80ln511qbl] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #0f172a;
}

.keep-spacing-dialog__choice-title[b-80ln511qbl] {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.keep-spacing-dialog__choice-desc[b-80ln511qbl] {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.keep-spacing-dialog__manual[b-80ln511qbl] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    background: #f1f5f9;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.keep-spacing-dialog__manual-label[b-80ln511qbl] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
}

.keep-spacing-dialog__numeric[b-80ln511qbl]  .rz-input {
    border-radius: 10px;
    border: 1.5px solid rgba(148, 163, 184, 0.6);
    padding: 10px 12px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: inset 0 1px 3px rgba(15, 23, 42, 0.08);
}

.keep-spacing-dialog__numeric[b-80ln511qbl]  .rz-input:focus {
    border-color: rgba(0, 160, 90, 0.65);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.keep-spacing-dialog__validation[b-80ln511qbl] {
    margin-top: 10px;
    padding: 10px 14px;
    color: #b91c1c;
    font-size: 0.9rem;
    background: rgba(254, 226, 226, 0.9);
    border-left: 3px solid #dc2626;
    border-radius: 10px;
}

.keep-spacing-dialog__actions[b-80ln511qbl] {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    padding: 18px 28px 26px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.keep-spacing-dialog__button[b-80ln511qbl] {
    min-width: 128px;
    padding: 12px 22px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.keep-spacing-dialog__button--primary[b-80ln511qbl] {
    background: linear-gradient(135deg, #00a05a 0%, #009871 55%, #0ea5e9 100%);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(14, 165, 233, 0.25);
}

.keep-spacing-dialog__button--primary:hover[b-80ln511qbl] {
    background: linear-gradient(135deg, #008048 0%, #007a60 45%, #0284c7 100%);
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(14, 165, 233, 0.35);
}

.keep-spacing-dialog__button--secondary[b-80ln511qbl] {
    background: #ffffff;
    color: #1f2937;
    border: 1.5px solid rgba(148, 163, 184, 0.65);
    box-shadow: 0 6px 16px rgba(148, 163, 184, 0.25);
}

.keep-spacing-dialog__button--secondary:hover[b-80ln511qbl] {
    background: #f8fafc;
    transform: translateY(-1px);
}

.keep-spacing-dialog__button:active[b-80ln511qbl] {
    transform: translateY(0);
}

@media (min-width: 600px) {
    .keep-spacing-dialog__choices[b-80ln511qbl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* /Components/SupportRequestDialog.razor.rz.scp.css */
:root[b-900raa7kj7] {
    --brand-primary: #00a05a;
    --brand-primary-600: #008e4c;
    --brand-primary-light: #e8f5e9;
}

.support-form[b-900raa7kj7] {
    width: min(940px, 90vw);
}

.support-dialog[b-900raa7kj7] {
    background: #fafafa;
    padding: 24px;
    max-height: 70vh;
    overflow-y: auto;
}

.setting-section[b-900raa7kj7] {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 16px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.setting-section:hover[b-900raa7kj7] {
    border-color: var(--brand-primary);
    box-shadow: 0 4px 12px rgba(0, 160, 90, 0.1);
}

.section-title[b-900raa7kj7] {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand-primary);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--brand-primary);
}

.unit-hint[b-900raa7kj7] {
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

.form-field[b-900raa7kj7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.form-field:first-child[b-900raa7kj7] {
    margin-top: 0;
}

.form-label[b-900raa7kj7] {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 2px;
}

.form-grid-2[b-900raa7kj7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-grid-2 .form-field[b-900raa7kj7] {
    margin-top: 0;
}

.form-input[b-900raa7kj7] {
    width: 100% !important;
    min-width: 140px !important;
    border: 2px solid #d0d0d0 !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.form-input:hover[b-900raa7kj7] {
    border-color: #aaaaaa !important;
}

.form-input:focus[b-900raa7kj7] {
    border-color: var(--brand-primary) !important;
    outline: none !important;
    box-shadow: 0 0 0 4px rgba(0, 160, 90, 0.12) !important;
}

.section-header[b-900raa7kj7] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 6px;
}

.section-label[b-900raa7kj7] {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.attachment-list[b-900raa7kj7] {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 8px;
}

.attachment-list li[b-900raa7kj7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 12px;
}

.attachment-list .filename[b-900raa7kj7] {
    font-size: 14px;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
}

.dialog-footer[b-900raa7kj7] {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 20px 24px;
    border-top: 2px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.support-meta[b-900raa7kj7] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
    color: #333333;
}

.support-meta .muted[b-900raa7kj7] {
    color: #6b7280;
    font-size: 12px;
}

.dialog-actions[b-900raa7kj7] {
    display: flex;
    gap: 12px;
}

.dialog-cancel-button[b-900raa7kj7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    border: 2px solid #d0d0d0;
    background: #ffffff;
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    min-width: 130px;
}

.dialog-cancel-button svg[b-900raa7kj7] {
    stroke: #555555;
    transition: stroke 0.3s ease;
}

.dialog-cancel-button:hover[b-900raa7kj7] {
    background: #f5f5f5;
    border-color: #999999;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.dialog-cancel-button:hover svg[b-900raa7kj7] {
    stroke: #333333;
}

.dialog-cancel-button:active[b-900raa7kj7] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.dialog-cancel-button:disabled[b-900raa7kj7] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-save-button[b-900raa7kj7] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-600) 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 160, 90, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    min-width: 150px;
}

.dialog-save-button[b-900raa7kj7]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.dialog-save-button:hover[b-900raa7kj7]::before {
    left: 100%;
}

.dialog-save-button:hover[b-900raa7kj7] {
    background: linear-gradient(135deg, var(--brand-primary-600) 0%, #006d3d 100%);
    box-shadow: 0 6px 20px rgba(0, 160, 90, 0.5);
    transform: translateY(-2px);
}

.dialog-save-button:active[b-900raa7kj7] {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 160, 90, 0.35);
}

.dialog-save-button:disabled[b-900raa7kj7] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.dialog-save-button svg[b-900raa7kj7] {
    width: 18px;
    height: 18px;
}

/* スクロールバーのスタイル */
.support-dialog[b-900raa7kj7]::-webkit-scrollbar {
    width: 8px;
}

.support-dialog[b-900raa7kj7]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.support-dialog[b-900raa7kj7]::-webkit-scrollbar-thumb {
    background: var(--brand-primary);
    border-radius: 4px;
}

.support-dialog[b-900raa7kj7]::-webkit-scrollbar-thumb:hover {
    background: var(--brand-primary-600);
}

@media (max-width: 768px) {
    .form-grid-2[b-900raa7kj7] {
        grid-template-columns: 1fr;
    }

    .dialog-footer[b-900raa7kj7] {
        flex-direction: column;
        align-items: stretch;
    }

    .dialog-actions[b-900raa7kj7] {
        width: 100%;
    }

    .dialog-cancel-button[b-900raa7kj7],
    .dialog-save-button[b-900raa7kj7] {
        flex: 1;
    }
}
/* /Layout/Login.razor.rz.scp.css */
/* Layout wrapper */
.login-layout[b-6tk7hxewom] {
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vh, 28px) clamp(16px, 4vw, 32px);
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
  box-sizing: border-box;
  overflow: hidden;
}

/* Card */
.login-page[b-6tk7hxewom] {
  width: min(940px, 100%);
  max-height: calc(100% - clamp(28px, 12vh, 80px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 6vw, 40px);
  padding: clamp(28px, 6vh, 40px) clamp(28px, 5vw, 48px);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.1);
  box-sizing: border-box;
  overflow-y: auto;
}

.login-intro[b-6tk7hxewom] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.brand-logo[b-6tk7hxewom] {
  width: 82px;
  height: 82px;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.12));
}

.title[b-6tk7hxewom] {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.1;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle[b-6tk7hxewom] {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

.login-panel[b-6tk7hxewom] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.error[b-6tk7hxewom] {
  margin: 0;
  color: #b91c1c; /* red-700 */
  background: #fee2e2; /* red-100 */
  border: 1px solid #fecaca; /* red-200 */
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
}

.btn[b-6tk7hxewom] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  padding: 15px 24px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.btn-google[b-6tk7hxewom] {
  background: #fff;
  color: #1f2937;
  border: 2px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-google:hover[b-6tk7hxewom] {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}

.g-icon[b-6tk7hxewom] {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23FFC107" d="M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12c0-6.627,5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24c0,11.045,8.955,20,20,20c11.045,0,20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z"/><path fill="%23FF3D00" d="M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z"/><path fill="%234CAF50" d="M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z"/><path fill="%231976D2" d="M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z"/></svg>') no-repeat center/contain;
}

.divider[b-6tk7hxewom] {
  position: relative;
  margin: 8px 0 4px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.divider[b-6tk7hxewom]::before,
.divider[b-6tk7hxewom]::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: #e5e7eb;
}
.divider[b-6tk7hxewom]::before { left: 0; }
.divider[b-6tk7hxewom]::after { right: 0; }

.form[b-6tk7hxewom] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.input-group[b-6tk7hxewom] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.input-group label[b-6tk7hxewom] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  padding-left: 2px;
}
.input[b-6tk7hxewom] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  font-size: 16px;
  transition: all 0.2s ease;
  background: #f8fafc;
  box-sizing: border-box;
}
.input:focus[b-6tk7hxewom] {
  outline: none;
  border-color: #667eea;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.08);
}

.actions[b-6tk7hxewom] {
  display: flex;
  gap: 14px;
  margin-top: 4px;
  width: 100%;
}
.btn-primary[b-6tk7hxewom] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  flex: 1;
  border: none;
  box-shadow: 0 4px 14px rgba(102, 126, 234, 0.4);
}
.btn-primary:hover[b-6tk7hxewom] {
  background: linear-gradient(135deg, #5568d3 0%, #65408a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}
.btn-secondary[b-6tk7hxewom] {
  background: #fff;
  color: #667eea;
  border: 2px solid #667eea;
  flex: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.btn-secondary:hover[b-6tk7hxewom] {
  background: #f8f9ff;
  border-color: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

@media (max-width: 980px) {
  .login-page[b-6tk7hxewom] {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: clamp(20px, 4vh, 28px) clamp(18px, 6vw, 26px);
    max-height: calc(100% - clamp(24px, 10vh, 64px));
  }

  .login-intro[b-6tk7hxewom] {
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .subtitle[b-6tk7hxewom] {
    font-size: 16px;
  }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-78lj3u4k39] {
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Floating Help button */
.help-fab[b-78lj3u4k39] {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    background: #2563eb;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    cursor: pointer;
}

.help-fab:hover[b-78lj3u4k39] { background: #1d4ed8; }
.help-fab:active[b-78lj3u4k39] { background: #1e40af; }

main[b-78lj3u4k39] {
    flex: 1;
}

.sidebar[b-78lj3u4k39] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-78lj3u4k39] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-78lj3u4k39]  a, .top-row[b-78lj3u4k39]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-78lj3u4k39]  a:hover, .top-row[b-78lj3u4k39]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-78lj3u4k39]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-78lj3u4k39] {
        justify-content: space-between;
    }

    .top-row[b-78lj3u4k39]  a, .top-row[b-78lj3u4k39]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-78lj3u4k39] {
        flex-direction: row;
    }

    .sidebar[b-78lj3u4k39] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-78lj3u4k39] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-78lj3u4k39]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-78lj3u4k39], article[b-78lj3u4k39] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Layout wrapper */
.login-layout[b-b507nhuj4w] {
  height: 100dvh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vh, 28px) clamp(16px, 4vw, 32px);
  background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
  box-sizing: border-box;
  overflow: hidden;
}

/* Card */
.login-page[b-b507nhuj4w] {
  width: min(940px, 100%);
  max-height: calc(100% - clamp(28px, 12vh, 80px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 6vw, 40px);
  padding: clamp(28px, 6vh, 40px) clamp(28px, 5vw, 48px);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.1);
  box-sizing: border-box;
  overflow-y: auto;
}

.login-intro[b-b507nhuj4w] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.brand-logo[b-b507nhuj4w] {
  width: 82px;
  height: 82px;
  filter: drop-shadow(0 8px 18px rgba(15, 23, 42, 0.12));
}

.title[b-b507nhuj4w] {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.1;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle[b-b507nhuj4w] {
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
}

.login-panel[b-b507nhuj4w] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.error[b-b507nhuj4w] {
  margin: 0;
  color: #b91c1c;
  background: #fee2e2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 14px;
}

.btn[b-b507nhuj4w] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  padding: 15px 24px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.btn-google[b-b507nhuj4w] {
  background: #fff;
  color: #1f2937;
  border: 2px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-google:hover[b-b507nhuj4w] {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}

.g-icon[b-b507nhuj4w] {
  width: 22px;
  height: 22px;
  display: inline-block;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23FFC107" d="M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12c0-6.627,5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24c0,11.045,8.955,20,20,20c11.045,0,20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z"/><path fill="%23FF3D00" d="M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z"/><path fill="%234CAF50" d="M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z"/><path fill="%231976D2" d="M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z"/></svg>') no-repeat center/contain;
}

.divider[b-b507nhuj4w] {
  position: relative;
  margin: 8px 0 4px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.divider[b-b507nhuj4w]::before,
.divider[b-b507nhuj4w]::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: #e5e7eb;
}
.divider[b-b507nhuj4w]::before { left: 0; }
.divider[b-b507nhuj4w]::after { right: 0; }

.form[b-b507nhuj4w] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.input-group[b-b507nhuj4w] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.input-group label[b-b507nhuj4w] {
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
  padding-left: 2px;
}

.input[b-b507nhuj4w] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  font-size: 16px;
  transition: all 0.2s ease;
  background: #f8fafc;
  box-sizing: border-box;
}

.input:focus[b-b507nhuj4w] {
  outline: none;
  border-color: #667eea;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.08);
}

.actions[b-b507nhuj4w] {
  display: flex;
  gap: 14px;
  margin-top: 4px;
  width: 100%;
}

.btn-primary[b-b507nhuj4w] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  flex: 1;
  border: none;
  box-shadow: 0 4px 14px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover[b-b507nhuj4w] {
  background: linear-gradient(135deg, #5568d3 0%, #65408a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.btn-secondary[b-b507nhuj4w] {
  background: #fff;
  color: #667eea;
  border: 2px solid #667eea;
  flex: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-secondary:hover[b-b507nhuj4w] {
  background: #f8f9ff;
  border-color: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

@media (max-width: 980px) {
  .login-page[b-b507nhuj4w] {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: clamp(20px, 4vh, 28px) clamp(18px, 6vw, 26px);
    max-height: calc(100% - clamp(24px, 10vh, 64px));
  }

  .login-intro[b-b507nhuj4w] {
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .subtitle[b-b507nhuj4w] {
    font-size: 16px;
  }
}
