*{margin:0;padding:0;box-sizing:border-box}:root{--theme-primary: #E8B4CB;--theme-secondary: #B8D4D8;--theme-bg-start: #F5E6D3;--theme-bg-end: #E8D5C4;--theme-text: #4A4A4A;--theme-accent: #F4A261}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,var(--theme-bg-start) 0%,var(--theme-bg-end) 100%);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.App{min-height:100vh}main{padding:1.5rem 0}.home-page,.about-page,.sticker-catalog-page{padding:1rem 2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){main{padding:.5rem 0}.home-page,.about-page,.sticker-catalog-page{padding:2rem 1rem}}.navigation{background:#fffffffa;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-logo{cursor:pointer;display:flex;align-items:center;padding:.5rem;transition:all .3s ease;text-decoration:none;color:inherit}.nav-logo:hover{transform:scale(1.1)}.nav-title{font-size:1.5rem;color:var(--theme-text, #4A4A4A);font-weight:700;margin:0;padding-left:.75rem}.logo-icon{width:50px;height:50px;color:var(--theme-primary, #E8B4CB)}.nav-menu{display:flex;list-style:none;gap:.5rem;margin:0;padding:0;align-items:center}.nav-item{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:transparent;border:none;color:#4a4a4a99;cursor:pointer;border-radius:8px;transition:all .3s ease;position:relative;text-decoration:none;display:inline-block}.nav-item:hover{background:#0000000d;color:var(--theme-primary, #E8B4CB)}.nav-item.active{color:var(--theme-primary, #E8B4CB)}.nav-item.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:3px;background:var(--theme-primary, #E8B4CB);border-radius:2px 2px 0 0}@media(max-width:768px){.nav-container{padding:0 1rem;height:60px}.logo-icon{width:40px;height:40px}.nav-title{font-size:0}.nav-title:before{content:"BSA";font-size:1.1rem;color:var(--theme-text, #4A4A4A);font-weight:700}.nav-menu{gap:.15rem}.nav-item{padding:.5rem .75rem;font-size:.9rem}}.hero-section{padding:2rem 3rem;margin-bottom:2rem;background:linear-gradient(135deg,#e8b4cb1a,#aa96da1a);border-radius:16px;border:1px solid rgba(232,180,203,.2)}.hero-content{display:flex;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto}.hero-text{flex:1;text-align:center}.hero-image{max-width:300px;object-fit:contain}.hero-title{font-size:2.5rem;color:var(--theme-text, #4A4A4A);font-weight:700;margin:0 0 1.5rem;padding:0}.hero-tagline{font-size:1.2rem;color:var(--theme-text, #4A4A4A);margin:0;line-height:1.8;font-style:italic;opacity:.9}@media(max-width:768px){.hero-section{padding:1rem}.hero-content{flex-direction:column;gap:1rem;text-align:center}.hero-text{text-align:center}.hero-image{max-width:200px;margin:0 auto}.hero-title{font-size:1.8rem;margin-bottom:1rem}.hero-tagline{font-size:1rem}}.auto-scroll-stickers{width:100%;padding:1.5rem 0;overflow:hidden;background:#fffc;border-radius:15px;box-shadow:0 2px 10px #0000001a;border:1px solid rgba(232,180,203,.3);position:relative}.auto-scroll-stickers:before,.auto-scroll-stickers:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.auto-scroll-stickers:before{left:0;background:linear-gradient(to right,rgba(245,230,211,.95),transparent)}.auto-scroll-stickers:after{right:0;background:linear-gradient(to left,rgba(245,230,211,.95),transparent)}.auto-scroll-stickers-container{display:flex;gap:2rem;width:max-content;will-change:scroll-position;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;max-width:100%;padding:1rem 0rem}.auto-scroll-stickers-container::-webkit-scrollbar{display:none}.auto-scroll-sticker-wrapper{flex-shrink:0;width:150px}.auto-scroll-sticker-wrapper .sticker{width:100%}.auto-scroll-sticker-wrapper .sticker-image-box{width:100%;max-width:150px;max-height:300px}@media(max-width:768px){.auto-scroll-stickers{padding:1rem 0}.auto-scroll-stickers:before,.auto-scroll-stickers:after{width:40px}.auto-scroll-stickers-container{gap:1.5rem;padding:16px 40px}.auto-scroll-sticker-wrapper{width:120px}.auto-scroll-sticker-wrapper .sticker-image-box{max-width:120px;max-height:240px}}.sticker{display:flex;flex-direction:column;align-items:center;transition:transform .3s ease;cursor:pointer}.sticker:hover{transform:translateY(-5px)}.sticker:hover .sticker-image-box{box-shadow:0 6px 20px #0000004d;transform:scale(1.05);transition:transform .3s ease,box-shadow .3s ease}.sticker-image-box{width:100%;max-width:432px;aspect-ratio:2.75 / 5.25;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.sticker-image{width:90%;height:90%;object-fit:contain}@media(max-width:768px){.sticker-icon{font-size:2rem}}.sticker-catalog{background:linear-gradient(135deg,#e8b4cb1a,#aa96da1a);border-radius:16px;border:1px solid rgba(232,180,203,.2);padding:2rem 3rem}.category-filters-wrapper{position:relative;margin-bottom:2rem}.category-filters{display:flex;flex-wrap:nowrap;gap:1rem;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:1rem 1.5rem;background:#fffc;border-radius:15px;box-shadow:0 2px 10px #0000001a;border:1px solid rgba(232,180,203,.3)}.category-filters::-webkit-scrollbar{display:none}.category-scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--theme-primary, #E8B4CB);color:#fff;border:none;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .3s ease}.arrow-icon{display:inline-block;width:0;height:0;border-style:solid}.category-scroll-left .arrow-icon{border-width:6px 10px 6px 0;border-color:transparent white transparent transparent;margin-left:-2px}.category-scroll-right .arrow-icon{border-width:6px 0 6px 10px;border-color:transparent transparent transparent white;margin-right:-2px}.category-scroll-button:hover:not(.disabled){background:var(--theme-accent, #F4A261);transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.category-scroll-button.disabled{background:#e8b4cb;color:#ffffff80;cursor:not-allowed;opacity:.5;box-shadow:none}.category-scroll-button.disabled .arrow-icon{opacity:.5}.category-scroll-left{left:-20px}.category-scroll-right{right:-20px}.category-filter{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid var(--theme-primary, #667eea);background:#fff;color:var(--theme-primary, #667eea);border-radius:25px;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.category-filter:hover{background:var(--theme-primary, #667eea);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.category-filter.active{background:var(--theme-primary, #667eea);color:#fff;box-shadow:0 4px 12px #0000004d}.category-filter.clear{border-color:var(--theme-primary, #667eea);color:var(--theme-primary, #667eea)}.category-filter.clear:hover{background:var(--theme-primary, #667eea);color:#fff}.category-filter.clear.active{background:var(--theme-primary, #667eea);border-color:var(--theme-primary, #667eea);color:#fff;box-shadow:0 4px 12px #0000004d}.all-stickers-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;width:100%}@media(max-width:768px){.sticker-catalog{padding:1rem}.all-stickers-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.category-filters-wrapper{margin-left:.5rem;margin-right:.5rem}.category-filters{gap:.5rem;padding:.75rem 1rem}.category-scroll-button{width:35px;height:35px;font-size:20px}.category-scroll-left .arrow-icon{border-width:5px 8px 5px 0}.category-scroll-right .arrow-icon{border-width:5px 0 5px 8px}.category-scroll-left{left:-15px}.category-scroll-right{right:-15px}.category-filter{padding:.5rem 1rem;font-size:.9rem}}.not-found-page{padding:3rem 2rem;text-align:center;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.not-found-content{margin-bottom:1rem}.not-found-title{font-size:2.5rem;margin-bottom:1rem;color:var(--theme-text, #4A4A4A)}.not-found-message{font-size:1.2rem;color:#4a4a4ab3;margin-bottom:2rem}.not-found-sticker-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.not-found-sticker-box{padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026;max-width:300px;width:100%;aspect-ratio:3/5;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.not-found-sticker-box:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000040}.not-found-sticker-image{max-width:100%;max-height:100%;object-fit:contain}.not-found-sticker-label{font-size:.9rem;color:#4a4a4a99}.not-found-actions{margin-top:1rem}.not-found-home-button{display:inline-block;padding:.75rem 2rem;background-color:var(--theme-primary, #E8B4CB);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.not-found-home-button:hover{background-color:var(--theme-primary-dark, #d89bb0);transform:scale(1.05)}@media(max-width:768px){.not-found-title{font-size:2rem}.not-found-message{font-size:1rem}.not-found-sticker-box{max-width:250px}}.sticker-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:visible}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sticker-modal-content{background:linear-gradient(135deg,var(--theme-bg-start) 0%,var(--theme-bg-end) 100%);border-radius:20px;max-width:900px;width:90%;max-height:90vh;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;display:flex;flex-direction:row;overflow:visible}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.sticker-modal-close{position:absolute;top:1rem;right:1rem;background:var(--theme-secondary, #B8D4D8);border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;line-height:1;cursor:pointer;color:var(--theme-text, #4A4A4A);display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;opacity:.8}.sticker-modal-close:hover{background:var(--theme-primary, #E8B4CB);opacity:1;transform:scale(1.1)}.sticker-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:var(--theme-primary, #E8B4CB);color:#fff;border:none;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;transition:all .3s ease}.sticker-modal-nav:hover{background:var(--theme-accent, #F4A261);transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.sticker-modal-nav-left{left:-30px}.sticker-modal-nav-right{right:-30px}.sticker-modal-nav .arrow-icon{display:inline-block;width:0;height:0;border-style:solid}.sticker-modal-nav-left .arrow-icon{border-width:8px 12px 8px 0;border-color:transparent white transparent transparent;margin-left:-2px}.sticker-modal-nav-right .arrow-icon{border-width:8px 0 8px 12px;border-color:transparent transparent transparent white;margin-right:-2px}.sticker-modal-image-container{padding:2rem;display:flex;justify-content:center;align-items:center;background:transparent;border-radius:20px 0 0 20px;flex:0 0 auto;min-width:300px}.sticker-modal-image-box{width:300px;aspect-ratio:2.75 / 5.25;border-radius:15px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0000004d;position:relative;overflow:hidden}.sticker-modal-image{width:90%;height:90%;object-fit:contain;z-index:1}.sticker-modal-info{padding:2rem;flex:1;display:flex;flex-direction:column;overflow-y:auto;min-width:0;-ms-overflow-style:none;scrollbar-width:none;background:transparent}.sticker-modal-info::-webkit-scrollbar{display:none}.sticker-modal-details{display:flex;flex-direction:column;gap:1rem}.sticker-modal-detail-item{font-size:1.1rem;color:var(--theme-text, #4A4A4A);font-weight:500;padding:.5rem 0}.contributor-section{display:flex;flex-direction:column;gap:.5rem}.contributor-name{font-weight:500}.contributor-links{display:flex;flex-direction:column;gap:.25rem;margin-left:.75rem}.contributor-link-item{font-size:.95rem}.contributor-link{color:#2563eb;text-decoration:underline;text-underline-offset:3px;font-weight:500;transition:all .2s ease}.contributor-link:hover{color:#1d4ed8;text-decoration-thickness:2px}.pending-indicator{color:var(--theme-text, #4A4A4A);opacity:.7}.pending-indicator i{font-style:italic;font-weight:400}@media(max-width:768px){.sticker-modal-content{width:95%;max-height:95vh;flex-direction:column}.sticker-modal-image-container{padding:1.5rem;border-radius:20px 20px 0 0;min-width:auto}.sticker-modal-image-box{width:200px}.sticker-modal-info{padding:1.5rem;overflow-y:visible}.sticker-modal-close{width:35px;height:35px;font-size:1.5rem;top:.75rem;right:.75rem}.sticker-modal-nav{width:50px;height:50px}.sticker-modal-nav-left{left:-25px}.sticker-modal-nav-right{right:-25px}}.about-content{background:#fffc;border-radius:15px;padding:3rem;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem}.about-content:last-child{margin-bottom:0}.about-content h1{font-size:2.5rem;color:var(--theme-text, #4A4A4A);margin-bottom:2rem;font-weight:700}.about-content p{font-size:1.1rem;color:var(--theme-text, #4A4A4A);line-height:1.8;margin-bottom:1.5rem;opacity:.9}.about-content p b{font-weight:700;color:var(--theme-primary, #E8B4CB)}.about-section{margin-bottom:3rem}.about-section:last-child{margin-bottom:0}.contact-section{margin:2rem 0;padding:1.5rem;background:#e8b4cb1a;border-radius:10px;box-shadow:0 4px 15px #0000001a}.contact-email{margin:1rem 0}.contact-email a{color:var(--theme-primary, #E8B4CB);font-weight:600;text-decoration:none;font-size:1.2rem;transition:color .3s ease}.contact-email a:hover{color:var(--theme-accent, #F4A261);text-decoration:underline}.subject-note{margin-top:1rem;font-size:.95rem;color:var(--theme-text, #4A4A4A);opacity:.85}@media(max-width:768px){.about-content{padding:2rem}.about-content h1{font-size:2rem}.about-content p{font-size:1rem}.about-section h2{font-size:1.5rem;margin-top:1.5rem}.contact-section{padding:1rem;margin:1.5rem 0}.contact-email a{font-size:1.1rem}.subject-note{font-size:.9rem}}
