.Toast-module__yWhMxq__toast{z-index:var(--z-toast);align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:Toast-module__yWhMxq__toastSlide var(--transition-base) forwards;background:#fff;border-left:4px solid;max-width:400px;display:flex;position:fixed;top:80px;right:20px}.Toast-module__yWhMxq__success{border-left-color:var(--color-success)}.Toast-module__yWhMxq__error{border-left-color:var(--color-danger)}.Toast-module__yWhMxq__warning{border-left-color:var(--color-warning)}.Toast-module__yWhMxq__icon{flex-shrink:0}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{color:var(--color-success)}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{color:var(--color-danger)}.Toast-module__yWhMxq__warning .Toast-module__yWhMxq__icon{color:var(--color-warning)}.Toast-module__yWhMxq__message{font-size:var(--font-size-sm);color:var(--color-text-primary);flex:1}.Toast-module__yWhMxq__close{color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-fast);flex-shrink:0;padding:2px}.Toast-module__yWhMxq__close:hover{color:var(--color-text-primary)}
.Footer-module__S6Hkya__footer{width:100%;font-family:var(--font-body);background-color:#111;border-top:1px solid #222;align-items:center;margin-top:auto;padding:16px 0;display:flex;position:relative}.Footer-module__S6Hkya__container{width:100%;max-width:1200px;padding:0 var(--space-4);justify-content:center;align-items:center;gap:var(--space-6,24px);text-align:center;color:#9ca3af;flex-flow:wrap;margin:0 auto;font-size:.88rem;display:flex}.Footer-module__S6Hkya__left{justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__right{color:#9ca3af;justify-content:center;align-items:center;gap:12px;font-size:.78rem;display:flex}.Footer-module__S6Hkya__links{justify-content:center;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.Footer-module__S6Hkya__links::-webkit-scrollbar{display:none}.Footer-module__S6Hkya__link{text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;font-size:.78rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:#fff}@media (max-width:768px){.Footer-module__S6Hkya__footer{display:none}}
.NoticePopup-module__VWd1tW__overlay{z-index:9998;background-color:#0006;animation:.3s ease-out forwards NoticePopup-module__VWd1tW__fadeIn;position:fixed;inset:0}.NoticePopup-module__VWd1tW__toast{background-color:var(--color-surface,#fff);z-index:9999;border-radius:16px;flex-direction:column;gap:16px;width:calc(100% - 48px);max-width:400px;padding:24px;animation:.4s cubic-bezier(.16,1,.3,1) forwards NoticePopup-module__VWd1tW__slideRight;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 24px #00000026}@media (max-width:768px){.NoticePopup-module__VWd1tW__toast{width:calc(100% - 32px);padding:20px}}.NoticePopup-module__VWd1tW__fadeOut{animation:.3s ease-in forwards NoticePopup-module__VWd1tW__fadeOut}.NoticePopup-module__VWd1tW__slideLeftOut{animation:.3s cubic-bezier(.16,1,.3,1) forwards NoticePopup-module__VWd1tW__slideLeftOut}.NoticePopup-module__VWd1tW__header{justify-content:space-between;align-items:center;display:flex}.NoticePopup-module__VWd1tW__iconWrapper{align-items:center;gap:8px;display:flex}.NoticePopup-module__VWd1tW__headerTitle{color:var(--color-text-primary,#333);font-size:1.1rem;font-weight:700}.NoticePopup-module__VWd1tW__closeButton{color:var(--color-text-secondary,#666);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.NoticePopup-module__VWd1tW__closeButton:hover{color:var(--color-text-primary,#333)}.NoticePopup-module__VWd1tW__content{flex-direction:column;gap:8px;display:flex}.NoticePopup-module__VWd1tW__title{color:var(--color-text-primary,#333);margin:0;font-size:1.1rem;font-weight:600}.NoticePopup-module__VWd1tW__description{color:var(--color-text-secondary,#666);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.5;display:-webkit-box;overflow:hidden}.NoticePopup-module__VWd1tW__actions{gap:12px;margin-top:8px;display:flex}.NoticePopup-module__VWd1tW__hideButton{border:1px solid var(--color-border,#ddd);background-color:var(--color-surface,#fff);color:var(--color-text-primary,#333);cursor:pointer;border-radius:8px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:background-color .2s}.NoticePopup-module__VWd1tW__hideButton:hover{background-color:var(--color-surface-hover,#f5f5f5)}.NoticePopup-module__VWd1tW__linkButton{background-color:var(--color-brown,#000);color:#fff;text-align:center;border-radius:8px;flex:1;padding:12px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s}.NoticePopup-module__VWd1tW__linkButton:hover{background-color:var(--color-brown-light,#333)}@keyframes NoticePopup-module__VWd1tW__slideRight{0%{opacity:0;transform:translate(-150%,-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes NoticePopup-module__VWd1tW__slideLeftOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-150%,-50%)}}@keyframes NoticePopup-module__VWd1tW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NoticePopup-module__VWd1tW__fadeOut{0%{opacity:1}to{opacity:0}}
