.pin-screen{display:flex;align-items:center;justify-content:center;height:100vh}.pin-screen form{display:flex;flex-direction:column;gap:16px;width:240px}.pin-screen h1{text-align:center;font-size:32px;margin:0 0 24px}.pin-screen input{font-size:24px;padding:12px;text-align:center;border:1px solid #ccc;border-radius:8px;letter-spacing:8px}.pin-screen button{font-size:18px;padding:12px;border:none;background:#111;color:#fff;border-radius:8px;cursor:pointer}.shake{animation:shake .3s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.item-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:transform .15s,opacity .2s}.item-card:active{transform:scale(.96)}.item-photo{aspect-ratio:1;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.item-photo img{width:100%;height:100%;object-fit:cover;pointer-events:none}.item-info{padding:8px 10px 12px}.item-name{font-size:14px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px;min-height:36px}.item-weight{display:inline-block;font-size:12px;background:#f0f0f0;border-radius:6px;padding:2px 8px;color:#555}.items-screen{max-width:480px;margin:0 auto;padding:16px}.items-screen header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.items-screen header h1{font-size:24px;margin:0}.items-screen header .count{font-size:14px;color:#777}.items-screen .refresh{width:100%;padding:10px;margin-bottom:16px;border:1px solid #ddd;background:#fafafa;border-radius:8px;font-size:14px;cursor:pointer}.items-screen .refresh:disabled{opacity:.5}.items-screen .error{background:#fff0f0;border:1px solid #f4b4b4;color:#a33;padding:12px;border-radius:8px;margin-bottom:12px;font-size:14px}.items-screen .empty{text-align:center;color:#888;padding:48px 16px;font-size:16px}.item-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#fff;color:#111}body{overscroll-behavior-y:contain}button{font-family:inherit}
