.gpcc-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:var(--gap,1rem);padding-right:var(--gap,1rem);box-sizing:border-box}@media (min-width:768px){.gpcc-container{padding-left:var(--gap-lg,1.5rem);padding-right:var(--gap-lg,1.5rem)}}@media (min-width:1024px){.gpcc-container{padding-left:var(--gap-xl,2rem);padding-right:var(--gap-xl,2rem)}}.gpcc-author-page{min-height:100vh;width:100% !important;max-width:100% !important}.gpcc-author-page .site-content,.gpcc-author-page.site-content{width:100% !important;max-width:100% !important}.gpcc-author-page .main,.gpcc-author-page #main{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important}.gpcc-author-page .inside-article,.gpcc-author-page .entry-content{max-width:100% !important}.gpcc-author-hero{background:var(--surface-1,#f8fafc);border-bottom:1px solid var(--border,#e2e8f0);padding:var(--gap-xl,2rem) 0;position:relative;overflow:hidden;width:100%}.gpcc-author-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,rgba(139,92,246,.05) 100%);pointer-events:none;z-index:0}.gpcc-author-hero__bg:before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);border-radius:50%}.gpcc-author-hero__container{position:relative;z-index:1}.gpcc-author-hero__content{display:flex;gap:var(--gap-xl,2rem);align-items:flex-start}.gpcc-author-hero__avatar-wrapper{flex-shrink:0;position:relative}.gpcc-author-hero__avatar{width:120px;height:120px;border-radius:var(--radius-full);border:4px solid var(--surface-2);display:block;background:var(--surface-2);position:relative;z-index:2;transition:all var(--transition-normal)}.gpcc-author-hero__avatar:hover{transform:scale(1.05);border-color:var(--primary)}.gpcc-author-hero__avatar-ring{position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:var(--radius-full);border:2px solid var(--primary);opacity:0;animation:pulseRing 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulseRing{0%,100%{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.gpcc-author-hero__info{flex:1;min-width:0}.gpcc-author-hero__header{margin-bottom:var(--gap)}.gpcc-author-hero__name{font-size:var(--text-4xl);font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--text);margin:0 0 var(--gap-sm) 0;background:linear-gradient(135deg,var(--text) 0%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gpcc-author-hero__role{display:inline-flex;align-items:center;padding:6px 14px;background:var(--primary-soft);color:var(--primary);border:1px solid rgba(59,130,246,.2);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--font-medium)}.gpcc-author-hero__bio{color:var(--text-muted);line-height:var(--leading-relaxed);margin-bottom:var(--gap-lg);font-size:var(--text-base)}.gpcc-author-hero__bio p{margin:0 0 var(--gap-sm) 0}.gpcc-author-hero__bio p:last-child{margin-bottom:0}.gpcc-author-hero__stats{display:flex;gap:var(--gap-lg);margin-bottom:var(--gap-lg);flex-wrap:wrap}.gpcc-author-hero__stat{display:flex;flex-direction:column;gap:4px}.gpcc-author-hero__stat-value{font-size:var(--text-3xl);font-weight:var(--font-bold);line-height:1;color:var(--primary)}.gpcc-author-hero__stat-label{font-size:var(--text-sm);color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;font-weight:var(--font-medium)}.gpcc-author-hero__actions{display:flex;gap:var(--gap-sm);margin-bottom:var(--gap);flex-wrap:wrap}.gpcc-author-hero__action{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);text-decoration:none;font-size:var(--text-sm);font-weight:var(--font-medium);transition:all var(--transition-fast);white-space:nowrap}.gpcc-author-hero__action:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.gpcc-author-hero__action:focus{outline:2px solid var(--focus-ring);outline-offset:2px}.gpcc-author-hero__action--website{border-color:var(--success);color:var(--success)}.gpcc-author-hero__action--website:hover{background:var(--success);color:#fff;border-color:var (--success)}.gpcc-author-hero__action--rss{border-color:var(--warning);color:var(--warning)}.gpcc-author-hero__action--rss:hover{background:var(--warning);color:#fff;border-color:var(--warning)}.gpcc-author-hero__action-icon{flex-shrink:0}.gpcc-author-hero__action-external{font-size:var(--text-xs);opacity:.8;transition:transform var(--transition-fast)}.gpcc-author-hero__action:hover .gpcc-author-hero__action-external{transform:translateX(2px) translateY(-2px)}.gpcc-author-hero__meta{display:flex;gap:var(--gap);flex-wrap:wrap}.gpcc-author-hero__meta-item{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-sm);color:var(--text-muted)}.gpcc-author-hero__meta-icon{flex-shrink:0;opacity:.6}.gpcc-author-hero__meta-item time{color:var(--text);font-weight:var(--font-medium)}.gpcc-author-content{padding:var(--gap-xl) 0}.gpcc-author-games__title{font-size:var(--text-2xl);font-weight:var(--font-semibold);color:var(--text);margin-bottom:var(--gap-lg);padding-bottom:var(--gap);border-bottom:2px solid var(--border);position:relative}.gpcc-author-games__title:after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(to right,var(--primary),var(--secondary))}.gpcc-author-games__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap);margin-bottom:var(--gap-lg)}.gpcc-author-games__empty{padding:var(--gap-xl);text-align:center;background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-lg)}.gpcc-author-games__empty-text{font-size:var(--text-lg);color:var(--text-muted);margin:0}.gpcc-author-games .pagination{margin-top:var(--gap-xl)}@media (max-width:1024px){.gpcc-author-hero__content{gap:var(--gap-lg)}.gpcc-author-hero__stats{gap:var(--gap)}}@media (max-width:768px){.gpcc-author-hero{padding:var(--gap-lg) 0}.gpcc-author-hero__content{flex-direction:column;align-items:center;text-align:center;gap:var(--gap)}.gpcc-author-hero__name{font-size:var(--text-3xl)}.gpcc-author-hero__stats{justify-content:center;gap:var(--gap)}.gpcc-author-hero__actions{justify-content:center}.gpcc-author-hero__meta{justify-content:center}.gpcc-author-games__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--gap)}}@media (max-width:640px){.gpcc-author-hero__avatar{width:100px;height:100px}.gpcc-author-hero__name{font-size:var(--text-2xl)}.gpcc-author-hero__stats{gap:var(--gap-sm)}.gpcc-author-hero__stat-value{font-size:var(--text-2xl)}.gpcc-author-games__grid{grid-template-columns:1fr}.gpcc-author-hero__actions{flex-direction:column;width:100%}.gpcc-author-hero__action{width:100%;justify-content:center}}@media (prefers-reduced-motion:reduce){.gpcc-author-hero__avatar-ring{animation:none}.gpcc-author-hero__avatar,.gpcc-author-hero__action{transition:none}.gpcc-author-hero__avatar:hover,.gpcc-author-hero__action:hover{transform:none}}@media (prefers-contrast:high){.gpcc-author-hero{border-bottom-width:2px}.gpcc-author-hero__avatar{border-width:3px}.gpcc-author-hero__action{border-width:2px}}@media print{.gpcc-author-hero__bg,.gpcc-author-hero__avatar-ring{display:none}.gpcc-author-hero__actions{display:none}.gpcc-author-hero__name{-webkit-text-fill-color:inherit;background:0 0;color:#000}.gpcc-author-games__grid{grid-template-columns:repeat(2,1fr)}}