*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee}.app{max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.app-header{background:#16213e;padding:12px 16px;position:sticky;top:0;z-index:10}.app-header h1{font-size:20px;color:#e94560}.bottom-nav{display:flex;gap:12px;margin-top:8px}.bottom-nav a{color:#aaa;text-decoration:none;font-size:14px;padding:6px 10px;border-radius:8px}.bottom-nav a:hover{background:#0f3460;color:#e94560}.app-main{flex:1;padding:16px;overflow-y:auto}.filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.filters button{padding:8px 14px;border:1px solid #333;border-radius:20px;background:transparent;color:#ccc;cursor:pointer}.filters button.active{background:#e94560;color:#fff;border-color:#e94560}.filters input{flex:1;min-width:100px;padding:8px 12px;border-radius:20px;border:1px solid #333;background:#0f3460;color:#eee}.item-grid{display:flex;flex-direction:column;gap:12px}.item-preview{display:flex;gap:12px;background:#16213e;border-radius:12px;padding:12px;text-decoration:none;color:#eee}.item-photo{width:80px;height:80px;border-radius:8px;background:#0f3460;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.item-photo img{width:100%;height:100%;object-fit:cover}.no-photo{font-size:32px}.mystery-badge{position:absolute;top:4px;right:4px;font-size:18px}.item-info h3{font-size:15px;margin-bottom:4px}.item-city{font-size:12px;color:#888}.item-want{font-size:12px;color:#e94560;margin-top:4px}.item-card{max-width:480px}.item-card .photos{display:flex;gap:8px;overflow-x:auto;margin-bottom:16px}.item-card .photos img{width:200px;height:200px;object-fit:cover;border-radius:12px}.no-photo.large{width:200px;height:200px;font-size:64px}.type-badge{display:inline-block;padding:4px 10px;border-radius:12px;background:#0f3460;font-size:13px;margin-bottom:12px}.details{background:#16213e;border-radius:12px;padding:12px;margin-bottom:12px}.details p{margin-bottom:4px;font-size:14px}.description{margin-bottom:12px;line-height:1.5}.want-box{background:#2a1a3e;border-radius:12px;padding:12px;margin-bottom:16px}.want-box h4{color:#e94560;margin-bottom:6px}.create-item,.profile{display:flex;flex-direction:column;gap:12px}.create-item label,.profile label{display:flex;flex-direction:column;gap:4px;font-size:14px}.create-item input,.create-item select,.create-item textarea,.profile input{padding:10px 12px;border-radius:8px;border:1px solid #333;background:#0f3460;color:#eee;font-size:15px}.type-toggle{display:flex;gap:8px}.type-toggle button{flex:1;padding:10px;border:1px solid #333;border-radius:8px;background:transparent;color:#ccc;cursor:pointer}.type-toggle button.active{background:#e94560;color:#fff}.checkbox-label{flex-direction:row!important;align-items:center;gap:8px!important}.btn-primary{padding:12px 20px;background:#e94560;color:#fff;border:none;border-radius:12px;font-size:16px;cursor:pointer;font-weight:600}.btn-primary:disabled{opacity:.5}.btn-secondary{padding:10px 16px;background:#0f3460;color:#eee;border:1px solid #333;border-radius:12px;font-size:14px;cursor:pointer}.trades-list{display:flex;flex-direction:column;gap:10px}.trade-card{background:#16213e;border-radius:12px;padding:12px;text-decoration:none;color:#eee}.trade-header{display:flex;justify-content:space-between}.status-pending{color:#f0ad4e}.status-completed{color:#5cb85c}.trade-users{display:flex;gap:12px;margin-top:8px}.loading,.empty{text-align:center;padding:40px 20px;color:#888}.leaflet-container{width:100%!important;height:250px!important;z-index:1}
