*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1a1a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.item-card{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-shadow:0 2px 8px #00000080;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s}.item-card:hover{border-color:#444;box-shadow:0 4px 12px #000000b3;transform:translateY(-2px)}.item-card.item-sold{border-color:#555;opacity:.7}.item-card.item-sold:hover{box-shadow:0 2px 8px #00000080;transform:none}.item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.item-name{color:#e0e0e0;font-size:1.25rem;font-weight:600;margin:0}.item-rarity{font-size:.875rem;font-weight:600;text-transform:capitalize}.item-image-container{align-items:center;background:#1a1a1a;border:1px solid #333;border-radius:4px;display:flex;justify-content:center;margin-bottom:1rem;padding:.5rem;width:100%}.item-image{border-radius:4px;max-height:200px;max-width:100%;object-fit:contain}.item-info{display:flex;flex-direction:column;gap:.5rem}.info-row{display:flex;font-size:.9rem;justify-content:space-between}.info-row.highlight{background:#3a3a2a;border:1px solid #4a4a3a;border-radius:4px;font-weight:600;padding:.25rem .5rem}.info-label{color:#aaa}.info-value{color:#e0e0e0;font-weight:500}.info-value.seller-link{color:#7db8e8;text-decoration:none}.info-value.seller-link:hover{text-decoration:underline}.item-stats{border-top:1px solid #333;padding-top:.5rem}.stats-title{color:#aaa;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{color:#aaa;font-size:.75rem}.stat-value{color:#e0e0e0;font-size:1rem;font-weight:600}.item-bonuses{border-top:1px solid #333;margin-top:.5rem;padding-top:.5rem}.bonuses-title{color:#aaa;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin:0 0 .75rem;text-transform:uppercase}.bonuses-list{display:flex;flex-direction:column;gap:.75rem}.bonus-item{background:#1f1f1f;border:1px solid #333;border-left:3px solid #666;border-radius:4px;padding:.75rem}.bonus-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.bonus-title{color:#e0e0e0;font-size:.9rem;font-weight:600}.bonus-value{background:#8883;border:1px solid #444;border-radius:4px;color:#888;font-size:.875rem;font-weight:600;padding:.125rem .5rem}.bonus-description{color:#aaa;font-size:.85rem;line-height:1.4;margin:0}.item-description{border-top:1px solid #333;margin-top:.5rem;padding-top:.5rem}.item-description p{color:#aaa;font-size:.9rem;line-height:1.5;margin:0}.edit-button{background:#444;border:1px solid #555;border-radius:4px;color:#e0e0e0;cursor:pointer;font-weight:500;margin-top:auto;padding:.5rem 1rem;transition:background .2s,border-color .2s}.edit-button:hover{background:#555;border-color:#666}.delete-button{background:#5a1a1a;border:1px solid #7a2a2a;border-radius:4px;color:#faa;cursor:pointer;font-weight:500;margin-top:auto;padding:.5rem 1rem;transition:background .2s,border-color .2s}.delete-button:hover{background:#7a2a2a;border-color:#9a3a3a}.admin-actions{display:flex;gap:.5rem;margin-top:auto}.item-reactions{border-top:1px solid #333;display:flex;gap:.5rem;margin-top:.5rem;padding-top:.5rem}.reaction-button{align-items:center;background:#1a1a1a;border:1px solid #333;border-radius:4px;color:#aaa;cursor:pointer;display:flex;flex:1 1;font-size:.85rem;gap:.25rem;justify-content:center;padding:.5rem;transition:all .2s}.reaction-button:hover:not(:disabled){background:#2a2a2a;border-color:#444;color:#e0e0e0}.reaction-button.active{background:#333;border-color:#555;color:#e0e0e0}.reaction-button.heat-button.active{background:#3a1a1a;border-color:#5a2a2a;color:#ff6b6b}.reaction-button.like-button.active{background:#1a3a1a;border-color:#2a5a2a;color:#6bff6b}.reaction-button.dislike-button.active{background:#3a1a1a;border-color:#5a2a2a;color:#ff6b6b}.reaction-button:disabled{cursor:not-allowed;opacity:.5}.public-page{background:#1a1a1a;min-height:100vh}.page-header{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-bottom:1px solid #333;box-shadow:0 2px 8px #00000080;color:#e0e0e0;padding:1.25rem 0}.header-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:.5rem}.page-header h1{font-size:1.5rem;font-weight:700;margin:0}.seller-link{background:#444;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.seller-link:hover{background:#555}.search-toolbar{background:#2a2a2a;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.search-row{display:flex;gap:.75rem;margin-bottom:1rem}.search-input{background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;flex:1 1;font-size:1rem;padding:.6rem 1rem}.search-input::placeholder{color:#888}.filters-row{flex-wrap:wrap;gap:1rem}.filter-group,.filters-row{align-items:center;display:flex}.filter-group{color:#aaa;font-size:.9rem;gap:.5rem}.filter-group span{white-space:nowrap}.filter-input,.filter-select{background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem;padding:.4rem .6rem}.filter-input{width:5rem}.loading-inline{align-items:center;color:#888;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.spinner.small{border-width:2px;height:20px;width:20px}.header-content{margin:.25rem 0 0;max-width:800px}.header-message{font-size:.95rem;line-height:1.5;margin:0;opacity:.9}.header-help{font-size:1rem;font-style:italic;line-height:1.6;margin:0;opacity:.85}.nickname{color:#fff;font-style:normal;font-weight:600}.page-content{padding:2rem 0}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.error-message{font-size:1.1rem}.retry-button{background:#444;border:1px solid #555;border-radius:4px;color:#e0e0e0;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background .2s}.retry-button:hover{background:#555}.load-more-container{display:flex;justify-content:center;margin-top:2rem}.load-more-button{min-width:120px}@media (max-width:768px){.page-header h1{font-size:1.25rem}.items-grid{grid-template-columns:1fr}}.login-form-container{align-items:center;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-form{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-shadow:0 4px 20px #000000b3;max-width:400px;padding:2rem;width:100%}.login-form h2{color:#e0e0e0;font-size:1.75rem;margin:0 0 .5rem}.login-subtitle{color:#aaa;font-size:.9rem}.login-form .form-group,.login-subtitle{margin-bottom:1.5rem}.login-form label{color:#e0e0e0;display:block;font-weight:500;margin-bottom:.5rem}.login-form input{background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.login-form input:focus{border-color:#666;outline:none}.login-form input:disabled{background:#1a1a1a;cursor:not-allowed;opacity:.5}.wait-time{font-size:.85rem;font-weight:600;margin-top:.5rem}.login-button{background:#444;border:1px solid #555;border-radius:4px;color:#e0e0e0;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background .2s,border-color .2s;width:100%}.login-button:hover:not(:disabled){background:#555;border-color:#666}.login-button:disabled{cursor:not-allowed;opacity:.6}.item-editor-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.item-editor-modal{background:#2a2a2a;border:1px solid #333;border-radius:8px;box-shadow:0 4px 20px #000000b3;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.item-editor-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:1.5rem}.item-editor-header h2{color:#e0e0e0;font-size:1.5rem;margin:0}.modal-hint{color:#aaa;font-size:.9rem;line-height:1.4;margin:0 1.5rem 1rem}.modal-hint .script-link{color:#7db8e8;text-decoration:none}.modal-hint .script-link:hover{text-decoration:underline}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#aaa;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.close-button:hover{background:#333}.item-editor-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#666;outline:none}.form-group textarea{resize:vertical}.error-message{background:#3a1a1a;border:1px solid #5a2a2a;border-radius:4px;color:#ff6b6b;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-button,.save-button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background .2s}.cancel-button{background:#444;border:1px solid #555;color:#e0e0e0}.cancel-button:hover:not(:disabled){background:#555;border-color:#666}.save-button{background:#555;border:1px solid #666;color:#e0e0e0}.save-button:hover:not(:disabled){background:#666;border-color:#777}.cancel-button:disabled,.save-button:disabled{cursor:not-allowed;opacity:.6}.reaction-counts{display:flex;flex-direction:column;gap:.75rem}.reaction-count-input{align-items:center;display:flex;gap:.5rem}.reaction-count-input label{font-size:.9rem;margin:0;min-width:80px}.reaction-count-input input{flex:1 1;max-width:120px}.admin-page{background:#1a1a1a;min-height:100vh}.admin-header{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-bottom:1px solid #333;box-shadow:0 2px 8px #00000080;color:#e0e0e0;padding:2rem 0}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.admin-header h1{font-size:2rem;font-weight:700;margin:0 0 .25rem}.admin-header .subtitle{font-size:.9rem;margin:0;opacity:.9}.header-actions{align-items:center;display:flex;gap:1rem}.seller-link.back-link{background:#0000;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.seller-link.back-link:hover{background:#ffffff14}.share-link-button{background:#ffffff1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background .2s,border-color .2s}.share-link-button:hover{background:#ffffff26;border-color:#555;color:#e0e0e0}.logout-button,.sync-button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.sync-button{background:#ffffff1a;border:1px solid #444;color:#e0e0e0}.sync-button:hover:not(:disabled){background:#ffffff26;border-color:#555}.sync-button:disabled{cursor:not-allowed;opacity:.5}.logout-button{background:#444;border:1px solid #555;color:#e0e0e0}.logout-button:hover{background:#555}.admin-filters{background:#2a2a2a;border:1px solid #333;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.admin-filters .filters-row{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.admin-filters .filter-group{display:flex;flex-direction:column;gap:.25rem}.admin-filters .filter-group span{color:#aaa;font-size:.8rem}.admin-filters .filter-select{background:#1a1a1a;border:1px solid #444;border-radius:4px;color:#e0e0e0;font-size:.9rem;min-width:140px;padding:.5rem .75rem}.admin-content{padding:2rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.error-banner{background:#3a1a1a;border:1px solid #5a2a2a;border-radius:4px;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.close-error,.error-banner{align-items:center;color:#ff6b6b;display:flex}.close-error{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.5rem;height:24px;justify-content:center;padding:0;transition:background .2s;width:24px}.close-error:hover{background:#ff6b6b33}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #333;border-radius:50%;border-top-color:#888;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.items-header{margin-bottom:1.5rem}.items-header h2{color:#e0e0e0;font-size:1.5rem;margin:0}.items-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.empty-state{color:#888;font-size:1.1rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.header-content{align-items:flex-start;flex-direction:column}.header-actions{width:100%}.logout-button,.sync-button{flex:1 1}.items-grid{grid-template-columns:1fr}}.App{min-height:100vh}
/*# sourceMappingURL=main.cf99848e.css.map*/