From 429417d75205a7e61769edf0b219d9578fe29ccf Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 6 Apr 2026 07:24:05 +0000 Subject: [PATCH] Auto commit: 2026-04-06T07:24:05.835Z --- resources/views/layouts/app.blade.php | 286 +------------------------- 1 file changed, 1 insertion(+), 285 deletions(-) diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 59cde94..1ff09ba 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -1150,291 +1150,7 @@ @media (max-width: 720px) { .topbar-inner, - - .hero-copy--compact { - gap: 18px; - } - - .compact-lead { - max-width: 34ch; - color: var(--text); - font-size: 1rem; - line-height: 1.55; - } - - .meta-row { - display: flex; - flex-wrap: wrap; - gap: 10px; - } - - .meta-pill { - display: inline-flex; - align-items: center; - gap: 8px; - padding: 10px 14px; - border-radius: 999px; - border: 1px solid var(--line); - background: rgba(255, 255, 255, 0.78); - color: var(--text); - font-size: 13px; - font-weight: 700; - } - - .story-rail { - display: flex; - flex-wrap: wrap; - gap: 10px; - } - - .story-chip { - display: inline-flex; - align-items: center; - justify-content: center; - padding: 8px 12px; - border-radius: 999px; - background: rgba(15, 23, 42, 0.06); - color: var(--muted); - font-size: 12px; - font-weight: 800; - letter-spacing: 0.02em; - } - - .story-chip.is-done { - background: rgba(15, 118, 110, 0.10); - color: var(--accent-strong); - } - - .story-chip.is-active { - background: rgba(245, 158, 11, 0.14); - color: #9a6700; - } - - .decision-card, - .decision-primary { - display: grid; - gap: 14px; - } - - .decision-primary { - padding: 18px; - border-radius: 24px; - border: 1px solid rgba(15, 23, 42, 0.07); - background: rgba(255, 255, 255, 0.9); - } - - .decision-primary--accent { - background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.92)); - border-color: rgba(15, 118, 110, 0.14); - } - - .decision-title { - margin: 0; - font-size: clamp(1.8rem, 4vw, 2.7rem); - line-height: 0.98; - letter-spacing: -0.05em; - } - - .inline-actions { - display: flex; - flex-wrap: wrap; - gap: 10px; - } - - .inline-actions .btn { - min-width: 190px; - } - - .icon-button { - display: inline-flex; - align-items: center; - justify-content: center; - gap: 8px; - min-height: 48px; - padding: 12px 15px; - border: 1px solid rgba(15, 23, 42, 0.10); - border-radius: 16px; - background: rgba(255, 255, 255, 0.86); - color: var(--text); - cursor: pointer; - font: inherit; - font-weight: 700; - position: relative; - } - - .icon-button:hover { - background: #ffffff; - transform: translateY(-1px); - } - - .icon-button[data-tooltip]:hover::after, - .icon-button[data-tooltip]:focus-visible::after { - content: attr(data-tooltip); - position: absolute; - left: 50%; - bottom: calc(100% + 8px); - transform: translateX(-50%); - padding: 8px 10px; - border-radius: 12px; - background: rgba(15, 23, 42, 0.94); - color: #fff; - white-space: nowrap; - font-size: 12px; - font-weight: 700; - box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18); - } - - .disclosure { - border: 1px solid rgba(15, 23, 42, 0.08); - border-radius: 20px; - background: rgba(255, 255, 255, 0.76); - overflow: hidden; - } - - .disclosure--soft { - background: rgba(15, 23, 42, 0.03); - } - - .disclosure summary { - list-style: none; - display: flex; - align-items: center; - justify-content: space-between; - gap: 14px; - padding: 14px 16px; - cursor: pointer; - color: var(--text); - font-size: 14px; - font-weight: 800; - } - - .disclosure summary::-webkit-details-marker { - display: none; - } - - .disclosure[open] summary { - border-bottom: 1px solid rgba(15, 23, 42, 0.08); - } - - .disclosure-body { - display: grid; - gap: 10px; - padding: 14px 16px 16px; - } - - .accordion-list { - margin: 0; - padding-left: 18px; - color: var(--muted); - display: grid; - gap: 8px; - } - - .accordion-list strong { - color: var(--text); - } - - .phone-screen--focused { - gap: 14px; - } - - .recommendation-focus { - display: grid; - gap: 12px; - padding: 16px; - border-radius: 24px; - background: rgba(255, 255, 255, 0.98); - border: 1px solid rgba(15, 118, 110, 0.14); - box-shadow: 0 18px 40px rgba(15, 118, 110, 0.10); - } - - .recommendation-focus .btn { - width: 100%; - } - - .metric-strip { - display: grid; - gap: 12px; - } - - .metric-strip--2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .metric-strip--3 { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } - - .metric-cell { - display: grid; - gap: 4px; - padding: 14px; - border-radius: 18px; - background: rgba(15, 23, 42, 0.04); - border: 1px solid rgba(15, 23, 42, 0.06); - } - - .metric-cell strong { - font-size: 1.2rem; - letter-spacing: -0.04em; - } - - .metric-cell span { - color: var(--muted); - font-size: 12px; - } - - .section-head--compact { - margin-bottom: 14px; - } - - .cards--compact { - gap: 16px; - } - - .offer-card--compact { - gap: 14px; - } - - .app-modal { - width: min(560px, calc(100% - 24px)); - border: 0; - border-radius: 26px; - padding: 0; - background: var(--surface-strong); - box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24); - } - - .app-modal::backdrop { - background: rgba(15, 23, 42, 0.42); - backdrop-filter: blur(4px); - } - - .app-modal-card { - display: grid; - gap: 16px; - padding: 24px; - } - - .app-modal-head { - display: flex; - align-items: flex-start; - justify-content: space-between; - gap: 16px; - } - - .app-modal-close { - border: 0; - border-radius: 14px; - background: rgba(15, 23, 42, 0.08); - color: var(--text); - padding: 10px 12px; - font: inherit; - font-weight: 700; - cursor: pointer; - } - - .footer-note { + .footer-note { flex-direction: column; align-items: flex-start; }