.theme-toggle.svelte-o1i844{background:var(--theme-nav-hover-bg, var(--theme-info-bg));border:1px solid var(--theme-border-color-light);color:var(--theme-link-color);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.theme-toggle.svelte-o1i844:hover{background:var(--theme-info-bg);transform:scale(1.1);box-shadow:var(--theme-shadow-purple-light)}.theme-toggle.svelte-o1i844 .icon-host:where(.svelte-o1i844){font-size:1rem;transition:transform .5s ease}.theme-toggle.svelte-o1i844:hover .icon-host:where(.svelte-o1i844){transform:rotate(30deg)}@media(min-width:769px)and (max-width:992px){.theme-toggle.svelte-o1i844{width:26px;height:26px}.theme-toggle.svelte-o1i844 .icon-host:where(.svelte-o1i844){font-size:.7rem}}@media(max-width:576px){.theme-toggle.svelte-o1i844{width:36px;height:36px}.theme-toggle.svelte-o1i844 .icon-host:where(.svelte-o1i844){font-size:.9rem}}.popup-overlay.svelte-1ryijti{position:fixed;inset:0;background:var(--theme-overlay-dark-strong);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:svelte-1ryijti-fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-content.svelte-1ryijti{background:var(--theme-bg-card);border-radius:20px;box-shadow:var(--theme-shadow-card-hover);max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;animation:svelte-1ryijti-slideUp .3s ease-out;border:2px solid var(--theme-border-light)}.popup-header.svelte-1ryijti{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;border-bottom:2px solid var(--theme-border-light);flex-shrink:0;background:var(--theme-gradient-primary);border-radius:18px 18px 0 0}.popup-title.svelte-1ryijti{font-size:1.25rem;font-weight:700;color:var(--theme-text-on-accent);margin:0;display:flex;align-items:center;gap:.75rem}.popup-title.svelte-1ryijti .icon-host:where(.svelte-1ryijti){font-size:1.5rem;animation:svelte-1ryijti-pulse 2s ease-in-out infinite}.message-count.svelte-1ryijti{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;background:var(--theme-bg-card);color:var(--theme-accent-primary);border-radius:50px;font-size:.875rem;font-weight:700;box-shadow:0 2px 8px var(--theme-shadow)}.popup-close-btn.svelte-1ryijti{background:var(--theme-overlay-light);border:none;color:var(--theme-text-on-accent);font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.popup-close-btn.svelte-1ryijti:hover{background:var(--theme-overlay-light);transform:scale(1.1)}.popup-close-btn.svelte-1ryijti:active{transform:scale(.95)}.popup-body.svelte-1ryijti{padding:1.5rem;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1rem}.message-item.svelte-1ryijti{background:var(--theme-bg-gradient-secondary);border-radius:12px;padding:1.25rem;border:1px solid var(--theme-border-light);transition:all .3s ease;animation:svelte-1ryijti-slideInRight .4s ease-out backwards}.message-item.svelte-1ryijti:nth-child(1){animation-delay:.05s}.message-item.svelte-1ryijti:nth-child(2){animation-delay:.1s}.message-item.svelte-1ryijti:nth-child(3){animation-delay:.15s}.message-item.svelte-1ryijti:nth-child(4){animation-delay:.2s}.message-item.svelte-1ryijti:nth-child(5){animation-delay:.25s}.message-item.svelte-1ryijti:hover{transform:translate(4px);box-shadow:var(--theme-shadow-card-small)}.message-header.svelte-1ryijti{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:.75rem;flex-wrap:wrap}.message-info.svelte-1ryijti{display:flex;flex-direction:column;gap:.25rem;flex:1}.message-title.svelte-1ryijti{font-size:1rem;font-weight:700;color:var(--theme-accent-primary)}.message-time.svelte-1ryijti{font-size:.8125rem;color:var(--theme-text-secondary);font-weight:500}.message-type.svelte-1ryijti{padding:.25rem .75rem;background:var(--theme-bg-gradient-success);color:var(--theme-text-on-accent);border-radius:50px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;align-self:flex-start}.message-content.svelte-1ryijti{color:var(--theme-text-primary);font-size:.9375rem;line-height:1.6;word-wrap:break-word}.message-content.svelte-1ryijti a{color:var(--theme-accent-primary);text-decoration:underline;font-weight:600;transition:all .2s ease}.message-content.svelte-1ryijti a:hover{color:var(--theme-accent-hover);text-decoration:none}.message-content.svelte-1ryijti p{margin:.5rem 0}.message-content.svelte-1ryijti strong,.message-content.svelte-1ryijti b{font-weight:700;color:var(--theme-accent-primary)}.message-content.svelte-1ryijti em,.message-content.svelte-1ryijti i{font-style:italic}.popup-footer.svelte-1ryijti{padding:1.25rem 1.75rem;border-top:2px solid var(--theme-border-light);display:flex;justify-content:flex-end;flex-shrink:0}.btn-close.svelte-1ryijti{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--theme-gradient-primary);color:var(--theme-text-on-accent);border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--theme-shadow-card-default)}.btn-close.svelte-1ryijti .icon-host:where(.svelte-1ryijti){font-size:1.125rem}.btn-close.svelte-1ryijti:hover{transform:translateY(-2px);box-shadow:var(--theme-shadow-card-hover)}.btn-close.svelte-1ryijti:active{transform:translateY(0)}@keyframes svelte-1ryijti-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1ryijti-slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes svelte-1ryijti-slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes svelte-1ryijti-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:767.98px){.popup-content.svelte-1ryijti{margin:.5rem;max-height:90vh;border-radius:16px}.popup-header.svelte-1ryijti{padding:1.25rem;border-radius:14px 14px 0 0}.popup-title.svelte-1ryijti{font-size:1.125rem;gap:.5rem}.popup-title.svelte-1ryijti .icon-host:where(.svelte-1ryijti){font-size:1.25rem}.message-count.svelte-1ryijti{min-width:1.5rem;height:1.5rem;font-size:.8125rem}.popup-body.svelte-1ryijti{padding:1rem;gap:.75rem}.message-item.svelte-1ryijti{padding:1rem}.message-title.svelte-1ryijti{font-size:.9375rem}.message-time.svelte-1ryijti{font-size:.75rem}.message-type.svelte-1ryijti{font-size:.625rem;padding:.2rem .625rem}.message-content.svelte-1ryijti{font-size:.875rem}.popup-footer.svelte-1ryijti{padding:1rem 1.25rem}.btn-close.svelte-1ryijti{padding:.75rem 1.5rem;font-size:.9375rem;width:100%;justify-content:center}}
