body.page-template-page_choombook{background-image:none;background-color:var(--black)}.choombook-page{margin-top:0}.choombook-hero{width:100%;aspect-ratio:1920/1500;margin-bottom:-18%;background-image:url(../img/bg_choombook.jpg);background-size:contain;background-position:center top;background-repeat:no-repeat}.choombook-count{margin:0 0 1.75rem;text-align:center;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.choombook-count strong{color:var(--yellow)}.choombook-actions{display:flex;justify-content:center;margin-bottom:2rem}.choombook-cta{border:none;cursor:pointer;background:var(--yellow);color:#000;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.95rem;padding:.8rem 1.6rem;clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);transition:transform .15s ease,box-shadow .15s ease}.choombook-cta:focus-visible,.choombook-cta:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.45)}.choombook-notice{max-width:640px;margin:0 auto 1.5rem;padding:.9rem 1.2rem;font-weight:700;text-align:center;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.choombook-notice--success{background:var(--yellow);color:#000}.choombook-notice--error{background:#ff003c;color:#fff}.choombook-panel{display:none;max-width:640px;margin:0 auto 3.5rem}.choombook-panel.is-open{display:block}.choombook-form{background:rgba(255,255,255,.06);border-left:4px solid var(--yellow);padding:1.5rem}.choombook-form__hint,.choombook-form__intro{color:rgba(255,255,255,.6);font-size:.85rem;line-height:1.5;margin:0 0 1rem}.choombook-form__hint{margin:1rem 0 0}.choombook-form__hint a{color:var(--yellow)}.choombook-form__login{display:inline-flex;align-items:center;gap:.6rem;background:#fff;color:#000;font-weight:700;text-decoration:none;padding:.7rem 1.3rem;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);transition:transform .15s ease}.choombook-form__login:hover{transform:translateY(-2px);color:#000}.choombook-form__as{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:rgba(255,255,255,.85)}.choombook-form__as img{display:block}.choombook-form__as strong{color:var(--yellow)}.choombook-form__label{display:block;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700;margin-bottom:.4rem}.choombook-form__text{width:100%;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.2);color:var(--white);padding:.7rem .9rem;margin-bottom:1rem;border-radius:0}.choombook-form__text:focus{outline:0;border-color:var(--yellow)}.choombook-form__text::placeholder{color:rgba(255,255,255,.35)}.choombook-form__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.choombook-form__counter{color:rgba(255,255,255,.5);font-size:.8rem}.choombook-form__submit{border:none;cursor:pointer;background:var(--yellow);color:#000;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.6rem 1.3rem;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.choombook-wall{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:3rem}@media (min-width:768px){.choombook-wall{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.choombook-wall{grid-template-columns:repeat(3,1fr)}}.choombook-card{background:var(--yellow);color:#000;clip-path:polygon(20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 20px);transition:transform .15s ease}.choombook-card:hover{transform:translateY(-4px)}.choombook-card__inner{display:flex;flex-direction:column;gap:1rem;height:100%;padding:1.5rem 1.6rem}.choombook-card .choombook-card__inner a,.choombook-card .choombook-card__inner p,.choombook-card .choombook-card__inner span,.choombook-card .choombook-card__inner time{margin:0}.choombook-card__head{display:flex;align-items:center;gap:.9rem}.choombook-card__avatar{position:relative;width:56px;height:56px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.85);color:var(--yellow);font-weight:800;font-size:1.4rem;line-height:1;clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)}.choombook-card__avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.choombook-card__names{display:flex;flex-direction:column;min-width:0}.choombook-card__name{font-weight:800;font-size:1.05rem;line-height:1.2;overflow-wrap:anywhere}.choombook-card .choombook-card__handle{color:rgba(0,0,0,.6);text-decoration:none;font-size:.85rem;font-weight:700;overflow-wrap:anywhere}.choombook-card .choombook-card__handle:hover{color:#000;text-decoration:underline}.choombook-card__message{flex:1 1 auto;overflow-wrap:anywhere}.choombook-card__message p{margin:0 0 .6rem;color:#000;font-size:1rem;line-height:1.45}.choombook-card__message p:last-child{margin-bottom:0}.choombook-card__date{color:rgba(0,0,0,.55);text-transform:uppercase;letter-spacing:1px;font-size:.72rem;font-weight:700}.choombook-empty{text-align:center;color:rgba(255,255,255,.6);padding:3rem 0 4rem}