@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{--qh-ink:#2d2a26;--qh-muted:#706b64;--qh-paper:#fffdf9;--qh-cream:#f7f4ef;--qh-sage:#526b5a;--qh-sage-soft:#e6ede7;--qh-rose:#b96872;--qh-rose-soft:#f7e9e9;--qh-line:#dfd8ce;--qh-danger:#a53d45;--qh-shadow:0 12px 35px #312a2014;--qh-modal-shadow:0 28px 90px #141c184d;color:var(--qh-ink);background:var(--qh-cream);font-synthesis:none;font-family:DM Sans,system-ui,sans-serif}.qh-eyebrow{color:var(--qh-rose);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.qh-display,.qh-heading{color:var(--qh-ink);margin:0;font-family:Playfair Display,Georgia,serif}.qh-button,.qh-button-secondary,.qh-button-ghost{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;min-height:46px;padding:10px 16px;font-weight:650;line-height:1.2;text-decoration:none;transition:filter .2s,transform .2s;display:inline-flex}.qh-button{border-color:var(--qh-sage);background:var(--qh-sage);color:#fff}.qh-button-secondary{border-color:var(--qh-line);background:var(--qh-paper);color:var(--qh-ink)}.qh-button-ghost{min-height:auto;color:var(--qh-sage);background:0 0;border:0;padding:7px 9px}.qh-button:hover,.qh-button-secondary:hover{filter:brightness(.96);transform:translateY(-1px)}.qh-button:disabled,.qh-button-secondary:disabled,.qh-button-ghost:disabled{cursor:not-allowed;opacity:.5;transform:none}.qh-action-row{align-items:stretch;gap:12px;display:flex}.qh-action-row>*{margin:0}.qh-field{color:var(--qh-ink);gap:6px;font-weight:600;display:grid}.qh-field input,.qh-field select,.qh-field textarea{width:100%;min-height:48px;color:var(--qh-ink);background:#fff;border:1px solid #aeb9b2;border-radius:9px;padding:10px 12px}.qh-field input:focus-visible,.qh-field select:focus-visible,.qh-field textarea:focus-visible{outline-offset:1px;border-color:var(--qh-sage);outline:3px solid #526b5a3d}.qh-error,.qh-success,.qh-notice{border-radius:10px;margin:0;padding:12px 14px;line-height:1.45}.qh-error{color:#8b2534;background:#fbecef;border:1px solid #ebc7cc}.qh-success{color:#174b38;background:#e7f4ec;border:1px solid #c7ded0}.qh-notice{background:var(--qh-sage-soft);color:var(--qh-ink)}body.qh-modal-open{overflow:hidden}.qh-modal{background:var(--qh-paper);width:min(680px,100vw - 36px);max-width:none;max-height:calc(100dvh - 36px);color:var(--qh-ink);box-shadow:var(--qh-modal-shadow);border:1px solid #d4ded7;border-radius:18px;margin:auto;padding:0;overflow:hidden}.qh-modal[open]{flex-direction:column;animation:.16s ease-out qh-dialog-in;display:flex}.qh-modal::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1d2621a3}.qh-modal--compact{width:min(520px,100vw - 36px)}.qh-modal__header{flex:none;padding:26px 26px 14px}.qh-modal__kicker-row{justify-content:space-between;align-items:center;gap:16px;min-height:34px;display:flex}.qh-modal__close{margin-left:auto}.qh-modal__title{margin:4px 0 0;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.1rem,8vw,3.15rem);line-height:1.05}.qh-modal__body{overscroll-behavior:contain;gap:16px;min-height:0;padding:0 26px 24px;font-family:DM Sans,system-ui,sans-serif;display:grid;overflow-y:auto}.qh-modal__footer{padding:16px 26px max(14px, env(safe-area-inset-bottom));background:var(--qh-paper);border-top:1px solid #dbe5de;flex:none}.qh-modal__footer .qh-action-row>*{flex:1}.qh-modal__link{color:var(--qh-sage);cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-weight:650;text-decoration:underline}.qh-recovery-codes{background:var(--qh-sage-soft);white-space:pre-wrap;border-radius:10px;max-height:15rem;padding:14px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}@keyframes qh-dialog-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@media (width<=520px){.qh-action-row--responsive{grid-template-columns:1fr;display:grid}.qh-modal,.qh-modal--compact{width:min(680px,100vw - 24px);max-height:calc(100dvh - 24px)}.qh-modal__header{padding:20px 20px 12px}.qh-modal__body{padding:0 20px 20px}.qh-modal__footer{padding:14px 20px max(12px, env(safe-area-inset-bottom))}.qh-modal__footer .qh-action-row{grid-template-columns:1fr;display:grid}}:root{color:var(--qh-ink);background:var(--qh-cream);font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}.shell{max-width:70rem;margin:0 auto;padding:3rem 1.5rem}.auth-shell{max-width:34rem}.eyebrow{color:#a94754;letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:700}h1{margin:.35rem 0 1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,6vw,4rem)}.panel{background:#fffdf9;border:1px solid #d7ded9;border-radius:1rem;padding:1.4rem}.form{gap:1rem;display:grid}label{gap:.4rem;font-weight:700;display:grid}input,select,textarea{border:1px solid #aeb9b2;border-radius:.55rem;width:100%;padding:.8rem}textarea{resize:vertical;min-height:7rem}code{overflow-wrap:anywhere;white-space:pre-wrap;background:#eef3ef;border-radius:.5rem;padding:.8rem;display:block}button,a.button{color:#fff;cursor:pointer;background:#234d3c;border:0;border-radius:.55rem;justify-content:center;align-items:center;padding:.8rem 1.1rem;font-weight:700;text-decoration:none;display:inline-flex}button.secondary,a.button.secondary{color:#234d3c;background:0 0;border:1px solid #b9c4bd}.error{color:#8b2534;background:#fbecef;border-radius:.5rem;padding:.75rem}.notice{color:#174b38;background:#e7f4ec;border-radius:.5rem;padding:.75rem}.auth-nav{flex-wrap:wrap;gap:.6rem;margin-top:1rem;display:flex}.app-header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.grid strong{font-family:Georgia,serif;font-size:2.5rem}.workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.workspace-grid .wide{grid-column:1/-1}.workspace-grid h2,.panel h2{margin-top:0}.row,.actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.row{border-top:1px solid #e3e7e4;padding-top:.75rem}.check-row{align-items:center;display:flex}.check-row input{width:auto}.message-row{text-align:left;color:#18271f;background:#f8faf8;border:1px solid #d7ded9;width:100%;margin-top:.5rem;display:grid}.inset-panel,.system-message{background:#eef3ef;border-radius:.75rem;margin-top:1rem;padding:1rem}fieldset{border:1px solid #d7ded9;border-radius:.6rem;padding:.75rem}@media (width<=42rem){.grid{grid-template-columns:1fr}.app-header{flex-direction:column;align-items:stretch}.workspace-grid{grid-template-columns:1fr}.workspace-grid .wide{grid-column:auto}.actions,.row{flex-direction:column;align-items:stretch}}
