﻿:root { color-scheme: light; font-family: Arial, "Microsoft YaHei", sans-serif; background: #f4f6f8; color: #1f2933; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: #f4f6f8; }
h1, h2, h3, p { margin: 0; }
p { color: #64748b; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 248px 1fr; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 16px; padding: 18px 14px; background: #101820; color: #fff; }
.brand-block { display: grid; gap: 2px; padding: 8px 10px 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-block strong { font-size: 20px; }
.brand-block span { color: #a9b7c6; font-size: 12px; text-transform: uppercase; }
.language-switcher { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.language-switcher button { min-height: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 6px; background: rgba(255,255,255,.08); color: #e6edf3; }
.language-switcher button[aria-pressed="true"] { background: #0f766e; border-color: #0f766e; color: #fff; }
.language-switcher.light { margin-bottom: 18px; }
.language-switcher.light button { border-color: #cbd5df; background: #f8fafc; color: #334155; }
.language-switcher.light button[aria-pressed="true"] { background: #0f766e; border-color: #0f766e; color: #fff; }
.admin-nav { display: grid; gap: 6px; }
.admin-nav button { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 0; border-radius: 6px; padding: 0 10px; background: transparent; color: #cbd5e1; text-align: left; }
.admin-nav button[aria-current="page"], .admin-nav button:hover { background: rgba(255,255,255,.12); color: #fff; }
.admin-nav em { min-width: 24px; border-radius: 999px; background: #ef4444; color: #fff; font-size: 12px; font-style: normal; text-align: center; }
.admin-workspace { min-width: 0; padding: 22px; display: grid; gap: 16px; align-content: start; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid #dce4ef; }
.admin-topbar h1 { font-size: 24px; line-height: 1.2; }
.back-button {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 60;
  min-height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 0 11px;
  background: rgba(255, 255, 255, .94);
  color: #1f2933;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .10);
  cursor: pointer;
}
.back-button:hover { border-color: #0f766e; color: #0f766e; }
.back-button-admin { top: 12px; }
.primary-action { min-height: 38px; border: 1px solid #0f766e; border-radius: 6px; padding: 0 14px; background: #0f766e; color: #fff; font-weight: 700; }
.workspace-section { min-width: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: 10px; }
.metric-card, .info-panel, .detail-panel { border: 1px solid #dce4ef; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.metric-card { padding: 14px; display: grid; gap: 8px; }
.metric-card span { color: #64748b; font-size: 13px; }
.metric-card strong { font-size: 26px; }
.lease-risk-panel { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(150px, .8fr) minmax(240px, 1.6fr); gap: 10px; margin-top: 10px; }
.lease-risk-card { min-width: 0; display: grid; gap: 8px; border: 1px solid #dce4ef; border-radius: 8px; padding: 14px; background: #fff; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.lease-risk-card span { color: #64748b; font-size: 13px; font-weight: 900; }
.lease-risk-card strong { font-size: 28px; line-height: 1; }
.lease-risk-card p { color: #475569; line-height: 1.45; }
.lease-risk-card.danger { border-color: #fecaca; background: #fff5f5; color: #b42318; }
.lease-risk-card.warning { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.lease-risk-card.guidance { background: #f8fafc; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { min-height: 34px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; background: #fff; color: #334155; }
.filters button[aria-pressed="true"] { background: #0f766e; color: #fff; border-color: #0f766e; }
.tenant-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 10px; }
.tenant-row { min-height: 74px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; border: 1px solid #dce4ef; border-radius: 8px; padding: 12px; background: #fff; color: #1f2933; text-align: left; }
.tenant-row:hover, .tenant-row[aria-pressed="true"] { border-color: #0f766e; box-shadow: 0 0 0 2px rgba(15,118,110,.12); }
.tenant-row strong, .tenant-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tenant-row span { color: #64748b; }
.tenant-row em { align-self: center; border-radius: 999px; padding: 4px 8px; background: #ecfdf5; color: #0f766e; font-size: 12px; font-style: normal; }
.detail-panel { padding: 16px; }
.detail-header { display: grid; gap: 14px; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #e5ebf2; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; }
.actions button { min-height: 34px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; background: #fff; color: #334155; }
.actions .danger { color: #b42318; border-color: #fecaca; background: #fff5f5; }
.facts { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 10px; margin-bottom: 14px; }
.facts div { border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; }
.facts span { display: block; color: #64748b; font-size: 13px; margin-bottom: 6px; }
.application-details { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 10px; margin-bottom: 14px; }
.application-details h3 { grid-column: 1 / -1; font-size: 16px; }
.application-details div { border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; background: #f8fafc; }
.application-details span { display: block; color: #64748b; font-size: 13px; margin-bottom: 6px; }
.application-details strong { word-break: break-word; }
.billing-panel { display: grid; gap: 10px; margin-bottom: 14px; border: 1px solid #dce4ef; border-radius: 8px; padding: 12px; background: #fff; }
.billing-panel h3 { margin: 0; font-size: 16px; }
.billing-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.billing-facts div { display: grid; gap: 4px; border-radius: 6px; background: #f8fafc; padding: 10px; }
.billing-facts span { color: #64748b; font-size: 12px; }
.billing-facts strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.due-soon, .due-soon-panel { border-color: #f59e0b !important; background: #fffbeb !important; }
.billing-warning { color: #92400e; font-weight: 800; }
.link-panel { display: grid; gap: 8px; margin-bottom: 14px; }
.link-panel a { color: #0f766e; word-break: break-all; }
.link-card-panel { gap: 10px; }
.link-card { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; align-items: center; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px; background: #f8fafc; }
.link-card div { min-width: 0; }
.link-card span { display: block; color: #64748b; font-size: 12px; font-weight: 800; }
.link-card strong { display: block; margin-top: 3px; overflow-wrap: anywhere; color: #1f2933; font-size: 13px; }
.link-card a, .link-card button { min-height: 32px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; background: #fff; color: #0f766e; font-weight: 800; text-decoration: none; }
.application-review-panel { display: grid; gap: 14px; }
.review-header span { width: fit-content; border-radius: 999px; padding: 5px 9px; background: #ecfdf5; color: #0f766e; font-size: 12px; font-weight: 900; }
.review-header h2 { margin-top: 8px; }
.review-identity { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.review-identity div { border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; background: #fff; }
.review-identity span { display: block; color: #64748b; font-size: 12px; font-weight: 800; }
.review-identity strong { display: block; margin-top: 5px; overflow-wrap: anywhere; }
.review-checklist { display: grid; gap: 8px; border: 1px solid #dce4ef; border-radius: 8px; padding: 12px; background: #f8fafc; }
.review-checklist h3 { font-size: 16px; }
.review-checklist div { display: grid; grid-template-columns: 28px 1fr; gap: 8px; align-items: start; }
.review-checklist b { display: grid; place-items: center; width: 28px; aspect-ratio: 1; border-radius: 6px; background: #0f766e; color: #fff; }
.review-checklist span { color: #475569; line-height: 1.4; }
.customer-operations-panel { display: grid; gap: 14px; }
.operations-header { grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
.operations-header span { width: fit-content; border-radius: 999px; padding: 5px 9px; background: #ecfdf5; color: #0f766e; font-size: 12px; font-weight: 900; }
.operations-header h2 { margin-top: 8px; }
.status-pill { align-self: start; border-radius: 999px; padding: 7px 10px; background: #e0f2fe; color: #075985; font-size: 13px; white-space: nowrap; }
.operations-alerts { display: grid; gap: 8px; }
.operations-alert { border: 1px solid #dce4ef; border-radius: 8px; padding: 11px 12px; background: #f8fafc; color: #334155; font-weight: 800; line-height: 1.35; }
.operations-alert.ok { border-color: #bbf7d0; background: #f0fdf4; color: #166534; }
.operations-alert.warning { border-color: #fde68a; background: #fffbeb; color: #92400e; }
.operations-alert.danger { border-color: #fecaca; background: #fff5f5; color: #b42318; }
.operations-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.operations-summary div { min-width: 0; border: 1px solid #e2e8f0; border-radius: 8px; padding: 12px; background: #fff; }
.operations-summary span { display: block; color: #64748b; font-size: 12px; font-weight: 800; }
.operations-summary strong { display: block; margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #1f2933; }
.operations-actions { display: grid; gap: 10px; border: 1px solid #dce4ef; border-radius: 8px; padding: 12px; background: #f8fafc; }
.operations-actions h3 { font-size: 16px; }
.operations-actions p { color: #64748b; font-size: 13px; line-height: 1.45; }
.operations-action-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.operations-action-group { display: grid; gap: 8px; align-content: start; min-width: 0; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px; background: #fff; }
.operations-action-group span { color: #334155; font-size: 13px; font-weight: 900; }
.operations-action-group button { min-height: 34px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; background: #fff; color: #334155; font-weight: 800; }
.operations-action-group .primary-action { background: #0f766e; border-color: #0f766e; color: #fff; }
.operations-action-group .danger { border-color: #fecaca; background: #fff5f5; color: #b42318; }
.owner-account-panel { display: grid; gap: 10px; border: 1px solid #dce4ef; border-radius: 8px; padding: 12px; background: #fff; }
.owner-account-panel header { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.owner-account-panel h3 { font-size: 16px; }
.owner-account-panel p { color: #64748b; font-size: 13px; line-height: 1.45; }
.owner-account-panel button { min-height: 34px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; background: #fff; color: #0f766e; font-weight: 800; white-space: nowrap; }
.owner-account-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.owner-account-facts div { display: grid; gap: 4px; border-radius: 6px; background: #f8fafc; padding: 10px; }
.owner-account-facts span { color: #64748b; font-size: 12px; font-weight: 800; }
.owner-account-facts strong { overflow-wrap: anywhere; color: #1f2933; }
.audit-panel ul { margin: 8px 0 0; padding-left: 18px; color: #475569; }
.cleanup-grid { display: grid; gap: 12px; }
.cleanup-panel { display: grid; gap: 10px; border: 1px solid #dce4ef; border-radius: 8px; padding: 14px; background: #fff; }
.cleanup-panel h3 { margin: 0; font-size: 16px; }
.cleanup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; border-top: 1px solid #eef2f7; padding-top: 10px; }
.cleanup-row strong, .cleanup-row span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cleanup-row span { margin-top: 3px; color: #64748b; font-size: 13px; }
.cleanup-row em { font-style: normal; color: #475569; }
.cleanup-row button { width: auto; min-height: 34px; }
.cleanup-rules { display: grid; gap: 8px; }
.info-panel, .empty, .error { padding: 18px; color: #64748b; }
.application-link-panel { display: grid; gap: 8px; }
.application-link-panel h3 { color: #1f2933; font-size: 16px; }
.application-link-panel a { color: #0f766e; font-weight: 700; word-break: break-all; }
.error { border-radius: 8px; background: #fff1f0; color: #b42318; border: 1px solid #fecaca; }
.admin-modal { width: min(560px, calc(100vw - 28px)); border: 0; border-radius: 8px; padding: 0; box-shadow: 0 24px 70px rgba(15,23,42,.22); }
.admin-modal::backdrop { background: rgba(15,23,42,.42); }
.modal-form { display: grid; gap: 14px; padding: 20px; background: #fff; }
.modal-form header { display: grid; gap: 6px; padding-bottom: 10px; border-bottom: 1px solid #e2e8f0; }
.modal-form label { display: grid; gap: 6px; font-weight: 700; }
.modal-form input, .modal-form select { min-height: 38px; border: 1px solid #cbd5e1; border-radius: 6px; padding: 0 10px; }
.modal-note { margin: -2px 0 4px; color: #64748b; font-size: 13px; line-height: 1.5; }
.modal-error { margin: 0; padding: 10px 12px; border-radius: 8px; background: #fff1f0; color: #b42318; border: 1px solid #fecaca; font-size: 14px; }
.modal-form footer { display: flex; justify-content: flex-end; gap: 8px; padding-top: 6px; }
.modal-form footer button { min-height: 36px; border-radius: 6px; padding: 0 12px; border: 1px solid #cbd5e1; background: #fff; color: #334155; }
.modal-form footer .primary-action { background: #0f766e; border-color: #0f766e; color: #fff; }
.login-body { min-height: 100vh; display: grid; place-items: center; background: #f6f8fb; }
.login-shell { width: min(420px, calc(100vw - 32px)); }
.login-panel { background: #fff; border: 1px solid #d9e1ea; border-radius: 8px; padding: 28px; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08); }
.login-panel h1 { margin: 0 0 8px; font-size: 28px; }
.login-panel p { margin: 0 0 22px; color: #5f6b7a; }
.login-form { display: grid; gap: 14px; }
.login-form label { display: grid; gap: 6px; font-weight: 700; }
.login-form input { min-height: 42px; border: 1px solid #cbd5df; border-radius: 6px; padding: 0 12px; font: inherit; }
.login-form button { min-height: 44px; border: 0; border-radius: 6px; background: #0f766e; color: #fff; font-weight: 800; cursor: pointer; }
.form-message { min-height: 22px; color: #b42318; }
.form-message[data-type="info"] { color: #475467; }
.form-message-success { border: 1px solid #b7dec6; border-radius: 8px; padding: 12px; background: #ecfdf3; color: #0f6f45 !important; font-weight: 800; }
@media (max-width: 1000px) { .admin-shell { grid-template-columns: 1fr; } .admin-sidebar { position: static; height: auto; } .admin-nav { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } .metric-grid { grid-template-columns: repeat(2, minmax(120px, 1fr)); } .lease-risk-panel { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .operations-header, .operations-summary, .operations-action-grid { grid-template-columns: 1fr; } .owner-account-panel header { display: grid; } .owner-account-facts { grid-template-columns: 1fr; } .status-pill { width: fit-content; } .operations-summary strong { white-space: normal; overflow-wrap: anywhere; } }
@media (max-width: 640px) { .back-button { top: 8px; left: 8px; min-height: 32px; padding: 0 9px; font-size: 13px; } .admin-workspace { padding: 14px; } .admin-topbar { align-items: stretch; flex-direction: column; } .metric-grid, .facts, .billing-facts { grid-template-columns: 1fr; } .tenant-list { grid-template-columns: 1fr; } }

.application-body { min-height: 100vh; background: #fbfcf7; color: #15211d; }
.application-page { min-width: 0; overflow: hidden; }
.application-nav { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; padding: 14px clamp(18px, 5vw, 72px); border-bottom: 1px solid #dde7dd; background: rgba(251,252,247,.94); backdrop-filter: blur(12px); }
.application-brand { display: grid; gap: 2px; color: #15211d; text-decoration: none; }
.application-brand strong { font-size: 20px; letter-spacing: 0; }
.application-brand span { color: #68766d; font-size: 12px; font-weight: 700; }
.application-nav nav { display: flex; justify-content: center; gap: 20px; }
.application-nav nav a, .application-secondary-link { color: #425047; font-weight: 800; text-decoration: none; }
.application-nav .language-switcher { min-width: 290px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; }
.application-nav-cta, .application-primary-link, .pricing-card a { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; padding: 0 16px; background: #0f766e; color: #fff; font-weight: 900; text-decoration: none; }
.application-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px) 64px; background: linear-gradient(180deg, #fbfcf7 0%, #eef5ee 100%); }
.application-hero-copy { display: grid; gap: 22px; max-width: 760px; }
.application-eyebrow, .application-section-kicker { width: fit-content; border: 1px solid #bbd3c4; border-radius: 999px; padding: 7px 11px; background: #f0f8f2; color: #0f766e; font-size: 13px; font-weight: 900; }
.application-hero h1 { max-width: 760px; font-size: clamp(42px, 7vw, 76px); line-height: .95; letter-spacing: 0; }
.application-hero p { max-width: 620px; color: #4f5f55; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.application-hero-actions, .application-pricing, .application-form-section { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.application-secondary-link { min-height: 42px; display: inline-flex; align-items: center; border: 1px solid #cbd8cf; border-radius: 6px; padding: 0 16px; background: #fff; }
.application-trust-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 8px; }
.application-trust-strip div { min-width: 0; border-top: 1px solid #d8e4da; padding-top: 12px; }
.application-trust-strip strong { display: block; color: #0f766e; font-size: 30px; line-height: 1; }
.application-trust-strip span { display: block; margin-top: 4px; color: #5d6d63; font-weight: 800; }
.application-product-preview { position: relative; min-height: 520px; }
.preview-window { border: 1px solid #d5e1d8; border-radius: 8px; background: #fff; box-shadow: 0 24px 60px rgba(40,58,47,.14); }
.preview-admin { position: absolute; left: 0; right: 82px; top: 30px; display: grid; gap: 14px; padding: 18px; }
.preview-admin header { display: flex; gap: 6px; padding-bottom: 8px; border-bottom: 1px solid #edf2ed; }
.preview-admin header span { width: 10px; aspect-ratio: 1; border-radius: 50%; background: #aab9ae; }
.preview-admin h2 { font-size: 22px; }
.preview-order-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; border: 1px solid #e5eee7; border-radius: 8px; padding: 12px; background: #f9fbf8; }
.preview-order-row b { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 6px; background: #173f37; color: #fff; }
.preview-order-row span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; }
.preview-order-row em { color: #0f766e; font-style: normal; font-weight: 900; white-space: nowrap; }
.preview-status-line { border-radius: 8px; padding: 12px; background: #eaf5ee; color: #17463d; font-weight: 900; }
.preview-phone { position: absolute; right: 0; bottom: 18px; width: min(230px, 48vw); display: grid; justify-items: center; gap: 11px; padding: 16px; }
.phone-top { width: 58px; height: 5px; border-radius: 999px; background: #afbbb3; }
.phone-qr { display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 8px solid #fff; outline: 1px solid #cbd8cf; border-radius: 8px; background: repeating-linear-gradient(45deg, #17201d 0 8px, #fff 8px 16px); color: #0f766e; font-weight: 900; }
.preview-phone h3 { font-size: 19px; }
.preview-phone p { text-align: center; color: #5d6d63; line-height: 1.35; }
.application-story, .application-section, .application-pricing, .application-form-section { padding: clamp(46px, 7vw, 86px) clamp(18px, 5vw, 72px); }
.application-story { display: grid; gap: 18px; background: #fff; }
.application-story h2, .application-section-head h2, .application-pricing h2, .application-form-copy h2 { max-width: 900px; font-size: clamp(30px, 4vw, 48px); line-height: 1.05; }
.application-story p, .application-section-head p, .application-pricing p, .application-form-copy p { max-width: 780px; color: #5b6b61; font-size: 17px; line-height: 1.6; }
.application-section { display: grid; gap: 28px; background: #fbfcf7; }
.application-section-head { display: grid; gap: 14px; }
.application-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.application-feature-grid article, .application-flow div, .pricing-card, .application-form-card { border: 1px solid #d9e5dc; border-radius: 8px; background: #fff; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.application-feature-grid article { display: grid; gap: 12px; align-content: start; min-height: 210px; padding: 18px; }
.application-feature-grid article span { color: #0f766e; font-weight: 900; }
.application-feature-grid h3, .application-flow h3 { font-size: 21px; line-height: 1.2; }
.application-feature-grid p, .application-flow p { color: #5d6d63; line-height: 1.5; }
.application-flow-section { background: #eef5ee; }
.application-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.application-flow div { display: grid; gap: 10px; padding: 18px; }
.application-flow strong { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border-radius: 6px; background: #173f37; color: #fff; }
.application-pricing { justify-content: space-between; background: #173f37; color: #fff; }
.application-pricing .application-section-kicker { border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #dff7ea; }
.application-pricing p { color: #d3e4d9; }
.pricing-card { width: min(360px, 100%); display: grid; gap: 12px; padding: 22px; color: #17201d; }
.pricing-card span { color: #0f766e; font-weight: 900; }
.pricing-card strong { font-size: 44px; line-height: 1; }
.pricing-card p { color: #5d6d63; }
.application-form-section { align-items: start; justify-content: space-between; background: #fff; }
.application-form-copy { flex: 1 1 360px; display: grid; gap: 14px; max-width: 580px; }
.application-form-card { flex: 1 1 420px; max-width: 520px; padding: 24px; }
.application-form-card h2 { margin-bottom: 8px; font-size: 28px; }
.application-form-card p { margin-bottom: 18px; }
.application-success-actions { display: grid; gap: 8px; }
.application-success-actions p { margin: 0; color: #0f6f45; font-weight: 700; }
.application-success-actions div, .tutorial-contact-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.application-success-actions a, .application-success-actions span, .tutorial-contact-actions a, .tutorial-contact-actions strong {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  color: #0f766e;
  font-weight: 900;
  text-decoration: none;
}
.application-contact-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(330px, calc(100vw - 28px));
  display: grid;
  gap: 9px;
  border: 1px solid #cfe0d3;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(15, 23, 42, .18);
}
.application-contact-widget[hidden] { display: none; }
.application-contact-widget strong { padding-right: 34px; color: #173f37; font-size: 18px; }
.application-contact-widget p { color: #5d6d63; line-height: 1.45; }
.application-contact-widget a, .application-contact-widget span { color: #0f766e; font-weight: 900; text-decoration: none; }
.contact-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  aspect-ratio: 1;
  border: 1px solid #d8e4da;
  border-radius: 6px;
  background: #f8fafc;
  color: #475569;
  font-size: 20px;
  line-height: 1;
}

.tutorial-body { background: #f7faf6; }
.tutorial-hero { display: grid; gap: 18px; padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 72px) 42px; background: linear-gradient(180deg, #fbfcf7 0%, #eef5ee 100%); }
.tutorial-hero h1 { max-width: 920px; font-size: clamp(42px, 7vw, 76px); line-height: .95; letter-spacing: 0; }
.tutorial-hero p { max-width: 780px; color: #4f5f55; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.tutorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px); background: #fbfcf7; }
.tutorial-grid-dark { background: #173f37; }
.tutorial-visual-card { display: grid; gap: 16px; align-content: start; border: 1px solid #d9e5dc; border-radius: 8px; padding: 16px; background: #fff; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.tutorial-grid-dark .tutorial-visual-card { border-color: rgba(255,255,255,.18); background: #f7fbf7; }
.tutorial-visual-card > div:last-child { display: grid; gap: 10px; }
.tutorial-visual-card span { color: #0f766e; font-weight: 900; }
.tutorial-visual-card h2 { font-size: 24px; line-height: 1.12; }
.tutorial-visual-card p { color: #5d6d63; line-height: 1.55; }
.tutorial-shot-button {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}
.tutorial-shot-button:focus-visible {
  outline: 3px solid rgba(15, 118, 110, .35);
  outline-offset: 3px;
  border-radius: 8px;
}
.tutorial-shot-button:hover .tutorial-real-shot {
  border-color: #0f766e;
  box-shadow: 0 12px 30px rgba(15, 118, 110, .16);
  transform: translateY(-1px);
}
.tutorial-real-shot {
  width: 100%;
  height: 235px;
  display: block;
  object-fit: cover;
  object-position: top left;
  border: 1px solid #d7e5da;
  border-radius: 8px;
  background: #eef5ee;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.tutorial-real-shot.phone-shot {
  object-fit: contain;
  object-position: top center;
  background: #173f37;
}
.tutorial-final-card { grid-column: span 2; align-content: center; background: #eef8f3; }
.tutorial-image-viewer {
  width: min(1180px, calc(100vw - 28px));
  max-width: none;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
}
.tutorial-image-viewer::backdrop { background: rgba(10, 18, 16, .78); }
.tutorial-image-viewer-shell {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(760px, calc(100vh - 40px));
  padding: 44px 14px 14px;
}
.tutorial-image-viewer-shell img {
  max-width: 100%;
  max-height: calc(100vh - 82px);
  display: block;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
}
.tutorial-image-viewer-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #173f37;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.approval-result { display: grid; gap: 18px; width: min(620px, calc(100vw - 32px)); padding: 24px; }
.approval-result header { display: grid; gap: 6px; padding-bottom: 12px; border-bottom: 1px solid #d9e5dc; }
.approval-result h2 { font-size: 28px; line-height: 1.15; }
.approval-result p { color: #526158; line-height: 1.5; }
.approval-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.approval-summary div { border: 1px solid #d9e5dc; border-radius: 8px; padding: 12px; background: #fbfcf7; }
.approval-summary span, .approval-links span { display: block; color: #607067; font-size: 13px; font-weight: 800; }
.approval-summary strong { display: block; margin-top: 4px; color: #173f37; font-size: 20px; }
.approval-links { display: grid; gap: 10px; }
.approval-link-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; border: 1px solid #d9e5dc; border-radius: 8px; padding: 12px; background: #fff; }
.approval-links a { display: grid; gap: 4px; color: #173f37; text-decoration: none; }
.approval-link-card:hover { border-color: #0f766e; }
.approval-link-card button { min-height: 34px; border: 1px solid #cbd8cf; border-radius: 6px; padding: 0 12px; background: #fff; color: #0f766e; font-weight: 900; }
.approval-links strong { overflow-wrap: anywhere; font-size: 14px; }
.approval-notice { border-left: 4px solid #0f766e; border-radius: 6px; padding: 10px 12px; background: #eef8f3; color: #173f37; font-weight: 800; }
.approval-result footer { display: flex; justify-content: end; gap: 8px; }
.approval-result footer button { min-height: 38px; border: 1px solid #cbd8cf; border-radius: 6px; padding: 0 12px; background: #fff; color: #173f37; font-weight: 900; }

@media (max-width: 1040px) {
  .application-nav { grid-template-columns: 1fr auto; }
  .application-nav nav, .application-nav-cta { display: none; }
  .application-nav .language-switcher { min-width: min(360px, 48vw); }
  .application-hero { grid-template-columns: 1fr; }
  .application-product-preview { min-height: 430px; }
  .application-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tutorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tutorial-final-card { grid-column: span 2; }
}
@media (max-width: 640px) {
  .application-nav { align-items: stretch; grid-template-columns: 1fr; gap: 12px; padding: 14px 12px; }
  .application-nav .language-switcher { width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-hero, .application-story, .application-section, .application-pricing, .application-form-section { padding-left: 12px; padding-right: 12px; }
  .application-hero { padding-top: 42px; }
  .application-trust-strip, .application-feature-grid, .application-flow { grid-template-columns: 1fr; }
  .application-product-preview { min-height: auto; display: grid; gap: 12px; }
  .preview-admin, .preview-phone { position: static; width: 100%; }
  .preview-order-row { grid-template-columns: 34px 1fr; }
  .preview-order-row em { grid-column: 2; }
  .application-form-card { padding: 18px; }
  .application-contact-widget { right: 10px; bottom: 10px; width: calc(100vw - 20px); }
  .tutorial-hero, .tutorial-grid { padding-left: 12px; padding-right: 12px; }
  .tutorial-grid { grid-template-columns: 1fr; }
  .tutorial-final-card { grid-column: auto; }
  .tutorial-real-shot { height: 220px; }
  .tutorial-image-viewer { width: calc(100vw - 16px); }
  .tutorial-image-viewer-shell { min-height: calc(100vh - 24px); padding: 42px 8px 8px; }
  .tutorial-image-viewer-shell img { max-height: calc(100vh - 66px); }
}
