#cyclefaster-about-root { min-height: 68vh; color: #17191b; }
.about-loading, .about-error, .about-access-message { display: grid; place-items: center; padding: 8rem 1.5rem; font-size: 1rem; background: #f2f3f3; }
.about-error, .about-access-message { color: #8f2f00; }
.about-public-page { padding: clamp(2.5rem, 6vw, 6rem) max(5vw, calc((100vw - 1220px) / 2)); background: linear-gradient(135deg, #f4f5f5 0%, #fff 55%, #eceeef 100%); }
.about-public-hero { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.25fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.about-portrait { position: relative; min-height: 520px; overflow: hidden; border-radius: 4px; background: #17191b; box-shadow: 20px 20px 0 #ff6a00; }
.about-portrait img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.about-portrait-empty { display: grid; place-items: center; }
.about-portrait-empty img { width: min(72%, 330px); height: auto; min-height: 0; object-fit: contain; }
.about-intro > small, .about-admin-header small { display: block; color: #d75600; font-weight: 800; letter-spacing: .13em; font-size: .78rem; margin-bottom: .8rem; }
.about-intro h1, .about-admin-header h1 { margin: 0 0 1.5rem; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.about-story { max-width: 730px; }
.about-story p { margin: 0 0 1.25rem; color: #4d5357; font-size: 1.08rem; line-height: 1.8; }
.about-detail-section { margin-top: clamp(3.5rem, 7vw, 6rem); padding-top: 2rem; border-top: 1px solid #c8cbcd; }
.about-detail-section h2 { margin: 0 0 1.4rem; font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.about-interest-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .7rem; }
.about-interest-list li { padding: .75rem 1rem; color: #fff; background: #25282a; border-left: 4px solid #ff6a00; font-weight: 700; }
.about-references ul { padding-left: 1.25rem; columns: 2; column-gap: 3rem; }
.about-references li { margin: 0 0 .8rem; break-inside: avoid; color: #4d5357; }
.about-references a { color: #b94700; text-decoration: underline; text-underline-offset: 3px; }
.about-admin-page { padding: clamp(2.5rem, 5vw, 5rem) max(5vw, calc((100vw - 1120px) / 2)); background: #eef0f1; }
.about-admin-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.about-admin-header h1 { font-size: clamp(2.3rem, 5vw, 4.3rem); margin-bottom: .6rem; }
.about-admin-header p { margin: 0; color: #606568; }
.about-admin-header > a { color: #202326; font-weight: 800; text-decoration: none; border-bottom: 2px solid #ff6a00; padding-bottom: .2rem; white-space: nowrap; }
.about-editor-card { background: #fff; border-top: 5px solid #ff6a00; padding: clamp(1.3rem, 4vw, 2.5rem); box-shadow: 0 18px 45px rgba(20, 24, 27, .1); display: grid; gap: 1.4rem; }
.about-editor-card > label { display: grid; gap: .55rem; font-weight: 800; color: #25282a; }
.about-editor-card label small { color: #74797c; font-weight: 500; }
.about-editor-card textarea { width: 100%; resize: vertical; border: 1px solid #b9bdc0; border-radius: 2px; padding: .85rem; font: inherit; line-height: 1.55; color: #17191b; background: #fbfbfb; }
.about-editor-card textarea:focus { outline: 3px solid rgba(255, 106, 0, .2); border-color: #ff6a00; }
.about-photo-editor { display: grid; grid-template-columns: 190px 1fr; gap: 1.5rem; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid #d9dcde; }
.about-photo-preview { width: 190px; height: 190px; overflow: hidden; background: #202326; }
.about-photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.about-file-label { width: max-content; max-width: 100%; padding: .8rem 1rem; color: #fff; background: #34383b; font-weight: 800; cursor: pointer; }
.about-file-label input { position: absolute; opacity: 0; pointer-events: none; }
.about-editor-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.about-editor-actions button { border: 0; padding: .85rem 1.15rem; background: #ff6a00; color: #111; font-weight: 900; cursor: pointer; }
.about-editor-actions button:disabled { opacity: .6; cursor: wait; }
.about-editor-actions a { color: #25282a; font-weight: 800; }
.about-form-message { margin: 0; color: #8f3c00; font-weight: 700; }
.about-admin-card::before { content: "CF"; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 1rem; color: #111; background: #ff6a00; border-radius: 50%; font-weight: 950; }
@media (max-width: 760px) {
  .about-public-hero { grid-template-columns: 1fr; }
  .about-portrait, .about-portrait img { min-height: 400px; }
  .about-portrait { box-shadow: 10px 10px 0 #ff6a00; }
  .about-references ul { columns: 1; }
  .about-admin-header { align-items: flex-start; flex-direction: column; }
  .about-photo-editor { grid-template-columns: 1fr; }
  .about-photo-preview { width: 160px; height: 160px; }
}
