fix: sitemap — светлая тема вместо тёмной, соответствует стилю платформы
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+120
-164
@@ -9,51 +9,34 @@
|
||||
<link rel="stylesheet" href="/css/ls.css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/lucide@0.469.0/dist/umd/lucide.min.js"></script>
|
||||
<style>
|
||||
/* ── Dark theme overrides ── */
|
||||
body {
|
||||
background: #0b0920;
|
||||
background-image: radial-gradient(circle, rgba(155,93,229,0.07) 1px, transparent 1px);
|
||||
background-size: 24px 24px;
|
||||
color: #fff;
|
||||
}
|
||||
.app-layout > .sidebar {
|
||||
background: rgba(11,9,32,0.97) !important;
|
||||
border-right: 1px solid rgba(255,255,255,0.06) !important;
|
||||
}
|
||||
.app-layout > .sidebar .sb-logo,
|
||||
.app-layout > .sidebar .sb-lbl { color: rgba(255,255,255,0.9) !important; }
|
||||
.app-layout > .sidebar .sb-link { color: rgba(255,255,255,0.45) !important; }
|
||||
.app-layout > .sidebar .sb-link:hover { background: rgba(155,93,229,0.1) !important; color: #fff !important; }
|
||||
.app-layout > .sidebar .sb-link.active { background: rgba(155,93,229,0.16) !important; color: #9B5DE5 !important; }
|
||||
.app-layout > .sidebar .sb-avatar { background: linear-gradient(135deg,#9B5DE5,#06D6E0) !important; }
|
||||
.app-layout > .sidebar .sb-user-name { color: rgba(255,255,255,0.9) !important; }
|
||||
.app-layout > .sidebar .sb-logout { color: rgba(255,255,255,0.35) !important; }
|
||||
.app-layout > .sidebar .sb-divider { border-color: rgba(255,255,255,0.07) !important; }
|
||||
.sb-content { background: transparent !important; }
|
||||
.sb-content { background: var(--bg); }
|
||||
|
||||
/* ── Hero ── */
|
||||
.sm-hero {
|
||||
position: relative;
|
||||
min-height: 52vh;
|
||||
min-height: 48vh;
|
||||
display: flex; flex-direction: column;
|
||||
align-items: center; justify-content: center;
|
||||
text-align: center;
|
||||
padding: 80px 32px 60px;
|
||||
padding: 72px 32px 56px;
|
||||
overflow: hidden;
|
||||
background: linear-gradient(160deg, #f8f6ff 0%, #eef2ff 60%, #f0f9ff 100%);
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
.sm-hero::before {
|
||||
content: '';
|
||||
position: absolute; inset: 0;
|
||||
background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(155,93,229,0.18) 0%, transparent 70%);
|
||||
background-image: radial-gradient(circle, rgba(15,23,42,0.045) 1px, transparent 1px);
|
||||
background-size: 22px 22px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.sm-blob {
|
||||
position: absolute; border-radius: 50%;
|
||||
pointer-events: none; animation: blobFloat 9s ease-in-out infinite;
|
||||
}
|
||||
.sm-blob-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(155,93,229,0.22), transparent 65%); top: -220px; right: -150px; animation-delay: 0s; }
|
||||
.sm-blob-2 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(6,214,224,0.14), transparent 65%); bottom: -160px; left: 5%; animation-delay: -3.5s; }
|
||||
.sm-blob-3 { width: 260px; height: 260px; background: radial-gradient(circle, rgba(241,91,181,0.12), transparent 65%); top: 30%; left: -90px; animation-delay: -6s; }
|
||||
.sm-blob-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(155,93,229,0.12), transparent 65%); top: -180px; right: -120px; animation-delay: 0s; }
|
||||
.sm-blob-2 { width: 360px; height: 360px; background: radial-gradient(circle, rgba(6,214,224,0.09), transparent 65%); bottom: -140px; left: 5%; animation-delay: -3.5s; }
|
||||
.sm-blob-3 { width: 220px; height: 220px; background: radial-gradient(circle, rgba(241,91,181,0.08), transparent 65%); top: 30%; left: -80px; animation-delay: -6s; }
|
||||
@keyframes blobFloat {
|
||||
0%,100% { transform: translate(0,0) scale(1); }
|
||||
33% { transform: translate(18px,-28px) scale(1.04); }
|
||||
@@ -64,9 +47,9 @@
|
||||
|
||||
.sm-hero-badge {
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
background: rgba(155,93,229,0.14);
|
||||
border: 1px solid rgba(155,93,229,0.35);
|
||||
color: #c084fc;
|
||||
background: rgba(155,93,229,0.09);
|
||||
border: 1px solid rgba(155,93,229,0.25);
|
||||
color: #7c3aed;
|
||||
font-size: 0.72rem; font-weight: 700;
|
||||
letter-spacing: 0.1em; text-transform: uppercase;
|
||||
padding: 5px 14px; border-radius: 99px;
|
||||
@@ -76,67 +59,68 @@
|
||||
|
||||
.sm-hero-title {
|
||||
font-family: 'Unbounded', sans-serif;
|
||||
font-size: clamp(1.7rem, 4vw, 2.8rem);
|
||||
font-size: clamp(1.6rem, 4vw, 2.6rem);
|
||||
font-weight: 800; line-height: 1.22;
|
||||
color: #fff; margin-bottom: 18px;
|
||||
color: #0F172A; margin-bottom: 16px;
|
||||
animation: fadeUp 0.5s 0.1s ease both;
|
||||
}
|
||||
.sm-hero-title span {
|
||||
background: linear-gradient(135deg, #06D6E0, #9B5DE5, #F15BB5);
|
||||
background: linear-gradient(135deg, #9B5DE5, #06D6E0);
|
||||
-webkit-background-clip: text; -webkit-text-fill-color: transparent;
|
||||
background-clip: text;
|
||||
}
|
||||
|
||||
.sm-hero-sub {
|
||||
font-size: 1.05rem; color: rgba(255,255,255,0.52);
|
||||
line-height: 1.65; margin-bottom: 32px;
|
||||
font-size: 1rem; color: #5a6a8a;
|
||||
line-height: 1.65; margin-bottom: 28px;
|
||||
animation: fadeUp 0.5s 0.2s ease both;
|
||||
}
|
||||
|
||||
.sm-hero-chips {
|
||||
display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
|
||||
display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
|
||||
animation: fadeUp 0.5s 0.3s ease both;
|
||||
}
|
||||
.sm-hero-chip {
|
||||
display: flex; align-items: center; gap: 7px;
|
||||
background: rgba(255,255,255,0.05);
|
||||
border: 1px solid rgba(255,255,255,0.1);
|
||||
color: rgba(255,255,255,0.6);
|
||||
background: #fff;
|
||||
border: 1.5px solid rgba(15,23,42,0.08);
|
||||
color: #3D4F6B;
|
||||
font-size: 0.78rem; font-weight: 600;
|
||||
padding: 7px 16px; border-radius: 99px;
|
||||
padding: 6px 14px; border-radius: 99px;
|
||||
box-shadow: 0 1px 4px rgba(15,23,42,0.06);
|
||||
}
|
||||
.sm-hero-chip svg { width: 14px; height: 14px; }
|
||||
|
||||
.sm-scroll-hint {
|
||||
position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
|
||||
position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
|
||||
display: flex; flex-direction: column; align-items: center; gap: 6px;
|
||||
color: rgba(255,255,255,0.25); font-size: 0.68rem; letter-spacing: 0.08em;
|
||||
color: #8898AA; font-size: 0.68rem; letter-spacing: 0.08em;
|
||||
cursor: pointer; transition: color 0.2s;
|
||||
animation: fadeUp 0.5s 0.5s ease both;
|
||||
}
|
||||
.sm-scroll-hint:hover { color: rgba(255,255,255,0.5); }
|
||||
.sm-scroll-hint:hover { color: #3D4F6B; }
|
||||
.sm-scroll-line {
|
||||
width: 1.5px; height: 36px;
|
||||
background: linear-gradient(to bottom, rgba(155,93,229,0.6), transparent);
|
||||
width: 1.5px; height: 32px;
|
||||
background: linear-gradient(to bottom, rgba(155,93,229,0.5), transparent);
|
||||
animation: scrollPulse 1.8s ease-in-out infinite;
|
||||
}
|
||||
@keyframes scrollPulse {
|
||||
0%,100% { opacity: 0.4; transform: scaleY(1); }
|
||||
0%,100% { opacity: 0.5; transform: scaleY(1); }
|
||||
50% { opacity: 1; transform: scaleY(0.7); }
|
||||
}
|
||||
|
||||
@keyframes fadeUp {
|
||||
from { opacity: 0; transform: translateY(16px); }
|
||||
from { opacity: 0; transform: translateY(14px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
/* ── Filter bar ── */
|
||||
.sm-filter-bar {
|
||||
position: sticky; top: 0; z-index: 80;
|
||||
background: rgba(11,9,32,0.85);
|
||||
backdrop-filter: blur(20px);
|
||||
border-bottom: 1px solid rgba(255,255,255,0.06);
|
||||
padding: 12px 40px;
|
||||
background: rgba(238,242,255,0.92);
|
||||
backdrop-filter: blur(16px);
|
||||
border-bottom: 1px solid var(--border);
|
||||
padding: 10px 40px;
|
||||
}
|
||||
.sm-filter-inner {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
@@ -147,60 +131,53 @@
|
||||
|
||||
.sm-filter-label {
|
||||
font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
|
||||
letter-spacing: 0.1em; color: rgba(255,255,255,0.25);
|
||||
letter-spacing: 0.1em; color: #8898AA;
|
||||
white-space: nowrap; margin-right: 4px; flex-shrink: 0;
|
||||
}
|
||||
|
||||
.sm-filter {
|
||||
display: flex; align-items: center; gap: 7px;
|
||||
background: rgba(255,255,255,0.04);
|
||||
border: 1.5px solid rgba(255,255,255,0.08);
|
||||
color: rgba(255,255,255,0.5);
|
||||
background: #fff;
|
||||
border: 1.5px solid rgba(15,23,42,0.09);
|
||||
color: #3D4F6B;
|
||||
font-family: 'Manrope', sans-serif;
|
||||
font-size: 0.8rem; font-weight: 600;
|
||||
padding: 6px 16px; border-radius: 99px;
|
||||
cursor: pointer; white-space: nowrap;
|
||||
transition: all 0.18s; flex-shrink: 0;
|
||||
box-shadow: 0 1px 3px rgba(15,23,42,0.05);
|
||||
}
|
||||
.sm-filter:hover {
|
||||
border-color: rgba(255,255,255,0.2);
|
||||
color: rgba(255,255,255,0.8);
|
||||
}
|
||||
.sm-filter.active {
|
||||
background: rgba(155,93,229,0.15);
|
||||
border-color: rgba(155,93,229,0.4);
|
||||
color: #c084fc;
|
||||
box-shadow: 0 0 14px rgba(155,93,229,0.2);
|
||||
}
|
||||
.sm-filter[data-cat="study"].active { background: rgba(155,93,229,0.12); border-color: rgba(155,93,229,0.45); color: #c084fc; box-shadow: 0 0 14px rgba(155,93,229,0.2); }
|
||||
.sm-filter[data-cat="practice"].active { background: rgba(6,214,224,0.1); border-color: rgba(6,214,224,0.4); color: #06D6E0; box-shadow: 0 0 14px rgba(6,214,224,0.15); }
|
||||
.sm-filter[data-cat="games"].active { background: rgba(241,91,181,0.1); border-color: rgba(241,91,181,0.4); color: #F15BB5; box-shadow: 0 0 14px rgba(241,91,181,0.15); }
|
||||
.sm-filter[data-cat="personal"].active { background: rgba(255,179,71,0.1); border-color: rgba(255,179,71,0.4); color: #FFB347; box-shadow: 0 0 14px rgba(255,179,71,0.15); }
|
||||
.sm-filter:hover { border-color: rgba(155,93,229,0.35); color: #0F172A; }
|
||||
.sm-filter.active { background: #9B5DE5; border-color: #9B5DE5; color: #fff; box-shadow: 0 2px 10px rgba(155,93,229,0.3); }
|
||||
.sm-filter[data-cat="study"].active { background: #9B5DE5; border-color: #9B5DE5; box-shadow: 0 2px 10px rgba(155,93,229,0.3); }
|
||||
.sm-filter[data-cat="practice"].active { background: #0891b2; border-color: #0891b2; box-shadow: 0 2px 10px rgba(6,214,224,0.25); }
|
||||
.sm-filter[data-cat="games"].active { background: #db2777; border-color: #db2777; box-shadow: 0 2px 10px rgba(241,91,181,0.25); }
|
||||
.sm-filter[data-cat="personal"].active { background: #d97706; border-color: #d97706; box-shadow: 0 2px 10px rgba(255,179,71,0.25); }
|
||||
|
||||
.sm-filter-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
|
||||
|
||||
/* ── Main content ── */
|
||||
.sm-main { max-width: 1200px; margin: 0 auto; padding: 48px 40px 80px; }
|
||||
.sm-main { max-width: 1200px; margin: 0 auto; padding: 44px 40px 80px; }
|
||||
|
||||
/* ── Category section ── */
|
||||
.sm-category { margin-bottom: 56px; }
|
||||
.sm-category { margin-bottom: 52px; }
|
||||
.sm-category.hidden { display: none; }
|
||||
|
||||
.sm-cat-header {
|
||||
display: flex; align-items: center; gap: 12px;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.sm-cat-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
|
||||
.sm-cat-title {
|
||||
font-family: 'Unbounded', sans-serif;
|
||||
font-size: 0.88rem; font-weight: 800;
|
||||
color: rgba(255,255,255,0.9);
|
||||
font-size: 0.82rem; font-weight: 800;
|
||||
color: #0F172A;
|
||||
text-transform: uppercase; letter-spacing: 0.06em;
|
||||
}
|
||||
.sm-cat-count {
|
||||
font-size: 0.7rem; font-weight: 700; color: rgba(255,255,255,0.3);
|
||||
background: rgba(255,255,255,0.05);
|
||||
border: 1px solid rgba(255,255,255,0.08);
|
||||
font-size: 0.68rem; font-weight: 700; color: #8898AA;
|
||||
background: rgba(15,23,42,0.05);
|
||||
border: 1px solid rgba(15,23,42,0.08);
|
||||
padding: 2px 10px; border-radius: 99px;
|
||||
}
|
||||
|
||||
@@ -208,62 +185,50 @@
|
||||
.sm-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
|
||||
gap: 16px;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
/* ── Card ── */
|
||||
.sm-card {
|
||||
position: relative;
|
||||
display: flex; flex-direction: column;
|
||||
background: rgba(255,255,255,0.03);
|
||||
border: 1.5px solid rgba(255,255,255,0.07);
|
||||
background: #fff;
|
||||
border: 1.5px solid rgba(15,23,42,0.07);
|
||||
border-radius: 20px;
|
||||
padding: 24px 22px 20px;
|
||||
padding: 22px 20px 18px;
|
||||
text-decoration: none; color: inherit;
|
||||
transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s, background 0.22s;
|
||||
transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s;
|
||||
overflow: hidden;
|
||||
opacity: 0; transform: translateY(18px);
|
||||
}
|
||||
.sm-card.visible {
|
||||
animation: cardIn 0.42s ease forwards;
|
||||
}
|
||||
@keyframes cardIn {
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
.sm-card::before {
|
||||
content: '';
|
||||
position: absolute; inset: 0;
|
||||
background: linear-gradient(135deg, rgba(var(--card-rgb),0.06), transparent 60%);
|
||||
opacity: 0; transition: opacity 0.22s; border-radius: inherit;
|
||||
pointer-events: none;
|
||||
box-shadow: 0 2px 8px rgba(15,23,42,0.04);
|
||||
opacity: 0; transform: translateY(16px);
|
||||
}
|
||||
.sm-card.visible { animation: cardIn 0.4s ease forwards; }
|
||||
@keyframes cardIn { to { opacity: 1; transform: translateY(0); } }
|
||||
|
||||
.sm-card:hover {
|
||||
transform: translateY(-4px);
|
||||
border-color: rgba(var(--card-rgb), 0.45);
|
||||
box-shadow: 0 8px 32px rgba(var(--card-rgb), 0.14), 0 2px 8px rgba(0,0,0,0.3);
|
||||
transform: translateY(-3px);
|
||||
border-color: rgba(var(--card-rgb), 0.35);
|
||||
box-shadow: 0 8px 28px rgba(var(--card-rgb), 0.12), 0 2px 8px rgba(15,23,42,0.06);
|
||||
}
|
||||
.sm-card:hover::before { opacity: 1; }
|
||||
|
||||
/* card accent colors via CSS var */
|
||||
.sm-card[data-cat="study"] { --card-rgb: 155,93,229; }
|
||||
.sm-card[data-cat="practice"] { --card-rgb: 6,214,224; }
|
||||
.sm-card[data-cat="games"] { --card-rgb: 241,91,181; }
|
||||
.sm-card[data-cat="personal"] { --card-rgb: 255,179,71; }
|
||||
.sm-card[data-cat="practice"] { --card-rgb: 6,145,178; }
|
||||
.sm-card[data-cat="games"] { --card-rgb: 219,39,119; }
|
||||
.sm-card[data-cat="personal"] { --card-rgb: 217,119,6; }
|
||||
|
||||
/* badge "Начни здесь" */
|
||||
.sm-card-start {
|
||||
position: absolute; top: 16px; right: 16px;
|
||||
position: absolute; top: 14px; right: 14px;
|
||||
display: inline-flex; align-items: center; gap: 5px;
|
||||
background: rgba(6,214,100,0.12);
|
||||
border: 1px solid rgba(6,214,100,0.3);
|
||||
color: #06D664; font-size: 0.64rem; font-weight: 700;
|
||||
background: rgba(5,150,105,0.1);
|
||||
border: 1px solid rgba(5,150,105,0.3);
|
||||
color: #059669; font-size: 0.62rem; font-weight: 700;
|
||||
letter-spacing: 0.06em; text-transform: uppercase;
|
||||
padding: 3px 10px; border-radius: 99px;
|
||||
padding: 3px 9px; border-radius: 99px;
|
||||
animation: startPulse 2s ease-in-out infinite;
|
||||
}
|
||||
.sm-card-start::before {
|
||||
content: ''; width: 6px; height: 6px; border-radius: 50%;
|
||||
background: #06D664;
|
||||
content: ''; width: 5px; height: 5px; border-radius: 50%;
|
||||
background: #059669;
|
||||
}
|
||||
@keyframes startPulse {
|
||||
0%,100% { opacity: 1; }
|
||||
@@ -271,57 +236,53 @@
|
||||
}
|
||||
|
||||
.sm-card-step {
|
||||
position: absolute; top: 16px; right: 16px;
|
||||
width: 26px; height: 26px; border-radius: 50%;
|
||||
background: rgba(var(--card-rgb), 0.15);
|
||||
border: 1.5px solid rgba(var(--card-rgb), 0.35);
|
||||
position: absolute; top: 14px; right: 14px;
|
||||
width: 24px; height: 24px; border-radius: 50%;
|
||||
background: rgba(var(--card-rgb), 0.1);
|
||||
border: 1.5px solid rgba(var(--card-rgb), 0.3);
|
||||
color: rgb(var(--card-rgb));
|
||||
font-family: 'Unbounded', sans-serif;
|
||||
font-size: 0.7rem; font-weight: 800;
|
||||
font-size: 0.65rem; font-weight: 800;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
}
|
||||
|
||||
.sm-card-icon {
|
||||
width: 52px; height: 52px; border-radius: 14px;
|
||||
background: rgba(var(--card-rgb), 0.12);
|
||||
border: 1px solid rgba(var(--card-rgb), 0.2);
|
||||
width: 48px; height: 48px; border-radius: 13px;
|
||||
background: rgba(var(--card-rgb), 0.1);
|
||||
border: 1px solid rgba(var(--card-rgb), 0.18);
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
margin-bottom: 16px; flex-shrink: 0;
|
||||
margin-bottom: 14px; flex-shrink: 0;
|
||||
transition: transform 0.22s, box-shadow 0.22s;
|
||||
}
|
||||
.sm-card:hover .sm-card-icon {
|
||||
transform: scale(1.08);
|
||||
box-shadow: 0 0 18px rgba(var(--card-rgb), 0.25);
|
||||
}
|
||||
.sm-card-icon svg {
|
||||
width: 24px; height: 24px;
|
||||
color: rgb(var(--card-rgb));
|
||||
stroke: rgb(var(--card-rgb));
|
||||
transform: scale(1.07);
|
||||
box-shadow: 0 0 16px rgba(var(--card-rgb), 0.2);
|
||||
}
|
||||
.sm-card-icon svg { width: 22px; height: 22px; color: rgb(var(--card-rgb)); stroke: rgb(var(--card-rgb)); }
|
||||
|
||||
.sm-card-title {
|
||||
font-family: 'Unbounded', sans-serif;
|
||||
font-size: 0.88rem; font-weight: 800;
|
||||
color: #fff; margin-bottom: 8px;
|
||||
font-size: 0.84rem; font-weight: 800;
|
||||
color: #0F172A; margin-bottom: 7px;
|
||||
}
|
||||
.sm-card-desc {
|
||||
font-size: 0.8rem; color: rgba(255,255,255,0.45);
|
||||
font-size: 0.79rem; color: #5a6a8a;
|
||||
line-height: 1.6; flex: 1;
|
||||
}
|
||||
|
||||
.sm-card-footer {
|
||||
display: flex; align-items: center; justify-content: space-between;
|
||||
margin-top: 18px; padding-top: 14px;
|
||||
border-top: 1px solid rgba(255,255,255,0.06);
|
||||
margin-top: 16px; padding-top: 12px;
|
||||
border-top: 1px solid rgba(15,23,42,0.06);
|
||||
}
|
||||
.sm-card-tag {
|
||||
font-size: 0.64rem; font-weight: 700;
|
||||
font-size: 0.62rem; font-weight: 700;
|
||||
letter-spacing: 0.06em; text-transform: uppercase;
|
||||
color: rgba(var(--card-rgb), 0.7);
|
||||
color: rgb(var(--card-rgb));
|
||||
}
|
||||
.sm-card-arrow svg {
|
||||
width: 16px; height: 16px;
|
||||
color: rgba(255,255,255,0.25);
|
||||
width: 15px; height: 15px;
|
||||
color: #8898AA;
|
||||
transition: transform 0.18s, color 0.18s;
|
||||
}
|
||||
.sm-card:hover .sm-card-arrow svg {
|
||||
@@ -330,60 +291,56 @@
|
||||
}
|
||||
|
||||
/* ── Start path banner ── */
|
||||
.sm-start-path {
|
||||
max-width: 1200px; margin: 0 auto 48px; padding: 0 40px;
|
||||
}
|
||||
.sm-start-path { max-width: 1200px; margin: 0 auto 40px; padding: 0 40px; }
|
||||
.sm-path-inner {
|
||||
background: linear-gradient(135deg, rgba(155,93,229,0.1), rgba(6,214,224,0.06));
|
||||
border: 1.5px solid rgba(155,93,229,0.25);
|
||||
border-radius: 20px;
|
||||
padding: 24px 28px;
|
||||
display: flex; align-items: center; gap: 20px;
|
||||
background: linear-gradient(135deg, rgba(155,93,229,0.06), rgba(6,214,224,0.04));
|
||||
border: 1.5px solid rgba(155,93,229,0.18);
|
||||
border-radius: 18px;
|
||||
padding: 20px 24px;
|
||||
display: flex; align-items: center; gap: 18px;
|
||||
box-shadow: 0 2px 12px rgba(155,93,229,0.07);
|
||||
}
|
||||
.sm-path-icon {
|
||||
width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
|
||||
background: rgba(155,93,229,0.15);
|
||||
width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
|
||||
background: rgba(155,93,229,0.1);
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
}
|
||||
.sm-path-icon svg { width: 22px; height: 22px; color: #9B5DE5; stroke: #9B5DE5; }
|
||||
.sm-path-icon svg { width: 20px; height: 20px; color: #9B5DE5; stroke: #9B5DE5; }
|
||||
.sm-path-body { flex: 1; }
|
||||
.sm-path-title {
|
||||
font-family: 'Unbounded', sans-serif;
|
||||
font-size: 0.82rem; font-weight: 800; color: #fff; margin-bottom: 4px;
|
||||
}
|
||||
.sm-path-sub { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
|
||||
.sm-path-steps {
|
||||
display: flex; align-items: center; gap: 8px; flex-shrink: 0;
|
||||
font-size: 0.8rem; font-weight: 800; color: #0F172A; margin-bottom: 3px;
|
||||
}
|
||||
.sm-path-sub { font-size: 0.76rem; color: #5a6a8a; }
|
||||
.sm-path-steps { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
|
||||
.sm-path-step {
|
||||
display: flex; align-items: center; gap: 6px;
|
||||
font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.5);
|
||||
font-size: 0.75rem; font-weight: 600; color: #3D4F6B;
|
||||
text-decoration: none; transition: color 0.18s;
|
||||
}
|
||||
.sm-path-step:hover { color: #fff; }
|
||||
.sm-path-step:hover { color: #9B5DE5; }
|
||||
.sm-path-step-num {
|
||||
width: 22px; height: 22px; border-radius: 50%;
|
||||
background: rgba(155,93,229,0.2); border: 1px solid rgba(155,93,229,0.4);
|
||||
background: rgba(155,93,229,0.12); border: 1.5px solid rgba(155,93,229,0.3);
|
||||
color: #9B5DE5; font-family: 'Unbounded', sans-serif;
|
||||
font-size: 0.62rem; font-weight: 800;
|
||||
font-size: 0.6rem; font-weight: 800;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
}
|
||||
.sm-path-sep { color: rgba(255,255,255,0.15); font-size: 0.7rem; }
|
||||
.sm-path-sep { color: #8898AA; font-size: 0.7rem; }
|
||||
|
||||
/* ── Footer ── */
|
||||
.sm-footer {
|
||||
text-align: center; padding: 0 40px 60px;
|
||||
font-size: 0.82rem; color: rgba(255,255,255,0.3);
|
||||
font-size: 0.82rem; color: #8898AA;
|
||||
}
|
||||
.sm-footer a { color: #9B5DE5; text-decoration: none; }
|
||||
.sm-footer a:hover { text-decoration: underline; }
|
||||
|
||||
/* ── Mobile ── */
|
||||
@media (max-width: 768px) {
|
||||
.sm-hero { padding: 60px 20px 48px; min-height: 44vh; }
|
||||
.sm-blob-1, .sm-blob-2, .sm-blob-3 { opacity: 0.5; }
|
||||
.sm-hero { padding: 56px 20px 44px; min-height: 40vh; }
|
||||
.sm-filter-bar { padding: 10px 16px; }
|
||||
.sm-main { padding: 32px 16px 60px; }
|
||||
.sm-main { padding: 28px 16px 56px; }
|
||||
.sm-grid { grid-template-columns: 1fr; }
|
||||
.sm-start-path { padding: 0 16px; }
|
||||
.sm-path-inner { flex-direction: column; gap: 14px; }
|
||||
@@ -391,9 +348,8 @@
|
||||
.sm-footer { padding: 0 16px 40px; }
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
.sm-hero-title { font-size: 1.5rem; }
|
||||
.sm-hero-title { font-size: 1.45rem; }
|
||||
.sm-hero-chips { gap: 6px; }
|
||||
.sm-hero-chip { font-size: 0.72rem; padding: 5px 12px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user