.pwa-install-banner-module__gOvm9a__banner{z-index:var(--z-toast,600);padding:var(--space-4,16px);padding-bottom:calc(var(--space-4,16px) + env(safe-area-inset-bottom,0px));background:var(--color-bg-elevated,#1e1e2e);border-top:1px solid var(--color-border,#ffffff1a);animation:.35s pwa-install-banner-module__gOvm9a__banner-slide-up;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000004d}.pwa-install-banner-module__gOvm9a__banner--leaving{animation:.25s forwards pwa-install-banner-module__gOvm9a__banner-slide-down}.pwa-install-banner-module__gOvm9a__banner__inner{align-items:flex-start;gap:var(--space-3,12px);max-width:480px;margin:0 auto;display:flex}.pwa-install-banner-module__gOvm9a__banner__icon{border-radius:var(--radius-md,8px);object-fit:cover;flex-shrink:0;width:40px;height:40px}.pwa-install-banner-module__gOvm9a__banner__body{flex:1;min-width:0}.pwa-install-banner-module__gOvm9a__banner__title{color:var(--color-text-primary,#fff);margin:0 0 2px;font-size:.875rem;font-weight:600}.pwa-install-banner-module__gOvm9a__banner__message{color:var(--color-text-secondary,#ffffffb3);margin:0;font-size:.75rem;line-height:1.5}.pwa-install-banner-module__gOvm9a__banner__actions{gap:var(--space-2,8px);margin-top:var(--space-3,12px);display:flex}.pwa-install-banner-module__gOvm9a__banner__install-btn{padding:var(--space-2,8px)var(--space-4,16px);color:#fff;background:var(--color-accent,#9b6b47);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;flex:1;font-size:.8125rem;font-weight:600;transition:opacity .2s}.pwa-install-banner-module__gOvm9a__banner__install-btn:hover{opacity:.9}.pwa-install-banner-module__gOvm9a__banner__dismiss-btn{padding:var(--space-2,8px)var(--space-3,12px);color:var(--color-text-secondary,#ffffffb3);border:1px solid var(--color-border,#ffffff26);border-radius:var(--radius-sm,6px);cursor:pointer;background:0 0;font-size:.8125rem;transition:background .2s,color .2s}.pwa-install-banner-module__gOvm9a__banner__dismiss-btn:hover{background:var(--color-bg-tertiary,#ffffff0d);color:var(--color-text-primary,#fff)}.pwa-install-banner-module__gOvm9a__banner__share-icon{vertical-align:-.1em;width:1em;height:1em;display:inline-block}@keyframes pwa-install-banner-module__gOvm9a__banner-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pwa-install-banner-module__gOvm9a__banner-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}
.feedback-module__p3XwIG__feedback-button{z-index:200;align-items:center;gap:var(--space-2);background:var(--color-accent,#6c5ce7);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 16px;font-size:.8125rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #0003}body[data-chat-open] .feedback-module__p3XwIG__feedback-button{display:none}.feedback-module__p3XwIG__feedback-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000040}.feedback-module__p3XwIG__feedback-button:active{transform:translateY(0)}.feedback-module__p3XwIG__feedback-button svg{flex-shrink:0;width:16px;height:16px}.feedback-module__p3XwIG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal-backdrop,300);padding:var(--space-4);background:#0009;justify-content:center;align-items:center;animation:.2s feedback-module__p3XwIG__fade-in;display:flex;position:fixed;inset:0}.feedback-module__p3XwIG__card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg,12px);width:100%;max-width:520px;max-height:85vh;padding:var(--space-6);z-index:var(--z-modal,400);overflow-y:auto}.feedback-module__p3XwIG__card-header{margin-bottom:var(--space-5)}.feedback-module__p3XwIG__card-title{color:var(--color-text-primary);margin:0 0 var(--space-2);font-size:1.125rem;font-weight:600}.feedback-module__p3XwIG__card-description{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.feedback-module__p3XwIG__form{gap:var(--space-4);flex-direction:column;display:flex}.feedback-module__p3XwIG__category-group{gap:var(--space-2);display:flex}.feedback-module__p3XwIG__category-btn{padding:var(--space-3);border:2px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-primary);color:var(--color-text-secondary);cursor:pointer;text-align:center;flex:1;justify-content:center;align-items:center;font-size:.8125rem;font-weight:500;transition:border-color .2s,background .2s,color .2s;display:flex}.feedback-module__p3XwIG__category-btn:hover{border-color:var(--color-accent);background:var(--color-bg-tertiary)}.feedback-module__p3XwIG__category-btn--selected{border-color:var(--color-accent);background:var(--color-accent-dim,#6c63ff1a);color:var(--color-text-primary);font-weight:600}.feedback-module__p3XwIG__field{gap:var(--space-1);flex-direction:column;display:flex}.feedback-module__p3XwIG__label{color:var(--color-text-secondary);font-size:.75rem;font-weight:600;display:block}.feedback-module__p3XwIG__textarea{resize:vertical;min-height:100px}.feedback-module__p3XwIG__char-count{color:var(--color-text-tertiary);text-align:right;font-size:.6875rem}.feedback-module__p3XwIG__char-count--over{color:#c33}.feedback-module__p3XwIG__screenshot-area{gap:var(--space-2);flex-direction:column;display:flex}.feedback-module__p3XwIG__screenshot-input-wrapper{align-items:center;gap:var(--space-2);display:flex}.feedback-module__p3XwIG__screenshot-hint{color:var(--color-text-tertiary);font-size:.6875rem}.feedback-module__p3XwIG__screenshot-preview-wrapper{display:inline-block;position:relative}.feedback-module__p3XwIG__screenshot-preview{border-radius:var(--radius-md);border:1px solid var(--color-border);object-fit:contain;max-width:100%;max-height:160px}.feedback-module__p3XwIG__screenshot-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;display:flex;position:absolute;top:4px;right:4px}.feedback-module__p3XwIG__screenshot-error{color:#c33;font-size:.75rem}.feedback-module__p3XwIG__auto-collect-notice{color:var(--color-text-tertiary);font-size:.6875rem;line-height:1.4}.feedback-module__p3XwIG__actions{gap:var(--space-3);padding-top:var(--space-2);justify-content:flex-end;display:flex}.feedback-module__p3XwIG__btn-cancel{padding:var(--space-2)var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-primary);color:var(--color-text-primary);cursor:pointer;font-size:.875rem;font-weight:500;transition:background .2s}.feedback-module__p3XwIG__btn-cancel:hover{background:var(--color-bg-tertiary)}.feedback-module__p3XwIG__btn-submit{padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;cursor:pointer;border:none;border:1px solid var(--color-accent);font-size:.875rem;font-weight:600;transition:opacity .15s}.feedback-module__p3XwIG__btn-submit:hover{opacity:.9}.feedback-module__p3XwIG__btn-submit:disabled{opacity:.5;cursor:not-allowed}.feedback-module__p3XwIG__error-message{color:#c33;padding:var(--space-3);border-radius:var(--radius-md);background:#ff50501a;font-size:.8125rem}@media (max-width:768px){.feedback-module__p3XwIG__feedback-button{bottom:calc(56px + 16px + 56px + 12px + var(--safe-area-bottom,0px));padding:10px}.feedback-module__p3XwIG__feedback-button-label{display:none}}@keyframes feedback-module__p3XwIG__fade-in{0%{opacity:0}to{opacity:1}}@keyframes feedback-module__p3XwIG__slide-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.toast-module__eiL02G__toast{bottom:100px;right:var(--space-6,24px);width:calc(100vw - 2rem);max-width:380px;padding:var(--space-4);border-radius:var(--radius-md);background:var(--color-bg-elevated,#1e1e2e);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:var(--z-toast,600);align-items:flex-start;gap:var(--space-3);animation:.3s toast-module__eiL02G__toast-in;display:flex;position:fixed;box-shadow:0 8px 32px #0000004d}.toast-module__eiL02G__toast--leaving{animation:.2s forwards toast-module__eiL02G__toast-out}.toast-module__eiL02G__toast--success{border-color:#50c8784d}.toast-module__eiL02G__toast--error{border-color:#ff50504d}.toast-module__eiL02G__toast--info{border-color:#6c63ff4d}.toast-module__eiL02G__toast__icon{flex-shrink:0;margin-top:1px;font-size:1.25rem;line-height:1}.toast-module__eiL02G__toast__body{flex:1;min-width:0}.toast-module__eiL02G__toast__message{color:var(--color-text-primary);font-size:.8125rem;line-height:1.5}.toast-module__eiL02G__toast__action{margin-top:var(--space-2);padding:var(--space-1)var(--space-3);color:#fff;background:var(--color-accent);border-radius:var(--radius-sm,4px);cursor:pointer;border:none;font-size:.75rem;font-weight:600;transition:opacity .2s;display:inline-block}.toast-module__eiL02G__toast__action:hover{opacity:.9}.toast-module__eiL02G__toast__close{width:24px;height:24px;color:var(--color-text-tertiary);cursor:pointer;border-radius:var(--radius-sm,4px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;line-height:1;transition:background .2s,color .2s;display:flex}.toast-module__eiL02G__toast__close:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}@keyframes toast-module__eiL02G__toast-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-module__eiL02G__toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(16px)}}@media (prefers-reduced-motion:reduce){@keyframes toast-module__eiL02G__toast-in{0%,to{opacity:1;transform:none}}@keyframes toast-module__eiL02G__toast-out{0%,to{opacity:0;transform:none}}}
.vertical-timeline-view-module__O51Xoa__container{background-color:var(--color-bg-primary);box-sizing:border-box;width:100%;height:100%;padding:2rem 1rem;overflow:hidden auto}.vertical-timeline-view-module__O51Xoa__timeline{max-width:900px;margin:0 auto;position:relative}.vertical-timeline-view-module__O51Xoa__timeline:before{content:"";z-index:0;background:linear-gradient(#0000 0%,#9b6b4733 8% 92%,#0000 100%);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.vertical-timeline-view-module__O51Xoa__yearLabel{color:var(--color-text-secondary,#555);letter-spacing:.04em;background:#9b6b471f;border-radius:20px;margin:1.5rem auto .75rem;padding:.2rem .9rem;font-size:.85rem;font-weight:700;display:inline-block}.vertical-timeline-view-module__O51Xoa__row{align-items:flex-start;gap:0;margin-bottom:2.5rem;display:flex;position:relative}.vertical-timeline-view-module__O51Xoa__rowChild{margin-bottom:1.5rem}.vertical-timeline-view-module__O51Xoa__cardSlotLeft{flex:1;justify-content:flex-end;padding-right:2rem;display:flex;position:relative}.vertical-timeline-view-module__O51Xoa__cardSlotRight{flex:1;justify-content:flex-start;padding-left:2rem;display:flex;position:relative}.vertical-timeline-view-module__O51Xoa__rowLeft .vertical-timeline-view-module__O51Xoa__cardSlotLeft:after{content:"";background-color:#9b6b4733;width:2rem;height:2px;position:absolute;top:calc(.75rem + 7px);right:0;transform:translateY(-50%)}.vertical-timeline-view-module__O51Xoa__rowRight .vertical-timeline-view-module__O51Xoa__cardSlotRight:before{content:"";background-color:#9b6b4733;width:2rem;height:2px;position:absolute;top:calc(.75rem + 7px);left:0;transform:translateY(-50%)}.vertical-timeline-view-module__O51Xoa__dotWrapper{z-index:1;flex-shrink:0;justify-content:center;align-items:flex-start;width:20px;padding-top:.75rem;display:flex;position:relative}.vertical-timeline-view-module__O51Xoa__dot{background:#fffc;border:2px solid #9b6b47;border-radius:50%;flex-shrink:0;width:14px;height:14px}.vertical-timeline-view-module__O51Xoa__dotSocial{background-color:var(--color-text-secondary,#888);border-color:var(--color-bg-primary,#fff)}.vertical-timeline-view-module__O51Xoa__card{text-align:left;background:var(--color-bg-secondary,#fff);border:1px solid var(--color-border,#e0e0e0);cursor:pointer;border-radius:8px;width:100%;max-width:420px;padding:.75rem 1rem;transition:box-shadow .15s,transform .1s;display:block;position:relative;box-shadow:0 1px 4px #00000014}.vertical-timeline-view-module__O51Xoa__card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000024}.vertical-timeline-view-module__O51Xoa__card:focus-visible{outline:2px solid var(--color-accent,teal);outline-offset:2px}.vertical-timeline-view-module__O51Xoa__cardAlignRight{text-align:right}.vertical-timeline-view-module__O51Xoa__cardAlignLeft{text-align:left}.vertical-timeline-view-module__O51Xoa__cardSmall{max-width:300px;margin-left:1rem;margin-right:1rem;padding:.5rem .75rem;font-size:.9em}.vertical-timeline-view-module__O51Xoa__socialBadge{color:var(--color-text-secondary,#888);background:var(--color-bg-tertiary,#f4f4f4);letter-spacing:.04em;border-radius:4px;margin-bottom:.25rem;padding:0 .4rem;font-size:.7rem;font-style:italic;display:inline-block}.vertical-timeline-view-module__O51Xoa__dateLabel{color:var(--color-accent,teal);margin:0 0 .25rem;font-size:.75rem;font-weight:600;line-height:1.3}.vertical-timeline-view-module__O51Xoa__endDate{color:var(--color-text-secondary,#888);font-weight:400}.vertical-timeline-view-module__O51Xoa__title{color:var(--color-text-primary,#111);margin:0 0 .35rem;font-size:.95rem;font-weight:600;line-height:1.4}.vertical-timeline-view-module__O51Xoa__description{color:var(--color-text-secondary,#555);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.vertical-timeline-view-module__O51Xoa__thumbnailWrapper{border-radius:6px;width:100%;height:180px;margin-top:.5rem;position:relative;overflow:hidden}.vertical-timeline-view-module__O51Xoa__thumbnail{object-fit:cover;border-radius:6px}
.photo-mosaic-view-module__NsfNfG__container{width:100%;padding:16px;overflow-y:auto}.photo-mosaic-view-module__NsfNfG__mosaic{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-auto-rows:120px;grid-auto-flow:dense;gap:6px;display:grid}@media (min-width:600px){.photo-mosaic-view-module__NsfNfG__mosaic{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-auto-rows:140px}}@media (min-width:900px){.photo-mosaic-view-module__NsfNfG__mosaic{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-auto-rows:160px}}.photo-mosaic-view-module__NsfNfG__tileLarge{grid-area:span 2/span 2}.photo-mosaic-view-module__NsfNfG__tileMediumWide{grid-area:span 1/span 2}.photo-mosaic-view-module__NsfNfG__tileMediumTall{grid-area:span 2/span 1}.photo-mosaic-view-module__NsfNfG__tileSmall{grid-area:span 1/span 1}.photo-mosaic-view-module__NsfNfG__card{cursor:pointer;border-radius:12px;outline:none;width:100%;height:100%;transition:transform .15s,box-shadow .15s;position:relative;overflow:hidden}.photo-mosaic-view-module__NsfNfG__card:hover,.photo-mosaic-view-module__NsfNfG__card:focus-visible{z-index:2;transform:scale(1.02);box-shadow:0 8px 24px #0000004d}.photo-mosaic-view-module__NsfNfG__cardPhoto{background-color:#1a1a1a}.photo-mosaic-view-module__NsfNfG__cardText{background-color:#2c2c2c;align-items:flex-end;display:flex}.photo-mosaic-view-module__NsfNfG__cardImage{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.photo-mosaic-view-module__NsfNfG__cardOverlay{background:linear-gradient(#0000 50%,#4a352080 100%);flex-direction:column;justify-content:flex-end;gap:2px;padding:8px 10px;display:flex;position:absolute;inset:0}.photo-mosaic-view-module__NsfNfG__tileSmall .photo-mosaic-view-module__NsfNfG__cardOverlay{padding:6px 8px}.photo-mosaic-view-module__NsfNfG__dateLabel{color:#ffffffd9;letter-spacing:.02em;font-size:11px;font-weight:500;line-height:1.2}.photo-mosaic-view-module__NsfNfG__tileSmall .photo-mosaic-view-module__NsfNfG__dateLabel{font-size:10px}.photo-mosaic-view-module__NsfNfG__eventTitle{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.photo-mosaic-view-module__NsfNfG__tileSmall .photo-mosaic-view-module__NsfNfG__eventTitle{-webkit-line-clamp:1;font-size:11px}.photo-mosaic-view-module__NsfNfG__tileMediumWide .photo-mosaic-view-module__NsfNfG__eventTitle,.photo-mosaic-view-module__NsfNfG__tileMediumTall .photo-mosaic-view-module__NsfNfG__eventTitle{font-size:12px}.photo-mosaic-view-module__NsfNfG__socialBadge{color:#fff;letter-spacing:.05em;text-transform:uppercase;pointer-events:none;background-color:#c8641ee6;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600;position:absolute;top:6px;right:6px}.photo-mosaic-view-module__NsfNfG__empty{height:200px;color:var(--color-text-muted,#888);justify-content:center;align-items:center;font-size:14px;display:flex}
.pc-reminder-sheet-module__GpjVrq__overlay{z-index:var(--z-modal-backdrop);background:#00000080;animation:.2s pc-reminder-sheet-module__GpjVrq__fade-in;position:fixed;inset:0}.pc-reminder-sheet-module__GpjVrq__sheet{background:var(--color-bg-elevated);border-radius:var(--radius-xl)var(--radius-xl)0 0;padding:var(--space-6);padding-bottom:calc(var(--space-6) + var(--safe-area-bottom));z-index:var(--z-modal);animation:.3s both pc-reminder-sheet-module__GpjVrq__slide-in-up;position:fixed;bottom:0;left:0;right:0}.pc-reminder-sheet-module__GpjVrq__handle{background:var(--color-border-hover);border-radius:var(--radius-full);width:40px;height:4px;margin:0 auto var(--space-5)}.pc-reminder-sheet-module__GpjVrq__title{color:var(--color-text-primary);text-align:center;margin:0 0 var(--space-3);font-size:1.125rem;font-weight:600}.pc-reminder-sheet-module__GpjVrq__description{color:var(--color-text-secondary);margin:0 0 var(--space-5);font-size:.875rem;line-height:1.6}.pc-reminder-sheet-module__GpjVrq__actions{gap:var(--space-3);flex-direction:column;display:flex}.pc-reminder-sheet-module__GpjVrq__primary-btn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--color-accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast);border:none;flex-direction:row;font-size:1rem;font-weight:500;display:flex}.pc-reminder-sheet-module__GpjVrq__primary-btn:hover{opacity:.9}.pc-reminder-sheet-module__GpjVrq__primary-btn:active{opacity:.85}.pc-reminder-sheet-module__GpjVrq__primary-btn:disabled{opacity:.5;cursor:not-allowed}.pc-reminder-sheet-module__GpjVrq__secondary-btn{width:100%;padding:var(--space-3);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;font-size:.875rem}.pc-reminder-sheet-module__GpjVrq__secondary-btn:active{color:var(--color-text-primary)}@keyframes pc-reminder-sheet-module__GpjVrq__fade-in{0%{opacity:0}to{opacity:1}}@keyframes pc-reminder-sheet-module__GpjVrq__slide-in-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.pending-invitations-list-module__4Ksd6W__section{margin-bottom:var(--space-6);padding:var(--space-5);background:var(--color-bg-elevated);border-radius:var(--radius-md);border:1px solid var(--color-border)}.pending-invitations-list-module__4Ksd6W__title{color:var(--color-text-primary);margin:0 0 var(--space-2);font-size:1rem;font-weight:700}.pending-invitations-list-module__4Ksd6W__description{color:var(--color-text-secondary);margin:0 0 var(--space-4);font-size:.8125rem}.pending-invitations-list-module__4Ksd6W__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pending-invitations-list-module__4Ksd6W__item{margin:0}.pending-invitations-list-module__4Ksd6W__link{padding:var(--space-3)var(--space-4);background:var(--color-surface);border-radius:var(--radius-sm);color:inherit;transition:background var(--transition-fast);text-decoration:none;display:block}.pending-invitations-list-module__4Ksd6W__link:hover{background:var(--color-surface-hover)}.pending-invitations-list-module__4Ksd6W__itemTitle{color:var(--color-text-primary);margin-bottom:4px;font-size:.9375rem;font-weight:600}.pending-invitations-list-module__4Ksd6W__itemMeta{gap:var(--space-2);color:var(--color-text-secondary);margin-bottom:4px;font-size:.8125rem;display:flex}.pending-invitations-list-module__4Ksd6W__itemAction{color:var(--color-accent);font-size:.8125rem}
.original-cleanup-modal-module__8hxxTq__resultBanner{background:var(--color-accent-soft,#4ade801f);color:var(--color-text-primary);border-radius:8px;margin:8px 0 12px;padding:10px 12px;font-size:.875rem}.original-cleanup-modal-module__8hxxTq__resultDetail{color:var(--color-text-secondary);margin-top:4px;font-size:.75rem}.original-cleanup-modal-module__8hxxTq__errorBanner{color:#ef4444;background:#ef44441f;border-radius:8px;margin:8px 0 12px;padding:10px 12px;font-size:.875rem}.original-cleanup-modal-module__8hxxTq__loading,.original-cleanup-modal-module__8hxxTq__empty{text-align:center;color:var(--color-text-secondary);padding:24px 12px;font-size:.875rem}.original-cleanup-modal-module__8hxxTq__toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:8px 0;display:flex}.original-cleanup-modal-module__8hxxTq__selectAll{cursor:pointer;color:var(--color-text-primary);align-items:center;gap:6px;font-size:.875rem;display:inline-flex}.original-cleanup-modal-module__8hxxTq__summary{color:var(--color-text-secondary);font-size:.8125rem}.original-cleanup-modal-module__8hxxTq__list{max-height:50vh;margin:0;padding:0;list-style:none;overflow-y:auto}.original-cleanup-modal-module__8hxxTq__item{border-bottom:1px solid var(--color-border)}.original-cleanup-modal-module__8hxxTq__item:last-child{border-bottom:none}.original-cleanup-modal-module__8hxxTq__itemLabel{cursor:pointer;align-items:center;gap:12px;padding:10px 4px;display:flex}.original-cleanup-modal-module__8hxxTq__thumb{object-fit:cover;background:var(--color-bg-tertiary);border-radius:6px;flex-shrink:0;width:56px;height:56px}.original-cleanup-modal-module__8hxxTq__itemMeta{flex-direction:column;flex:1;min-width:0;display:flex}.original-cleanup-modal-module__8hxxTq__itemTitle{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.original-cleanup-modal-module__8hxxTq__itemSub{color:var(--color-text-tertiary);flex-wrap:wrap;align-items:center;gap:6px;margin-top:2px;font-size:.75rem;display:flex}
.legal-module__4inzeG__footer{padding:var(--space-2)var(--space-4);text-align:center;border-top:1px solid #8b73551a}.legal-module__4inzeG__footerLinks{gap:var(--space-1);color:#7a6b5d;font-size:.75rem;display:inline-flex}.legal-module__4inzeG__footerLink{font:inherit;color:#826c4e;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:none}.legal-module__4inzeG__footerLink:hover{color:#6b5740;text-decoration:underline}.legal-module__4inzeG__footerSeparator{color:#8b73554d}.legal-module__4inzeG__modalOverlay{z-index:1000;padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;animation:.2s legal-module__4inzeG__fadeIn;display:flex;position:fixed;inset:0}.legal-module__4inzeG__modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:640px;max-height:80vh;display:flex;box-shadow:0 8px 32px #00000026}.legal-module__4inzeG__modalHeader{padding:var(--space-5)var(--space-6)var(--space-3);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.legal-module__4inzeG__modalTitle{color:#3d2e1f;font-size:1.25rem;font-weight:700}.legal-module__4inzeG__modalHeaderActions{align-items:center;gap:var(--space-2);display:flex}.legal-module__4inzeG__modalNewTabLink{color:#826c4e;font-size:.75rem;text-decoration:none}.legal-module__4inzeG__modalNewTabLink:hover{color:#6b5740;text-decoration:underline}.legal-module__4inzeG__modalCloseButton{color:#7a6b5d;cursor:pointer;padding:var(--space-1);border-radius:var(--radius-sm);background:0 0;border:none;font-size:1.25rem;line-height:1}.legal-module__4inzeG__modalCloseButton:hover{background:#f5ede0}.legal-module__4inzeG__modalBody{padding:var(--space-3)var(--space-6)var(--space-6);flex:1;overflow-y:auto}.legal-module__4inzeG__modalDate{color:#7a6b5d;margin-bottom:var(--space-6);font-size:.8125rem}.legal-module__4inzeG__modalContent{gap:var(--space-5);flex-direction:column;display:flex}.legal-module__4inzeG__modalSection{padding-bottom:var(--space-5);border-bottom:1px solid #8b73551a}.legal-module__4inzeG__modalSection:last-child{border-bottom:none;padding-bottom:0}.legal-module__4inzeG__modalSectionTitle{color:#3d2e1f;margin-bottom:var(--space-2);font-size:1rem;font-weight:600}.legal-module__4inzeG__modalSectionContent{color:#5a4d3f;font-size:.875rem;line-height:1.7}.legal-module__4inzeG__modalList{padding-left:var(--space-5);color:#5a4d3f;gap:var(--space-1);margin-top:var(--space-2);flex-direction:column;font-size:.875rem;line-height:1.8;list-style:outside;display:flex}@keyframes legal-module__4inzeG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes legal-module__4inzeG__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
