.hrn-account { min-height: 78vh; padding-bottom: 100px; }
.hrn-account__hero { align-items: end; border-bottom: 1px solid var(--hrn-ink); display: flex; justify-content: space-between; padding-bottom: 58px; padding-top: 70px; }
.hrn-account__hero h1 { font-family: var(--hrn-display); font-size: clamp(58px, 9vw, 118px); letter-spacing: -.055em; line-height: .9; margin: 14px 0 22px; }
.hrn-account__hero > div:first-child > p:last-child { color: var(--hrn-muted); font-size: 18px; margin: 0; max-width: 700px; }
.hrn-account__user { align-items: flex-end; display: flex; flex-direction: column; gap: 8px; padding-bottom: 8px; }
.hrn-account__user a { border-bottom: 1px solid var(--hrn-ink); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.hrn-auth { padding-bottom: 80px; padding-top: 56px; }
.hrn-auth__notice { background: var(--hrn-red-soft); border: 1px solid var(--hrn-red); margin-bottom: 24px; padding: 14px 16px; }
.hrn-auth__grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hrn-auth__card { background: var(--hrn-white); border: 1px solid var(--hrn-ink); padding: clamp(24px, 4vw, 42px); }
.hrn-auth__card h2 { font-family: var(--hrn-display); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.04em; line-height: 1; margin: 0 0 30px; }
.hrn-auth__card form { display: grid; gap: 18px; }
.hrn-auth__card label { display: grid; font-size: 12px; font-weight: 700; gap: 7px; }
.hrn-auth__card input[type="email"],
.hrn-auth__card input[type="password"],
.hrn-auth__card input[type="text"] { background: #fff; border: 1px solid var(--hrn-line); border-radius: 0; min-height: 48px; padding: 11px 12px; width: 100%; }
.hrn-auth__card input:focus { border-color: var(--hrn-blue); outline: 2px solid rgba(24,71,245,.15); }
.hrn-auth__card small { color: var(--hrn-faint); font-weight: 400; }
.hrn-auth__check { align-items: start; display: flex !important; font-weight: 400 !important; gap: 9px !important; }
.hrn-auth__check input { margin-top: 4px; }
.hrn-auth__check a { text-decoration: underline; }
.hrn-auth__card button,
.hrn-auth__social a { align-items: center; background: var(--hrn-blue); border: 1px solid var(--hrn-blue); color: #fff; cursor: pointer; display: flex; font-size: 12px; font-weight: 700; justify-content: center; min-height: 48px; padding: 12px 16px; text-transform: uppercase; }
.hrn-auth__card button:hover { background: var(--hrn-blue-hover); }
.hrn-auth__trap { left: -9999px !important; position: absolute !important; }
.hrn-auth__social { align-items: center; display: flex; gap: 12px; justify-content: center; margin-top: 30px; }
.hrn-auth__social span { color: var(--hrn-faint); font-size: 11px; text-transform: uppercase; }
.hrn-auth__social a { background: var(--hrn-white); border-color: var(--hrn-ink); color: var(--hrn-ink); min-width: 220px; }
.hrn-auth__social a:hover { background: var(--hrn-ink); color: #fff; }

.hrn-library { display: grid; gap: 52px; grid-template-columns: 270px minmax(0, 1fr); padding-top: 54px; }
.hrn-library__sidebar { border-right: 1px solid var(--hrn-line); padding-right: 28px; }
.hrn-library__sidebar-head { align-items: center; display: flex; justify-content: space-between; }
.hrn-library__sidebar h2 { font-family: var(--hrn-display); font-size: 28px; letter-spacing: -.03em; margin: 0; }
.hrn-library__sidebar-head span { background: var(--hrn-ink); color: #fff; font-size: 10px; min-width: 26px; padding: 4px 6px; text-align: center; }
#hrn-library-folders { display: grid; margin: 24px 0 34px; }
#hrn-library-folders button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--hrn-line); color: var(--hrn-ink); cursor: pointer; display: flex; justify-content: space-between; padding: 13px 2px; text-align: left; }
#hrn-library-folders button.is-active { color: var(--hrn-blue); font-weight: 700; }
#hrn-library-folders button span:last-child { color: var(--hrn-faint); font-size: 10px; }
#hrn-library-folder-form { display: grid; gap: 8px; }
#hrn-library-folder-form label { font-size: 10px; font-weight: 700; text-transform: uppercase; }
#hrn-library-folder-form input { background: #fff; border: 1px solid var(--hrn-line); min-height: 42px; padding: 9px 10px; width: 100%; }
#hrn-library-folder-form button { background: var(--hrn-ink); border: 1px solid var(--hrn-ink); color: #fff; cursor: pointer; min-height: 40px; }
.hrn-library__content > header { align-items: end; border-bottom: 1px solid var(--hrn-ink); display: flex; justify-content: space-between; padding-bottom: 24px; }
.hrn-library__content > header h2 { font-family: var(--hrn-display); font-size: clamp(38px, 5vw, 68px); letter-spacing: -.045em; line-height: 1; margin: 8px 0 0; }
.hrn-library__content > header a { border-bottom: 1px solid var(--hrn-ink); font-size: 11px; font-weight: 700; padding-bottom: 4px; text-transform: uppercase; }
#hrn-library-notice { background: var(--hrn-green); border: 1px solid var(--hrn-line); margin-top: 20px; padding: 12px 14px; }
.hrn-library__list { display: grid; gap: 18px; padding-top: 24px; }
.hrn-library__empty { color: var(--hrn-muted); padding: 44px 0; }
.hrn-library-card { background: rgba(255,255,255,.62); border: 1px solid var(--hrn-ink); padding: 24px; }
.hrn-library-card__top { align-items: center; display: flex; gap: 8px; justify-content: space-between; }
.hrn-library-card__top span { color: var(--hrn-faint); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hrn-library-card h3 { font-family: var(--hrn-display); font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; line-height: 1.08; margin: 18px 0 0; }
.hrn-library-card > p { color: var(--hrn-muted); font-size: 13px; line-height: 1.6; }
.hrn-library-card__meta { display: flex; flex-wrap: wrap; font-size: 10px; gap: 8px 18px; margin-top: 20px; text-transform: uppercase; }
.hrn-library-card__actions { align-items: center; border-top: 1px solid var(--hrn-line); display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-top: 22px; padding-top: 18px; }
.hrn-library-card__actions a,
.hrn-library-card__actions button { background: transparent; border: 0; border-bottom: 1px solid var(--hrn-ink); color: var(--hrn-ink); cursor: pointer; font-size: 10px; font-weight: 700; padding: 4px 0; text-transform: uppercase; }
.hrn-library-card__actions select { background: #fff; border: 1px solid var(--hrn-line); min-height: 36px; padding: 6px 8px; }

@media (max-width: 800px) {
	.hrn-account__hero { align-items: start; display: block; padding-top: 48px; }
	.hrn-account__user { align-items: flex-start; margin-top: 26px; }
	.hrn-auth__grid,
	.hrn-library { grid-template-columns: 1fr; }
	.hrn-auth__social { align-items: stretch; flex-direction: column; }
	.hrn-library { gap: 34px; }
	.hrn-library__sidebar { border-bottom: 1px solid var(--hrn-line); border-right: 0; padding-bottom: 30px; padding-right: 0; }
	.hrn-library__content > header { align-items: start; gap: 22px; }
}

@media (max-width: 520px) {
	.hrn-account__hero { padding-left: 20px; padding-right: 20px; }
	.hrn-library__content > header { display: block; }
	.hrn-library__content > header a { display: inline-block; margin-top: 18px; }
	.hrn-library-card__actions { align-items: stretch; flex-direction: column; }
}
