.redbook-notes{--redbook-glass-bg:linear-gradient(145deg, #ffffffb8, #ffffff61), #f2f6f46b;--redbook-glass-border:#ffffff8c;--redbook-glass-shadow:inset 0 1px 0 #ffffffb8, 0 8px 24px #0b181612;flex-direction:column;gap:12px;padding-bottom:28px;display:flex}.redbook-notes__toolbar{border:1px solid var(--redbook-glass-border);background:var(--redbook-glass-bg);box-shadow:var(--redbook-glass-shadow);backdrop-filter:blur(22px)saturate(1.55);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.redbook-notes__heading{flex-direction:column;gap:4px;min-width:0;display:flex}.redbook-notes__heading h1{letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:650;line-height:1.25}.redbook-notes__meta{color:var(--color-text-muted,#667085);margin:0;font-size:.72rem}.redbook-notes__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:flex}.redbook-user{border:1px solid var(--redbook-glass-border);background:var(--redbook-glass-bg);box-shadow:var(--redbook-glass-shadow);backdrop-filter:blur(22px)saturate(1.55);border-radius:18px;position:relative;overflow:hidden}.redbook-user__banner{background-color:#0000;background-image:linear-gradient(135deg,#00624138,#1018281f),linear-gradient(#fff3,#f2f6f48c);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:88px}.redbook-user__body{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;margin-top:-28px;padding:0 14px 14px;display:grid}.redbook-user__avatar{object-fit:cover;background:#ffffffb3;border:2px solid #ffffffd9;border-radius:50%;width:72px;height:72px;box-shadow:0 8px 20px #0b18161f}.redbook-user__avatar--empty{color:var(--color-brand,#006241);place-items:center;font-size:1.4rem;font-weight:650;display:grid}.redbook-user__main{min-width:0;padding-top:30px}.redbook-user__title-row{flex-wrap:wrap;align-items:baseline;gap:6px 10px;display:flex}.redbook-user__name{letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:650;line-height:1.25}.redbook-user__red-id,.redbook-user__location{color:var(--color-text-muted,#667085);margin:0;font-size:.72rem}.redbook-user__desc{color:color-mix(in srgb, var(--color-text,#101828) 88%, transparent);white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:8px 0 0;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.redbook-user__stats{background:linear-gradient(#ffffff8c,#ffffff47),#fff3;border:1px solid #ffffff80;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-top:12px;padding:8px;display:grid;box-shadow:inset 0 1px #ffffffb3}.redbook-user__stats div{text-align:center;flex-direction:column;align-items:center;gap:2px;min-width:0;display:flex}.redbook-user__stats strong{letter-spacing:-.02em;font-size:.86rem;font-weight:650;line-height:1.2}.redbook-user__stats span{color:var(--color-text-muted,#667085);font-size:.62rem}@media (width<=719px){.redbook-user__banner{height:72px}.redbook-user__body{gap:10px;padding:0 12px 12px}.redbook-user__avatar{width:64px;height:64px}.redbook-user__main{padding-top:28px}.redbook-user__stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.redbook-notes__btn{min-height:28px;color:var(--color-text,#101828);font:inherit;letter-spacing:.01em;backdrop-filter:blur(14px)saturate(1.4);cursor:pointer;background:linear-gradient(#ffffffc7,#ffffff6b),#ffffff47;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 9px;font-size:.75rem;font-weight:520;line-height:1;text-decoration:none;transition:border-color .15s,box-shadow .15s,background .15s,transform .15s;display:inline-flex;box-shadow:inset 0 1px #fffc,0 1px 2px #0b18160a}.redbook-notes__btn ion-icon{font-size:.9rem}.redbook-notes__btn:hover{border-color:color-mix(in srgb, var(--color-brand,#006241) 28%, transparent);box-shadow:inset 0 1px #ffffffe6,0 4px 12px #00624114}.redbook-notes__btn:disabled{opacity:.5;cursor:not-allowed}.redbook-notes__btn--primary{border-color:color-mix(in srgb, var(--color-brand,#006241) 32%, #fff6);background:linear-gradient(180deg, #ffffffb3, #d4e9e273), color-mix(in srgb, var(--color-brand,#006241) 10%, transparent);color:var(--color-brand,#006241)}.redbook-notes__heading>.redbook-notes__btn{align-self:flex-start;min-height:24px;margin-bottom:2px;padding:0 8px;font-size:.7rem}.redbook-notes__boot{text-align:center;border:1px solid var(--redbook-glass-border);background:var(--redbook-glass-bg);min-height:min(42vh,360px);box-shadow:var(--redbook-glass-shadow);backdrop-filter:blur(22px)saturate(1.45);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;display:flex}.redbook-notes__boot--error strong{color:#b42318}.redbook-notes__boot p{color:var(--color-text-muted,#667085);margin:0;font-size:.85rem}.redbook-notes__spinner{border:2px solid #00624129;border-top-color:var(--color-brand,#006241);border-radius:50%;width:26px;height:26px;animation:.75s linear infinite redbook-spin}@keyframes redbook-spin{to{transform:rotate(360deg)}}.redbook-notes__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (width>=720px){.redbook-notes__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}}@media (width>=980px){.redbook-notes__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.redbook-notes__card{text-align:left;cursor:pointer;font:inherit;color:inherit;backdrop-filter:blur(16px)saturate(1.4);background:linear-gradient(160deg,#ffffffc7,#ffffff6b),#ffffff59;border:1px solid #ffffff80;border-radius:12px;flex-direction:column;gap:0;padding:0;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffa6,0 6px 16px #0b18160f}.redbook-notes__card:hover{border-color:color-mix(in srgb, var(--color-brand,#006241) 22%, #ffffff80);transform:translateY(-1px);box-shadow:inset 0 1px #fffc,0 10px 22px #0062411a}.redbook-notes__cover-wrap{aspect-ratio:3/4;background:color-mix(in srgb, var(--color-border,#e4e7ec) 45%, #fff);position:relative;overflow:hidden}.redbook-notes__cover{object-fit:cover;width:100%;height:100%;display:block}.redbook-notes__cover--empty{color:var(--color-text-muted,#667085);place-items:center;font-size:.72rem;display:grid}.redbook-notes__badge{color:#fff;backdrop-filter:blur(10px)saturate(1.3);background:#1018287a;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:2px;padding:2px 6px;font-size:.62rem;line-height:1.2;display:inline-flex;position:absolute;top:6px;left:6px}.redbook-notes__badge--sticky{background:color-mix(in srgb, var(--color-brand,#006241) 72%, transparent);left:auto;right:6px}.redbook-notes__badge ion-icon{font-size:.7rem}.redbook-notes__body{flex-direction:column;gap:4px;padding:7px 8px 8px;display:flex}.redbook-notes__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;font-weight:560;line-height:1.3;display:-webkit-box;overflow:hidden}.redbook-notes__stats{color:var(--color-text-muted,#667085);flex-wrap:wrap;gap:5px;margin:0;font-size:.64rem;display:flex}.redbook-notes__footer{justify-content:center;padding-top:2px;display:flex}.redbook-notes__lightbox{z-index:80;backdrop-filter:blur(10px)saturate(1.2);background:#1018286b;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.redbook-notes__lightbox-panel{backdrop-filter:blur(24px)saturate(1.5);background:linear-gradient(145deg,#ffffffe0,#ffffff9e),#ffffff8c;border:1px solid #ffffff8c;border-radius:18px;flex-direction:column;gap:12px;width:min(920px,100%);max-height:min(92vh,900px);padding:14px;display:flex;overflow:auto;box-shadow:inset 0 1px #fffc,0 18px 48px #0b181629}.redbook-notes__lightbox-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.redbook-notes__lightbox-head h2{margin:0;font-size:1rem;line-height:1.35}.redbook-notes__lightbox-desc{white-space:pre-wrap;color:var(--color-text-muted,#667085);margin:0;font-size:.86rem;line-height:1.5}.redbook-notes__lightbox-images{gap:10px;display:grid}.redbook-notes__lightbox-images img{object-fit:contain;background:#0f172a0d;border-radius:12px;width:100%;max-height:70vh}.redbook-notes__lightbox-actions{flex-wrap:wrap;gap:6px;display:flex}@media (width<=719px){.redbook-notes__toolbar{flex-direction:column;gap:8px}.redbook-notes__actions{justify-content:flex-start;width:100%}}
