@font-face{font-family:Montserrat;src:url(./Montserrat-Regular.DcjSH6DQ.woff2) format("woff2"),url(./Montserrat-Regular.gBQQrXq7.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(./Roboto-Regular.Duvu0CAl.ttf) format("ttf");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:LT_oval;src:url(./LTOval-Regular.D9mDxFkT.otf) format("otf");font-weight:400;font-style:normal;font-display:swap}html{margin:0;padding:0;height:auto;width:100%;background:var(--theme-overallbackground);font-family:var(--fontFamily)}@media (max-width: 768px){html{overflow-x:hidden}}html body{margin:0;padding:0;height:auto}html body a{text-decoration:none}.notification-item.svelte-xxoczf{width:100%;text-align:left;padding:var(--spacing-sm);border:none;border-bottom:1px solid var(--theme-borderColor);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s ease;background-color:transparent;font-family:inherit}.notification-item.svelte-xxoczf:hover{background-color:var(--theme-hoverBackground, rgba(0, 0, 0, .05))}.notification-item.svelte-xxoczf:focus{outline:2px solid var(--theme-primary);outline-offset:-2px}.notification-item.unread.svelte-xxoczf{background-color:var(--theme-unreadBackground, rgba(0, 0, 0, .03))}.notification-item.svelte-xxoczf .notification-content:where(.svelte-xxoczf){flex:1;display:flex;align-items:flex-start;gap:var(--spacing-sm)}.notification-item.svelte-xxoczf .notification-content:where(.svelte-xxoczf) .avatar-container:where(.svelte-xxoczf){flex-shrink:0}.notification-item.svelte-xxoczf .notification-content:where(.svelte-xxoczf) .text-content:where(.svelte-xxoczf){flex:1}.notification-item.svelte-xxoczf .notification-content:where(.svelte-xxoczf) .text-content:where(.svelte-xxoczf) .message:where(.svelte-xxoczf){font-size:var(--fontSize-sm);margin-bottom:4px;color:var(--theme-textColor)}.notification-item.svelte-xxoczf .notification-content:where(.svelte-xxoczf) .text-content:where(.svelte-xxoczf) .time:where(.svelte-xxoczf){font-size:var(--fontSize-xs);color:var(--theme-secondaryText)}.notification-item.svelte-xxoczf .unread-indicator:where(.svelte-xxoczf){width:8px;height:8px;border-radius:50%;background-color:var(--theme-primary);margin-left:var(--spacing-xs);flex-shrink:0}.notifications-menu.svelte-hm8kv0{position:absolute;top:50px;right:0;width:320px;max-height:400px;background:var(--theme-simpleBackground);border-radius:12px;box-shadow:0 10px 25px -5px var(--theme-boxShadowColor);overflow:hidden;z-index:100;border:1px solid var(--theme-borderColor)}@media (max-width: 768px){.notifications-menu.svelte-hm8kv0{position:fixed;width:100%}}.notifications-menu.svelte-hm8kv0 .notifications-header:where(.svelte-hm8kv0){display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm);border-bottom:1px solid var(--theme-borderColor)}.notifications-menu.svelte-hm8kv0 .notifications-header:where(.svelte-hm8kv0) a:where(.svelte-hm8kv0){font-size:var(--fontSize-md);font-weight:var(--fontWeight-medium);margin:0;color:var(--theme-buttonPrimary)}.notifications-menu.svelte-hm8kv0 .notifications-header:where(.svelte-hm8kv0) .mark-all-read:where(.svelte-hm8kv0){background:none;border:none;color:var(--theme-primary);font-size:var(--fontSize-xs);cursor:pointer;padding:4px 8px;border-radius:4px}.notifications-menu.svelte-hm8kv0 .notifications-header:where(.svelte-hm8kv0) .mark-all-read:where(.svelte-hm8kv0):hover{background-color:#0000000d}.notifications-menu.svelte-hm8kv0 .notifications-header:where(.svelte-hm8kv0) .mark-all-read:where(.svelte-hm8kv0):focus{outline:2px solid var(--theme-primary);outline-offset:-2px}.notifications-menu.svelte-hm8kv0 .notifications-list:where(.svelte-hm8kv0){max-height:350px;overflow-y:auto}.notifications-menu.svelte-hm8kv0 .notifications-list:where(.svelte-hm8kv0) .empty-state:where(.svelte-hm8kv0){padding:var(--spacing-lg);text-align:center;color:var(--theme-secondaryText)}.notifications-menu.svelte-hm8kv0 .notifications-list:where(.svelte-hm8kv0) .section:where(.svelte-hm8kv0) h4:where(.svelte-hm8kv0){font-size:var(--fontSize-xs);font-weight:var(--fontWeight-medium);color:var(--theme-secondaryText);padding:var(--spacing-xs) var(--spacing-sm);margin:0;background-color:var(--theme-sectionBackground, rgba(0, 0, 0, .02))}.notifications-menu.svelte-hm8kv0 .send-to-notifications:where(.svelte-hm8kv0){padding:var(--spacing-md)}.notifications-menu.svelte-hm8kv0 .send-to-notifications:where(.svelte-hm8kv0) a:where(.svelte-hm8kv0){font-size:var(--fontSize-sm);color:var(--theme-buttonPrimary)}.search-icon.svelte-1b9qeyn{color:var(--theme-secondary);transition:color .2s ease}.header-wrapper.svelte-1ly0s8d{position:sticky;top:0;z-index:100;width:100%}header.svelte-1ly0s8d{color:var(--theme-buttonPrimary);min-height:70px;background:var(--theme-simpleBackground);box-sizing:border-box;display:flex;justify-content:left;border-bottom:1px solid var(--theme-borderColor);position:relative;box-shadow:0 8px 16px -4px var(--theme-boxShadowColor);align-items:center;z-index:5;width:100%;padding:0 var(--spacing-sm);margin:0 auto}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d){display:flex;width:100%;margin:auto;align-items:center;gap:var(--spacing-lg)}@media (min-width: 576px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d){max-width:991px}}@media (min-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d){max-width:1200px}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .logo:where(.svelte-1ly0s8d){display:block;align-items:center;justify-content:center;text-decoration:none;position:relative;top:5px;flex-shrink:0}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d){flex:1;max-width:500px;min-width:250px}@media (max-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d){display:none}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d){position:relative;display:flex;align-items:center;background:var(--theme-simpleBackground);border:1px solid var(--theme-borderColor);border-radius:25px;transition:all .2s ease;overflow:hidden}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d):hover{border-color:var(--theme-primary)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d):focus-within{border-color:var(--theme-primary);box-shadow:0 0 0 2px #2e8a991a}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-icon-left{position:absolute;left:var(--spacing-md);z-index:2;color:var(--theme-secondary);pointer-events:none}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-input:where(.svelte-1ly0s8d){padding:var(--spacing-sm) var(--spacing-md);border:none;background:transparent;color:var(--theme-textColor);font-size:var(--fontSize-sm);font-family:var(--fontFamily)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-input:where(.svelte-1ly0s8d)::placeholder{color:var(--theme-secondary);font-style:italic;opacity:.8}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-input:where(.svelte-1ly0s8d):focus{outline:none}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-button:where(.svelte-1ly0s8d){position:absolute;right:3px;top:50%;transform:translateY(-50%);background:var(--theme-primary);border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-button:where(.svelte-1ly0s8d) .search-icon{color:#fff}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-button:where(.svelte-1ly0s8d):hover{background:var(--theme-darkPrimary);transform:translateY(-50%) scale(1.05)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .search-container:where(.svelte-1ly0s8d) .search-wrapper:where(.svelte-1ly0s8d) .search-button:where(.svelte-1ly0s8d):active{transform:translateY(-50%) scale(.95)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .mobile-search-button:where(.svelte-1ly0s8d){display:none;background:none;border:none;cursor:pointer;padding:var(--spacing-xs);border-radius:50%;transition:all .2s ease;color:var(--theme-secondary)}@media (max-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .mobile-search-button:where(.svelte-1ly0s8d){display:flex;align-items:center;justify-content:center}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .mobile-search-button:where(.svelte-1ly0s8d):hover{background-color:#0000000d;color:var(--theme-primary)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) .mobile-search-button:where(.svelte-1ly0s8d):active{transform:scale(.95)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d){display:flex;justify-content:right;align-items:center;width:100%;padding:var(--spacing-xs) 0}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .desktop:where(.svelte-1ly0s8d){display:flex}@media (max-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .desktop:where(.svelte-1ly0s8d){display:none}}@media (max-width: 975px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .desktop:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d){font-size:var(--fontSize-sm);padding:var(--spacing-xs) var(--spacing-xs)}}@media (max-width: 905px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .desktop:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d){font-size:var(--fontSize-xs)}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .desktop:where(.svelte-1ly0s8d) .start-vwell:where(.svelte-1ly0s8d){font-weight:700;background:var(--theme-primary);color:var(--theme-buttonPrimaryText)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .right-controls:where(.svelte-1ly0s8d){display:flex;align-items:center}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .notifications-container:where(.svelte-1ly0s8d){position:relative}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .notifications-container:where(.svelte-1ly0s8d) .notification-button:where(.svelte-1ly0s8d){background:none;border:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .notifications-container:where(.svelte-1ly0s8d) .notification-button:where(.svelte-1ly0s8d):hover{background-color:#0000000d}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .notifications-container:where(.svelte-1ly0s8d) .notification-button:where(.svelte-1ly0s8d) .notification-badge:where(.svelte-1ly0s8d){position:absolute;top:0;right:0;background-color:var(--theme-error, #e53935);color:#fff;font-size:10px;font-weight:var(--fontWeight-medium);min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d){position:relative}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) svg{position:relative;top:4px}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-link:where(.svelte-1ly0s8d):first-child{padding-right:0}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d):hover .profile-sub-menu:where(.svelte-1ly0s8d){opacity:1;visibility:visible;transform:translateY(0);line-height:2.5}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-sub-menu:where(.svelte-1ly0s8d){opacity:0;visibility:hidden;transform:translateY(-8px);display:block;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;background:var(--theme-simpleBackground);box-shadow:0 10px 25px -5px var(--theme-boxShadowColor);align-items:center;text-align:center;padding:var(--spacing-xs);border-radius:12px;left:50%;margin-left:-60px;top:50px;border:1px solid var(--theme-borderColor);min-width:120px}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-sub-menu:where(.svelte-1ly0s8d):before{content:"";position:absolute;top:-6px;left:40%;width:12px;height:12px;background:var(--theme-simpleBackground);transform:rotate(45deg);z-index:3;border-left:1px solid var(--theme-borderColor);border-top:1px solid var(--theme-borderColor)}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-sub-menu:where(.svelte-1ly0s8d):hover{opacity:1;visibility:visible}@media (max-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-sub-menu.desktop-hover:where(.svelte-1ly0s8d){display:none}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-links:where(.svelte-1ly0s8d) .profile-sub-menu:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d){display:block;padding:0}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-link:where(.svelte-1ly0s8d){display:flex;align-items:center;gap:4px}@media (max-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-link.desktop:where(.svelte-1ly0s8d){display:none}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-link.mobile:where(.svelte-1ly0s8d){cursor:pointer}@media (min-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-link.mobile:where(.svelte-1ly0s8d){display:none}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-mobile-sub-menu:where(.svelte-1ly0s8d){position:fixed;background:var(--theme-simpleBackground);align-items:center;text-align:left;padding:var(--spacing-xs);right:-200px;top:70px;border:1px solid var(--theme-borderColor);border-top:none;transition:all .6s cubic-bezier(.16,1,.3,1)}@media (min-width: 768px){header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-mobile-sub-menu:where(.svelte-1ly0s8d){display:none}}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-mobile-sub-menu.open:where(.svelte-1ly0s8d){position:absolute;right:0}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-mobile-sub-menu:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d){display:block}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) .profile-mobile-sub-menu:where(.svelte-1ly0s8d) a.start-vwell:where(.svelte-1ly0s8d){color:var(--theme-primary);font-weight:700}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d){position:relative;cursor:pointer;font-family:var(--fontFamily);font-size:var(--fontSize-md);font-weight:var(--fontWeight-medium);text-decoration:none;color:var(--theme-textColor);padding:var(--spacing-xs) var(--spacing-sm);border-radius:8px;transition:all .2s ease}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d) .double:where(.svelte-1ly0s8d){position:absolute;top:2px;left:4px;width:100%;height:100%;color:var(--theme-primary);opacity:0;transform:translateY(2px);transition:all .2s ease}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d):hover{background-color:#0000000a}header.svelte-1ly0s8d .navigation:where(.svelte-1ly0s8d) nav:where(.svelte-1ly0s8d) a:where(.svelte-1ly0s8d):hover .double:where(.svelte-1ly0s8d){opacity:.6;transform:translateY(0)}header.svelte-1ly0s8d .theme-switch:where(.svelte-1ly0s8d){margin-top:var(--spacing-sm);margin-left:var(--spacing-sm);font-family:var(--fontFamily);font-size:var(--fontSize-md);font-weight:var(--fontWeight-medium);color:var(--theme-textColor)}header.svelte-1ly0s8d .theme-switch:where(.svelte-1ly0s8d) span{position:relative;top:-12px}@media (max-width: 768px){header.svelte-1ly0s8d .theme-switch:where(.svelte-1ly0s8d) span{top:-3px}}header.svelte-1ly0s8d .theme-switch.desktop:where(.svelte-1ly0s8d){position:relative;top:2px;font-family:var(--fontFamily);font-size:var(--fontSize-md);font-weight:var(--fontWeight-medium);color:var(--theme-textColor)}header.svelte-1ly0s8d .theme-switch.desktop:where(.svelte-1ly0s8d) span{position:relative;top:-5px}.mobile-search-overlay.svelte-1ly0s8d{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding-top:80px}@media (min-width: 768px){.mobile-search-overlay.svelte-1ly0s8d{display:none}}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-container:where(.svelte-1ly0s8d){width:90%;max-width:500px;background:var(--theme-simpleBackground);border-radius:12px;box-shadow:0 20px 40px -10px var(--theme-boxShadowColor);border:1px solid var(--theme-borderColor);animation:svelte-1ly0s8d-slideDown .3s cubic-bezier(.16,1,.3,1)}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d){position:relative;display:flex;align-items:center;background:transparent;border-radius:12px;overflow:hidden}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-icon-left{position:absolute;left:var(--spacing-md);z-index:2;color:var(--theme-secondary);pointer-events:none}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-input:where(.svelte-1ly0s8d){width:100%;padding:var(--spacing-md);padding-left:calc(var(--spacing-md) + 20px + var(--spacing-xs));padding-right:calc(var(--spacing-md) + 45px);border:none;background:transparent;color:var(--theme-textColor);font-size:var(--fontSize-md);font-family:var(--fontFamily)}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-input:where(.svelte-1ly0s8d)::placeholder{color:var(--theme-secondary);font-style:italic;opacity:.8}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-input:where(.svelte-1ly0s8d):focus{outline:none}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-submit:where(.svelte-1ly0s8d){position:absolute;right:var(--spacing-xs);top:50%;transform:translateY(-50%);background:var(--theme-primary);border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-submit:where(.svelte-1ly0s8d) .search-icon{color:#fff}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-submit:where(.svelte-1ly0s8d):hover{background:var(--theme-darkPrimary);transform:translateY(-50%) scale(1.05)}.mobile-search-overlay.svelte-1ly0s8d .mobile-search-wrapper:where(.svelte-1ly0s8d) .mobile-search-submit:where(.svelte-1ly0s8d):active{transform:translateY(-50%) scale(.95)}.vwells-logo.svelte-1ly0s8d{max-width:150px}@keyframes svelte-1ly0s8d-slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.footer.svelte-lj5pvl{background-color:var(--theme-simpleBackground);padding:var(--spacing-md) var(--spacing-lg);text-align:center;font-size:var(--fontSize-sm);border-top:1px solid var(--theme-borderColor)}.prune-vwells.svelte-65oav5{z-index:99;width:100%;height:100%;background:rgb(var(--theme-textColorRGB),.8);position:absolute;top:0;left:0;align-content:center}.prune-vwells.svelte-65oav5 .container:where(.svelte-65oav5){background:var(--theme-simpleBackground);border-radius:1.25rem;max-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;max-width:800px;margin:auto;text-align:left}.prune-vwells.svelte-65oav5 .container:where(.svelte-65oav5) .explanation:where(.svelte-65oav5){max-width:420px;margin:0 auto}.prune-vwells.svelte-65oav5 .container:where(.svelte-65oav5) button{margin-top:var(--spacing-sm)}.prune-vwells.svelte-65oav5 .renew{color:var(--theme-buttonPrimary)}:root{--mobile: 576px;--tablet: 768px;--desktop: 992px;--maxMobile: 767px;--maxTablet: 991px;--maxDesktop: 1200px}html{height:100%;scroll-behavior:smooth}body{background:var(--theme-overallBackground);height:100%;font-family:var(--fontFamily);color:var(--theme-textColor);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:80vh}@media (max-width: 768px){main{min-height:0}}*{box-sizing:border-box;margin:0;padding:0}:root{--fontFamily: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fontTitle: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fontMotto: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--fontSize-xs: .75rem;--fontSize-sm: .875rem;--fontSize-md: 1rem;--fontSize-lg: 1.125rem;--fontSize-xl: 1.25rem;--fontSize-xxl: 1.5rem;--fontSize-3xl: 1.875rem;--fontWeight-normal: 400;--fontWeight-medium: 500;--fontWeight-semibold: 600;--fontWeight-bold: 700;--letterSpacing-tight: -.01em;--letterSpacing-normal: 0;--letterSpacing-wide: .01em;--spacing-xxs: .25rem;--spacing-xs: .5rem;--spacing-sm: .875rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 4rem;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease}main.svelte-11ydt3c{width:100%;max-width:1200px;padding:0;margin:0 auto;line-height:1.7}.vwell-wrapper{width:90%;box-sizing:border-box;margin:var(--spacing-md) auto;max-width:1200px}.vwell-wrapper .no-posts-yet{text-align:center;margin-top:var(--spacing-xl);padding:var(--spacing-lg);background:var(--theme-simpleBackground);border-radius:16px;box-shadow:0 4px 10px -2px var(--theme-boxShadowColor)}
