@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap";:root{--bg-color: #fbf9f5;--text-color: #000000;--primary-color: #ffde34;--accent-color: #ff6b35;--border-width: 3px;--border-color: #000000;--shadow-color: #cccccc;--font-main: "Inter", sans-serif;--font-mono: "Fira Code", monospace;--tag-red: #ff4d4d;--tag-blue: #4dabff;--tag-green: #4dff88}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.4;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#000 #f0f0f0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#000;border:2px solid #f0f0f0}::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}::-webkit-scrollbar-corner{background:#f0f0f0}.brutalist-border{border:var(--border-width) solid var(--border-color)}.brutalist-shadow{box-shadow:6px 6px 0 var(--shadow-color)}.brutalist-card{background:var(--bg-color);border:var(--border-width) solid var(--border-color);transition:transform .1s ease,box-shadow .1s ease}.brutalist-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--shadow-color)}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3{text-transform:uppercase;font-weight:600;letter-spacing:-.5px}.btn{font-family:var(--font-main);text-transform:uppercase;font-weight:700;padding:10px 20px;border:var(--border-width) solid var(--border-color);cursor:pointer;background:#fff;transition:all .1s}.btn:active{transform:translate(2px,2px);box-shadow:0 0 0 var(--shadow-color)}.btn-primary{background:var(--primary-color)}.btn-accent{background:var(--accent-color);color:#fff}input,select{font-family:var(--font-main);border:var(--border-width) solid var(--border-color);padding:12px;font-size:1rem;outline:none}@media(max-width:768px){.container{padding:0 20px}.btn{padding:8px 16px;font-size:.85rem}.brutalist-shadow{box-shadow:4px 4px 0 var(--shadow-color)}.brutalist-card:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--shadow-color)}}@media(max-width:480px){.container{padding:0 16px}.btn{padding:7px 14px;font-size:.8rem}.brutalist-shadow{box-shadow:3px 3px 0 var(--shadow-color)}.brutalist-border,.brutalist-card{border-width:2px}}.scroll-top-btn.svelte-15yu17n{position:fixed;bottom:30px;right:30px;z-index:99;width:50px;height:50px;border-radius:50%;background:var(--primary-color, #ffeb3b);border:2px solid var(--border-color, #000);box-shadow:4px 4px 0 var(--shadow-color, #000);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;color:var(--text-color, #000)}.scroll-top-btn.svelte-15yu17n:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--shadow-color, #000);background:var(--accent-color, #ffcc00)}.scroll-top-btn.svelte-15yu17n:active{transform:translate(0);box-shadow:2px 2px 0 var(--shadow-color, #000)}@media(max-width:768px){.scroll-top-btn.svelte-15yu17n{bottom:20px;right:20px;width:45px;height:45px}}.toast-container.svelte-u7pcdd{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:9999;pointer-events:none}.toast.svelte-u7pcdd{background:#fff;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;min-width:300px;max-width:400px;box-shadow:6px 6px 0 var(--shadow-color, #000);position:relative;overflow:hidden;border:var(--border-width, 2px) solid var(--border-color, #000);background-color:var(--bg-color, white)}.toast-content.svelte-u7pcdd{display:flex;align-items:center;gap:12px;padding:16px;flex:1}.toast-icon.svelte-u7pcdd{font-size:1.25rem}.toast-message.svelte-u7pcdd{font-family:var(--font-main, sans-serif);font-weight:600;font-size:.95rem;color:var(--text-color, #000);line-height:1.4}.toast-actions.svelte-u7pcdd{display:flex;align-items:stretch;border-left:var(--border-width, 2px) solid var(--border-color, #000)}.toast-action-btn.svelte-u7pcdd{background:#f0f0f0;border:none;border-right:var(--border-width, 2px) solid var(--border-color, #000);padding:0 16px;font-family:var(--font-main, sans-serif);font-weight:700;cursor:pointer;transition:background .2s,color .2s;text-transform:uppercase;font-size:.8rem}.toast-action-btn.svelte-u7pcdd:hover{background:var(--primary-color, #000);color:#fff}.toast-close.svelte-u7pcdd{background:none;border:none;padding:0 16px;cursor:pointer;font-size:1.2rem;transition:background .2s;display:flex;align-items:center;justify-content:center}.toast-close.svelte-u7pcdd:hover{background:#f0f0f0}.toast-progress-container.svelte-u7pcdd{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#eee}.toast-progress.svelte-u7pcdd{height:100%;background:var(--primary-color, #000);transform-origin:left}@keyframes svelte-u7pcdd-shrink{0%{width:100%}to{width:0%}}.toast-error.svelte-u7pcdd .toast-progress:where(.svelte-u7pcdd){background:#f33}.toast-success.svelte-u7pcdd .toast-progress:where(.svelte-u7pcdd){background:#0c6}@media(max-width:600px){.toast-container.svelte-u7pcdd{bottom:16px;right:16px;left:16px}.toast.svelte-u7pcdd{min-width:0;width:100%}}.main-header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:var(--bg-color);border:none;border-bottom:var(--border-width) solid var(--border-color);padding:12px 0}.main-header.brutalist-border.svelte-12qhfyh{border:none;border-bottom:var(--border-width) solid var(--border-color)}.nav-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;gap:20px}.header-left.svelte-12qhfyh{display:flex;align-items:center;gap:20px;flex:1}.logo-link.svelte-12qhfyh{display:flex;align-items:center;text-decoration:none}.logo-img.svelte-12qhfyh{height:40px;width:auto}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:16px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:none;color:var(--text-color);font-weight:600;text-transform:uppercase;font-size:.9rem;padding:8px 12px;transition:background .2s}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:var(--primary-color)}.nav-links.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--primary-color)}.login-btn.svelte-12qhfyh{background:var(--primary-color)}.profile-icon-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:8px!important}.nav-unread-badge.svelte-12qhfyh{background:#f33;color:#fff;border:2px solid black;font-size:.65rem;font-weight:800;padding:2px 6px;margin-left:6px;border-radius:2px;vertical-align:top;display:inline-flex;align-items:center;justify-content:center}.enhanced-search-wrapper.svelte-12qhfyh{display:flex;align-items:center;gap:8px;flex:1;max-width:600px;transition:transform .3s ease,opacity .3s ease}.enhanced-search-wrapper.slide-in.svelte-12qhfyh{animation:svelte-12qhfyh-slideIn .3s ease-out}@keyframes svelte-12qhfyh-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header-category-selector.svelte-12qhfyh,.header-location-selector.svelte-12qhfyh{position:relative}.header-filter-btn.svelte-12qhfyh{display:flex;align-items:center;gap:4px;padding:10px 12px;background:#fff;border:var(--border-width) solid var(--border-color);cursor:pointer;font-family:var(--font-main);font-weight:600;transition:background .2s}.header-filter-btn.svelte-12qhfyh:hover{background:var(--primary-color)}.filter-icon.svelte-12qhfyh{font-size:1rem}.filter-arrow.svelte-12qhfyh{font-size:.7rem;transition:transform .2s}.filter-arrow.rotated.svelte-12qhfyh{transform:rotate(180deg)}.location-filter-btn.svelte-12qhfyh .location-name:where(.svelte-12qhfyh){font-size:.75rem;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-dropdown.svelte-12qhfyh{position:absolute;top:100%;left:0;min-width:180px;background:#fff;z-index:200;max-height:300px;overflow-y:auto}.dropdown-header.svelte-12qhfyh{padding:10px 12px;font-weight:700;font-size:.75rem;background:var(--primary-color);border-bottom:var(--border-width) solid var(--border-color)}.dropdown-option.svelte-12qhfyh{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:#fff;border:none;border-bottom:1px solid #eee;cursor:pointer;font-family:var(--font-main);font-size:.85rem;text-align:left;transition:background .2s}.dropdown-option.svelte-12qhfyh:hover,.dropdown-option.active.svelte-12qhfyh{background:var(--primary-color)}.header-search.svelte-12qhfyh{display:flex;align-items:stretch;background:#fff;flex:1;position:relative;transition:box-shadow .2s;border:var(--border-width) solid var(--border-color);overflow:hidden}.header-search.expanded.svelte-12qhfyh{box-shadow:4px 4px 0 var(--shadow-color)}.header-search.svelte-12qhfyh .search-icon:where(.svelte-12qhfyh){padding:10px;font-size:1rem;display:flex;align-items:center}.header-search.svelte-12qhfyh input:where(.svelte-12qhfyh){flex:1;border:none;padding:10px;font-size:.9rem;outline:none;min-width:150px}.header-search.svelte-12qhfyh .clear-btn:where(.svelte-12qhfyh){padding:8px;background:none;border:none;cursor:pointer;font-size:.9rem;color:#666;transition:color .2s;display:flex;align-items:center}.header-search.svelte-12qhfyh .clear-btn:where(.svelte-12qhfyh):hover{color:var(--accent-color)}.header-search.svelte-12qhfyh .search-btn:where(.svelte-12qhfyh){padding:0 20px;background:var(--primary-color);border:none;border-left:var(--border-width) solid var(--border-color);font-family:var(--font-main);font-weight:700;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;margin:-1px -1px -1px 0}.header-search.svelte-12qhfyh .search-btn:where(.svelte-12qhfyh):hover{background:var(--accent-color);color:#fff}.autocomplete-dropdown.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;background:#fff;z-index:200;max-height:400px;overflow-y:auto}.dropdown-section.svelte-12qhfyh{border-bottom:1px solid #eee}.section-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-weight:700;font-size:.75rem;background:#f5f5f5}.clear-history-btn.svelte-12qhfyh{background:none;border:none;color:var(--accent-color);cursor:pointer;font-size:.7rem;font-weight:600}.suggestion-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:#fff;border:none;cursor:pointer;font-family:var(--font-main);font-size:.85rem;text-align:left;transition:background .2s}.suggestion-item.svelte-12qhfyh:hover{background:var(--primary-color)}.suggestion-icon.svelte-12qhfyh{font-size:.9rem}.quick-categories.svelte-12qhfyh{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:10px}.quick-cat-btn.svelte-12qhfyh{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#f5f5f5;border:2px solid var(--border-color);cursor:pointer;font-family:var(--font-main);font-size:.75rem;font-weight:600;transition:all .2s}.quick-cat-btn.svelte-12qhfyh:hover{background:var(--primary-color);transform:translate(-1px,-1px);box-shadow:2px 2px 0 var(--shadow-color)}.main-footer.svelte-12qhfyh{background:var(--bg-color);border:none;border-top:var(--border-width) solid var(--border-color);margin-top:40px;padding:40px 0 20px}.main-footer.brutalist-border.svelte-12qhfyh{border:none;border-top:var(--border-width) solid var(--border-color)}.footer-content.svelte-12qhfyh{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand.svelte-12qhfyh{max-width:300px}.footer-logo.svelte-12qhfyh{height:40px;width:auto;margin-bottom:12px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#666;font-size:.9rem}.footer-links.svelte-12qhfyh{display:flex;gap:60px}.link-group.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.85rem;font-weight:700;margin-bottom:12px}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;color:var(--text-color);text-decoration:none;font-size:.85rem;margin-bottom:8px;transition:color .2s}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-color)}.footer-bottom.svelte-12qhfyh{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid #ddd}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.8rem;color:#666}@media(max-width:768px){.nav-content.svelte-12qhfyh{flex-wrap:wrap;gap:12px}.header-left.svelte-12qhfyh{width:100%;justify-content:space-between}.enhanced-search-wrapper.svelte-12qhfyh{display:none}.nav-links.svelte-12qhfyh{gap:8px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;padding:6px 10px}.footer-content.svelte-12qhfyh{flex-direction:column;gap:30px}.footer-links.svelte-12qhfyh{gap:40px}}@media(max-width:480px){.main-header.svelte-12qhfyh{padding:10px 0}.logo-img.svelte-12qhfyh{height:32px}.footer-links.svelte-12qhfyh{flex-direction:column;gap:24px}}.profile-dropdown-container.svelte-12qhfyh{position:relative;display:inline-block;height:100%;display:flex;align-items:center}.profile-icon-btn.svelte-12qhfyh{background:none;border:none;cursor:pointer;padding:8px;border-radius:0;display:flex;align-items:center;justify-content:center;color:var(--text-color);transition:all .2s ease}.profile-icon-btn.svelte-12qhfyh:hover,.profile-icon-btn[aria-expanded=true].svelte-12qhfyh{background-color:var(--primary-color);color:var(--text-color);transform:translateY(-1px)}.profile-dropdown.svelte-12qhfyh{position:absolute;top:100%;right:0;width:220px;background:#fff;z-index:1000;box-shadow:4px 4px 0 var(--shadow-color);border:var(--border-width) solid var(--border-color);display:flex;flex-direction:column;padding:0;margin-top:0}.profile-dropdown-container.svelte-12qhfyh:after{content:"";position:absolute;top:100%;left:0;right:0;height:10px;background:transparent}.profile-dropdown.svelte-12qhfyh{margin-top:10px}.dropdown-item.svelte-12qhfyh,.logout-btn.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px 16px;text-decoration:none;color:var(--text-color);font-weight:600;font-size:.9rem;transition:background-color .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:var(--font-main)}.dropdown-item.svelte-12qhfyh:hover,.logout-btn.svelte-12qhfyh:hover{background-color:var(--primary-color)}.dropdown-item.svelte-12qhfyh .icon:where(.svelte-12qhfyh),.logout-btn.svelte-12qhfyh .icon:where(.svelte-12qhfyh){font-size:1.1rem;width:24px;text-align:center}.notification-link.svelte-12qhfyh{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.profile-dropdown.svelte-12qhfyh{position:fixed;inset:auto 0 0;width:100%;margin:0;border-radius:16px 16px 0 0;border-bottom:none;box-shadow:0 -4px 10px #0000001a;animation:svelte-12qhfyh-slideUp .3s ease-out;padding-bottom:20px;z-index:2000}@keyframes svelte-12qhfyh-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dropdown-item.svelte-12qhfyh{padding:16px;font-size:1rem}.profile-dropdown-container.svelte-12qhfyh:has(.profile-dropdown:where(.svelte-12qhfyh)):before{content:"";position:fixed;inset:0;background:#00000080;z-index:1500}}
