:root{--background:#ffffff;--foreground:#171717;--footer-btn-color:#333}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--footer-btn-color:#333}}body,html{max-width:100%;overflow-x:hidden;margin:auto;align-items:center;justify-content:center}body{color:var(--foreground);background:var(--background);font-family:var(--font-montserrat,Arial,Helvetica,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}.page-container{max-width:1400px;margin:0 auto;width:100%;padding:1rem}a{color:inherit;text-decoration:none}form{display:flex;align-items:center;justify-content:space-between;gap:5px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.notification-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;background-color:#ff6b35;color:white;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white;z-index:10}.notification-toast{position:fixed;top:20px;right:20px;background:white;border:1px solid #ddd;border-radius:8px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:9999;animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.notification-success{border-left:4px solid #10b981}.notification-error{border-left:4px solid #ef4444}.notification-warning{border-left:4px solid #f59e0b}.notification-info{border-left:4px solid #3b82f6}.notification-counter{background-color:#ff6b35;color:white;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes notificationPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}to{transform:scale(1);opacity:1}}:root{--primary-color:#4e36e2;--secondary-color:#00c6ae;--background-color:#f5f5f5;--text-color:#1c1c1c;--font-family:var(--font-montserrat);--radius:12px;--bar-color:rgb(182,182,182)}*{margin:0;padding:0}*,:after,:before{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;display:flex;flex-direction:column}body{font-family:var(--font-montserrat);background-color:white;color:var(--text-color)}body,main{justify-content:flex-start;width:100%}main{padding:2rem;flex:1 1;max-width:1400px;height:100%}.logo{font-size:24px;font-weight:700;color:var(--primary-color)}header{width:100%}.hero{margin-bottom:30px}.hero-title{font-size:20px;font-weight:600;margin-bottom:8px}.hero-subtitle{font-size:14px;color:#666;margin-bottom:16px}.filters{display:flex;gap:10px;flex-wrap:wrap}.filters input{padding:0 12px;border:1px solid hsl(0,0%,80%);font-size:14px;width:49%}.filters input,.filters select{height:58px;background:#f9f9f9;color:black}.filters select{width:23%;border:1px solid #e6e6e6}.competition-preview h3{font-size:18px;margin-bottom:12px}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-gap:12px;gap:12px}.card{width:100%;background-color:white;border-radius:var(--radius);height:100px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-search-wrapper{display:none}@media (max-width:768px){.filters{align-items:center;justify-content:space-between}.filters input{display:none}.filters select{width:40%}.mobile-search-wrapper{display:block;position:fixed;bottom:70px;left:0;width:100%;padding:8px 16px;animation:slideUp .3s ease-out forwards}.mobile-search-input{width:100%;height:50px;padding:0 12px;font-size:16px;border:1px solid #ccc;border-radius:8px;color:black;background-color:white}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}}