.NoteRequests{--request-ink:var(--sh-text-strong);--request-muted:var(--sh-text-muted);--request-line:var(--sh-border);padding:2rem 1.25rem 3rem}.NoteRequests__hero{align-items:flex-end;border-bottom:1px solid var(--request-line);display:flex;gap:2rem;justify-content:space-between;padding:.35rem 0 1.65rem}.NoteRequests__hero h1{color:var(--request-ink);font-size:clamp(1.7rem,2.5vw,2.15rem);font-weight:750;letter-spacing:-.035em;margin:.25rem 0 .55rem}.NoteRequests__hero p{color:var(--request-muted);line-height:1.75;margin:0}.NoteRequests__eyebrow{color:var(--sh-brand);font-size:.69rem;font-weight:800;letter-spacing:.16em}.NoteRequests__composeButton{align-items:center;background:var(--sh-brand);border:1px solid var(--sh-brand);border-radius:8px;color:var(--sh-text-on-accent);display:inline-flex;flex:0 0 auto;font-size:.9rem;font-weight:700;gap:.55rem;justify-content:center;min-height:42px;padding:.65rem 1rem;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.NoteRequests__composeButton:hover{background:var(--sh-brand-strong);border-color:var(--sh-brand-strong);color:var(--sh-text-on-accent);transform:translateY(-1px)}.NoteRequests__composeButton.is-open{background:rgba(0,0,0,0);color:var(--request-ink)}.NoteRequests__formPanel{background:var(--sh-surface-subtle);border:1px solid var(--request-line);border-radius:8px;margin-top:1.25rem;padding:1.25rem}.NoteRequests__sectionLead{align-items:flex-start;display:flex;gap:.8rem;margin-bottom:1rem}.NoteRequests__sectionLead h2{color:var(--request-ink);font-size:1.05rem;font-weight:750;margin:0 0 .2rem}.NoteRequests__sectionLead p{color:var(--request-muted);font-size:.84rem;margin:0}.NoteRequests__sectionIcon{align-items:center;background:var(--sh-surface-muted);border-radius:7px;color:var(--sh-brand-strong);display:inline-flex;flex:0 0 34px;height:34px;justify-content:center}.NoteRequests__formGrid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:minmax(0,1fr) 220px}.NoteRequests__formSide{display:flex;flex-direction:column;gap:.85rem}.NoteRequests__formHint{color:var(--request-muted);font-size:.76rem;line-height:1.6;margin:0}.NoteRequests__listSection{margin-top:2rem}.NoteRequests__listHeader{align-items:end;display:flex;justify-content:space-between;margin-bottom:.85rem}.NoteRequests__listHeader h2{color:var(--request-ink);font-size:1.35rem;font-weight:750;letter-spacing:-.02em;margin:.2rem 0 0}.NoteRequests__count{color:var(--request-muted);font-size:.78rem}.NoteRequests__count strong{color:var(--request-ink);font-size:1rem}.NoteRequests__list{display:flex;flex-direction:column;gap:.65rem}.NoteRequestCard{background:var(--sh-bg);border:1px solid var(--request-line);border-radius:8px;padding:1rem 1.1rem;transition:border-color .15s ease,box-shadow .15s ease}.NoteRequestCard:hover{border-color:var(--sh-border-strong);box-shadow:0 4px 16px rgba(var(--sh-shadow-rgb),.06)}.NoteRequestCard h3{color:var(--sh-text-strong);font-size:1.05rem;font-weight:750;line-height:1.55;margin:.55rem 0 .25rem}.NoteRequestCard__meta{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem}.NoteRequestCard__meta time{color:var(--sh-text-subtle);font-size:.73rem;margin-left:auto}.NoteRequestCard__category,.NoteRequestCard__status{border-radius:5px;font-size:.69rem;font-weight:700;padding:.25rem .48rem}.NoteRequestCard__status{align-items:center;background:var(--sh-brand-soft);color:var(--sh-brand-strong);display:inline-flex;gap:.35rem}.NoteRequestCard__status>span{background:var(--sh-brand);border-radius:50%;height:5px;width:5px}.NoteRequestCard__category,.NoteRequestCard__status.is-fulfilled{background:var(--sh-surface-subtle);color:var(--sh-text-muted)}.NoteRequestCard__description{color:var(--sh-text-muted);font-size:.9rem;line-height:1.75;margin:0 0 .55rem;white-space:pre-wrap}.NoteRequestCard__author{color:var(--sh-text-subtle);font-size:.75rem;margin:0}.NoteRequestCard__author a{color:var(--sh-brand-strong);font-weight:650;text-decoration:none}.NoteRequestCard__author a:hover{text-decoration:underline}.NoteRequestCard__answer{align-items:center;background:var(--sh-surface-subtle);border-radius:7px;color:var(--sh-text);display:flex;gap:.7rem;margin-top:.85rem;padding:.7rem .8rem;text-decoration:none}.NoteRequestCard__answer>span:first-child{color:var(--sh-brand);font-size:1.1rem}.NoteRequestCard__answer>span:nth-child(2){display:flex;flex:1 1;flex-direction:column;min-width:0}.NoteRequestCard__answer small{color:var(--sh-text-subtle);font-size:.66rem}.NoteRequestCard__answer strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NoteRequestCard__actions{align-items:center;border-top:1px solid var(--sh-border);display:flex;gap:.55rem;margin-top:.85rem;padding-top:.8rem}.NoteRequestCard__ownerAction{display:flex;justify-content:flex-end;margin-top:.4rem}.NoteRequestCard__ownerAction button{background:none;border:0;color:var(--sh-text-subtle);font-size:.72rem;padding:.2rem 0}.NoteRequestCard__ownerAction button:hover{color:var(--sh-danger);text-decoration:underline}.btn-outline-theme{border-color:var(--sh-brand);color:var(--sh-brand-strong)}.btn-outline-theme:hover{background:var(--sh-brand);border-color:var(--sh-brand);color:var(--sh-text-on-accent)}.NoteRequests__loadMore{background:rgba(0,0,0,0);border:0;color:var(--sh-text-muted);display:flex;font-size:.82rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:1rem;padding:.7rem;width:100%}.NoteRequests__empty{color:var(--request-muted);padding:3rem 1rem;text-align:center}.NoteRequests__empty>i{color:var(--sh-text-subtle);font-size:1.7rem}.NoteRequests__empty h3{color:var(--request-ink);font-size:1rem;margin:.7rem 0 .35rem}.NoteRequests__empty p{font-size:.85rem;margin:0}@media(max-width:767.98px){.NoteRequests{padding:1.25rem .9rem 2.5rem}.NoteRequests__hero{align-items:stretch;flex-direction:column;gap:1rem}.NoteRequests__composeButton{align-self:flex-start}.NoteRequests__formGrid{grid-template-columns:1fr}.NoteRequestCard__actions{align-items:stretch;flex-direction:column}}