.angara-fw-page { max-width: 1180px; margin: 0 auto; padding: 28px 18px 40px; font-size: 16px; line-height: 1.55; }
.angara-fw-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 24px; align-items: center; margin-bottom: 26px; }
.angara-fw-hero h1 { margin: 0 0 12px; font-size: 34px; line-height: 1.15; font-weight: 800; }
.angara-fw-hero p { max-width: 650px; margin: 0; color: #475569; font-size: 17px; }
.angara-fw-hero-art { display: flex; align-items: center; justify-content: center; min-height: 150px; overflow: hidden; border: 1px solid rgba(148,163,184,.25); border-radius: 22px; background: radial-gradient(circle at 30% 30%,rgba(37,99,235,.14),transparent 45%),linear-gradient(135deg,rgba(255,255,255,.85),rgba(239,246,255,.5)); }
.angara-fw-hero-image { display: block; max-width: 100%; max-height: 150px; object-fit: contain; }
.angara-fw-top-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 20px; margin-bottom: 20px; }
.angara-fw-card { padding: 22px; border: 1px solid rgba(226,232,240,.95); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(15,23,42,.07); backdrop-filter: blur(8px); }
.angara-fw-card h2 { margin: 0 0 14px; font-size: 22px; line-height: 1.25; font-weight: 750; }
.angara-fw-card h3 { margin: 0 0 8px; font-size: 16px; font-weight: 750; }
.angara-fw-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 5px 11px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: 13px; font-weight: 700; }
.angara-fw-label span { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 5px rgba(34,197,94,.13); }
.angara-fw-current-body { display: grid; grid-template-columns: minmax(0,1fr) 190px; gap: 18px; align-items: center; }
.angara-fw-download-art { display: flex; align-items: center; justify-content: center; min-height: 150px; overflow: hidden; border-radius: 18px; background: radial-gradient(circle at center,rgba(37,99,235,.16),transparent 58%),linear-gradient(135deg,#f8fafc,#eff6ff); }
.angara-fw-download-image { display: block; max-width: 145px; max-height: 145px; object-fit: contain; }
.angara-fw-section { margin-bottom: 18px; }
.angara-fw-text { color: #334155; }
.angara-fw-button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 19px; border-radius: 12px; background: linear-gradient(135deg,#2563eb,#1d4ed8); color: #fff !important; font-size: 15px; font-weight: 800; text-decoration: none !important; box-shadow: 0 10px 22px rgba(37,99,235,.28); }
.angara-fw-button span { font-size: 20px; line-height: 1; }
.angara-fw-button:hover { transform: translateY(-1px); box-shadow: 0 14px 26px rgba(37,99,235,.34); }
.angara-fw-info-title { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.angara-fw-info-title span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #eff6ff; color: #2563eb; font-family: Georgia,serif; font-weight: 900; font-style: italic; }
.angara-fw-info-title h2 { margin: 0; }
.angara-fw-info ul { margin: 0; padding: 0; list-style: none; }
.angara-fw-info li { position: relative; margin: 13px 0; padding-left: 22px; color: #334155; }
.angara-fw-info li::before { position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #2563eb; content: ""; }
.angara-fw-history-wrap { padding-top: 0; }
.angara-fw-history-card { margin-top: 0; }
.angara-fw-history-card h2 { margin-bottom: 6px; }
.angara-fw-history-note { margin: 0 0 18px; color: #64748b; }
.angara-fw-history-list { max-height: 430px; overflow-y: auto; padding-right: 6px; }
.angara-fw-history-item { position: relative; border-top: 1px solid #e2e8f0; }
.angara-fw-history-item:first-child { border-top: 0; }
.angara-fw-history-item summary { display: grid; grid-template-columns: 18px auto minmax(0,1fr); gap: 10px; align-items: center; padding: 13px 4px; cursor: pointer; list-style: none; }
.angara-fw-history-item summary::-webkit-details-marker { display: none; }
.angara-fw-history-dot { width: 10px; height: 10px; border-radius: 50%; background: #2563eb; box-shadow: 0 0 0 5px #dbeafe; }
.angara-fw-history-version { color: #0f172a; font-weight: 800; white-space: nowrap; }
.angara-fw-history-summary { overflow: hidden; color: #475569; text-overflow: ellipsis; white-space: nowrap; }
.angara-fw-history-body { margin: 0 0 14px 34px; padding: 14px 16px; border-radius: 12px; background: #f8fafc; color: #334155; line-height: 1.6; }
.angara-fw-muted { color: #64748b; }
@media (max-width: 900px) { .angara-fw-hero,.angara-fw-top-grid,.angara-fw-current-body { grid-template-columns: 1fr; } .angara-fw-hero-art,.angara-fw-download-art { min-height: 120px; } }
@media (max-width: 700px) { .angara-fw-history-item summary { grid-template-columns: 18px 1fr; } .angara-fw-history-summary { grid-column: 2/3; } .angara-fw-history-body { margin-left: 0; } }
@media (max-width: 640px) { .angara-fw-page { padding: 18px 12px 30px; } .angara-fw-hero h1 { font-size: 28px; } .angara-fw-card { padding: 18px; } .angara-fw-card h2 { font-size: 20px; } }
