.gp-dashboard{--gp-dashboard-accent:#ab1d31;--gp-dashboard-ink:#302d2e;--gp-dashboard-muted:#6f686a;--gp-dashboard-line:#e5dfe0;--gp-dashboard-paper:#fff;--gp-dashboard-soft:#f8f5f5;color:var(--gp-dashboard-ink);font:inherit;max-width:1180px;margin:clamp(24px,5vw,64px) auto;padding:0 20px}.gp-dashboard *{box-sizing:border-box}.gp-dashboard__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.gp-dashboard__head h1,.gp-dashboard h2,.gp-dashboard h3{color:inherit;line-height:1.2}.gp-dashboard__head h1{margin:4px 0 0;font-size:clamp(2rem,5vw,3.4rem)}.gp-dashboard__eyebrow{margin:0;color:var(--gp-dashboard-accent);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.gp-dashboard__logout{white-space:nowrap}.gp-dashboard__nav,.gp-dashboard__tabs{display:flex;gap:6px;overflow-x:auto;padding:6px;margin:0 0 32px;border:1px solid var(--gp-dashboard-line);border-radius:14px;background:var(--gp-dashboard-soft)}.gp-dashboard__nav a,.gp-dashboard__tabs a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:10px;color:inherit;text-decoration:none;white-space:nowrap}.gp-dashboard__nav a.is-active,.gp-dashboard__tabs a.is-active{background:var(--gp-dashboard-paper);color:var(--gp-dashboard-accent);box-shadow:0 3px 12px #3d252a12;font-weight:700}.gp-dashboard__notice,.gp-dashboard__hint,.gp-dashboard__empty{padding:16px 18px;border-left:4px solid var(--gp-dashboard-accent);border-radius:8px;background:#f8ecee}.gp-dashboard__notice--error{border-color:#9b2c2c;background:#fff0f0}.gp-dashboard__cards,.gp-dashboard__contributions{display:grid;gap:18px}.gp-dashboard-card,.gp-dashboard-contribution,.gp-dashboard__panel,.gp-dashboard__login{border:1px solid var(--gp-dashboard-line);border-radius:16px;background:var(--gp-dashboard-paper);box-shadow:0 10px 32px #3924280d}.gp-dashboard-card{display:grid;grid-template-columns:180px 1fr;overflow:hidden}.gp-dashboard-card__portrait{width:100%;height:100%;min-height:240px;object-fit:cover;background:var(--gp-dashboard-soft)}.gp-dashboard-card>div{padding:24px}.gp-dashboard-card h3{font-size:1.5rem;margin:.4rem 0}.gp-dashboard__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:18px}.gp-dashboard__actions form{margin:0}.gp-dashboard__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border:1px solid var(--gp-dashboard-accent);border-radius:8px;background:var(--gp-dashboard-accent);color:#fff!important;font:inherit;font-weight:700;text-decoration:none;cursor:pointer}.gp-dashboard__button--secondary{background:transparent;color:var(--gp-dashboard-accent)!important}.gp-dashboard__text-button{min-height:40px;border:0;background:transparent;color:var(--gp-dashboard-accent);text-decoration:underline;cursor:pointer}.gp-dashboard__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.gp-dashboard__panel{padding:clamp(18px,3vw,30px);margin:20px 0}.gp-dashboard__panel legend{padding:0 8px;font-size:1.25rem;font-weight:700}.gp-dashboard__panel label:not(.gp-dashboard-setting):not(.gp-dashboard__check),.gp-dashboard__login label:not(.gp-dashboard__check){display:grid;gap:8px;margin:0 0 16px;font-weight:700}.gp-dashboard textarea,.gp-dashboard input[type=text],.gp-dashboard input[type=password],.gp-dashboard input[type=email],.gp-dashboard input[type=file]{width:100%;padding:12px 14px;border:1px solid var(--gp-dashboard-line);border-radius:8px;background:#fff;color:inherit;font:inherit}.gp-dashboard textarea{resize:vertical;min-height:180px}.gp-dashboard__media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.gp-dashboard__portrait{display:block;max-width:240px;width:100%;height:auto;border-radius:12px;margin-bottom:18px}.gp-dashboard__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.gp-dashboard__gallery figure{margin:0}.gp-dashboard__gallery img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.gp-dashboard-contribution{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px}.gp-dashboard-contribution h3{margin:.4rem 0}.gp-dashboard-contribution__photo,.gp-dashboard-contribution img{display:block;max-width:320px;width:100%;height:auto;border-radius:10px;margin-top:12px}.gp-dashboard-setting{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--gp-dashboard-line);cursor:pointer}.gp-dashboard-setting:last-of-type{border-bottom:0}.gp-dashboard-setting input{width:22px;height:22px;flex:none;margin-top:2px}.gp-dashboard-setting span{display:grid;gap:4px}.gp-dashboard-setting small{color:var(--gp-dashboard-muted)}.gp-dashboard__details{display:grid;grid-template-columns:minmax(120px,180px) 1fr;gap:10px 20px}.gp-dashboard__details dt{font-weight:700}.gp-dashboard__details dd{margin:0}.gp-dashboard--login{display:grid;place-items:center;min-height:60vh}.gp-dashboard__login{width:min(100%,520px);padding:clamp(24px,5vw,48px)}.gp-dashboard__login h1{font-size:clamp(1.8rem,4vw,2.6rem)}.gp-dashboard__login form{margin:24px 0 18px}.gp-dashboard__check{display:flex;align-items:center;gap:10px;margin:12px 0 20px}.gp-dashboard a:focus-visible,.gp-dashboard button:focus-visible,.gp-dashboard input:focus-visible,.gp-dashboard textarea:focus-visible{outline:3px solid var(--gp-dashboard-accent);outline-offset:3px}@media(max-width:760px){.gp-dashboard{padding:0 14px}.gp-dashboard__head,.gp-dashboard__title-row{align-items:flex-start;flex-direction:column}.gp-dashboard-card{grid-template-columns:1fr}.gp-dashboard-card__portrait{max-height:320px}.gp-dashboard__media-grid{grid-template-columns:1fr}.gp-dashboard__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-dashboard-contribution{flex-direction:column}.gp-dashboard__actions,.gp-dashboard__actions form,.gp-dashboard__actions .gp-dashboard__button{width:100%}.gp-dashboard__details{grid-template-columns:1fr;gap:4px}.gp-dashboard__details dd{margin-bottom:12px}}
