*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f5;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.screen{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100dvh;padding:2rem;display:flex}.screen h1{font-size:1.5rem;font-weight:700}.login-form{flex-direction:column;gap:.75rem;width:100%;max-width:300px;display:flex}.login-form input{border:2px solid #ddd;border-radius:8px;padding:.75rem;font-size:1rem}.login-form button{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;padding:.75rem;font-size:1rem}.error{color:#e53e3e;text-align:center;font-size:.875rem}.name-picker{flex-direction:column;gap:.75rem;width:100%;max-width:300px;display:flex}.name-btn{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:12px;padding:1rem;font-size:1.125rem;transition:all .15s}.name-btn:hover{background:#f9f9f9;border-color:#1a1a1a}.app-header{z-index:10;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1rem;display:flex;position:sticky;top:0}.app-header h1{font-size:1.125rem;font-weight:700}.header-right{align-items:center;gap:.75rem;display:flex}.user-name{color:#666;font-size:.875rem}.logout-btn{cursor:pointer;color:#666;background:0 0;border:1px solid #ccc;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.tabs{background:#fff;border-bottom:1px solid #e5e5e5;display:flex}.tab{cursor:pointer;color:#888;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.9rem;transition:all .15s}.tab.active{color:#1a1a1a;border-bottom-color:#1a1a1a;font-weight:600}.fab{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;width:calc(100% - 2rem);margin:1rem auto;padding:.875rem;font-size:1rem;font-weight:600;display:block}.add-item-form{background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;margin:1rem;padding:1rem;display:flex}.add-item-form h2{font-size:1.125rem}.add-item-form input[type=text]{border:2px solid #ddd;border-radius:8px;padding:.75rem;font-size:1rem}.capture-btn{cursor:pointer;color:#666;background:#f0f0f0;border:2px dashed #ccc;border-radius:8px;width:100%;padding:2rem;font-size:1rem}.photo-preview{object-fit:cover;border-radius:8px;width:100%;max-height:200px}.submit-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600}.submit-btn:disabled{cursor:not-allowed;background:#999}.feed{background:#f5f5f5;min-height:100dvh;padding-bottom:2rem}.item-list{padding:0 1rem}.empty{text-align:center;color:#999;padding:3rem 1rem}.loader-container{justify-content:center;padding:3rem 1rem;display:flex}.loader{border:3px solid #e5e5e5;border-top-color:#1a1a1a;border-radius:50%;width:2rem;height:2rem;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.item-card{background:#fff;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 1px 3px #00000014}.item-photo{object-fit:cover;cursor:zoom-in;width:100%;max-height:250px}.lightbox-overlay{z-index:100;background:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;border-radius:4px;max-width:100%;max-height:100%}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.item-info{padding:.75rem 1rem}.item-info h3{margin-bottom:.25rem;font-size:1.125rem}.item-meta{color:#888;font-size:.8rem}.item-status{margin-top:.25rem;font-size:.8rem;font-weight:600}.status-claimed .item-status{color:#805ad5}.status-keep .item-status{color:#2f855a}.status-junk .item-status{color:#c53030}.status-pending .item-status{color:#b7791f}.vote-summary{color:#aaa;margin-top:.25rem;font-size:.75rem}.status-claimed,.status-keep,.status-junk{opacity:.85}.vote-buttons{border-top:1px solid #eee;gap:0;display:flex}.vote-btn{cursor:pointer;background:#fff;border:none;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .15s}.vote-btn:not(:last-child){border-right:1px solid #eee}.vote-btn:disabled{cursor:default}.vote-btn.keep{color:#2f855a}.vote-btn.junk{color:#c53030}.vote-btn.claim{color:#805ad5}.vote-btn.keep:hover:not(:disabled){background:#f0fff4}.vote-btn.junk:hover:not(:disabled){background:#fff5f5}.vote-btn.claim:hover:not(:disabled){background:#faf5ff}.vote-btn.active{font-weight:800}.vote-btn.keep.active{background:#c6f6d5}.vote-btn.junk.active{background:#fed7d7}.vote-btn.claim.active{background:#e9d8fd}.delete-btn{color:#bbb;cursor:pointer;background:0 0;border:none;margin-top:.5rem;font-size:.75rem}.delete-btn:hover{color:#e53e3e}.delete-confirm{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.8rem;display:flex}.delete-confirm span{color:#e53e3e}.delete-yes{color:#fff;cursor:pointer;background:#e53e3e;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.delete-no{cursor:pointer;color:#666;background:0 0;border:1px solid #ccc;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}
