.page-circuit { background: #f8f7fc; }
.fc-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.fc-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 30%, #ad70ff 0, transparent 33%), linear-gradient(125deg, #28104c, #6e21cb 68%, #a446ef); color: #fff; }
.fc-hero__inner { position: relative; z-index: 1; padding-block: clamp(64px, 8vw, 114px); }
.fc-kicker { margin: 0 0 12px; color: #6d26c9; font: 800 12px/1.3 "IBM Plex Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.fc-hero .fc-kicker { color: #ffe27c; }
.fc-hero h1 { max-width: 730px; margin: 0; font: 900 clamp(48px, 7vw, 92px)/1 "Cairo", sans-serif; letter-spacing: -.045em; }
.fc-hero p:not(.fc-kicker) { max-width: 560px; margin: 22px 0 0; color: #f1e8ff; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.fc-hero__mark { position: absolute; right: max(-15px, calc((100vw - 1200px)/2)); bottom: -175px; color: #fff; opacity: .08; font: 900 560px/1 Georgia, serif; transform: rotate(-13deg); pointer-events: none; }
.fc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.fc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 20px; border: 2px solid transparent; border-radius: 12px; font: 800 14px/1.3 "IBM Plex Sans", sans-serif; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.fc-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 9px 24px #270e4f24; }
.fc-button:focus-visible { outline: 3px solid #ffcf28; outline-offset: 3px; }
.fc-button:disabled { opacity: .58; cursor: default; }
.fc-button--light { background: #ffcf28; color: #211333; }
.fc-button--outline { border-color: #7746b3; color: #6024ad; background: transparent; }
.fc-hero .fc-button--outline { border-color: #d3b1ff; color: #fff; }
.fc-button--primary { background: #7524cd; color: #fff; }
.fc-main { padding-block: 54px 92px; }
.fc-notice { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 24px; padding: 24px 28px; border: 1px solid #e5dcf4; border-radius: 18px; background: #fff; box-shadow: 0 14px 40px #35145709; }
.fc-notice strong { color: #29143d; font-size: 18px; }
.fc-notice p { flex: 1 1 420px; margin: 0; color: #615b6a; line-height: 1.55; }
.fc-notice--compact { margin-bottom: 45px; border-left: 5px solid #ffcf28; }
.fc-section { margin-top: 56px; }
.fc-heading { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.fc-heading h2 { margin: 0; color: #251336; font: 900 clamp(28px, 3vw, 40px)/1.12 "Cairo", sans-serif; }
.fc-heading > p, .fc-dates { max-width: 350px; margin: 0; color: #68616e; line-height: 1.5; }
.fc-overview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fc-overview > div, .fc-goal, .fc-style, .fc-table-wrap, .fc-empty { border: 1px solid #e6e0ed; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px #3514570a; }
.fc-overview > div { display: flex; flex-direction: column; min-height: 180px; padding: 25px; }
.fc-overview span { color: #6b6472; font-size: 14px; }
.fc-overview strong { display: block; margin-top: 12px; color: #331147; font: 900 36px/1.2 "Cairo", sans-serif; }
.fc-overview strong small { color: #85778f; font-size: 18px; }
.fc-overview small { margin-top: auto; color: #726c79; }
.fc-overview progress, .fc-goal progress { width: 100%; height: 9px; margin-top: auto; border: 0; border-radius: 99px; accent-color: #8f3de0; overflow: hidden; }
.fc-overview progress::-webkit-progress-bar, .fc-goal progress::-webkit-progress-bar { background: #ede4f5; }
.fc-overview progress::-webkit-progress-value, .fc-goal progress::-webkit-progress-value { border-radius: 99px; background: linear-gradient(90deg, #7c27cf, #c78aff); }
.fc-goals, .fc-styles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.fc-goal { display: flex; flex-direction: column; padding: 26px; }
.fc-goal__top { display: flex; justify-content: space-between; align-items: start; }
.fc-goal__icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 13px; background: #f0e4ff; color: #7b25c9; font-size: 27px; }
.fc-goal__reward { padding: 6px 10px; border-radius: 99px; background: #fff2b8; color: #523900; font-weight: 800; }
.fc-goal h3, .fc-style h3 { margin: 17px 0 4px; color: #29143d; font: 800 23px/1.2 "Cairo", sans-serif; }
.fc-goal p, .fc-style p { color: #696371; line-height: 1.5; }
.fc-goal .fc-button { align-self: flex-start; margin-top: 23px; }
.fc-table-wrap { overflow: auto; }
.fc-table { width: 100%; border-collapse: collapse; }
.fc-table th, .fc-table td { padding: 17px 22px; text-align: left; border-bottom: 1px solid #eee9f3; }
.fc-table th { color: #685f73; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.fc-table tbody tr:last-child td { border-bottom: 0; }
.fc-table td:last-child, .fc-table th:last-child { text-align: right; }
.fc-table .is-self { background: #f2e8ff; font-weight: 800; }
.fc-empty { padding: 28px; color: #68616e; }
.fc-style { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 0 20px; padding: 24px; overflow: hidden; }
.fc-style__symbol { display: grid; place-items: center; width: 80px; height: 80px; border: 3px solid currentColor; border-radius: 20px; background: linear-gradient(140deg, #f4e5ff, #dfc6fb); color: #7c27cc; font-size: 42px; }
.fc-style--royal .fc-style__symbol { background: #fff1b8; color: #ad7400; }
.fc-style--midnight .fc-style__symbol { background: #261446; color: #d8a7ff; }
.fc-style h3 { margin-top: 1px; }
.fc-style p { margin: 6px 0 0; }
.fc-style__bottom { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #e9e2f0; }
.fc-style__bottom strong { color: #2e1541; font-size: 19px; }
.fc-footnote { margin-top: 19px; color: #6d6576; font-size: 14px; }
.fc-action-error { margin-top: 24px; padding: 14px 18px; border: 1px solid #eab8b8; border-radius: 10px; background: #fff1f1; color: #8c2020; }
@media (max-width: 760px) { .fc-hero__mark { right: -110px; bottom: -85px; font-size: 340px; } .fc-main { padding-block: 34px 68px; } .fc-overview { grid-template-columns: 1fr 1fr; } .fc-score { grid-column: 1/-1; } .fc-goals, .fc-styles { grid-template-columns: 1fr; } .fc-section { margin-top: 42px; } }
@media (max-width: 480px) { .fc-wrap { width: min(100% - 28px, 1180px); } .fc-hero__inner { padding-block: 58px 72px; } .fc-overview { grid-template-columns: 1fr; } .fc-score { grid-column: auto; } .fc-overview > div { min-height: 138px; } .fc-style { grid-template-columns: 68px 1fr; gap: 0 14px; padding: 18px; } .fc-style__symbol { width: 64px; height: 64px; font-size: 32px; } .fc-style__bottom { flex-wrap: wrap; } .fc-style__bottom .fc-button { width: 100%; } .fc-table th, .fc-table td { padding: 13px 12px; } }
@media (prefers-reduced-motion: reduce) { .fc-button { transition: none; } }
