.amateur-public-profile{padding-bottom:64px}.amateur-public-profile__inner{max-width:1000px}.amateur-profile-hero{margin-bottom:28px}.amateur-profile-cover{width:100%;aspect-ratio:16 / 10;max-height:340px;border-radius:var(--radius);overflow:hidden;background:var(--color-dark-light)}.amateur-profile-cover--photo img{width:100%;height:100%;object-fit:cover;display:block}.amateur-profile-avatar-row{margin-top:-76px;padding:0 12px;position:relative;z-index:2}.amateur-profile-title-block{margin-top:14px;padding:0 8px}.amateur-profile-title-block h1{margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-white);line-height:1.15}.amateur-profile-avatar{width:168px;height:168px;border-radius:50%;border:5px solid var(--color-bg);box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;position:relative}.amateur-profile-avatar--zoomable{padding:0;margin:0;font:inherit;color:inherit;cursor:zoom-in;transition:transform 0.18s ease,box-shadow 0.18s ease}.amateur-profile-avatar--zoomable:hover,.amateur-profile-avatar--zoomable:focus-visible{transform:scale(1.03);box-shadow:0 12px 28px rgba(0,0,0,0.35);outline:none}.amateur-profile-avatar .avatar-initial-lg{font-size:4.5rem}.amateur-profile-avatar img{width:100%;height:100%;object-fit:cover}.amateur-profile-avatar--hardcore-gate img{filter:blur(12px) saturate(1.05) brightness(0.62);transform:scale(1.08)}.amateur-profile-avatar .amateur-card-fsk-lock{border-radius:50%}.amateur-avatar-lightbox{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px}.amateur-avatar-lightbox[hidden]{display:none !important}.amateur-avatar-lightbox__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(0,0,0,0.82);cursor:pointer}.amateur-avatar-lightbox__dialog{position:relative;z-index:1;width:min(420px,100%);max-height:min(86dvh,560px);padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,0.12);background:linear-gradient(160deg,rgba(34,34,40,0.98),rgba(16,16,20,0.98));box-shadow:0 24px 70px rgba(0,0,0,0.55);display:flex;flex-direction:column;align-items:center;gap:12px}.amateur-avatar-lightbox__close{align-self:flex-end;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,0.12);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer}.amateur-avatar-lightbox__close:hover,.amateur-avatar-lightbox__close:focus-visible{background:rgba(255,255,255,0.22);outline:none}.amateur-avatar-lightbox__img{display:block;width:min(360px,100%);height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,0.14);background:#111}body.amateur-avatar-lightbox-open{overflow:hidden}.amateur-profile-plz{width:100%;margin:4px 0 0;font-size:0.9rem;color:var(--color-text-muted)}.amateur-profile-status{margin:8px 0 0;font-size:0.88rem;color:var(--color-text-muted)}.amateur-profile-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px;padding:0 4px}.amateur-profile-actions .btn-primary,.amateur-profile-actions .btn-outline{border-radius:var(--radius-pill);padding:10px 20px;font-weight:600}.amateur-profile-notice{margin-bottom:20px}.amateur-profile-pills{display:flex;flex-direction:column;gap:28px}.amateur-profile-pill{padding:0;background:transparent;color:inherit;border-radius:0;box-shadow:none}.amateur-profile-pill h2,.amateur-profile-section__title{margin:0 0 14px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--color-white);line-height:1.15}.amateur-profile-pill p{margin:0;line-height:1.6;color:rgba(255,255,255,0.88)}.amateur-preferences-tags{display:flex;flex-wrap:wrap;gap:8px}.preference-tag{display:inline-block;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);color:var(--color-white);font-size:0.88rem;line-height:1.25}.amateur-profile-empty{color:var(--color-text-muted);font-style:italic;opacity:1}.amateur-diary-list{display:flex;flex-direction:column;gap:18px}.amateur-diary-entry{padding-top:4px;border-top:1px solid rgba(255,255,255,0.1)}.amateur-diary-entry:first-child{border-top:none;padding-top:0}.amateur-diary-entry-label{margin:0 0 6px;font-size:0.88rem;font-weight:600;color:var(--color-text-muted)}.amateur-diary-entry-title{margin:0 0 10px;font-size:1.05rem;font-weight:700;color:var(--color-white);line-height:1.3}.amateur-diary-entry-content{margin:0;font-size:0.95rem;line-height:1.55;color:rgba(255,255,255,0.92);white-space:pre-wrap}.amateur-diary-entry-content p{margin:0}.amateur-diary-entry-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:14px}.amateur-diary-entry-image{margin:0}.amateur-diary-entry-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius-sm);display:block}.amateur-profile-gallery{margin-top:28px}.amateur-profile-gallery__title{margin:0 0 20px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--color-white)}.amateur-profile-gallery__empty{margin:0;color:var(--color-text-muted)}.amateur-profile-gallery__albums{margin-bottom:24px}.amateur-profile-gallery__videos{margin-bottom:8px}.amateur-profile-gallery__subtitle{margin:0 0 14px;font-size:1.1rem;font-weight:600;color:var(--color-white,#fff)}.amateur-gallery-row{position:relative;margin-bottom:18px}.amateur-gallery-row:last-child{margin-bottom:0}.amateur-gallery-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:4px 44px 8px;-ms-overflow-style:none;scrollbar-width:none}.amateur-gallery-track::-webkit-scrollbar{display:none}.amateur-gallery-card{flex:0 0 160px;scroll-snap-align:start}.amateur-gallery-row--videos .amateur-gallery-card{flex:0 0 min(240px,68vw)}.amateur-gallery-row--videos .amateur-gallery-card__media{border-radius:18px}.amateur-gallery-card__media{position:relative;aspect-ratio:3 / 4;border-radius:22px;overflow:hidden;background:var(--color-dark-light)}.amateur-gallery-card__media img{width:100%;height:100%;object-fit:cover;display:block}.amateur-gallery-card__link{display:block;width:100%;height:100%;position:relative;text-decoration:none;border:none;padding:0;margin:0;background:transparent;cursor:pointer;color:inherit;font:inherit}.amateur-gallery-card__link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.amateur-gallery-video-thumb{width:100%;height:100%;background:linear-gradient(160deg,#3a3a3a 0%,#151515 100%)}.amateur-gallery-video-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.amateur-gallery-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.amateur-gallery-teaser{position:relative;width:100%;height:100%;display:block;overflow:hidden;background:#111}.amateur-gallery-teaser .amateur-gallery-video-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.amateur-album-card__item--teaser{background:#111}.amateur-album-card__item--teaser .amateur-album-card__item-preview{filter:none;transform:none}.amateur-gallery-locked{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(160deg,#2a2a2a 0%,#111 100%);color:rgba(255,255,255,0.85);font-size:0.88rem;overflow:hidden}.amateur-gallery-locked--has-preview .amateur-gallery-video-thumb-img--locked{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(0.55);transform:scale(1.06)}.amateur-gallery-locked--has-preview .amateur-gallery-play--locked,.amateur-gallery-locked--has-preview .lock-icon{position:relative;z-index:1}.amateur-gallery-card__footer{margin-top:8px;display:flex;flex-direction:column;align-items:stretch;gap:6px}.amateur-gallery-card__footer .gallery-price{font-size:0.88rem;font-weight:600;color:var(--color-white)}.amateur-gallery-card__footer .gallery-buy-form{margin:0}.amateur-gallery-card__footer .btn{width:100%;border-radius:var(--radius-pill)}.amateur-gallery-nav{position:absolute;top:50%;transform:translateY(calc(-50% - 12px));z-index:2;width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,0.92);color:var(--color-dark);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;padding:0}.amateur-gallery-nav--prev{left:0}.amateur-gallery-nav--next{right:0}.amateur-gallery-nav:hover{background:var(--color-white)}.amateur-gallery-lightbox{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.amateur-gallery-lightbox[hidden]{display:none !important}.amateur-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.88)}.amateur-gallery-lightbox__dialog{position:relative;z-index:1;width:min(960px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:14px;padding:20px 24px 24px;border-radius:20px;border:1px solid rgba(255,255,255,0.12);background:linear-gradient(160deg,rgba(34,34,40,0.97),rgba(16,16,20,0.98));box-shadow:0 28px 90px rgba(0,0,0,0.55)}.amateur-gallery-lightbox__close{align-self:flex-end;width:40px;height:40px;border:none;border-radius:50%;background:rgba(255,255,255,0.12);color:var(--color-white);font-size:1.75rem;line-height:1;cursor:pointer}.amateur-gallery-lightbox__close:hover{background:rgba(255,255,255,0.22)}.amateur-gallery-lightbox__title{margin:0;color:var(--color-white);font-size:1rem;font-weight:600}.amateur-gallery-lightbox__content{display:flex;align-items:center;justify-content:center;min-height:0}.amateur-gallery-lightbox__frame{width:100%;border-radius:14px;overflow:hidden;background:#000;border:2px solid rgba(255,255,255,0.1);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.45),0 12px 40px rgba(0,0,0,0.35)}.amateur-gallery-lightbox__frame--video{aspect-ratio:16 / 9;max-height:calc(100vh - 200px)}.amateur-gallery-lightbox__player,.amateur-gallery-lightbox__frame img{display:block;width:100%;height:100%;max-height:calc(100vh - 200px);object-fit:contain;background:#000}.amateur-gallery-lightbox__frame--image img{width:auto;height:auto;max-width:100%;margin:0 auto}body.amateur-gallery-lightbox-open{overflow:hidden}.amateur-profile-albums{margin-top:28px}.amateur-gallery-row--albums{margin-bottom:18px}.amateur-gallery-row--albums .amateur-gallery-track{align-items:stretch}.amateur-album-card--carousel{flex:0 0 min(300px,82vw);scroll-snap-align:start;max-width:320px}.amateur-albums-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.amateur-album-card{border-radius:18px;overflow:hidden;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.08)}.amateur-album-card__cover{position:relative;aspect-ratio:16 / 10;background:#111}.amateur-album-card__cover img{width:100%;height:100%;object-fit:cover;display:block}.amateur-album-card__cover-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:1.1rem;color:rgba(255,255,255,0.7)}.amateur-album-card__lock{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2rem;background:rgba(0,0,0,0.45)}.amateur-album-card__body{padding:16px}.amateur-album-card__body h3{margin:0 0 6px}.amateur-album-card__meta{margin:0 0 12px;font-size:0.9rem;color:rgba(255,255,255,0.72)}.amateur-album-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.amateur-album-card__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:10px;margin-bottom:10px}.amateur-album-card__item-wrap{display:flex;flex-direction:column;gap:6px}.amateur-gallery-card.is-gallery-target,.amateur-album-card__item-wrap.is-gallery-target{outline:2px solid var(--color-primary);outline-offset:3px;border-radius:14px;transition:outline-color 0.2s ease;scroll-snap-align:center}.amateur-album-card__item-name{margin:0;font-size:0.82rem;font-weight:600;line-height:1.35;color:var(--color-white);text-align:center;padding:0 2px}.amateur-album-card__item{border:none;padding:0;border-radius:10px;overflow:hidden;aspect-ratio:1;cursor:pointer;background:#222}.amateur-album-card__item img{width:100%;height:100%;object-fit:cover;display:block}.amateur-album-card__item-video{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:1.2rem}.amateur-album-card__item--locked{position:relative;overflow:hidden;aspect-ratio:1;background:#222;cursor:default}.amateur-album-card__item--locked .amateur-album-card__item-preview{--album-locked-blur-pct:50;width:100%;height:100%;object-fit:cover;display:block;filter:blur(calc(var(--album-locked-blur-pct) * 0.16px));transform:scale(1.06);pointer-events:none}.amateur-album-card__item--empty{background:rgba(0,0,0,0.35)}.amateur-album-card__item-footer{display:flex;flex-direction:column;align-items:stretch;gap:4px;font-size:0.78rem}.amateur-album-card__item-footer .gallery-buy-form{margin:0}.amateur-album-card__item-footer .btn{width:100%;padding:4px 6px;font-size:0.72rem;min-height:0}.amateur-album-card__owned-label{margin:0}.amateur-album-card--teaser{display:flex;flex-direction:column;width:100%;padding:0;margin:0;border:none;text-align:left;cursor:pointer;color:inherit;font:inherit;transition:transform 0.15s ease,box-shadow 0.15s ease}.amateur-album-card--teaser:hover,.amateur-album-card--teaser:focus-visible{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.35);outline:none}.amateur-album-card--teaser:focus-visible{outline:2px solid var(--color-primary,#e91e8c);outline-offset:2px}.amateur-album-card--teaser .amateur-album-card__body{display:flex;flex-direction:column;gap:4px;padding:14px 16px 16px}.amateur-album-card--teaser .amateur-album-card__title{margin:0;font-size:1rem;font-weight:700;color:#fff;line-height:1.3}.amateur-album-card--teaser .amateur-album-card__meta{margin:0;font-size:0.85rem;color:rgba(255,255,255,0.72)}.amateur-album-card__open-hint{margin-top:6px;font-size:0.78rem;font-weight:600;color:var(--color-primary,#e91e8c)}.amateur-album-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.amateur-album-modal[hidden]{display:none}body.amateur-album-modal-open{overflow:hidden}.amateur-album-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.78);backdrop-filter:blur(4px)}.amateur-album-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(960px,100%);max-height:min(92vh,900px);overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#222 0%,#161616 100%);border:1px solid rgba(255,255,255,0.12);box-shadow:0 28px 90px rgba(0,0,0,0.55)}.amateur-album-modal__close{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;border:none;border-radius:999px;background:rgba(0,0,0,0.45);color:#fff;cursor:pointer;font-size:1.6rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease}.amateur-album-modal__close:hover,.amateur-album-modal__close:focus-visible{background:rgba(0,0,0,0.65);outline:none}.amateur-album-modal__hero{position:relative;flex:0 0 auto;height:clamp(140px,22vh,220px);overflow:hidden;background:#111}.amateur-album-modal__hero img{width:100%;height:100%;object-fit:cover;display:block}.amateur-album-modal__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(22,22,22,0.92) 100%);pointer-events:none}.amateur-album-modal__content{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:20px 24px 24px}.amateur-album-modal__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding-right:44px}.amateur-album-modal__headline{flex:1;min-width:0}.amateur-album-modal__title{margin:0 0 6px;font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700;color:#fff;line-height:1.25}.amateur-album-modal__meta{margin:0;font-size:0.95rem;line-height:1.5;color:rgba(255,255,255,0.72)}.amateur-album-modal__back{flex:0 0 auto;margin-top:2px;border:1px solid rgba(255,255,255,0.14);border-radius:999px;background:rgba(255,255,255,0.06);color:rgba(255,255,255,0.9);cursor:pointer;font-size:0.88rem;font-weight:600;padding:8px 14px;transition:background 0.15s ease,border-color 0.15s ease}.amateur-album-modal__back:hover,.amateur-album-modal__back:focus-visible{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.22);outline:none}.amateur-album-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.25) transparent}.amateur-album-modal__body .amateur-album-detail__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(156px,1fr));gap:18px;margin-bottom:0}.amateur-album-modal__body .amateur-album-card__item-wrap{gap:10px}.amateur-album-modal__body .amateur-album-card__item,.amateur-album-modal__body .amateur-album-card__item--locked,.amateur-album-modal__body .amateur-album-card__item--teaser{border-radius:16px;aspect-ratio:1;box-shadow:0 10px 28px rgba(0,0,0,0.28);transition:transform 0.15s ease,box-shadow 0.15s ease}.amateur-album-modal__body .amateur-gallery-open:hover,.amateur-album-modal__body .amateur-gallery-open:focus-visible{transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,0,0,0.38);outline:none}.amateur-album-modal__body .amateur-album-card__item-name{font-size:0.92rem;line-height:1.4}.amateur-album-modal__body .amateur-album-card__item-footer{gap:8px}.amateur-album-modal__body .amateur-album-card__item-footer .btn{font-size:0.8rem;padding:7px 10px}.amateur-album-detail__items{margin-bottom:0}@media (max-width:720px){.amateur-album-modal{padding:12px;align-items:flex-end}.amateur-album-modal__dialog{width:100%;max-height:94vh;border-radius:20px 20px 16px 16px}.amateur-album-modal__content{padding:16px 16px 20px}.amateur-album-modal__header{flex-direction:column;gap:10px;padding-right:36px}.amateur-album-modal__body .amateur-album-detail__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (max-width:600px){.amateur-profile-avatar-row{margin-top:-60px;padding:0 10px}.amateur-profile-avatar{width:132px;height:132px}.amateur-profile-avatar .avatar-initial-lg{font-size:3.5rem}}