.contact-page { background: var(--page); padding-bottom: 42px; }.contact-width { width: calc(100% - 80px); max-width: 1216px; margin-inline: auto; }.contact-hero { padding: 40px 0 60px; }.contact-hero h1 { font: 700 40px/48px var(--heading-font); letter-spacing: -.03em; }.contact-hero h1 span { background: linear-gradient(100deg,#009aba,#007653 65%,#459b31); background-clip: text; -webkit-text-fill-color: transparent; }.contact-hero p { margin-top: 12px; font-size: 16px; line-height: 26px; }.contact-hero p button { font: inherit; }
.contact-columns { display: grid; grid-template-columns: minmax(0,700fr) minmax(0,493.333fr); gap: 24px; align-items: start; }.contact-primary { padding-top: 24px; }.contact-form { padding: 40px; border-radius: 12px; background: white; }.contact-form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }.contact-form-heading h2 { font: 600 22px/30px var(--heading-font); letter-spacing: -.025em; }.contact-form-heading p { font-size: 12px; line-height: 18px; }.contact-form-heading > .line-icon { color: #00a6d4; width: 22px; height: 22px; }
.contact-form label,.contact-form legend { font: 600 12px/18px var(--heading-font); }.contact-form b { color: #007297; font-weight: 700; }.contact-identity { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.contact-input { display: flex; align-items: center; gap: 8px; padding: 9px 12px; min-height: 38px; background: #f8f7fd; border-radius: 8px; margin-top: 2px; }.contact-input .line-icon { width: 16px; height: 16px; color: #7e8896; }.contact-input > span { color: #7e8896; font-size: 18px; }.contact-input input { width: 100%; min-width: 0; border: 0; padding: 0; background: transparent; color: var(--ink); font: 400 14px/20px var(--font); }.contact-input input::placeholder,.contact-message textarea::placeholder { color: #9aa1ad; opacity: 1; }
.contact-topics { border: 0; padding: 0; margin: 16px 0 0; }.contact-topics legend { padding: 0; margin-bottom: 2px; }.contact-topics > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4px; }.contact-topics label { position: relative; cursor: pointer; }.contact-topics input { position: absolute; opacity: 0; width: 1px; height: 1px; }.contact-topics label > span { display: flex; justify-content: center; align-items: center; gap: 3px; min-height: 32px; padding: 7px 4px; border-radius: 8px; background: #f8f7fd; color: var(--body); font: 600 12px/18px var(--heading-font); }.contact-topics .line-icon { width: 14px; height: 14px; }.contact-topics input:checked + span { background: #006e91; color: white; }.contact-topics input:focus-visible + span { outline: 3px solid #009bc6; outline-offset: 3px; }
.contact-url { margin-top: 16px; }.contact-url > label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.contact-url label > span { font: 600 10px/14px var(--heading-font); color: #7e8896; }.contact-url p { display: flex; align-items: center; gap: 4px; font-size: 12px; line-height: 18px; margin-top: 4px; }.contact-url p .line-icon { width: 12px; height: 12px; color: #7e8896; }
.contact-message { display: block; margin-top: 16px; }.contact-message textarea { display: block; width: 100%; min-height: 134px; resize: vertical; border: 0; border-radius: 8px; background: #f8f7fd; color: var(--ink); font: 400 14px/22px var(--font); padding: 12px; margin-top: 2px; }.contact-privacy { display: flex; align-items: flex-start; gap: 6px; margin-top: 16px; padding: 8px; background: #f3f1ff; border-radius: 8px; font-size: 12px; line-height: 18px; font-weight: 600; }.contact-privacy .line-icon { width: 14px; height: 14px; color: #007297; margin-top: 2px; }.contact-privacy strong { color: var(--ink); }.contact-privacy a { color: #007297; font-weight: 400; }
.contact-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; }.contact-submit-row > span { display: flex; align-items: center; gap: 4px; font-size: 12px; line-height: 18px; color: var(--body); }.contact-submit-row i { width: 8px; height: 8px; border-radius: 50%; background: #007653; }.contact-submit-row button { display: flex; align-items: center; gap: 4px; border-radius: 24px; padding: 11px 24px; background: linear-gradient(110deg,#00a6d4,#008c86 65%,#a6f933); color: white; font: 700 12px/18px var(--heading-font); }.contact-submit-row .line-icon { width: 14px; height: 14px; }.contact-feedback { margin-top: 16px; font-size: 14px; line-height: 22px; }
.contact-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin-top: 24px; }.contact-stats > div { padding: 16px; background: white; border-radius: 12px; }.contact-stats h3 { font: 600 10px/14px var(--heading-font); letter-spacing: .02em; color: #7e8896; }.contact-stats strong { display: block; margin-top: 4px; font: 700 22px/30px var(--heading-font); letter-spacing: -.025em; }.contact-stats > div:nth-child(2) strong { color: #007297; }.contact-stats > div:nth-child(3) strong { color: #007653; }.contact-stats p { font-size: 12px; line-height: 18px; }
.contact-sidebar { display: grid; gap: 16px; }.contact-support,.contact-routing { padding: 24px; background: white; border-radius: 12px; }.contact-sidebar h2 { display: flex; align-items: center; gap: 4px; font: 600 18px/26px var(--heading-font); letter-spacing: -.025em; }.contact-sidebar h2 .line-icon { width: 17px; height: 17px; color: #007297; }.contact-inbox,.contact-schedule { display: flex; gap: 8px; background: #f3f1ff; border-radius: 8px; padding: 8px; margin-top: 16px; }.contact-inbox { align-items: center; }.contact-inbox > .line-icon,.contact-schedule > .line-icon { width: 17px; height: 17px; color: #7e8896; }.contact-schedule > .line-icon { margin-top: 2px; }.contact-sidebar h3 { font: 600 10px/14px var(--heading-font); color: #7e8896; letter-spacing: .02em; }.contact-inbox a { color: #007297; font: 600 14px/20px var(--heading-font); overflow-wrap: anywhere; }.contact-inbox button { display: inline-flex; align-items: center; gap: 3px; padding: 4px 8px; border-radius: 20px; background: #e9edff; color: var(--body); margin-left: auto; font: 600 10px/14px var(--heading-font); }.contact-inbox button .line-icon { width: 12px; height: 12px; }.contact-schedule strong { display: block; font: 600 12px/18px var(--heading-font); }.contact-schedule p { font-size: 12px; line-height: 18px; }
.contact-staffing { margin-top: 16px; background: #e9edff; border-radius: 8px; padding: 14px 16px; }.contact-staffing > div { display: flex; align-items: center; gap: 6px; }.contact-staffing > div > span { background: #c4e8ff; padding: 2px 8px; border-radius: 12px; font: 600 10px/14px var(--heading-font); }.contact-staffing .line-icon { width: 16px; height: 16px; color: #007297; }.contact-staffing p { font-size: 12px; line-height: 18px; margin-top: 4px; }
.contact-routing h2 .line-icon { color: #007859; }.contact-routing ol { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 8px; }.contact-routing li { display: flex; gap: 4px; padding: 8px; border-radius: 8px; background: #f8f7fd; }.contact-routing li > span { flex: 0 0 20px; height: 20px; display: grid; place-items: center; background: #e0eaf5; border-radius: 50%; color: #007297; font: 600 10px/14px var(--heading-font); }.contact-routing li:nth-child(2) > span { background: #d5e9e3; color: #007859; }.contact-routing li:nth-child(3) > span { background: #a6fa38; color: #466b00; }.contact-routing h3 { font: 700 12px/18px var(--heading-font); letter-spacing: -.01em; color: var(--ink); margin-top: 2px; }.contact-routing p { font-size: 12px; line-height: 18px; margin-top: 4px; }.contact-routing a { color: #007297; }
.contact-reviewers { display: flex; gap: 8px; padding: 16px; background: #e3e6ff; border-radius: 12px; box-shadow: 0 1px 2px #18213612; }.contact-reviewers > span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 50%; background: white; color: #007297; }.contact-reviewers .line-icon { width: 22px; height: 22px; }.contact-reviewers h2 { font: 700 14px/20px var(--heading-font); letter-spacing: -.02em; }.contact-reviewers p { font-size: 12px; line-height: 16px; }
@media(min-width:1101px) { .contact-form { min-height: 689px; }.contact-support { min-height: 364px; }.contact-routing { min-height: 352px; } }
@media(max-width:1100px) { .contact-break { display: none; }.contact-columns { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); }.contact-form { padding: 24px; }.contact-support,.contact-routing { padding: 20px; }.contact-topics > div { grid-template-columns: 1fr 1fr; }.contact-stats { grid-template-columns: 1fr; }.contact-inbox { flex-wrap: wrap; }.contact-submit-row { flex-wrap: wrap; } }
@media(max-width:850px) { .contact-columns { grid-template-columns: 1fr; }.contact-primary { padding-top: 0; }.contact-hero { padding-bottom: 40px; }.contact-stats { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media(max-width:540px) { .contact-width { width: calc(100% - 32px); }.contact-hero { padding-top: 32px; }.contact-hero h1 { font-size: 32px; line-height: 40px; }.contact-hero p { font-size: 14px; line-height: 23px; }.contact-identity { grid-template-columns: 1fr; gap: 12px; }.contact-form { padding: 24px 20px; }.contact-stats { grid-template-columns: 1fr; }.contact-submit-row { align-items: stretch; flex-direction: column; }.contact-submit-row button { justify-content: center; }.contact-form-heading > .line-icon { width: 18px; height: 18px; }.contact-inbox button { margin-left: 25px; } }

@media(min-width:1101px) { .contact-reviewers { min-height: 87px; } }
